mark 发表于 2004-5-16 19:24:28

2.6.6安装后无法启动

刚刚编译完2.6.6的内核,
make 没有错误

make install 时发现没有2.6.6这个目录,于是就手动的在/lib/modules/下建立了一个2.6.6的目录。

make modules_install 没有什么错误提示。

之后修改/boot/grub/menu.lst关于新内核的选项为
title Fedora Core (2.6.6)
      root (hd0,7)
      kernel /boot/vmlinuz-2.6.6 ro root=/dev/hda8hdc=ide-scsi
      initrd /boot/initrd-2.6.6.img

从新启动之后,发现启动中断,无法启动并有以下提示

Mounting /proc filesystem
Creating block devices
Creating root device
Mounting root filesystem
mount: error 19 mounting ext3
pivotroo: pivot_root ( /sysroot, /sysroot/initrd) failed: 2
umount /initrd/proc failed:2
Freeing unused kernel memory 232k freed
Kernel panic: No init found Try passing init = option to Kernel


如果哪位朋友知道是什么原因请帮忙,谢谢。

sunmoon1997 发表于 2004-5-16 19:38:40

再make install一遍试试

orioner 发表于 2004-5-16 23:25:37

你在编译的过程中没有把某些分区格式(fat32、ntfs等)一起编译进来

mark 发表于 2004-5-17 15:47:02

在编译的过程中我把Fat32,msdos格式选为模块,不知是不是这里的问题。
/分区是Ext3的。

jikkos 发表于 2004-5-17 19:56:15

make
make modules_install
make install
顺序错误

湖里的鱼 发表于 2004-5-19 18:14:52

我也遇到类似问题 :-(:-(

flbwhx 发表于 2004-5-19 21:19:56

我也遇到这个问题,请高手帮忙解决!

amumu 发表于 2004-5-21 15:07:08

you need to include EXT3 as internal support, not module:)

湖里的鱼 发表于 2004-5-24 18:29:48

I have compiled ext3 into kernel,but it still doesn't work.

jikkos 发表于 2004-5-24 21:16:08

看看Change文档了的要求都达到了没有,特别是版本,由于算法不同,建议升级。搜搜同样问题的文章

Kareless 发表于 2004-5-25 03:05:07

I have compiled ext3 into kernel,but it still doesn't work.

Check your RAM Disk, compile it as well.
Enjoy!!

Helium3 发表于 2004-6-12 23:38:44

把file systme中关于EXT3的全部选成*
改grub.conf中的root=/dev/hdxx为提示中的内容
页: [1]
查看完整版本: 2.6.6安装后无法启动