Help Me Choose a Linux Distro for Dual Booting with Windows 10

0
4
Asked By CuriousCactus33 On

I'm looking to transition to Linux as my main operating system while still keeping Windows 10. I want to set up a dual boot on my laptop, which has an NVidia GTX 1650, Ryzen 7 4800, and 16GB of RAM. My main requirements are that Linux must:
- Access files created in Windows without losing any data.
- Be suitable for programming, as I'm a computer science student.
- Be decent for gaming.
- Handle office tasks, ideally supporting Microsoft 365.
- Offer customization options, though this isn't a top priority.

I've researched a few distros like Zorin OS, Mint, and Ubuntu, but I'm unsure how well they fit my needs or if I should explore Arch, given my background in computer engineering. Additionally, I have some questions:
- Is it even feasible to dual boot on the same drive? I've heard mixed opinions on this.
- How will my current files and drives be affected by switching OS? I understand the root drive will change from C: to / in Linux, but that's about it.
- What should I expect with external devices like my mouse and PS4 controller?
- Any essential tips for using Linux effectively?

As a side note, I'm planning to test different distros in a VM, but I'm unsure of what specifics to look for since I've never tried a new OS before. Thanks in advance for your insights!

2 Answers

Answered By CodeCrafter21 On

You can absolutely dual boot from the same drive! It's pretty standard. Just shrink your Windows partition to free up space for Linux, and it will create a new root space (/). You'll still be able to access your Windows drives through Linux, usually under /mnt/deviceid.

As for external devices, they typically work right away. If something doesn’t, you might need to install piper for better support with gaming peripherals.

Lastly, for effective use of Linux, reading the man pages and checking the wikis is super important. They’re essential tools in learning how to navigate and use commands properly.

HelpfulHedgehog99 -

Thanks for your input! Just to clarify, when running two operating systems on one drive, will that cause any issues with files? Will they get corrupted or changed in any way?

Answered By TechyTurtle88 On

Mint, Ubuntu (I recommend Kubuntu specifically), and ZorinOS are solid choices for your criteria! They have user-friendly interfaces and stable performance. If you're up for it, Pop!_OS is also a great option, especially for gaming and development. I'd shy away from Arch unless you're really comfortable tinkering with systems since it can be quite complex to set up.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.