From 4aa382ff3e208cab1625b11060b1414366bef767 Mon Sep 17 00:00:00 2001 From: Rafal Wojtczuk Date: Mon, 11 Apr 2011 08:53:15 +0000 Subject: [PATCH] UsbInstallation changed --- UsbInstallation.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 UsbInstallation.md diff --git a/UsbInstallation.md b/UsbInstallation.md new file mode 100644 index 00000000..a941fe14 --- /dev/null +++ b/UsbInstallation.md @@ -0,0 +1,15 @@ +--- +layout: wiki +title: UsbInstallation +permalink: /wiki/UsbInstallation/ +--- + +How to create a bootable USB stick from Qubes ISO +================================================= + +- download the qubes-usb-installer archive and its signature from here FIXME; it is a bash script, so you need to run it on an existing Linux system +- verify the archive signature the same way you have verified iso integrity +- ` tar -zxvf qubes-usb-installer-1.2.tgz ` +- ` ./qubes-usb-installer-1.2/qubes-usb-installer path_to_qubes_iso /dev/sdX `, where /dev/sdX is your USB stick + +Note that all contents of the /dev/sdX device will be destroyed - be careful to pass the correct device name there (e.g. not your harddrive).