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"
答案1
我有答案!通过 grub 菜单启动内核 .34(启动时按住 shift),然后进入 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 内核为止!
答案2
启动修复应该能够解决您的问题。它可能需要一些时间才能运行,您应该备份数据以防出现严重错误。但它应该可以正常工作,您将重新开始使用 Ubuntu :)