jennywongus escribió:
I have changed the bios  setting to boot the second disk
first (so that the boot always start from GRUB, otherwise, if
first disk is set to boot first, it'd boot to windows directly).

title Windows
        rootnoverify (hd0,0)
        chainloader +1

# Unknown partition of type 15 found on /dev/rdsk/c1d0p0 partition: 2
# It maps to the GRUB device: (hd0,1) .

When Windows is on a second hard disk the right piece of menu.lst is:

title Winodws

map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
boot


Enjoy!

adrian15


_______________________________________________
Bug-grub mailing list
Bug-grub@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to