[code:1]Copy to clipboard]Mounting Proc filesystem:....[Failed]
/etc/rc.d/rc.sysinit: line 90: 42 segmentation fault LC_ALL=C grep -q /initrd /proc/mounts
Configuring kernal parameters: Error: /proc must be mounted
To mount /proc at boot you need an /etc/fstab line like:
/proc /proc proc defaults
In the meantime, mount /proc /proc -t proc [FAILED]
[/code:1]
我想进入sigle模式fsck进行修复。可是执行该命令的时候又报错:
[code:1]
Couldn't opne /proc/partitions: no such file or directory
Is /proc mounted?
[/code:1]