最近我将 Debian 升级到 7.7 版。重启后出现以下错误:
Loading Linux 3.2.0-4-amd646 ...
error: cannot read the Linux header.
Loading initial ramdisk ...
error: you need to load the kernel first.
非常感谢您的任何建议。
答案1
补充 agtoever 的回答:请注意,所引用的 Ubuntu 指南的最后一步对于 Debian 是不同的:
apt-get install --reinstall linux-image-flavour
其中风格可能像 amd64 等等。
答案2
您可以从 LiveUSB 启动并 chroot 到硬盘上的 Debian。接下来,您可以修复 GRUB 和/或启动目录。
这个 Ask Ubuntu 答案解释得很清楚。
不要忘记备份前您弄乱了分区、GRUB 和 /boot 目录。