doc/burn_or_copy_iso.md

48 lines
1.3 KiB
Markdown
Raw Normal View History

# Flashing YunoHost ISO on a USB key or CD/DVD
2014-06-05 17:27:03 +02:00
2014-06-06 14:51:40 +02:00
Now that you have the ISO image of YunoHost, you have to put it on a physical medium: **USB key** or **CD/DVD**
2014-06-05 17:27:03 +02:00
<img src="/images/usb_key.png" width=150>
<img src="/images/cd.jpg" width=150>
2014-06-05 17:27:03 +02:00
---
2014-06-06 14:51:40 +02:00
## USB key
### With Etcher
2014-06-05 17:27:03 +02:00
Download <a href="https://etcher.io/" target="_blank">Etcher</a> for your operating system and install it.
2014-06-05 17:27:03 +02:00
<img src="/images/etcher.gif">
2014-06-05 17:27:03 +02:00
Put your USB key on, select your YunoHost ISO and click "Flash"
2014-06-05 17:27:03 +02:00
### With UNetbootin
Download <a href="https://unetbootin.github.io/">UNetbootin</a> for your operating system and install it.
<img src="/images/unetbootin.png">
Put your USB key on, select your YunoHost ISO and click "OK"
### With `dd`
If you know your way around command line, you may also flash your USB key with
`dd`. Assuming your USB key is `/dev/sdb` (be careful !!), you may run :
```bash
dd if=/path/to/yunohost.iso of=/dev/sdb
```
2014-06-05 17:27:03 +02:00
---
## CD/DVD
2014-06-06 14:51:40 +02:00
The software to use differs regarding your operating system.
2014-06-05 17:27:03 +02:00
2014-06-06 14:51:40 +02:00
* On Windows, use [ImgBurn](http://www.imgburn.com/) to write the image file on the disc
2014-06-05 17:27:03 +02:00
2014-06-06 14:51:40 +02:00
* On Mac OS, use [Disk Utility](http://support.apple.com/kb/ph7025)
2014-06-05 17:27:03 +02:00
* On GNU/Linux, you have plenty of choices, like [Brasero](https://wiki.gnome.org/Apps/Brasero) or [K3b](http://www.k3b.org/)