mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
527 B
527 B
layout | title | permalink | redirect_from |
---|---|---|---|
doc | UsbInstallation | /doc/UsbInstallation/ | /wiki/UsbInstallation/ |
How to create a bootable USB stick from Qubes ISO
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:
{% highlight trac-wiki %} dd if=Qubes-R2-Beta2-x86_64-DVD.iso of=/dev/sdX {% endhighlight %}
Be sure to use a correct device as the target in the dd command above (instead of sdX)