Misc improvements about flashing ISO on USB

This commit is contained in:
Alexandre Aubin 2018-03-02 13:24:05 +01:00
parent 1f69464be8
commit c4136745df
2 changed files with 23 additions and 6 deletions

View file

@ -1,21 +1,38 @@
# Copy ISO image # Flashing YunoHost ISO on a USB key or CD/DVD
Now that you have the ISO image of YunoHost, you have to put it on a physical medium: **USB key** or **CD/DVD** Now that you have the ISO image of YunoHost, you have to put it on a physical medium: **USB key** or **CD/DVD**
<img src="/images/usb_key.png"> <img src="/images/usb_key.png" width=150>
<img src="/images/cd.jpg" width=200> <img src="/images/cd.jpg" width=150>
--- ---
## USB key ## USB key
### With Etcher
Download <a href="https://etcher.io/" target="_blank">Etcher</a> for your operating system and install it. Download <a href="https://etcher.io/" target="_blank">Etcher</a> for your operating system and install it.
<img src="/images/etcher.gif">
<img src="https://etcher.io/static/screenshot.gif">
Put your USB key on, select your YunoHost ISO and click "Flash" Put your USB key on, select your YunoHost ISO and click "Flash"
### 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
```
--- ---
@ -27,4 +44,4 @@ The software to use differs regarding your operating system.
* On Mac OS, use [Disk Utility](http://support.apple.com/kb/ph7025) * On Mac OS, use [Disk Utility](http://support.apple.com/kb/ph7025)
* On GNU/Linux, you have plenty of choices, like [Brasero](https://wiki.gnome.org/Apps/Brasero) or [K3b](http://www.k3b.org/) * On GNU/Linux, you have plenty of choices, like [Brasero](https://wiki.gnome.org/Apps/Brasero) or [K3b](http://www.k3b.org/)

BIN
images/etcher.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB