Can't log into Windows 7 after Mint 8 install

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
breaker

Re: Can't log into Windows 7 after Mint 8 install

Post by breaker »

What is your partition layout? Post your /boot/grub/grub.cfg and maybe we can see what's up.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
breaker

Re: Can't log into Windows 7 after Mint 8 install

Post by breaker »

Yes, you are onto something there, check this: http://grub.enbug.org/ChainLoadWindows
And this gives more detail about what's going on with grub2: http://www.dedoimedo.com/computers/grub-2.html and this

Basically the auto-magic 30_os-prober found an entry that didn't match up. Be aware set root=(hdD,P) where D is the number of your disk starting with zero, and P is the number of your partition starting from 1. This is where it will look for the Win 7 loader. Also, the search --fs-uuid --set 5a86d0b186d08ebf should be a number that matches with the UUID of the partition that holds the Win 7 loader. You can run sudo blkid to get the numbers. But if you resize partitions the number could change...
Locked

Return to “Installation & Boot”