Created
October 25, 2016 09:41
Grub IPv6 UEFI memdisk: create the image
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# grub2-mkimage --directory '/usr/lib/grub/x86_64-efi' --prefix '(memdisk)/boot/grub' --output 'bootx64.efi' --format 'x86_64-efi' --compression 'auto' --memdisk 'memdisk/memdisk.tar' 'memdisk' 'tar' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, could you share your compiled memdisk.efi file?