What Should I Keep in Mind When Moving My System Drive to a New PC?

0
1
Asked By TechWizard42 On

Hey everyone! I've been using Manjaro Linux for about two years now after switching from Windows 10, and I'm gearing up to build a new PC. I plan on moving my internal system drive to the new setup. To give you some context, both my old and new PCs have AMD Ryzen CPUs (the old one has a Ryzen 7 3700, and the new one has a Ryzen 7 9800X3D), along with Nvidia GPUs (old: RTX 2070; new: RTX 5080). I also have some external USB 3.1 drives connected that show up in my fstab file. Additionally, I've set up a dual-boot with Windows on a separate drive, so I'm curious if GRUB will handle that transition smoothly or if there's some preparatory work I should do first. What's the best way to ensure a hassle-free migration from my old desktop to the new one? Any tips would be greatly appreciated!

3 Answers

Answered By BackupBuddy52 On

I’d recommend doing a fresh install on the new system and then use rsync to transfer the files you need. And don’t forget to keep a separate backup of your important files to avoid any mishaps!

TechWizard42 -

No worries, I’ve got all my important data backed up on my homelab. I just wanted to keep things simple and transplant the old drive as I don’t have a spare for a fresh install.

Answered By LinuxGuru99 On

There are a lot of methods you could use: dd, gdisk paired with mkfs and rsync, or even Clonezilla. You might want to check out 'Image for Linux' from Terabyte Unlimited; it can clone too!

TechWizard42 -

Thanks for the suggestions! I was mainly looking to remove the drive from my old PC and install it directly into the new one instead of cloning it. Would you still recommend using Clonezilla for that?

Answered By DataDude88 On

If your new drive is larger than the source drive, Clonezilla is probably your best bet for the migration. It's user-friendly and efficient for this kind of task!

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.