Ubuntu重复重启


0

我有Ubuntu 10.04 LTS一个VirtualBox。

运行fsck -n表明根文件系统中存在一些孤立节点,我尝试使用以下操作进行修复:

1) edit /etc/default/rcS and set FSCKFIX=yes  
2) touch /forcefsck  
3) reboot  

系统重复重新启动并显示以下错误消息:

fsck terminated with status 3  
mountall main process terminated with status 4

有帮助吗?


2
这属于AskUbuntu:askubuntu.com
格雷格

Answers:


0

在下次重新引导时,添加init=/bin/sh到您的内核命令行,修复问题sync以及umount -oremount,readonly您可以使用的任何已安装的文件系统exit


在任何shell提示符显示之前打印错误消息后服务器重启AUTOMATICALLY :-(
Smartkid 2011年

@Smartkid,你需要通过grub 将它添加init=/bin/sh到你的内核命令行。击eeDIT的命令行中,添加init=/bin/sh,然后^X引导编辑内核命令行。
sarnold 2011年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.