From 153a83c34f67758c27518028034df8dc1c75815b Mon Sep 17 00:00:00 2001 From: Santhosh Date: Sat, 14 Dec 2024 11:57:14 +0530 Subject: [PATCH] use 0.300.4 for uefi builds with usb --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 332dc76..a0faa84 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,8 @@ v3.4.3 v4.1.0 v4.2.3 + +v4.5.11 ``` 4. Checkout the desired tag @@ -139,6 +141,9 @@ cp .arg.template .arg | AUTO_ENROLL_SECUREBOOT_KEYS | Auto enroll SecureBoot keys when device boots up and is in setup mode of secure boot | boolean | `true` | | EDGE_CUSTOM_CONFIG | Path to edge custom configuration file | string | `.edge-custom-config.yaml` | +For use cases where UEFI installers are burned into a USB and then edge hosts are booted with the USB. Use the OSBUILDER_VERSION=0.300.4 in the .arg file with canvos when building the installer. +Version 0.300.3 does not support UEFI builds loading from USB. + 1. (Optional) If you are building the images behind a proxy server, you may need to modify your docker daemon settings to let it use your proxy server. You can refer this [tutorial](https://docs.docker.com/config/daemon/systemd/#httphttps-proxy). 2. Build the images with the following command. Use the `system.uri` output when creating the cluster profile for the Edge host.