Skip to content

Commit

Permalink
use 0.300.4 for uefi builds with usb
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshdaivajna authored Dec 14, 2024
1 parent 25ad70f commit 153a83c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ v3.4.3

v4.1.0
v4.2.3

v4.5.11
```

4. Checkout the desired tag
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 153a83c

Please sign in to comment.