Ideally, I would prefer to dual boot ( two different drives if necessary) Windows 11 and Linux Mint. From what I understand, the crap Microsoft is pulling now will prevent this. Is it because of bitlocker?

Either way, another option would be to dual boot windows 10 and Linux mint. I would keep Windows 10 offline, which is why I would prefer to dual boot Windows 11, since it and Linux would both be online.

So are either of these scenarios realistic?

I’d like to get answers before my post is deleted. So thank you in advance.

  • ayyo@sh.itjust.works
    link
    fedilink
    arrow-up
    10
    ·
    2 days ago

    It sure is possible, I’m currently dual booting win11 and fedora on my laptop, so they actually share a drive.

    If you want to do it on one drive I’d recommend first shrinking your windows partition to whatever size your comfortable with in the windows disk management tool (whatever they call it, I don’t remember off the top of my head), then when you initialize a Linux mint install it should be able to recognize that windows partition. From there it’ll give you the option to either wipe the whole drive, or install in the empty space alongside Windows.

    For what it’s worth I’ve had little to no issues dual booting both, it’s been working for me just fine. Although I will say, I think I actually have bitlocker encryption disabled, though I can’t say for certain and am unable to check at the moment. It would make sense for that to cause issues, so it would definitely be worth looking into.

    • Saizaku@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      5
      ·
      edit-2
      2 days ago

      Quick PSA if you’re dual booting from the same drive, the boot partition size is dictated by the windows install. There is chance that when you’re doing a system upgrade on linux, when recompiling initramfs is necessary, you run out of space on the boot partition since linux makes a fallback/backup on the boot partition. This might block you from upgrading unless you manually delete (and backup) the images and run mkinitcpio -P manually. Note that this may result in bricking your system, but it isn’t hard to fix if you have some experience.