Displaying 1 result from an estimated 1 matches for "b6a9".
Did you mean:
b69a
2011 Aug 10
2
memdisk - grub2
...g countless permutations - Right now I have :
menuentry "Memtest-Plus 4.2" {
echo `hello`
insmod lvm
insmod part_msdos
insmod jfs
insmod memdisk iso
set root='(ssd-testing)'
search --no-floppy --fs-uuid --set f9ae292b-b6a9-4f70-af7c-31987e766d37
# echo 'Loading memtest-Plus'
linux16 memdisk
initrd16 memtest-plus/memtest86+-4.20.iso
# echo 'Loading initial ramdisk...'
}
I've done a lot of google searches and even downloaded the source trying to get a glimmer of...