this post was submitted on 08 Apr 2025
48 points (94.4% liked)

Linux

9803 readers
7 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

But I've got two doubts remaining.

Currently, I'm running Windows 11, but I'd still like the ability to dual boot for certain games which don't necessarily work with Linux for various reasons. Is it possible to move a windows install to a different drive and then install Linux on the main drive instead?

If yes, how do I do it?

Second doubt is if I'll have many issues daily driving Linux if I have an Nvidia card

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 week ago (1 children)

I've used EaseUS's free partition manager to clone Windows 10, in order to move from an hdd to an empty SSD. It handled setting up a place for itself to boot into while cloning, and managed to get the partition table etc right as well. There are alternatives for sure, but the nice UI put me at ease(...) for some reason.

You'll probably be fine with the proprietary Nvidia driver aside from minor annoyances, assuming you have a relatively new card- on one PC with a legacy card waking from suspend doesn't work, on a relatively new 960gtx waking results in glitched fonts until I log out of the user. Steam under Wayland occasionally has UI glitches with the top drop down menu for me, though a) supposedly it's better under flatpak b) supposedly it was fixed recently broadly, waiting to get that update.

And remember to back things up before making changes!

[โ€“] [email protected] 1 points 1 week ago

Thank you very much! I appreciate it