this post was submitted on 22 Oct 2025
52 points (90.6% liked)

Linux

59143 readers
443 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] Professorozone@lemmy.world 1 points 1 day ago (1 children)

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 3 points 1 day ago* (last edited 1 day ago) (1 children)

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