|
Impossible to boot Vista with grub?
I have tried all possible grub entries and dug around web but Im still not able to boot into Vista after I installed grub.
My current menu.lst (Win Vista is on hda8-ntfs):
title Windows XP
root (hd0,0)
savedefault
makeactive
chainloader +1
title Windows Vista
rootnoverify (hd0,7)
makeactive
chainloader +1
title Ubuntu, kernel 2.6.12-9-386
root (hd0,5)
kernel /boot/vmlinuz-2.6.12-9-386 root=/dev/hda6 ro quiet splash
initrd /boot/initrd.img-2.6.12-9-386
savedefault
boot
title Debian GNU/Linux, kernel 2.6.12 Default
root (hd0,6)
kernel /boot/vmlinuz root=/dev/hda7 ro ramdisk_size=100000 lang=us apm=power-off nomce vga=791
initrd /boot/initrd.img
savedefault
boot
|