我从 wheezy 更新到 Jessie,一切都很顺利,直到我重新启动。当它重新启动时,我得到的只是 grub 救援(错误:文件 '/boot/grub/i386-pc/normal.mod')找不到。ls 给我 (hd0) (hd0,msdos1)。ls (hd0,msdos1) 是一个空行。里面什么都没有。我从 Live CD 启动并尝试运行启动修复,但在“grub-pc purge cancelled”时失败。我安装了驱动器。一切似乎都在那里。我 chroot 了,清除了 grub,然后重新安装了 grub。没变。我有完全相同的问题。我完全清除了 grub,没有重新安装。还是没有变化。我很茫然,我不知道如何解决这个问题,甚至不知道如何继续故障排除。任何帮助,将不胜感激。(我知道这是非常具体的,但我到处搜索过。)
grub-install /dev/sda
根据chroot 的要求,产量:
Installing for i386-pc platform.
Installation finished. No error reported.
update-grub
产量:
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.16.0-4-686-pae
Found initrd image: /boot/initrd.img-3.16.0-4-686-pae
Found linux image: /boot/vmlinuz-3.16.0-4-586
Found initrd image: /boot/initrd.img-3.16.0-4-586
Found linux image: /boot/vmlinuz-3.2.0-4-686-pae
Found initrd image: /boot/initrd.img-3.2.0-4-686-pae
grub-probe: error: cannot find a GRUB drive for /dev/sdb1. Check your device.map.
done
/dev/sdb
好像是我的live CD。
编辑:
我使用了 super grub livecd,现在我可以启动到 Debian。从操作系统中,我删除了我的 livecd,然后尝试运行grub-install /dev/sda
和update-grub
. 当我重新启动时,我最终进入了同一个 grub 救援屏幕。