Ubuntu 14.04启动错误

Ubuntu在我的系统上运行顺利,但在更新后它创建了一个严重的问题。 当我启动计算机时,它说出以下错误:

— Boot args (cat /proc/cmdline) — Check rootdelay= (did the system wait long enough?) — Check root= (did the system wait for the right device?) — Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/disk/by-uuid/xxxxxxxxx does not exist. Dropping to a shell! BusyBox v.1.21.1 (ubuntu 1:1.21.0-1ubuntu1) built-in shell (ash) Enter 'help' for list of built-in commands . (initramfs).. 

键入blkid我得到以下详细信息: –

 /dev/sda1 :Label="backu" uuid="c4406f0a406fo312" Type = "ntfs" /dev/sda3: Label="linux"c6e7b2c6-5e8f- 4a2d-b666-9489ef7c7c8f" Type = "ext4" /dev/sda5: uuid="6e0361c9- bbb6-4395-a75e-ef8d645245d0" Type = "ext4" /dev/sda6: uuid="740f28da-723a-40d3-995b- 3d5dc0d30120" Type = "ext4" /dev/sda7: uuid="30c1ba3b- dd3e-4ec2-989b-2e3a3d0d30d8067" Type = "ext4" /dev/sda8: uuid="06145b6-0538-4a4b- b424-a5f7a732e8e1" Type = "swap" 

我得到了答案! 通过grub菜单引导内核.34(在引导期间保持转换)然后进入Ubuntu高级菜单并启动.34。 运行.34后,请在此处输入代码:

 sudo apt-get remove 3.13.0-35 

然后通过以下方式重新安装.34

 sudo apt-get install liunx-image-generic=3.13.0.24.28 

然后你必须设置grub来启动.34所以这样做:

 sudo update-grub 

然后测试你的版本:

 apt-cache policy linux-generic 

我说我没有安装,建议使用35。 如果你重新启动并启动它就完成了! 忽略更新,直到他们修复.35内核!

boot-repair应该能够解决你的问题。 它可能需要一段时间才能运行,您应该备份数据,以防出现严重错误。 它应该工作得很好,你会回来并摇摆Ubuntu 🙂