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
[–] ayyo@sh.itjust.works 10 points 1 day ago (2 children)

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 5 points 1 day ago* (last edited 1 day 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.

[–] Professorozone@lemmy.world 3 points 1 day ago (1 children)

Thank you for your post. I think I will use two different drives and hopefully use Windows as little as possible.

[–] ayyo@sh.itjust.works 2 points 1 day ago

For sure the ideal scenario. I wish you luck friend