刚刚安装在启动时,Natty 给出了一些 GRUB 错误消息:
error: file not found.
error: file not found.
error: no suitable mode found.
error: no video mode activated.
error: file not found.
error: file not found.
无论这些错误如何,它都会启动。这可能与我之前的问题因为我手动指定了分区,结果进入了 GRUB 恢复控制台。为了解决这个问题,我从 Live CD 启动并运行:
sudo mount /dev/sda3 /mnt
sudo mount /dev/sda1 /mnt/boot
sudo grub-install --root-directory=/mnt /dev/sda
这些错误重要吗?如何消除它们?
答案1
修复此问题所需的只是sudo update-grub
在终端中运行。