几天前,我确实安装了 Ubuntu,它有 3 个分区,即交换 / 和 /home,然后我断开了硬盘驱动器的连接,并在另一个硬盘驱动器上安装了 Windows 7。问题是:我没有获得 GRUB 菜单来在操作系统之间进行选择。
我试过了sudo grub-install /dev/sda
,但它给出了以下错误:
/usr/sbin/grub-bios-setup: warning: The file system 'ext2' not allow wardrobe.
/usr/sbin/grub-bios-setup: warning: Can not embed. GRUB can only be installed in this setup by using blocklists. However, blocklists are unreliable and their use is not recommended ..
/usr/sbin/grub-bios-setup: error: will not proceed with blocklists.
我该怎么办?
答案1
您需要更新 grub 菜单项。按+ +
打开终端并输入以下内容:CTRLALTT
sudo update-grub /dev/sdb
将上面的 sdb 替换为 sda、sdb、sdc、sdd 或 GRUB MBR 所在的任何驱动器。