cant boot into windows 10 after installation of LINUX mint

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.
MikeInMexico

Re: cant boot into windows 10 after installation of LINUX mint

Post by MikeInMexico »

administrollaattori wrote:
MikeInMexico wrote: OK in SuperGrub2:
If I select "Windows Vista/7/8/2008 (R2) ... (hd0,msdos1)" I get the Windows dual-boot menu which allows me to boot Windows 7 or 10. If I go down to my "Windows 7" entry, I get the same flashing cursor, no boot.
The boot-flag (active partition) has set to the wrong partition. What tells

Code: Select all

sudo fdisk -l
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 3074047 3072000 1.5G 27 Hidden NTFS WinRE
/dev/sda2 3074048 412674047 409600000 195.3G 7 HPFS/NTFS/exFAT
/dev/sda3 412676094 1250260991 837584898 399.4G f W95 Ext'd (LBA)
/dev/sda5 822276096 1250260991 427984896 204.1G 7 HPFS/NTFS/exFAT
/dev/sda6 412676096 813993983 401317888 191.4G 83 Linux
/dev/sda7 813996032 822269951 8273920 4G 82 Linux swap / Solaris
kukamuumuka

Re: cant boot into windows 10 after installation of LINUX mint

Post by kukamuumuka »

@MikeInMexico

Windows 10 has changed the boot order, so you need to boot into Windows 7, run msconfig, where set Windows 7 as the first option. An example picture about msconfig

Image
MikeInMexico

Re: cant boot into windows 10 after installation of LINUX mint

Post by MikeInMexico »

administrollaattori wrote:@MikeInMexico

Windows 10 has changed the boot order, so you need to boot into Windows 7, run msconfig, where set Windows 7 as the first option. An example picture about msconfig

Image
Did that but it really didn't help. Now I get 7 but not 10. But I've fixed the problem. I ran fixmbr to get rid of grub then deleted the Mint partition. Now I'm back to where I started before the install. Thanks for all your help, but this whole thing is just too much trouble. My students will have to do without their glimpse of Linux for now.
smxxx

Re: cant boot into windows 10 after installation of LINUX mint

Post by smxxx »

I was dual booting Linux mint with windows 10 and seems like I installed grub into EFI partition. First, I could not see an option to boot into windows but after running "sudo update-grub" I can see the windows boot option like the one on my laptop but it does nothing while selecting. It takes me back to grub again and again.

Code: Select all

fdisk 

Disk /dev/sda: 111.8 GiB, 120034123776 bytes, 234441648 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0xdde00bb1

Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT
/dev/sda2 1026048 104857599 103831552 49.5G 7 HPFS/NTFS/exFAT
/dev/sda3 104859646 234438655 129579010 61.8G f W95 Ext'd (LBA)
/dev/sda5 157288448 234438655 77150208 36.8G 7 HPFS/NTFS/exFAT
/dev/sda6 104859648 112857087 7997440 3.8G 82 Linux swap / Solaris
/dev/sda7 112859136 157274111 44414976 21.2G 83 Linux

After mounting /dev/sda1/

Code: Select all

drwxrwxrwx 1 root root 8192 Feb 17 05:32 Boot 
-rwxrwxrwx 1 root root 398090 Feb 10 11:07 bootmgr 
-rwxrwxrwx 1 root root 1 Sep 29 19:11 BOOTNXT 
-rwxrwxrwx 1 root root 8192 Jan 13 04:32 BOOTSECT.BAK 
drwxrwxrwx 1 root root 0 Jan 13 18:18 Recovery 
drwxrwxrwx 1 root root 0 Dec 11 14:44 System Volume Information 
-rwxrwxrwx 1 root root 0 Jan 13 18:06 $WINRE_BACKUP_PARTITION.MARKER
seems like I might have wiped uefi-partition?

What can I do rather than going for a fresh install?
kukamuumuka

Re: cant boot into windows 10 after installation of LINUX mint

Post by kukamuumuka »

@smxxx
You should make a new topic.
Locked

Return to “Installation & Boot”