在 rh 8.0 下编译 kernel 后如何在 grub 配置的问题

发表于:2007-07-04来源:作者:点击数: 标签:
在rh8.0下编译新的kernel,编译完成后,使用的models也编译,也安装了, 但是,无论如何在grub中配置,都会在启动后出现vfs:cannotopenrootdeviceXXXX错误,这里的xxxx根据在menu.lst里面root的指定不同而不同,我用hda1,sda1,都不行,在正常启动后,用mount看到rh确实

在rh8.0下编译新的kernel,编译完成后,使用的models也编译,也安装了,
但是,无论如何在grub中配置,都会在启动后出现 vfs:cannot open root device XXXX 错误,这里的xxxx根据在menu.lst里面root的指定不同而不同,我用 hda1,sda1,都不行,在正常启动后,用mount 看到 rh 确实是把sda1 mount 成 /,另外,为什么 rh 可以使用 root=LABEL=/ 这个参数,而我不行?
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,0)
#          kernel /boot/vmlinuz-version ro root=/dev/sda1
#          initrd /boot/initrd-version.img
boot=/dev/sda
default=0
timeout=10
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-19.8.0)
root (hd0,0)
kernel /boot/vmlinuz-2.4.18-19.8.0 ro root=LABEL=/
initrd /boot/initrd-2.4.18-19.8.0.img

title Red Hat Linux (2.4.18-14)
root (hd0,0)
kernel /boot/vmlinuz-2.4.18-14 ro root=LABEL=/
initrd /boot/initrd-2.4.18-14.img
#
title cool-linux
root (hd0,0)
kernel /boot/vmlinuz-2.4.20 ro root=/dev/sda1

 hollyhoo 回复于:2003-01-24 15:29:27
首先,它不一定是sda1,或hda1,它可能是sda2,sda3或hda2,hda3,当然不能是sda4或hda4,另外,系统的root=LABEL=/是可能使用的,只要你的
/boot/initrd-custom.img正确。
另外一点,你的RH最好是安装在硬盘的前8G上(若使用GRUB的话)。

 coolfree 回复于:2003-01-24 16:15:38
谢谢!,启动后如何能看到?我在启动后,用mount看到就是sad1啊

 coolfree 回复于:2003-01-24 16:16:53
另外,如何能生成 initrd-custom.img?

 diag 回复于:2003-01-27 19:06:00
l楼上正解。。。

有一次我就是 没做好。。INITRD。。。。

8-(

 hollyhoo 回复于:2003-01-27 17:45:47
可用:
mkinitrd initrd-custom.img 2.4.18-10custom
(RH8上)

原文转自:http://www.ltesting.net