-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
If you could add a small ESP to the disk image, then it would be possible to use u-boot(efi) => grub/EFI kernel instead of depending on just the u-boot commands for specific kernel images (eg, bootz or booti). Something like this works nicely:
echo 'label: gpt' | sudo sfdisk ${DISK}
echo -e '16M,512M,U\n,+,\n' | sudo sfdisk ${DISK}
Also, thanks for publishing this!
Edit: 512 MB is apparently the minimum recommended ESP size.
alanpearce
Metadata
Metadata
Assignees
Labels
No labels