Цитат |
не трябва ли да е (hd0,1) ? |
I thinks it'must be (hd0,0) for Windows XP,
from grub doc:
This boots GNU/Hurd from the first hard disk.
# For booting GNU/Hurd
title GNU/Hurd
root (hd0,0)
kernel /boot/gnumach.gz root=hd0s1
module /boot/serverboot.gz
This boots GNU/Linux, but from the second hard disk.
# For booting GNU/Linux
title GNU/Linux
kernel (hd1,0)/vmlinuz root=/dev/hdb1
Цитат |
title Debian GNU/Linux, kernel 2.6.8-1-k7 root (hd0,0) kernel /boot/vmlinuz-2.6.10-1-k7 root=/dev/hdb1 hdd=ide-scsi devfs=mount ro initrd /boot/initrd.img-2.6.10-1-k7 savedefault boot title Windows XP root (hd1,0) makeactive chainloader +1 |
try(maybe it helps):
title Debian GNU/Linux, kernel 2.6.8-1-k7
root (hd1,0)
kernel /boot/vmlinuz-2.6.10-1-k7 root=/dev/hdb1 hdd=ide-scsi devfs=mount ro
initrd /boot/initrd.img-2.6.10-1-k7
savedefault
boot
title Windows XP
root (hd0,0)
makeactive
chainloader +1