I have tried to do this according to blackbird's instructions. I get to a screen to test media. I am coming up with an error of: images/pxeboot/vmlinuz not found
also how do i find out my uuid= for --set=root and root=UUID as I am using the pre-modified grub.cfg file which is set to:
Code:
menuentry 'Fedora 18' --class fedora --class gnu-linux --class gnu --class os {
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora\x2018\x20x86_64
initrdefi /images/pxeboot/initrd.img
}
menuentry 'Test this media & start Fedora' --class fedora --class gnu-linux --class gnu --class os {
linuxefi /images/pxeboot/vmlinuz inst.stage2=hd:LABEL=Fedora\x2018\x20x86_64 quiet rd.live.check
initrdefi /images/pxeboot/initrd.img
}
how can i fix this?