我从 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 救援屏幕。
使用 Boot-Repair-Disk 实用程序在您的 PC 中重新安装 grub 的一种简单而有效的方法(这里是下载页面:https ://sourceforge.net/projects/boot-repair-cd/files/latest/download ),这是一个实时系统,具有用于重新安装 grub 引导加载程序的工具。
步骤:只需下载,用unetbootin或etcher刻录在USB中并在您的PC中启动,当系统启动时,您将看到一个带有两个选项的窗口,选择“推荐修复”的一个,现在连接到互联网(它将下载您的系统对应的 grub 包,在您的情况下是 Debian),让程序分析您的分区并按照步骤操作,您将在 5 分钟内解决问题。完成后,重新启动并在 Debian 的终端中进行“sudo grub-update”,瞧!Grub 完全安装并再次配置。
另一个可以帮助您的工具是 Super Grub2 Rescue(这里是链接:https ://www.supergrubdisk.org/ ),重量不到 20MB,这将帮助您直接在 Debian 中启动,而无需安装 grub。
尝试运行:
echo "(hd0) /dev/sda" > /boot/grub/device.map