http-boot-client/README.md

17 lines
495 B
Markdown
Raw Permalink Normal View History

2023-07-23 12:18:45 +00:00
# http-boot-client
2023-08-15 19:31:59 +00:00
Commands to add the correct values to UEFI shell
```
# 0x2a corresponds to 42
setvar -rt -nv -guid 638a24ce-a0ce-4908-8152-b2a4e8b2f29d HTTP_BOOT_MCAST_PORT =2a
setvar -rt -nv -guid 638a24ce-a0ce-4908-8152-b2a4e8b2f29d HTTP_BOOT_MCAST_GROUP =ff0200000000000000000000abcd1234
setvar -rt -nv -guid 638a24ce-a0ce-4908-8152-b2a4e8b2f29d HTTP_BOOT_UUID ="ffaf8813-fe27-4b1d-9d24-edb1baee9db9"
```
View current values
```
dmpstore -guid 638a24ce-a0ce-4908-8152-b2a4e8b2f29d
```