Created
October 25, 2016 09:38
-
-
Save franckhlmartin/c60847968b4de2fe593e684b0f9c2c93 to your computer and use it in GitHub Desktop.
Grub IPv6 UEFI memdisk: prepare directory
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
mkdir -p memdisk/boot/grub/x86_64-efi/ | |
cp /usr/lib/grub/x86_64-efi/*.mod memdisk/boot/grub/x86_64-efi/ | |
cp /usr/lib/grub/x86_64-efi/*.o memdisk/boot/grub/x86_64-efi/ | |
cp /usr/lib/grub/x86_64-efi/*.lst memdisk/boot/grub/x86_64-efi/ | |
cp /usr/lib/grub/x86_64-efi/*.sh memdisk/boot/grub/x86_64-efi/ | |
cp /boot/vmlinuz memdisk/boot/ | |
cp /boot/initrd.img memdisk/boot/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment