|
|
我在rh9(2.4.20-8)编译2.6.9
步骤参照论坛上的文章
make mrproper
make menuconfig
make
make modules_install
make install
然后我的grub.conf如下
title Red Hat Linux(2.6.9xlwang)
root (hd0,6)
kernel /boot/vmlinuz-2.6.9xlwang ro root=LABEL=/
initrd /boot/initrd-2.6.9xlwang.img
title Red Hat Linux(2.4.20-8)
root (hd0,6)
kernel /boot/vmlinuz-2.4.20-8 ro root=LABEL=/
initrd /boot/initrd-2.4.20-8.img
引导Red Hat Linux(2.4.20-8)没有问题
但是Red Hat Linux(2.6.9xlwang)出现如下错误
kernel panic - not syncing:No init found.Trying passing init ption to kernel
如果是root路径指定不对,那么Red Hat Linux(2.4.20-8)也应该无法引导啊
求助:如何解决,谢谢 |
|