Back
RCreddit.com

How I migrated from Windows to Linux in 3 hours.

Time & source
Published
09/06, 12:44
Ingested
09/06, 15:00
Source type
Dev community
Tier
Community
Source status
Healthy
Tier is a per-source editorial setting, not a per-item score.

Hello /r/ClaudeAI.

I've been reading this subreddit for a while and while most content is about or related to programming, sometimes there are threads that don't touch coding at all. I want to share a personal such experience:

For a long time now I've wanted to move to Linux from my Windows install. This goes back many years, but whenever I tried it myself, I failed sooner or later and stayed with Windows. Then yesterday something finally clicked: could I use Claude to actually install Linux for me onto my second SSD via WSL in the background while I continue using my Windows as usual?

The short answer: yes absolutely! And I'm shocked by how easy and straight forward it was.

Here's the long version:

I've started discussing with Claude what distribution I wanted to use, how my hardware setup looks like, what the disk partitions are going to be like. Claude of course was able to figure out all relevant details by running dozens of obscure PowerShell commands I didn't even think could exist, like the layout of my mirrored data drives (Windows LDM RAID) and other hardware details.

Next I let Claude make a list of all my installed programs and I trimmed what wasn't needed. He checked for compatability and to my surprise basically all my apps and even all my games are supported on Linux. Together with that list he also noted down where on the disk and the Windows registry the configuration for each program is located, so it can be migrated as well.

Then once the planning was done, we started by mounting the relevant physical drive as block device into WSL, so that Claude could access it. He wrote a script that used a container of the target Linux distribution in WSL to install it onto the now mounted block device, with LUKS setup and everything. Once that was done, we booted it via QEMU to verify everything seemed to be working, which it did after just a few tries. So it was time to boot the real system.

And now here comes what really blew my mind, even after working with Claude for such a long time: I've rebooted my machine, selected the Linux disk to boot, and it booted straight into the login screen, where I could login with the password I gave the installer script in WSL. The desktop loaded and all the applications I wanted were already installed - basically a mirror of what I had on Windows.

The last thing was to resume the Claude session and let him finish a few things like migrating paths in config files from Windows to Linux, for example in VSCode. After that was done, I started Firefox and the tabs I had open on Windows opened. I opened Thunderbird and it showed my emails. I opened VSCode and it showed my last opened workspaces. And everything just worked.

Honestly, I'm blown away. I've migrated from Windows to Linux within ~3 hours and minimal manual work.

I hope this post maybe inspires some of you guys to make the move from Windows to Linux finally, because I bet there are many just like me who put it off for a long time.

Cheers

tl;dr: I used Claude to install Linux through WSL and was able to boot into it right away. Claude also migrated all my apps, their config and data so that I was simply able to continue my work after booting into Linux.