Linux – Cannot dual boot Windows 7 after installing Linux Mint

linux-mintmulti-boot

I first installed Windows 7. /dev/sda1 was the system reserved partition for Win 7, and /dev/sda2 was the C partition. Then I installed Linux Mint. After that, when I started the computer, I could see the "Windows 7 (/dev/sda1)" was listed in the end of boot menu, but I could boot into Windows 7. The only thing I can think of is I might make a mistake in choosing the place the grub was to be installed: I chose /dev/sda1 rather than /dev/sda by default.

Can anyone provide any advice? Thanks so much!

Best Answer

Reinstall GRUB to /dev/sda. You install to sda as that is not a partition and GRUB goes into the MBR of that. Installing to sda1 is a partition, not a hard-drive MBR section, of the drive.

Here are instructions to reinstall GRUB in Mint.

Related Question