Mounting root filesystem.
mount: could not find filesystem '/dev/root'
Setting up other filesystems.
Setting up new root fs
setuproot: moving /dev failed: No such file or directory
no fstab.sys, mounting internal defaults
setuproot: error mounting /proc: No such file or directory
setuproot: error mounting /sys: No such file or directory
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
switchroot: mount failed: No such file or directory
Kernel panic - not syncing: Attempted to kill init!
无升级过内核,还有网上说的
I had this exact same problem and resolved it by changing the setting of
CONFIG_SYSFS_DEPRECATED_V2=Y
in the .config file. as mentioned in this question by godpapa.
是怎么进入修改的,我是用硬盘安装的。
huazlianji 于 2013-05-21 16:43:01发表:
感激不尽
008c 于 2011-09-20 08:01:08发表:
是的,我已指明了分区表root=/dev/sda1这是用df- h查找到的了。还是启动不了。
相思爱文 于 2011-09-20 01:29:10发表:
不存在/dev/root这个设备
要指明根目录所在分区,表示方法错误
类似于下面的表示方法之一,才是正确的
root=/dev/hda1
root=/dev/sda2
root=UUID=*****
root=LABEL=****
相思爱文 于 2011-09-20 01:24:12发表:
swap要为物理内存的2倍,是在内存小于256M时的知识,现在内存这么多,就不需要太多的swap了,分1G就足够了。
008c 于 2011-09-20 00:15:38发表:
进入收复模式,修改grub.conf修改把root=为df -h查找到的盘路径。启动还是不行。是什么问题。我的内存有4G。交换空间我只分了6G给他。是不是交换区的问题不够。听说要是内存的2倍。