From 0652c86d8321b0227d71222ad1838bbc34fcb0bd Mon Sep 17 00:00:00 2001 From: kayb94 <30302445+kayb94@users.noreply.github.com> Date: Thu, 24 Aug 2017 15:54:20 +0000 Subject: [PATCH] Update installation-guide.md Fix dd-parameters to avoid writing byte-wise. If the drive actually is written bytewise depends, but I actually have seen that (or at least I think so). --- installing/installation-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installing/installation-guide.md b/installing/installation-guide.md index 0c8ad8c4..e0b97bbd 100644 --- a/installing/installation-guide.md +++ b/installing/installation-guide.md @@ -65,7 +65,7 @@ an installation medium.) If you prefer to use a USB drive, then you just need to copy the ISO onto the USB device, e.g. using `dd`: - dd if=Qubes-R3-x86_64.iso of=/dev/sdX + dd if=Qubes-R3-x86_64.iso of=/dev/sdX bs=1M Change `Qubes-R3-x86_64.iso` to the filename of the version you're installing, and change `/dev/sdX` to the correct target device (e.g., `/dev/sda`).