I finally started the move over to Linux, and installed a dual boot system. So far liking it, except for 1 or 2 things. The big one is the process of dual booting.

I vaguely remember a friend a bunch of years ago always having the option to pick the OS on startup. Not having to hit F11 to pick the OS. Is there a way to do this? Everything I’ve found so far is about windows dual booting, which isn’t exactly helping.

Here’s my setup, so there’s an idea of what I’m working with.

Motherboard: MSI MPG Z390 Gaming Edge AC SSD 1 (Windows): Predator GM7000 2TB SSD 2(Linux Mint): Crucial P5 Plus 2TB

I just want to always have the choice of OS when starting up, without always having to hit F11 to get to the boot option. Any help is appreciated.

Edit: In case it matters, I installed windows on SSD 1 without SSD 2 installed, then did the same with Linux, removed SSD 1, and installed Linux to SSD 2 (using their respective slots) then put both in. So I didn’t install Linux with the dual boot option on the install screen.

Edit2: Got it working! As suggested, I had to change the boot order so Linux was primary instead of windows. Then had to change the timeout for grub from 0 to 30 (tried 5 but it was still too fast) and once I was able to see grub, I had the option to let it go into mint, run windows, or just pick Mint without waiting.

Way easier than going about it thinking windows first, since it refused to acknowledge i had another OS installed. Now I get to play around with drivers and software, and figure out why I can’t align my multiple monitors properly.

Thanks everyone!

  • empireOfLove2@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 day ago

    Yep. Boot grub (linux) first and it can do windoes when you choose.

    It does not matter that the OS’es are on different physical drives, GRUB can index them just fine. Bootloader on one drive that can boot from multiple other drives is very common and I’ve set it up multiple times, as it is nice to have physical separation between OS’es and not have to deal with having 8 partitions of hell on one poor abused drive. The only issue that may arise is if you add or remove other physical drives or move the locations of existing drives as sometimes that can change how grub indexes them and it breaks. But that’s fairly easy to avoid if you pay attention and try not to touch bootable drives.