当前位置: 技术问答>linux和unix
Linux编译内核的问题
来源: 互联网 发布时间:2016-07-07
本文导语: 小弟最近在做linux程序设计,在编译完内核(成功编译)后,重新启动,选项择新的内核总是进不去. 提示错误: Reading all physical volumes.This may take a while... No volume groups found Volume group "VolGroup00" not found Unabl...
小弟最近在做linux程序设计,在编译完内核(成功编译)后,重新启动,选项择新的内核总是进不去.
提示错误:
Reading all physical volumes.This may take a while...
No volume groups found
Volume group "VolGroup00" not found
Unable to access resume device (/dev/VolGroup00/LogVol01)
Mount: could not find filesystem'/dev/root'
setuproot:Moving /dev failed:No such file or directory
setuproot:error Mounting /proc: No such file or directory
setuproot:error Mounting /sys: No such file or directory
switchroot: mount failed: No such file or directory
哪位强人能帮忙指导一下,这是什么原因,怎么处理.谢谢!!!
提示错误:
Reading all physical volumes.This may take a while...
No volume groups found
Volume group "VolGroup00" not found
Unable to access resume device (/dev/VolGroup00/LogVol01)
Mount: could not find filesystem'/dev/root'
setuproot:Moving /dev failed:No such file or directory
setuproot:error Mounting /proc: No such file or directory
setuproot:error Mounting /sys: No such file or directory
switchroot: mount failed: No such file or directory
哪位强人能帮忙指导一下,这是什么原因,怎么处理.谢谢!!!
|
http://linux.chinaunix.net/bbs/viewthread.php?tid=1053150
|
找不到硬盘?
|
直接使用/dev/sda1等设备名称 不要用volume name因为你的内核不认识
后面的错误是因为加载不了硬盘,找不到对应的驱动造成的
后面的错误是因为加载不了硬盘,找不到对应的驱动造成的