今天我在做一个apt-get dist-upgrade
,然后弹出一个窗口,“您是否要在不安装 grub 的情况下继续?”或类似的东西,我错误地按了“是”,所以,我做了一个apt-get install grub
和grub-install /dev/sda
,我用来grub-emu
测试它是否有效,但是......
error: no such device: a9ef93bc-2be5-465b-86b5-9f631349c3be.
error: can't find command 'linux'.
error: can't find command 'initrd'.
Press any key to continue...
BootInfo(来自启动修复):http://paste2.org/AUWMhpOj
我试过boot-repair
,但在使用 安装 grub 之后它就冻结了apt-get
。
我还没有重新启动,我担心最坏的情况...我需要提一下,我的根目录由 2 个带有 RAID 的磁盘组成(每个 10gb)。
答案1
好吧,所以没有实际的GRUB 中的问题,出现警告似乎是因为grub-emu
试图检查 GRUB 的整个启动例程,但无法找到要启动的真实操作系统。
“不要恐慌。”- 道格拉斯·亚当斯