Glad to read you updated BIOS before going down this rabbit hole. Dual boot is not for novices.

geirmund wrote:but when I rebooted, it only loaded my other OS - WIN10. Grub did not load.
Reading your message again, this is interesting to note. If you did not see GRUB, then it sounds like Secureboot said "NO!"
Please follow up on this.
sturmvogel wrote:Secure Boot disabled in BIOS?
Sometimes alternative bits of info help.... I found this right now, but I'm sure there are other sources
https://itsfoss.com/guide-install-linux ... t-windows/ you probably want to look through the secureboot mentioned on this page
https://itsfoss.com/disable-secure-boot-windows/With the older BIOS method, the computer would simply begin running whatever it found on the first sector of the marked partion on the harddrive, this would either be the OS, or GRUB, LILO, or other boot managers, which would then load windows kernel or linux kernel on that partition.
The way UEFI works is it first needs to checksum of the file or partition before it even runs it. If the checksum is okay, then it runs it.
In this case, with linux, there is a boot/EFI directory with that info, so the path is more like UEFI->boot/EFI->GRUB->linux_kernel
It's an extra step, but once you get to seeing Grub, you are a lot closer to getting dual boot working.