2018-03-02 13:30:46 +01:00
|
|
|
|
# Flashing YunoHost ISO on a USB key or CD/DVD
|
2014-06-06 14:52:02 +02:00
|
|
|
|
|
2018-03-02 13:30:46 +01: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-06 14:52:02 +02:00
|
|
|
|
|
2018-03-02 13:30:46 +01:00
|
|
|
|
<img src="/images/usb_key.png" width=150>
|
|
|
|
|
<img src="/images/cd.jpg" width=150>
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## USB key
|
|
|
|
|
|
|
|
|
|
### With Etcher
|
|
|
|
|
|
|
|
|
|
Download <a href="https://etcher.io/" target="_blank">Etcher</a> for your operating system and install it.
|
|
|
|
|
|
|
|
|
|
<img src="/images/etcher.gif">
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## CD/DVD
|
|
|
|
|
|
|
|
|
|
The software to use differs regarding your operating system.
|
|
|
|
|
|
|
|
|
|
* On Windows, use [ImgBurn](http://www.imgburn.com/) to write the image file on the disc
|
|
|
|
|
|
|
|
|
|
* 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/)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Flasher l'ISO YunoHost sur une clef USB ou un CD/DVD
|
|
|
|
|
|
|
|
|
|
Maintenant que vous avez téléchargé l’image ISO de YunoHost, vous devez la mettre sur un support physique : une **Clé USB** ou un **CD/DVD**
|
|
|
|
|
|
|
|
|
|
<img src="/images/usb_key.png" width=150>
|
|
|
|
|
<img src="/images/cd.jpg" width=150>
|
2014-06-06 14:52:02 +02:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Clé USB
|
|
|
|
|
|
2018-03-02 13:30:46 +01:00
|
|
|
|
### Avec Etcher
|
|
|
|
|
|
|
|
|
|
Téléchargez <a href="https://etcher.io/" target="_blank">Etcher</a> pour votre système d'exploitation et installez-le.
|
|
|
|
|
|
|
|
|
|
<img src="/images/etcher.gif">
|
|
|
|
|
|
|
|
|
|
Branchez votre clef USB, selectionnez l'ISO YunoHost puis cliquez sur 'Flash'
|
|
|
|
|
|
|
|
|
|
### Avec UNetbootin
|
|
|
|
|
|
|
|
|
|
Téléchargez <a href="https://unetbootin.github.io/">UNetbootin</a> pour votre votre système d'exploitation et installez-le.
|
2014-06-06 14:52:02 +02:00
|
|
|
|
|
2016-03-22 09:14:24 +01:00
|
|
|
|
<img src="/images/unetbootin.png">
|
2014-06-06 14:52:02 +02:00
|
|
|
|
|
2018-03-02 13:30:46 +01:00
|
|
|
|
Branchez votre clef USB, selectionnez l'ISO YunoHost puis cliquez sur 'OK'
|
|
|
|
|
|
2018-03-02 13:37:30 +01:00
|
|
|
|
### Avec `dd`
|
2018-03-02 13:30:46 +01:00
|
|
|
|
|
|
|
|
|
Si vous êtes familier avec la ligne de commande, il est possible de flasher la
|
|
|
|
|
clef USB avec `dd`. En supposant que votre clef USB soit `/dev/sdb` (faites
|
|
|
|
|
attention !!), vous pouvez executer :
|
2014-06-06 14:52:02 +02:00
|
|
|
|
|
2018-03-02 13:30:46 +01:00
|
|
|
|
```bash
|
|
|
|
|
dd if=/chemin/de/yunohost.iso of=/dev/sdb
|
|
|
|
|
```
|
2014-06-06 14:52:02 +02:00
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## CD/DVD
|
|
|
|
|
|
2015-05-20 12:05:34 +02:00
|
|
|
|
Le logiciel à utiliser est différent suivant votre système d’exploitation.
|
2014-06-06 14:52:02 +02:00
|
|
|
|
|
2015-05-20 12:05:34 +02:00
|
|
|
|
* Sur Windows, utilisez [ImgBurn](http://www.imgburn.com/) pour écrire l’image sur le disque
|
2014-06-06 14:52:02 +02:00
|
|
|
|
|
|
|
|
|
* Sur Mac OS, utilisez [Disk Utility](http://support.apple.com/kb/ph7025)
|
|
|
|
|
|
2014-06-06 17:35:14 +02:00
|
|
|
|
* Sur GNU/Linux, vous avez plusieurs choix, tels que [Brasero](https://wiki.gnome.org/Apps/Brasero) ou [K3b](http://www.k3b.org/)
|