freebsd / poudriere

Port/Package build and test system
https://github.com/freebsd/poudriere/wiki
BSD 2-Clause "Simplified" License
379 stars 161 forks source link

Use gptboot.efi in place of loader.efi to support bootme and bootonce #1139

Closed ocochard closed 2 months ago

ocochard commented 3 months ago

loader.efi ignores the GPT attributes bootme and bootonce: So after upgrading firmware image the system is still wrongly booting the first UFS partition found and not the new one. Using gptboot.efi fix this behaviour.