我正在运行 Ubuntu 14.04 并且丢失了所有内核,但是我设法通过运行 live cd 并挂载和 chrooting 到旧分区来重新安装内核。(其中一个分区已加密)
现在启动后,出现此错误:
Gave up waiting for root device...
/dev/mapper/ubuntu--vg-root does not exist.
dropping to a shell...
initramfs _
ubuntu--vg-root 是解锁分区的去处。我认为如果我解锁我拥有的加密分区,它就会回来。但 GRUB 没有要求我输入密码。我该如何解决这个问题?
我在 (initramfs) shell 上...那里没有可用的 cryptsetup/udisksctl。
答案1
我需要为新安装的内核生成 initramfs:
update-initramfs -u -k all