I suffered to have 15.2 installed on a old 15.1 version.
It started by no KDE at boot after motherboard/proc/mem change.
Now 15.2 is running.
BUT I previously installed Windows 10 on this computer counting on the fact I NEVER HAD SUCH ISSUE SINCE 2006 !!
Problem is, usually windows bootloader is choosen instead of GRUB2 and we have to pass modify thru bcdedit the boot manager…
This time this GRUB2 that is selected and windows 10 is not probed nore visible in GRUB2.
I tried to find a way to boot it custom but it fails.
/dev/sda1 * 2048 1026047 1024000 500M 7 HPFS/NTFS/exFAT
/dev/sda2 1026048 92162047 91136000 43.5G 7 HPFS/NTFS/exFAT
/dev/sda3 92162048 92686335 524288 256M ef EFI (FAT-12/16/32)
/dev/sda4 92686336 234441647 141755312 67.6G 83 Linux
Those partitions /dev/sda1 /dev/sda2 were created during Windows installation I actually wiped out all the old partitions on the disk.
The partitions /dev/sda3 /dev/sda4 were created during Linux installation.
15.2 never granted me to not create /dev/sda3… it was required to continue installation process.
The part concerning GRUB2 is here:
insmod part_msdos
insmod ntfs
insmod search_fs_uuid
# insmod ntldr
search --no-floppy --fs-uuid --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 86348D33348D2771 #F8DC-BA04
set root='hd0,msdos2'
# drivemap (hd1,msdos2) (hd0,msdos2)
# ntldr (hd0,msdos1)/bootmgr
chainloader /Windows/Boot/bootmgr.efi
Code examples comming from different forums… related to EFI/NOn efi issues.
On the bIOS, I tried to modify the boot priority between AHPI and EFI but in this case none of the entry for GRUB2 could be launched.
Clearly Windows 10 did not created a EFI that could be probed by GRUB2.
When mounting /dev/sda1 I could only found bootmgr… and bcd related files.
When mounting /dev/sda2 there is a EFI at /Windows/Boot/EFI/bootmgr.efi
Do I copy the /Windows/Boot folder to /boot/efi/EFI folder ?