我在 SSS 上安装了 Ubuntu 14.04,运行正常。我买了一个安装了 Windows 7 的新 2TB 驱动器。
如何将 Windows 7 添加到我的 grub 菜单?
这是输出sudo update-grub
:
Searching for GRUB installation directory ...
found: /boot/grub Searching for default file ...
found: /boot/grub/default Testing for an existing GRUB menu.lst file ...
found: /boot/grub/menu.lst Searching for splash image ...
none found, skipping ...
Found kernel: /boot/vmlinuz-3.13.0-51-generic
Found kernel: /boot/vmlinuz-3.13.0-49-generic Found kernel: /boot/vmlinuz-3.13.0-24-generic
Found kernel: /boot/memtest86+.bin Updating /boot/grub/menu.lst ... done
这是输出sudo os-prober
:
sudo os-prober /dev/sdc1:Windows 7 (loader):Windows:chain
答案1
运行命令sudo update-grub
。
如果仍然不起作用,请尝试启动修复。它将尝试修复该问题,如果无法修复,它将提供一个链接,其中包含我们进一步解决问题所需的所有信息。