From e6a02918ce04f5c2cdda0983626753cd06ec0d3d Mon Sep 17 00:00:00 2001 From: Carlos D Date: Tue, 21 Mar 2017 17:31:10 +0100 Subject: [PATCH] Expand on creating USB bootable for OS X --- nixos/doc/manual/installation/installing-usb.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nixos/doc/manual/installation/installing-usb.xml b/nixos/doc/manual/installation/installing-usb.xml index a4b5dafbed16..dae733060569 100644 --- a/nixos/doc/manual/installation/installing-usb.xml +++ b/nixos/doc/manual/installation/installing-usb.xml @@ -11,7 +11,9 @@ 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. +block devices. If you're on OS X you can run diskutil list +to see the list of devices; the device you'll use for the USB must be ejected +before writing the image. The dd utility will write the image verbatim to the drive, making it the recommended option for both UEFI and non-UEFI installations. For