|
我的是两块硬盘,第一块装win,第二块安了个debian在hdb10上,现在安了个gentoo可是怎么都进不去gentoo。我用的是debian的grub。我的硬盘分区如下
/hda1 win
/hdb1 /boot (gentoo)
/hdb3 / (gentoo)
/hdb10 debian
grub如下:
## ## End Default Options ##
title Debian GNU/Linux, kernel 2.6.8-1-686
root (hd1,9)
kernel /boot/vmlinuz-2.6.8-1-686 root=/dev/hdb10 ro
initrd /boot/initrd.img-2.6.8-1-686
savedefault
boot
title Debian GNU/Linux, kernel 2.6.8-1-686 (recovery mode)
root (hd1,9)
kernel /boot/vmlinuz-2.6.8-1-686 root=/dev/hdb10 ro single
initrd /boot/initrd.img-2.6.8-1-686
savedefault
boot
title Debian GNU/Linux, kernel 2.4.27-1-386
root (hd1,9)
kernel /boot/vmlinuz-2.4.27-1-386 root=/dev/hdb10 ro
initrd /boot/initrd.img-2.4.27-1-386
savedefault
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Gentoo Linux 2.6.9
root (hd1,0)
kerner (hd1,0)/boot/kernel-2.6.9-gentoo-r1 root=/dev/hdb3
initrd (hd1,0)/boot/initrd-2.6.9-gentoo-r1
savedefault
boot
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title Windows Server 2003, Enterprise
root (hd0,0)
savedefault
chainloader +1 |
|