2011-04-11 04:53:15 -04:00
|
|
|
---
|
2015-04-10 16:17:45 -04:00
|
|
|
layout: doc
|
2011-04-11 04:53:15 -04:00
|
|
|
title: UsbInstallation
|
2015-04-10 16:17:45 -04:00
|
|
|
permalink: /doc/UsbInstallation/
|
|
|
|
redirect_from: /wiki/UsbInstallation/
|
2011-04-11 04:53:15 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
How to create a bootable USB stick from Qubes ISO
|
|
|
|
=================================================
|
|
|
|
|
2013-03-15 21:31:01 -04:00
|
|
|
Qubes ISO image is already prepared to boot from USB disk, you just need to copy the ISO onto the USB device, e.g. using dd:
|
2011-04-11 04:53:15 -04:00
|
|
|
|
2015-04-10 16:17:45 -04:00
|
|
|
{% highlight trac-wiki %}
|
2013-03-15 21:31:01 -04:00
|
|
|
dd if=Qubes-R2-Beta2-x86_64-DVD.iso of=/dev/sdX
|
2015-04-10 16:17:45 -04:00
|
|
|
{% endhighlight %}
|
2011-04-11 14:00:38 -04:00
|
|
|
|
2013-03-15 21:31:01 -04:00
|
|
|
**Be sure to use a correct device as the target in the dd command above (instead of sdX)**
|