|
|
发表于 2004-5-31 02:04:25
|
显示全部楼层
编译后怎么启动不了??
我下了个2.6.的内核,编译完后按照版主说的改了相应的地方,启动不了系统.系统提示为:不能加载/dev/hdb6.我的/boot分区在hdb6上,/分区在/hdb7上,swap分区在/hdb8上.hdb5和hdb1为fat32格式的.应该做怎样的修改呀??
我的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,5)
# kernel /vmlinuz-version ro root=/dev/hdb7
# initrd /initrd-version.img
#boot=/dev/hdb
default=2
timeout=30
splashimage=(hd0,5)/grub/splash.xpm.gz
title Red Hat Linux (2.6.5)
root (hd0,5)
kernel /vmlinuz-2.6.5 ro root=/dev/hdb8
initrd /initrd-2.6.5.img
title Red Hat Linux (2.4.20-8)
root (hd0,5)
kernel /vmlinuz-2.4.20-8 ro root=LABEL=/ hdc=ide-scsi
initrd /initrd-2.4.20-8.img
title DOS
rootnoverify (hd0,0)
chainloader +1 |
|