[solved] Dual boot Mint 19 with win 10 - problem with grub

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

Re: Dual boot Mint 19 with win 10 - problem with grub

Post by Mroptonix »

Without reinstalling LM19 and with the last config problem get solved.
I think other users with this problem can solve it by this method:
see the first post to find out the problem.

solution
1. adding windows entry manually in grub:
do this in this manner:
open file 40_custom in this path /etc/grub.d using this command in teminal

Code: Select all

sudo nemo
and add this lines to the end of the file:

menuentry "Windows" {
insmod part_msdos
insmod ntfs
set root='(hd0,msdos1)'
chainloader +1
}


2. use a windows booted DVD and do a ready to use boot repair option!
Locked

Return to “Installation & Boot”