My PC (self built with Asus motherboard) was a Linux-only machine until I added a fresh install of Win10 on a separate drive using Ventoy. I use Linux Mint 95% of the time and want to automatically boot into Linux, preferably without showing GRUB. I have Fast Boot turned off, and I keep resetting the order in BIOS only to have the PC automatically boot right into Windows. How do I stop Win 10 from overrriding everything?
I give you 3 options and you google them and choose the one which suits you the best. 1. Change the boot order in your bios (Mint drive first) 2. Install package ‘os-prober’ and then update-grub (Win10 will appear in Grub) 3. Install rEFInd to replace Grub and choose everytime which OS you want to boot (set timeout by yourself). Warning: theming the rEFInd is known to be addictive.
I agree with this . High chance the boot order might be messed up by windows.
rEFInd is a really good solution IMHO. I use it on top of grub as a simple fix to the decryption passphrase prompt not appearing properly on my arch distro.
I’ll look into these, thanks!