我是Linux/Ubuntu14.04LTS的新手,3个月前我安装了它,直到昨天,我还在virtualbox中处理Windows 8。之后,我从Ubuntu根会话中注销,切换到另一个会话,这时Ubuntu突然卡在一个闪烁的光标中,所以我重新启动了我的PC,它提示我使用grub选项,我尝试了所有的选项,这些选项一直为我提供这个输出:
mount: mounting /dev/disk/by-uuid/53dc799e-7378-49bd-a0e7-93370d11e5551 on /root failed: invalid argument
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /proc on /root/proc failed: No such file or directory
Target filesystem doesn't have requested /sbin/init
No init found - Try passing init=bootarg
BusyBox v1.21.1 (Ubuntu 1:1.21.0-1ubuntu 1) built-in shell (ash)
Enter 'help' for a list of built-in commands
(initramfs) _
Linux ubuntu 3.13.0-32-generic #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
如果有人能帮我,那就太好了。(对不起,我的英语很差!)
新编辑:
我喜欢你的意见@JavierRivera,也许我必须尝试引导修复链接来检索我的数据。
顺便说一下,这是我看到的dmesg
输出的最后一部分,它与我的问题有关:
[ 445.456676] ata1.00: status: { DRDY ERR } [ 445.456681] ata1.00: error: { UNC } [ 445.508901] ata1.00: configured for UDMA/100 [ 445.508936] sd 0:0:0:0: [sda] Unhandled sense code [ 445.508942] sd 0:0:0:0: [sda]
[ 445.508945] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE [ 445.508949] sd 0:0:0:0: [sda]
[ 445.508952] Sense Key : Medium Error [current] [descriptor] [ 445.508957] Descriptor sense data with sense descriptors (in hex): [ 445.508959] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00 [ 445.508969] 12 44 97 99 [ 445.508973] sd 0:0:0:0: [sda]
[ 445.508976] Add. Sense: Unrecovered read error - auto reallocate failed [ 445.508979] sd 0:0:0:0: [sda] CDB: [ 445.508981] Read(10): 28 00 12 44 97 98 00 00 08 00 [ 445.508990] end_request: I/O error, dev sda, sector 306485145 [ 445.509016] ata1: EH complete [ 445.509052] JBD2: Failed to read block at offset 4595 [ 445.509067] JBD2: recovery failed [ 445.509071] EXT4-fs (sda1): error loading journal
我必须检索我的数据,所以从你的部分的注意力将是认真的极佳!
发布于 2014-11-07 07:35:30
看起来S.M.A.R.T.就在最后,而你的硬盘对我来说失败了。
在引导时和使用活动CD时收到的所有消息都与读取磁盘的问题有关。
您可以键入:
dmesg
在命令行上获得更多错误和更多信息,还可以从live中运行磁盘工具,以便从磁盘中获取智能数据。但如果我是你,我会尽快更换我的硬盘。
https://askubuntu.com/questions/546417
复制相似问题