diff --git a/nixos/doc/manual/installation/installing-usb.xml b/nixos/doc/manual/installation/installing-usb.xml index 5def6e8753fe..a4b5dafbed16 100644 --- a/nixos/doc/manual/installation/installing-usb.xml +++ b/nixos/doc/manual/installation/installing-usb.xml @@ -7,10 +7,18 @@ Booting from a USB Drive For systems without CD drive, the NixOS live CD can be booted from -a USB stick. For non-UEFI installations, -unetbootin -will work. For UEFI installations, you should mount the ISO, copy its contents -verbatim to your drive, then either: +a USB stick. You can use the dd utility to write the image: +dd if=path-to-image +of=/dev/sdb. Be careful about specifying the +correct drive; you can use the lsblk command to get a list of +block devices. + +The dd utility will write the image verbatim to the drive, +making it the recommended option for both UEFI and non-UEFI installations. For +non-UEFI installations, you can alternatively use +unetbootin. If you +cannot use dd for a UEFI installation, you can also mount the +ISO, copy its contents verbatim to your drive, then either: