I have tried to install F16 a couple of times unsuccessfully. Below I have my PCLOS MBR.
I have added an F16 install to (hd0,0). Can someone tell me the entry I need to make to MBR below so F16 is a bootable option?
When I installed Grub from Fedora installation it did not recognize the other OS. So, I re-installed and did not select Grub install option...
Now, I am hoping to insert it to the bottom of menu below as a bootable option. Just don't know how to do that.
Thanks for your help.
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,1)/boot/gfxmenu
default 0
title linux
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=3b309231-5919-4598-8d06-c21d56360eef quiet nokmsboot vmalloc=256M acpi=on resume=UUID=be995966-15d5-49c4-a496-92211454e71f splash=silent vga=788
initrd (hd0,1)/boot/initrd.img
title linux-nonfb
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=3b309231-5919-4598-8d06-c21d56360eef quiet nokmsboot vmalloc=256M acpi=on resume=UUID=be995966-15d5-49c4-a496-92211454e71f
initrd (hd0,1)/boot/initrd.img
title failsafe
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=3b309231-5919-4598-8d06-c21d56360eef quiet nokmsboot failsafe vmalloc=256M acpi=on
initrd (hd0,1)/boot/initrd.img
title memtest-4.20
kernel (hd0,1)/boot/memtest-4.20 BOOT_IMAGE=memtest-4.20