Last active
January 24, 2025 00:13
-
-
Save miguelmota/1a65cda6712fa98ab520059576feada3 to your computer and use it in GitHub Desktop.
Linux copy img.xz to usb drive (bootable drive) using xzcat and dd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lsblk | |
sudo umount /dev/sd<?><?> | |
xzcat ~/Downloads/linux.img.xz | sudo dd of=/dev/sd<?> conv=fdatasync status=progress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment