From: "Arsalan H. Awan" <[email protected]> The mkhybridiso image created using the isoimage-isohybrid.py WIC source plugin fails to boot from a removable storage media such as USB. This is due to the grub-efi bootloader filename being deployed i.e.: "grub-efi-bootx64.efi" which must be "bootx64.efi" in this case of a removable media.
Source: https://www.rodsbooks.com/efi-bootloaders/principles.html Quote: "The fallback boot loader mentioned earlier (EFI/BOOT/bootx64.efi, or variants of that, depending on the architecture) is something of a special case. This filename was originally intended for use only on removable media, so that they could be booted to install an OS. (If not for that fixed filename, a factory-fresh computer wouldn't be able to boot anything!)" The following changes since commit 30b055d2296f060a4ca054d042f353a2153fdd4e: externalsrc.bbclass: Set BB_DONT_CACHE for non-target recipes (2018-10-18 11:08:46 +0100) are available in the git repository at: git://github.com/ArsalanHAwan/openembedded-core sumo https://github.com/ArsalanHAwan/openembedded-core/tree/sumo Arsalan H. Awan (1): wic/isoimage-isohybrid.py: fix booting from removable media scripts/lib/wic/plugins/source/isoimage-isohybrid.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) -- 2.7.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
