Anyway can someone please take a look at this and tell me changes I need to make to get winblows (installed on a secondary sata hard drive) to boot via the grub menu. It just keeps going to the primary drive.
CODE
timeout 10
color black/cyan yellow/cyan
gfxmenu (hd0,1)/usr/share/gfxboot/themes/pclinuxos/boot/message
default 1
title linux
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/hdc2 acpi=on splash=silent vga=788
initrd (hd0,1)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title Games < This is the sata drive.
root (hd1,0)
makeactive
chainloader +1
Thanks for any responses. I'm off to get my head down. ZZZZzzzzz
color black/cyan yellow/cyan
gfxmenu (hd0,1)/usr/share/gfxboot/themes/pclinuxos/boot/message
default 1
title linux
kernel (hd0,1)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/hdc2 acpi=on splash=silent vga=788
initrd (hd0,1)/boot/initrd.img
title windows
root (hd0,0)
makeactive
chainloader +1
title Games < This is the sata drive.
root (hd1,0)
makeactive
chainloader +1
