|
|
发表于 2005-3-22 20:14:54
|
显示全部楼层
Post by Greatrobert
内核是在http://www.kernel.org上下的
然后我用
make menuconfig
make
make modules_install
编译完2.6.11.4内核
cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.11.4
cp System.map /boot/System.map-2.6.11.4
cp .config /boot/config-2.6.11.4
又配置了grub.conf
我在编译的时候也把ext2/ext3文件系统编译进内核
但重启后还是出现:
Booting 'Fedora Core (2.6.11.4)'
root(hd0,6)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz-2.6.11.4 ro root=LABEL=/ rhgb quiet
[Linux-bzImage,setup=0x1600, size=0x22462c]
Uncompressing Linux... OK, booting the kernel,
specify port
kernel panic - not syncing: VFS: Unabel to mount root fs on unknown - block(0,0)
我的系统是FC3,已有两个内核(2.6.9-1.667和2.6.10-1.770),看了很多帖子好像都不适合我的,我已经把ext2/ext3全编进内核了。
这个kernel启动时不是panic了吗,怎么还能正常启动? |
|