Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
| software:applications:etcher [2024/06/19 23:01] – yoann | software:applications:etcher [2024/08/10 11:59] (Version actuelle) – yoann | ||
|---|---|---|---|
| Ligne 8: | Ligne 8: | ||
| https:// | https:// | ||
| + | |||
| + | |||
| + | Le [[https:// | ||
| + | |||
| + | <note warning> | ||
| + | Sur Ubuntu 24.04 LTS l' | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | cd ~/ | ||
| + | wget " | ||
| + | |||
| + | chmod u+x balenaEtcher-1.19.21-x64.AppImage | ||
| + | </ | ||
| + | |||
| + | ===== Troubleshooting ===== | ||
| + | |||
| + | Le lancement de l' | ||
| + | |||
| + | < | ||
| + | ./ | ||
| + | [15029: | ||
| + | Trappe pour point d' | ||
| + | </ | ||
| + | |||
| + | Ce problème concerne l' | ||
| + | |||
| + | |||
| + | ==== Contourner le sandboxing ==== | ||
| + | |||
| + | On peut contourner le problème en choisissant de ne pas utiliser la fonctionnalité de sandboxing : | ||
| + | |||
| + | <code bash> | ||
| + | ./ | ||
| + | </ | ||
| + | |||
| + | Cette méthode abaisse le niveau de sécurité. | ||
| + | |||
| + | ==== Méthode recommandée ==== | ||
| + | |||
| + | Pour conserver la fonctionnalité bac à sable, décompresser l' | ||
| + | |||
| + | |||
| + | Dans l' | ||
| + | |||
| + | <code bash> | ||
| + | # Téléchargement de l' | ||
| + | cd ~/ | ||
| + | wget " | ||
| + | |||
| + | |||
| + | # Décompression dans l' | ||
| + | unzip ~/ | ||
| + | |||
| + | # Modification des droits : positionnement du sticky bit | ||
| + | cd ~/ | ||
| + | sudo chown root: chrome-sandbox | ||
| + | sudo chmod 4755 chrome-sandbox | ||
| + | </ | ||
| + | |||
| + | |||
| + | sources : | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | * https:// | ||
| + | |||
| + | |||
| + | ===== Intégration au Bureau ====== | ||
| + | |||
| + | Ajouter le binaire dans le PATH de l' | ||
| + | <code bash> | ||
| + | cd ~/bin | ||
| + | ln -s / | ||
| + | </ | ||
| + | |||
| + | L' | ||
| + | |||
| + | {{balena-etcher.png|icone BalenaEtcher 256x256}} | ||
| + | |||
| + | |||
| + | <code bash> | ||
| + | # copier l' | ||
| + | cp balena-etcher.png / | ||
| + | </ | ||
| + | |||
| + | [[sysadmin: | ||
| + | |||
| + | <file txt balenaEtcher-1.19.desktop> | ||
| + | [Desktop Entry] | ||
| + | Version=1.5 | ||
| + | Type=Application | ||
| + | Name=balenaEtcher | ||
| + | Comment=Balena Etcher 1.19 | ||
| + | Exec=/ | ||
| + | Icon=/ | ||
| + | Categories=Utility; | ||
| + | Keywords=usb usb-creator flash boot iso | ||
| + | Terminal=false | ||
| + | X-AppImage-Name=balena-etcher | ||
| + | X-AppImage-Version=1.19.21 | ||
| + | X-AppImage-Arch=x86_64 | ||
| + | </ | ||
| + | |||
| + | |||
| ===== Références ===== | ===== Références ===== | ||
| * https:// | * https:// | ||
| - | * https://askubuntu.com/questions/1512287/ | + | * https://github.com/balena-io/etcher |
| + | |||
| + | |||