|
楼主 |
发表于 2004-1-15 14:29:34
|
显示全部楼层
谢谢!谢谢楼上各位!我想问题可能出在这里,惭愧呐;)
# cat /boot/grub/grub.conf
default 0
timeout 30
color cyan/blue white/blue
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
title Debian GNU/Linux, kernel 2.4.18-bf2.4
root (hd0,6)
kernel /vmlinuz-2.4.18-bf2.4 root=/dev/hda8 ro
#savedefault
#boot
title Gentoo 1.4 (Maintain)
root (hd0,6)
kernel /bzImage-2.4.22-gentoo-1.4-04010703 root=/dev/hda10
title win2k pro
root (hd0,0)
chainloader +1
title Gentoo-2.6.1-r3 (04011502)
root (hda,6) -> 这里错了,应该是hd0
kernel /bzImage-2.6.1-rc3-gentoo-04011502 root=/dev/hda11
title Gentoo 1.4 (04010703)
root (hd0,6)
kernel /bzImage-2.4.22-gentoo-1.4-04010703 root=/dev/hda11
title Gentoo 1.4 (04010702)
root (hd0,6)
kernel /bzImage-2.4.22-gentoo-1.4-04010702 root=/dev/hda11
title Gentoo 1.4 (04010701)
root (hd0,6)
kernel /bzImage-2.4.22-gentoo-1.4-04010701 root=/dev/hda11
我的分区情况:
# fdisk -l /dev/hda
Disk /dev/hda: 20.0 GB, 20020396032 bytes
255 heads, 63 sectors/track, 2434 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 370 2971993+ 7 HPFS/NTFS
/dev/hda4 371 2434 16579080 f W95 Ext'd (LBA)
/dev/hda5 371 766 3180838+ 7 HPFS/NTFS
/dev/hda6 767 1276 4096543+ b W95 FAT32
/dev/hda7 1277 1300 192748+ 83 Linux
/dev/hda8 1301 1786 3903763+ 83 Linux
/dev/hda9 1787 1847 489951 82 Linux swap
/dev/hda10 1848 2091 1959898+ 83 Linux
/dev/hda11 2092 2422 2658726 83 Linux
/boot分区是单独的/dev/hda7,/dev/hda8是debian,/dev/hda10维护用gentoo,/dev/hda11是日常用gentoo。 |
|