No description
Find a file
2023-09-01 18:44:55 +02:00
src Add correct image loading and network conf 2023-09-01 18:44:55 +02:00
.gitignore add first version of uefi client 2023-08-15 21:31:59 +02:00
Cargo.toml Set warn log level on prod image 2023-09-01 18:43:28 +02:00
Makefile add makefile for prod image with linux VM 2023-09-01 18:44:43 +02:00
README.md add first version of uefi client 2023-08-15 21:31:59 +02:00
rust-toolchain.toml add first version of uefi client 2023-08-15 21:31:59 +02:00

http-boot-client

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