问题 :
我尝试通过删除 2009 年华硕笔记本电脑上的 Kubuntu19 来安装 Linux Lite。显然我搞砸了,现在我陷入了 grub 救援。以下是有关正在发生的事情的更多信息:
grub rescue> ls
(hd0) (hd0,msdos1)
grub rescue> set
cmdpath=(hd0)
prefix=(hd0,msdos1)/boot/grub
root=hd0,msods1
我尝试过:
我读了几个论坛的文章,首先尝试找到保存根目录的分区。由于我的闪存驱动器上只有一个分区,用于安装 Linux Lite,所以我猜想它是 (hd0)。但是它是空的(?:虽然不确定这是什么意思):
grub rescue> ls (hd0)/
error: unknown filesystem.
grub rescue> ls (hd0)
(hd0): Filesystem is unknown.
后来我尝试(没有改变任何其他东西):
grub rescue> insmod normal
error: unknown filesystem
grub rescue> normal
Unknown command 'normal'.
我发现有点奇怪,所以我想看看那里有哪些命令:
grub rescue> ismod
Unknown command 'ismod'.
之后我尝试将设置更改为 (hd0) 分区:
grub rescue> set prefix=(hd0)/boot/grub
grub rescue> set root=hd0
grub rescue> set
cmdpath=(hd0)
prefix=(hd0)/boot/grub
root=(hd0)
但 insmod normal 也存在同样的问题......
解决方案
启动修复是我唯一的救星!(不过后来我不得不重新安装一切)