Skip to content

Instantly share code, notes, and snippets.

@franckhlmartin
Created October 25, 2016 09:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save franckhlmartin/9b9fec4b118b6ca3226687df5a24318d to your computer and use it in GitHub Desktop.
Save franckhlmartin/9b9fec4b118b6ca3226687df5a24318d to your computer and use it in GitHub Desktop.
Grub IPv6 UEFI memdisk: create the image
# 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'
@rikka0w0
Copy link

Hi, could you share your compiled memdisk.efi file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment