|
All checks were successful
Build Talos CM5 Image / build (push) Successful in 4m50s
On fresh SBC images, the EFI partition has sd-boot UKI files but no GRUB config. During upgrade, Probe() found sd-boot and used it, which failed because RPi5/CM5 firmware lacks EFI SetVariableRT support. Add arm64 guard to Probe(): when no GRUB config is found, skip sd-boot probing and return a fresh GRUB config. This transitions from sd-boot to GRUB on the first upgrade from a fresh flash. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| 0001-Patched-for-Raspberry-Pi-5.patch | ||
| 0002-Skip-NVRAM-writes-for-GRUB-on-arm64.patch | ||
| 0003-Force-GRUB-bootloader-on-arm64.patch | ||
| 0004-Fallback-to-classic-bind-mounts-on-kernels-without-o.patch | ||
| 0005-Handle-missing-BOOT-partition-for-GRUB-on-SBC-layout.patch | ||