Here the story:
- Windows 10 was installed in BIOS/CSM Mode
- Converted the Disk to GPT (from MBR) - Success
- Unable to Boot in to Windows :/
- Manually Created the EFI & MSR partitions using diskpart - No luck
- Installed Lubuntu with Grub - Success
- Installed rEFInd - Success (shows only Lubuntu)
- Still unable to boot in to Windows
Current Situation
- Lubuntu - Mode: EFI || In /dev/sda3
- rEFInd - Mode: EFI || In ESP /dev/sda1
- Grub - Mode: EFI || In /dev/sda
- BIOS - Mode: CSM Disabled
- Secure Boot Configuration not available in BIOS
Grub Custom Configurations Tried:
Menu Entry #1 : Shows ERROR cannot load NTLDR (It's obvious about NTLDR being BIOS/CSM Module
set root='(hd0,gpt5)'
insmod ntfs
insmod part_gpt
search --no-floppy --fs-uuid --set 54AC831BAC82F6B0
ntldr /bootmgr
Menu Entry #2 :
set root='(hd0,5)'
search --no-floppy --fs-uuid --set 54AC831BAC82F6B0
drivemap -s (hd0) ${root}
chainloader +1
I believe it's a case of Hybrid Booting where in I've the
- Hardware (BIOS) setup in EFI
- EFI Boot manager (rEFInd) setup in EFI
- Grub2 setup in EFI mode
- Windows 10 setup in Legacy/MBR mode