this post was submitted on 03 Oct 2023
5 points (100.0% liked)
Linux Questions
1069 readers
1 users here now
Linux questions Rules (in addition of the Lemmy.zip rules)
- stay on topic
- be nice (no name calling)
- do not post long blocks of text such as logs
- do not delete your posts
- only post questions (no information posts)
Tips for giving and receiving help
- be as clear and specific
- say thank you if a solution works
- verify your solutions before posting them as facts.
Any rule violations will result in disciplinary actions
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
First off, how old is your hardware? Are you using EFI or MBR when booting? To check that, go into your "bios" setup on the motherboard and see if CSM (compatability support module) is enabled - if so, it may be best to have that disabled and go full EFI. This will save you a lot of headaches with the multiboot menagerie.
Second, are you using two disk drives? Or are you using multiple partitions on the same disk? The best way (read: least likely to muck up) is to have Windows and Linux on separate drives, with the only shared partition being the EFI Boot partition (which is fine and intentional).
To use EFI boot, your disks need to be GPT formatted.
Install Windows 10 first, then install Mint. If done right, you can switch which OS you want to boot in your 'bios' or firmware setup should Windows assert dominance again. Mint's boot loader should detect the Windows bootloader and boot Windows if chosen as well.
I did do separate drives this time hoping to avoid what happened before. I believe I'm using EFI but I'll double check and check the CSM is enabled. Thanks
I messed with the CSM settings, and then didn't see the disk with Linux at all to boot lmao. After awhile it did show up again, still to the broken grub screen where I can't type. I feel like I'm stuck with windows for the time being
You may have to enable Legacy USB support to get the bootloader working. To clarify, Mint showed up with CSM Enabled or Disabled? If it showed up when Enabled, you may have inadvertently installed Mint using MBR / BIOS method instead of GPT / UEFI method. You will want to rectify that by redoing Mint install disk and the install as a GPT/UEFI setup. CSM should be Disabled.