30

I currently have a win 11 machine and would like to dual boot with Linux. Looking at some of the different options, it seems many aren't recommended for dual booting. Are there any that are?

top 23 comments
sorted by: hot top controversial new old
[-] janNatan@lemmy.ml 21 points 2 weeks ago

The best way to dual boot is to have separate hard drives for Windows and Linux. I'm not aware of some distros bring more windows friendly than others.

[-] illi@lemm.ee 2 points 2 weeks ago

Can you plese elaborate on why? I was thinking of dipping my toes in with Linux but my plans were to have it on the one drive.

[-] imecth@fedia.io 11 points 2 weeks ago* (last edited 2 weeks ago)

Supposedly Windows can mess with the linux bootloader if it's on the same drive, i never had it happen back when i still dual booted. Reinstalling the bootloader isn't too hard though if it ever does happen.

Same, I dual booted for almost 10 years on 3 system machines and never once had it happen. But I've seen it reported before, so it's something to be aware of.

A mitigation is to have a Linux live USB to boot into to reinstall your bootloader (GRUB, systemd-boot, etc, depending on distro). I haven't heard of Windows actually destroying partitions or data, and perhaps it doesn't do it if your boot partition doesn't look like a Windows boot partition (e.g. it's a different filesystem), IDK. But learning to reinstall the bootloader from a live CD isn't that hard (usually just running one or two commands).

So, you'll probably be fine, just do a little research first if you're nervous.

[-] JackbyDev@programming.dev 1 points 1 week ago

Is it possible people are just misremembering installing Windows second and mistaking it as a random Windows upgrade?

[-] dean36963@mastodon.social 4 points 2 weeks ago

@illi @janNatan if you boot from BIOS (sometimes called legacy boot in setup menu) rather than UEFI, you can only select which disk to boot from, and the disk had to store boot details at the beginning of disk (MBR): both OSes could end up fighting over it. Linux operating systems are often careful to warn about this, but windows just assume they are the only operating system on a PC and overwrite it. (From memory, might need some checking 🤣)

I've not had issues since dual booting with UEFI.

[-] Quetzalcutlass@lemmy.world 1 points 1 week ago* (last edited 1 week ago)

I believe you are correct. I had my MBR overwritten a few times back in the Windows XP days, but haven't heard of it happening on modern UEFI setups outside of warnings like these.

I still segregate my system drives out of paranoia though.

[-] ipacialsection@startrek.website 21 points 2 weeks ago* (last edited 2 weeks ago)

Almost all distros can dual boot, so there's little reason to highlight one as being the best for it. Dual booting is a bit messy and risky no matter what you do, so back up your data first and, if you're new to Linux, look up instructions for dual booting Windows 11 and your chosen distro.

Only one I can think of that does anything special with dual boot, off the top of my head, is Q4OS, which offers a way to install it from within Windows using an app. (It also happens to be tailored towards people familiar with Windows XP or 7, so it should be a somewhat smooth transition for a first time Linux user.) I haven't tried this myself, but I imagine it just expedites the usual steps of dual booting: shrink the Windows partition, then install into the resulting free space (or to an unused disk).

If that doesn't sound appealing, just try any distro recommended as "beginner friendly", like Linux Mint. Tutorials should be easy to find.

[-] Tenkard@lemmy.ml 4 points 2 weeks ago* (last edited 2 weeks ago)

Always dual booted Linux (ubuntu/mint/manjaro/endeavor) and windows (8/10/11) without issues. I think windows published an update (happened only once if I remember correctly) that wiped Linux partitions so yeah, it can happen, but to me that has the same chance of windows breaking itself because of an update (same with Linux). Honestly just take a backup and try whatever distro you like. If you just want to see what Linux is like you can use virtualbox on windows and install it on a virtual machine.

Dual booting is hard to setup the first time so you may want to have another pc with a guide and a forum ready for help. To me the hardest part was how to understand the partitions for swap/home/root/efi etc. but newer Linux installers have a wizard that usually does everything

Things to remember if you decide to dual boot:

  • disable secure boot in the bios
  • disable fast boot (I think that's the name) or windows will "lock" the disks on hibernate
  • keep your distro ISO image on a USB key with Ventoy installed to quickly restore any issue you may encounter. If windows overwrites the boot partition you can easily restore in 5/10 minutes without losing anything so don't be worried about that
[-] LoveSausage@lemmy.ml 4 points 1 week ago* (last edited 1 week ago)

Dualbooting is no problem just install windows first then Linux. If you can put them on different physical drives. Even if windows mess up something you can always access it by the boot menu. I have done quatro boot a decade ago without any major hiccups. Want to see what your hardware can do without windows dragging everything down? Try peppermint. But you can dual boot any distro

[-] eugenia@lemmy.ml 4 points 2 weeks ago

I'd suggest against dual booting not because it's difficult to setup, but because Windows WILL eventually wipe out your boot manager that Linux would install to boot both OSes. After 1-2 major Win updates, it usually also updates the bootmanager, overwriting your Linux one. So instead, I'd suggest you just buy a PCI nvme card ($12, if your PC doesn't have space for a 2nd one), add an nvme storage ssd ($35) on it, and then disconnect the Windows drive while you're installing Linux. Linux will then install the bootmanager on its own nvme only. Then, you re-connect the Windows drive, and then you can press F12 upon booting (well, it's usually f12 or f10), to tell your UEFI firmware which drive to boot each time (so basically, you'd use your firmware as your bootmanager, per-drive, instead of grub or windows boot manager as per-partition). This way, no one is stepping into the other's territory at any point.

I'd suggest you start with Linux Mint. You can burn a usb drive to test drive it before you do all that, to make sure it works well with your PC. I suggest you use the Edge version of it, that has a newer kernel (so it has a better chance of supporting your PC).

[-] Haijo7@snac.haijo.eu 3 points 1 week ago

dualbooting is often messy because windows update can delete things required for linux to boot.
or to be more specific, it deletes grub, the bootloader.
i've heard you can use a different bootloader called refined to prevent this from happening, that might be worth looking into.
as for which distro, it doesn't really matter. the only real differences between distros are the package managers and repositories (servers for application and update downloads) they use by default. if you like frequent updates, you choose one that has frequent updates, if you don't, you don't

[-] radswid@feddit.de 3 points 2 weeks ago* (last edited 2 weeks ago)

You should focus less on dual boot and more on beginner-friendliness. If the distro is very good at dual booting (actually never heard of such a thing) but is a catastrophe concerning usability, then it doesn't make sense i guess. Don't install Linux to hate it :-). Just try a user friendly distro like Mint or maybe even Manjaro. ( Sooner or later you will end up using Arch and tell people on the internet, that you're using Arch btw. I'm using Arch btw.)

[-] RayOfSunlight@lemmy.world 1 points 2 weeks ago

With the numerous issues that Manjaro has, i suggest against it

[-] poVoq 2 points 2 weeks ago

Fedora KDE spin is a nice relative beginner friendly distro. But it doesn't really matter which one you use.

The main issue with dual booting is the initial setup and preventing Windows from messing up the Linux boot loader.

You can either install it on the same drive with different partitions and use the Linux boot loader to select the system to boot, or you can install it on a separate drive and use the boot override function of your mainboard to switch. The latter is a bit easier to setup and with no risk of Windows overwriting the Linux bootloader, but not all mainboards allow easy switching.

[-] vikingtons@lemmy.world 1 points 2 weeks ago* (last edited 1 week ago)

If you can, I would recommend keeping your operating systems on separate disks, and even disconnecting your windows disk whilst you install your distro of choice.

I personally multi boot win 10, 11 (SW testing purposes) and Fedora Workstation on my primary system, they each live on their own drive.

[-] jaypatelani@lemmy.ml 1 points 2 weeks ago

LMDE or Elementary OS

[-] variants@possumpat.io 0 points 2 weeks ago

Someone just told me about ventoy and how it's great for dual booting but I haven't looked it up to see if it's a usb only thing or what.

Also PopOS is pretty cool for a OS to try, it's what I'm about to setup on my dual boot machine since its been recommended for gaming

[-] swab148@startrek.website 3 points 2 weeks ago

Ventoy is a tool specifically for booting from USB drives.

[-] autonomoususer@lemmy.world -2 points 2 weeks ago* (last edited 2 weeks ago)

aren't recommended for dual booting

Because this makes no difference.

Want to be able to find help quickly? Copy power users. They are the most active home users online. They will know the most about their own setup. Use Arch Linux.

Want to learn enough to fix things if they break (or make improvements)? Use the Arch Linux installer.

Use separate storage devices, so you can always optionally use the UEFI boot menu.

[-] IcePee@lemmy.beru.co -5 points 2 weeks ago

Probably the safest, most cost effective approach is to use WSL.

[-] autonomoususer@lemmy.world 4 points 2 weeks ago* (last edited 2 weeks ago)

If we wanted anti-libre software, we wouldn't be leaving Windows.

[-] IcePee@lemmy.beru.co 2 points 2 weeks ago

As Mr. Miyagi would say:

"Walk On Road, Hmmm? Walk Left Side, Safe. Walk Right Side, Safe. Walk Middle, Sooner Or Later... Get Squish Just Like Grape!"

Or, how about Yoda:

"Do or do not. There is no try”

What I'm saying either Linux rules the roost or Windows does. The "roost" in this example is your hard drive.

this post was submitted on 19 May 2024
30 points (85.7% liked)

Linux Gaming

14182 readers
689 users here now

Gaming on the GNU/Linux operating system.

Recommended news sources:

Related chat:

Related Communities:

Please be nice to other members. Anyone not being nice will be banned. Keep it fun, respectful and just be awesome to each other.

founded 4 years ago
MODERATORS