Hello,
I'm trying to create a bootable USB drive with a small assortment of images. The goal is to have one drive with all linux, windows and other images I need, so I don't have to reformat my drive over and over again. Additionally, everything must boot in EFI, which is proving to be harder than I expected.
On it's own the MemTest image works fine, but what is want to do is boot MemTest from Grub, with EFI support.
At the moment I'm using the following entry in grub.cfg:
(a complete listing can be found here: http://pastebin.com/2FrjABZf)
Selecting this menu entry, or running the commands by hand don't give any errors in Grub. The screen stays black, and the only way to turn off the computer is using the power button.
Does anyone have any ideas what I might be doing wrong?
I'm trying to create a bootable USB drive with a small assortment of images. The goal is to have one drive with all linux, windows and other images I need, so I don't have to reformat my drive over and over again. Additionally, everything must boot in EFI, which is proving to be harder than I expected.
On it's own the MemTest image works fine, but what is want to do is boot MemTest from Grub, with EFI support.
At the moment I'm using the following entry in grub.cfg:
Code:
menuentry 'Memtest' --class memtest { search --set=root --no-floppy --fs-uuid 041a2ee4-fd2a-4cc0-916c-92f4ce6dc86a chainloader /EFI/BOOT/BOOTX64.EFI }
Selecting this menu entry, or running the commands by hand don't give any errors in Grub. The screen stays black, and the only way to turn off the computer is using the power button.
Does anyone have any ideas what I might be doing wrong?
Comment