I have a Lenovo Yoga running Windows 10 on a 1TB SSD and at some point will probably have to upgrade it to Windows 11. I use it for school and have to keep Windows on it for now because of what I’m currently doing. I want to start getting into Linux in hopes of making the switch sometime down the line. Is partitioning the disk and dual booting Windows/Linux a thing and is it possible/easy to do? If so, what distro would anyone recommend? (I’ve heard good things about Mint). Back in the day I had gotten bored one night, installed Ubuntu on an external drive and played around with it a very tiny bit before forgetting about it, but that’s the extent of my Linux knowledge, so kindly keep explanations ELI5 :)
Edit: Thank you everyone! You’ve given me lots of good advice and knowledge, some terms to Google, and some good places to start. I appreciate it! Looking forward to joining the wonderful world of Linux!
It’s very easy if Windows was there first. If you install it after Linux, they’ll hijack the bootloader and you have to restore it before you can boot back into Linux. If Windows is already installed, Linux will install a custom grub (bootloader front-end) allowing you to choose which OS to boot by default, or to choose on each boot.
I’d suggest to update from Win 10 to 11 before you install Linux, you never know what the update does.
As for the Linux flavor, my favorite is Xubuntu, a very lightweight variant of Ubuntu using the xfce window manager, which is lightning fast. I’ve tried many, many variants and stuck with it for performance and stability.
Whichever order you install the OSes in, they will all fight over who gets to boot first. Multiple installs of Ubuntu will even fight with each other. It’s manageable, but annoying.
It can. Perhaps this link can help you: https://www.tomshardware.com/how-to/dual-boot-linux-and-windows-11
Dualbooting is possible and easy: just gotta shrink the Windows partition and install Linux next to it. Make sure to not format the whole thing by mistake, though. A lot of Linux installers want to format the disk by default, so you have to pick manual mode and make sure to shrink (not delete and re-create!) the windows partition.
As for its usefulness, however… Switching the OS is incredibly annoying. Every time you want to do that you have to shut down the system completely and boot it back up. That means you have to stop everything you’re doing, save all the progress, and then try to get back to speed 2 minutes later. After a while the constant rebooting gets really old.
Furthermore, Linux a completely different system that shares only some surface level things with Windows. Switching to it basically means re-learning how to use a computer almost from scratch, which is, also, incredibly frustrating.
The two things combined very quickly turn into a temptation to just keep using the more familiar system. (Been there, done that.)
I think I’ll have to agree with people who propose Virtual Machines as a solution.
Running Linux in a VM on Windows would let you play around with it, tinker a little and see what software is and isn’t available on it. From there you’ll be able to decide if you’re even willing to dedicate more time and effort to learning it.
If you decide to continue, you can dual boot Windows and Linux. But not to be able to switch between the two, but to be able to back out of the experiment.
Instead, the roles of the OSes could be reversed: a second copy of Windows could be install in a VM, which, in turn, would run on Linux.
That way, you’d still have a way to run some more picky Windows software (that is, software that refuses to work in Wine) without actually booting into Windows.
This approach would maximize exposure to Linux, while still allowing to back out of the experiment at any moment.
I agree with the others that testing in a VM (Virtual Machine) first is probably a good idea. Keep in mind that because of missing 3D acceleration inside a VM things like desktop animations might not work.
As for distros, I’d recommend Mint or Fedora. I personally use Fedora.
What’s also important is the desktop environment you choose. The most popular ones are GNOME and KDE Plasma. GNOME is closer to MacOS than Windows and is made to just work while KDE Plasma has a layout similar to Windows out of the box but is very customizable and has a lot of options. Ubuntu uses GNOME but they make quite a few changes to it. Fedora uses GNOME by default but there’s also a KDE Plasma version, I think. Mint doesn’t have these 2 by default, you can always install them if you want to afterwards tho. The 3 options Mint gives you are also more Windows-like but I haven’t tried them myself, so I can’t tell you much about them. A VM would give you the ability to just install them, try them out and delete them afterwards. I personally use GNOME btw.
To add to what others have said, I’d recommend installing Windows first, then Linux. Windows tends to assume it’s the only OS that exists, so if there’s anything else on the boot sector (eg. your fresh new Linux install), it’ll just overwrite it without even checking lol.
I do this every day and the only problems I have is that it throws off Windows’ system clock (requiring a manual re-sync) and I have to re-pair my bluetooth headphones every time
Both of those issues can be fixed.
Nice to know about the clock fix, I’ll give that a try. I’ve actually done the bluetooth pairing method before but the problem is it’s a pretty fragile fix - sometimes it just stops working and then I’ve got to go through the whole process again. Easier to just re-pair whenever I switch OSes
Honestly, I always HATED dual-booting off one drive. It’s infuriating and Windows can and will fuck your boot loader. I always found it so much easier to just have two disks and select which one I wanted to boot from the quick-post boot menu, or hopefully have a grub that matches the windows drive. That way both disks stay agnostic of the boot partitions and partition types. When I was a runt in college I had a laptop with a drive tray back when those were a thing. Now I just run Windows in QEMU on my laptops.
Yep. Get a second drive for Windows. Far much less a hassle.
Even with separate drives, the Windows 8 -> Windows 10 update wiped all the GPT drives in my system
I’m going to go against the grain a bit and suggest trying Linux in a virtual machine instead of dual booting.
In case you haven’t heard of them, virtual machines are like a computer inside your computer. You can set up as many as you like, as long as you have the space, and if they go wrong, they won’t affect the rest of your computer. You can set them up to share a folder with Windows for accessing your files.
The reason I’m suggesting a virtual machine is because you use your computer for school. Linux is very user friendly these days, and pretty easy to set up, but this seems to be something that you’re new to, so you won’t know how to fix any problems that come up.
If you’ve got school work due and something goes wrong, you don’t want to be fixing the computer instead of doing your work.
Once you’ve got some experience, then look at dual booting.
P.S. Mint is a great choice :)
Dual boot exists for a long time. You just have to make sure your drive is partition with the GPT table and not the MBR one
dual booting
Where did you learn this phrase?
I have no idea. I’ve known it for years. All my computer knowledge is self taught so random things I’m fairly knowledgeable on and then there’s things that are common knowledge I’ve never heard of. I’m doing my best out here! I was a sheltered kid who grew up into an adult that doesn’t know anyone tech savvy!
XKCD maybe?
It is very difficult for a person who is too lazy to google for an answer. I don’t recommend.
Yes, it’s super easy to do as well. Most distro installers give you the option to automatically install for dual-boot without any manual partitioning.
Definitely try Mint, I was on it for years and it is very thoughtfully designed for stability and ease if use.
The hardest part will be getting the liveUSB made for the Linux ISO. You can find some simple tools like Balena Etcher that make it easy though.
I tried this with Mint and broke my Windows partition somehow.
That’s a bummer, sorry man. That is super rare though, I’ve never heard of that happening to anyone else in my 10+ years of Linux life. Don’t let it keep you from trying it again. I guess that is a testimony to the importance of backups, especially when working with partitions.
OP, the most trouble I’ve ever heard of or experienced myself was some GRUB issues, which are just a matter of the bootloader recognizing that there is a windows or Linux partition alongside whatever is being booted up. There are a ton of tutorials on how to address that type of issue though, it’s usually a matter of one or two commands in a terminal or command prompt.
5 years ago I would’ve said dual booting is a great answer. Now days it is much simpler to run Windows in a Linux VM. You can install Gnome boxes or Virtual manager and then create a VM. (No Virtual box for performance reasons)
Keep in mind you will need to install the virtio drivers from the Fedora project for best performance and guest features like screen resizing and copy and paste.
For most things Windows on a VM under Linux is unironically faster than native Windows.
I have an edge case that works better on bare metal and I fucking hate how Linux messes with the system clock every time.
You can configure it not to
Thats a good solution only if you:
- Don’t use BS software that refuses to run in a VM.
- Don’t need proper graphical acceleration.
Depending on what OP need on windows this could be a problem.
From a graphics perspective it runs pretty smooth once you install the virtio drivers. Unless your trying to play games you are fine. As far as software that doesn’t work in a VM that is a fairly limited edge case. Maybe test taking software won’t work but that’s pretty obscure.
Maybe someone somewhere has a edge case for for most people Linux is fine by itself and for the few people who need legacy software a Windows VM is also fine.
Games on Areewanticheatyet.
I really like Gnome Boxes but they’re no 3d acceleration for Windows installs yet, right?
Boxes and virtual manager are frontends for libvirtd. With that being said, boxes is way more limited as it tried to work with little hassle. Boxes VMs run as the user so networking options are limited. For 3D acceleration you need to manually edit the config file. Just running windows with the virtio drivers in boxes works fine for me.
Long story short, if you want more advanced features like vfio and custom VM configurations use the command line or virtual manager.
Yep, I dual boot on my laptop so that I can run certain programs for my schoolwork as well. I use Refind as my boot manager so that I can easily select one or the other on startup.
I did something slightly different. I dual boot windows and linux. But each one is on a different hard drive. I have two SSDs that each one is dedicated to. Makes things easier.