From 49b657e5845b7cecc82fa6c29c7760cdd53cf60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Sat, 14 Dec 2013 23:56:39 +0000 Subject: [PATCH] InstallationGuideR2B3 changed dd for windows example --- InstallationGuideR2B3.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/InstallationGuideR2B3.md b/InstallationGuideR2B3.md index a904ded9..a70db827 100644 --- a/InstallationGuideR2B3.md +++ b/InstallationGuideR2B3.md @@ -43,7 +43,13 @@ If you prefer to use USB as a source for installation, then you just need to cop dd if=Qubes-R2-Beta3-x86_64-DVD.iso of=/dev/sdX ``` -**Be sure to use a correct device as the target in the dd command above (instead of sdX)** +On windows you can use [​this](http://www.chrysocome.net/dd) tool. Example command would be (as Administrator): + +``` {.wiki} +dd if=Qubes-R2-Beta3-x86_64-DVD.iso of=\\?\Device\Harddisk1\Partition0 bs=1M --size --progress +``` + +**Be sure to use a correct device as the target in the dd command above (instead of sdX or Harddisk1)** Before proceeding with the installation, you are encouraged to first read all the information on this page, especially the *Known Issues* paragraph.