WoeUSB-ng
WoeUSB-NG est un fork de WoeUSB.
WoeUSB est un logiciel qui permet de faire des clés USB bootables à partir d'une USB windaube.
Installation
Installation des dépendances :
sudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin
Installation via python :
sudo pip3 install WoeUSB-ng
Création du raccourci :
Téléchargement de l'icône
wget -P /home/$USER/.local/share/icons/ https://github.com/WoeUSB/WoeUSB-ng/blob/master/.github/woeusb-logo.png\?raw\=true && mv /home/$USER/.local/share/icons/woeusb-logo.png\?raw=true /home/$USER/.local/share/icons/woeusb-logo.png
Création du raccourci
nano /home/$USER/.local/share/applications/woeusb-ng.desktop
Copier les lignes ci-dessous dans le fichier woeusb-ng.desktop, changer julien à la ligne Icon= par votre utilisateur.
[Desktop Entry]
Categories=Utility;
Comment=Utilitaire de création de clé USB bootable Windows
Exec=woeusbgui
Icon=/home/julien/.local/share/icons/woeusb-logo.png
Keywords=USB;Windauws;ISO
Name=WoeUSB-NG
NoDisplay=false
Path[$e]=
StartupNotify=true
Terminal=0
TerminalOptions=
Type=Application
X-KDE-SubstituteUID=false
X-KDE-Username=
Redémarrer l'ordinateur et c'est bon.
Source