#[SOLVED] Moving linux drive to new PC
1 messages · Page 1 of 1 (latest)
then install clone it
@frozen orchid https://wiki.archlinux.org/title/Disk_cloning
make a partition for arch
yes, via wsl
windows subsystem for linux
@frozen orchid are you in w10 or 11?
PowerShell as Admin wsl --install
GET-CimInstance -query "SELECT * from Win32_DiskDrive"
wsl --mount <DiskPath> --bare
wsl
lsblk
sudo blkid
wsl --mount \.\PhysicalDrive1 --partition 2
more info here https://www.youtube.com/watch?v=aX1vH1j7m7U
killertofus received a thank you cookie!