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.

  • floquant@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    4
    ·
    21 hours ago

    No one mentioned this yet, but a possible issue is that Windows, for some damn reason, still creates a 100MiB EFI partition, although by EFI spec It should be at least 256 iirc

    This can cause the /boot/EFI partition to fill up. Some distros/bootloader are more affected than others, but I’ve had it happen a couple of times

    • Professorozone@lemmy.worldOP
      link
      fedilink
      arrow-up
      1
      ·
      13 hours ago

      Can you elaborate a bit. I don’t understand the connection between the undersized Windows partition and the problem with a distro. Also is the fix to manually increase the size of that partition?

      • floquant@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        13 hours ago

        The connection is that while the “system drive” (C:\ in Windows, / in Linux) for each system has its own partition, the EFI partition is shared. This is the partition where the files needed to load the respective OSes live, aka the entries you see in the bootloader. You could create a new EFI partition and tell Linux to use that one, but then you would have to select the OS from the boot devices in the BIOS, so no one does that.

        Also is the fix to manually increase the size of that partition?

        Well, yes, but the problem is that it’s at the start of the drive, usually. That means you can not expand it without moving the main Windows partition, which is a pretty bad idea (terrible on HDDs) as it’s prone to data loss. If your OEM put it at the end then you’re very lucky and it’s a quick operation, although it might require to delete some OEM-specific partition (which only serves to give you the branded wallpapers and bloatware if you factory reset from within Windows)

        Honestly, if you don’t distrohop this shouldn’t be a problem. I had to do a stupid installation dance to have a 500MiB EFI partition, but I was motivated to do it because:

        1. I hate Microsoft
        2. I wanted to fuck around with kernels, bootloaders, and distros