💾 Archived View for tilde.pink › ~anxietea › guides › dd.gmi captured on 2023-06-14 at 14:49:53. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

Making a Bootable USB Drive with the dd Command

sudo dd if=Downloads/nixos-gnome-22.11.3994.x86_64-linux.iso of=/dev/sdb

Restore USB drive after making it bootable

mkfs.vfat -F 32 /dev/sdb1