当前位置: 技术问答>linux和unix
内核编译,启动失败,帮帮新手!!!
来源: 互联网 发布时间:2015-06-26
本文导语: 错误: ds: no socket drivers loaded! kernel panic:VFS:unable to mount fs on 03:09 系统启动到这里就停了,我换了几个内核来编译,都是这样通不过。我系统c盘装的windowsXP,在最后边划分的区装的linux,格式是ext3。 为做参考...
错误:
ds: no socket drivers loaded!
kernel panic:VFS:unable to mount fs on 03:09
系统启动到这里就停了,我换了几个内核来编译,都是这样通不过。我系统c盘装的windowsXP,在最后边划分的区装的linux,格式是ext3。
为做参考:grub.conf内容如下
# 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,8)
# kernel /boot/vmlinuz-version ro root=/dev/hda9
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
password --md5 $1$qR9wj1Z4$8yQOC9mIOyI4rLxn/NO8K0
title Red Hat Enterprise Linux ES (2.4.21)
root (hd0,8)
kernel /boot/vmlinuz-2.4.21 ro root=/dev/hda9 / 此处用(root=LABEL=/)仍然不行!
initrd /boot/initrd-2.4.21.img
title Red Hat Enterprise Linux ES (2.4.21-9.EL)
root (hd0,8)
kernel /boot/vmlinuz-2.4.21-9.EL ro root=LABEL=/
initrd /boot/initrd-2.4.21-9.EL.img
title WindowXP
rootnoverify (hd0,0)
chainloader +1
/etc/fatab内容如下:
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/usr /usr ext3 defaults 1 2
/dev/hda10 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
这里三个none我也搞不明白,不过原来的系统是好的,就是新编译的没什么用,列举出这些,也不知道有没有什么用,希望如果有点用的话,大人能够指点。
ps:对于系统我都没修改过,只是想重新编译一个内核试试。
希望大人们可以给指点一下,分不够还可以再加!
我郁闷了很久了。对linux了解还太少!
ds: no socket drivers loaded!
kernel panic:VFS:unable to mount fs on 03:09
系统启动到这里就停了,我换了几个内核来编译,都是这样通不过。我系统c盘装的windowsXP,在最后边划分的区装的linux,格式是ext3。
为做参考:grub.conf内容如下
# 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,8)
# kernel /boot/vmlinuz-version ro root=/dev/hda9
# initrd /boot/initrd-version.img
#boot=/dev/hda
default=1
timeout=10
splashimage=(hd0,8)/boot/grub/splash.xpm.gz
password --md5 $1$qR9wj1Z4$8yQOC9mIOyI4rLxn/NO8K0
title Red Hat Enterprise Linux ES (2.4.21)
root (hd0,8)
kernel /boot/vmlinuz-2.4.21 ro root=/dev/hda9 / 此处用(root=LABEL=/)仍然不行!
initrd /boot/initrd-2.4.21.img
title Red Hat Enterprise Linux ES (2.4.21-9.EL)
root (hd0,8)
kernel /boot/vmlinuz-2.4.21-9.EL ro root=LABEL=/
initrd /boot/initrd-2.4.21-9.EL.img
title WindowXP
rootnoverify (hd0,0)
chainloader +1
/etc/fatab内容如下:
LABEL=/ / ext3 defaults 1 1
none /dev/pts devpts gid=5,mode=620 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
LABEL=/usr /usr ext3 defaults 1 2
/dev/hda10 swap swap defaults 0 0
/dev/cdrom /mnt/cdrom udf,iso9660 noauto,owner,kudzu,ro 0 0
这里三个none我也搞不明白,不过原来的系统是好的,就是新编译的没什么用,列举出这些,也不知道有没有什么用,希望如果有点用的话,大人能够指点。
ps:对于系统我都没修改过,只是想重新编译一个内核试试。
希望大人们可以给指点一下,分不够还可以再加!
我郁闷了很久了。对linux了解还太少!
|
参考下面网页,会有帮助的,祝你好运
http://www.linuxfocus.org/ChineseGB/July2002/article252.shtml
http://www.linuxfocus.org/ChineseGB/July2002/article252.shtml
|
编译内核配置的时候是不是把tcp/ip关掉了?
|
你好像将内核中的网络协议部分去掉了,将tcp/ip添加上吧。