Skip to content

Instantly share code, notes, and snippets.

@belkarx
Created February 15, 2022 04:39
Show Gist options
  • Save belkarx/d8f6dcc2e7e52d96f3819e6a00e6a80a to your computer and use it in GitHub Desktop.
Save belkarx/d8f6dcc2e7e52d96f3819e6a00e6a80a to your computer and use it in GitHub Desktop.
How to copy Arch to a new disk
replace PARTUUIDs/UUIDs (of root and boot/esp) in /etc/fstab and [your bootloader config file] (for me it was /boot/refind.conf)
dd if=/dev/nvme0n1 of=/dev/sda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment