|
发表于 2004-3-14 09:33:34
|
显示全部楼层
grub.conf我已经修改过了,没有问题.
这是我的grub.conf:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,6)
# kernel /vmlinuz-version ro root=/dev/hda9
# initrd /initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,6)/grub/splash.xpm.gz
title Red Hat Linux (2.6.4)
root (hd0,6)
kernel /vmlinuz-2.6.4 ro root=/dev/hda7
initrd /initrd-2.6.4.img
title Red Hat Linux (2.4.20-8bigmem)
root (hd0,6)
kernel /vmlinuz-2.4.20-8bigmem ro root=LABEL=/
initrd /initrd-2.4.20-8bigmem.img
title Red Hat Linux-smp (2.4.20-8smp)
root (hd0,6)
kernel /vmlinuz-2.4.20-8smp ro root=LABEL=/
initrd /initrd-2.4.20-8smp.img
title Red Hat Linux-up (2.4.20-
root (hd0,6)
# kernel /vmlinuz-2.4.20-8 ro root=LABEL=/
kernel /bzImage ro root=LABEL=/
initrd /initrd-2.4.20-8.img
title win2000
rootnoverify (hd0,0)
chainloader +1
initrd命令怎么检查?这个是否应该在编译内核的时候选择有问题,比如ram disk的支持?我在编译的时候在硬件驱动里面已经选择了ram disk support,在File system里面选择了Rom file system support.还缺少什么吗?还有一个现象就是我注释掉了initrd那句,然后再启动,仍然是上面的那个错误. |
|