Ubuntu16.04启动进入initramfs


14

Ubuntu不会启动,它会进入initramfs。我是从现场CD试用期写的。我该怎么办?

我知道引导流程已中断,并且当将来自根目录的文件加载到ram时,它不会在根目录中找到文件。如果我错了,请纠正我。

以下是我输入“ exit”命令时从ashell发出的输出:

(initramfs) exit
/dev/mapper/ubuntu--vg-root contains a file system with errors, check forced.
Inodes that were part of a corrupted orphan linked list found.

/dev/mapper/ubuntu-vg-root: UNEXPECTED INCONSISTENCY; Run fsck MANUALLY.
    (i.e., without -a or -p options)

fsck exited with status code 4.
The root file system on /dev/mapper/ubuntu--vg-root requires manual fsck

1
尝试说什么- fsck /dev/mapper/ubuntu-vg-root。如果失败,请尝试sudo fsck /dev/mapper/ubuntu-vg-root
UniversallyUniqueID

@BharadwajRaju !! 它起作用了,它做了我知道必须要做的事情,我只是不知道该做什么/如何做。谢谢!文件系统如何损坏/损坏?另外,fcsk命令如何知道文件系统的外观?
Julio Vargas DelaTorre

1
我不太确定它是怎么损坏的,但我可以解释fsck的,而有趣的名字-它代表˚F ILE 小号 ystem Ç HEC ķ。它不知道它的外观,它只是恢复所有丢失的数据并更新文件系统的记录。
UniversallyUniqueID

Answers:


30

执行:

(initramfs) fsck /dev/mapper/ubuntu--vg-root

对所有“修复”都选择“ y”?提示

请注意,您的根分区可能不是/dev/mapper/ubuntu--vg-root-修改此部分以适合您的启动分区的位置


完成上述命令后,我真的可以启动我的笔记本电脑。谢谢!
Marcelo Gumiero

我也收到了一些明确的inode请求,并对y所有人说了。结束后,我输入了进入exit登录屏幕的命令,一切似乎都在那里。
丹尼尔(Daniel)

请注意,您的根分区可能不是“ / dev / mapper / ubuntu--vg-root”之类的东西-修改此部分以适合您的启动分区的位置
Reinsbrain

救了我的命,非常感谢。啤酒?
iWizard

6

看来您有坏的超级块。要解决此问题,只需执行以下步骤:

步骤1:引导到Live CD或USB中并选择试试ubuntu而不安装选项

第2步:ctrl+alt+t或打开您的终端

第三步:

通过使用找出您的分区号

sudo fdisk -l|grep Linux|grep -Ev 'swap'

然后,使用以下命令列出所有超级块:

sudo dumpe2fs /dev/sda7 | grep superblock

将sda7替换为您的驱动器号

您应该会得到类似的输出

Primary superblock at 0, Group descriptors at 1-6
  Backup superblock at 32768, Group descriptors at 32769-32774
  Backup superblock at 98304, Group descriptors at 98305-98310
  Backup superblock at 163840, Group descriptors at 163841-163846
  Backup superblock at 229376, Group descriptors at 229377-229382
  Backup superblock at 294912, Group descriptors at 294913-294918
  Backup superblock at 819200, Group descriptors at 819201-819206
  Backup superblock at 884736, Group descriptors at 884737-884742
  Backup superblock at 1605632, Group descriptors at 1605633-1605638
  Backup superblock at 2654208, Group descriptors at 2654209-2654214
  Backup superblock at 4096000, Group descriptors at 4096001-4096006
  Backup superblock at 7962624, Group descriptors at 7962625-7962630
  Backup superblock at 11239424, Group descriptors at 11239425-11239430
  Backup superblock at 20480000, Group descriptors at 20480001-20480006
  Backup superblock at 23887872, Group descriptors at 23887873-23887878

从此列表中选择一个替代超级块,在这种情况下,替代超级块# 32768

现在,要使用备用超级块#32768检查和修复Linux文件系统:

sudo fsck -b 32768 /dev/sda7 -y

-y标志用于跳过所有Fix吗?问题并自动回答“是”

您应该得到类似的输出:

fsck 1.40.2 (12-Jul-2007)
e2fsck 1.40.2 (12-Jul-2007)
/dev/sda2 was not cleanly unmounted, check forced.
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
Free blocks count wrong for group #241 (32254, counted=32253).
Fix? yes
Free blocks count wrong for group #362 (32254, counted=32248).
Fix? yes
Free blocks count wrong for group #368 (32254, counted=27774).
Fix? yes
..........
/dev/sda2: ***** FILE SYSTEM WAS MODIFIED *****
/dev/sda2: 59586/30539776 files (0.6% non-contiguous), 3604682/61059048 blocks

现在尝试安装分区

sudo mount /dev/sda7 /mnt

现在,尝试使用以下命令浏览文件系统

cd /mnt
sudo mkdir test
ls -l

如果能够执行上述命令,则很可能已解决问题。

现在,重新启动计算机,您应该能够正常启动。

来源


如果sudo fdisk -l|grep Linux|grep -Ev 'swap'返回2行怎么办?/ dev / sda2和/ dev /
sda5

3
无需启动到实时Ubuntu。只需在您所在的提示符处运行fsck。无需使不必要的任务复杂化。
索伦A

是什么使它看起来像“坏的超级块”问题?fsck在大多数情况下,解决问题的可能仅在于运行。
mwfearnley

您的解决方案是唯一对我有用的解决方案!
DanielTheRocketMan

0

这很简单!自上次以来,您的FS发生了某些变化,然后必须对其进行检查和更正,请执行以下操作:

  1. 首先,您需要知道系统的安装分区:例如/ dev / sda1
  2. 进入initramfs屏幕时,输入以下内容:

    e2fsck -f -y -v -C 0 /dev/sdaX
    

请记住,必须将/ dev / sdaX更改为系统安装的分区


文件系统已安装。如果继续,导致***严重***文件系统损坏。你知道吗?
微笑
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.