Différences
Ci-dessous, les différences entre deux révisions de la page.
tutoriel:ventoy [Le 30/06/2025, 19:40] geole créée |
tutoriel:ventoy [Le 06/07/2025, 18:14] (Version actuelle) geole |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | test de création. | + | |
+ | ===== Présentation. ===== | ||
+ | **Guide d'utilisation de ventoy avec ubuntu**.\\ | ||
+ | L'utilisation de ce tuto nécessite la maîtrise du [[https://doc.ubuntu-fr.org/terminal|terminal]] et du [[ https://doc.ubuntu-fr.org/presse-papier|copier/coller]]. Il est possible aussi de consulter [[https://www.youtube.com/watch?v=F7LIylN0rZc|ce lien.]] \\ | ||
+ | Ventoy permet d'utiliser plusieurs ISO dans un même support USB. La limite est la taille du support. \\ | ||
+ | Ventoy nécessite que ubuntu dispose du pilote EXFAT. Celui-ci est maintenant pré-installé. \\ | ||
+ | Pour une description complète voir [[https://doc.ubuntu-fr.org/ventoy|la documentation ventoy.]] | ||
+ | ===== Installation. ===== | ||
+ | ==== Installation de quelques pré-requis. ==== | ||
+ | Exécuter ces commandes. | ||
+ | <code bash>which mkfs.exfat||sudo apt install exfatprogs -y | ||
+ | which mkfs.exfat||sudo apt install exfat-utils -y | ||
+ | which wget||sudo apt install wget -y | ||
+ | which zsync||sudo apt install zsync -y</code> | ||
+ | ==== Installation du logiciel ==== | ||
+ | Exécuter ces commandes. | ||
+ | <code bash>Vers=1.1.05 | ||
+ | wget -O $HOME/ventoy-linux.tar.gz https://sourceforge.net/projects/ventoy/files/v$Vers/ventoy-$Vers-linux.tar.gz/download | ||
+ | tar -xzvf $HOME/ventoy-linux.tar.gz</code> | ||
+ | ==== Formatage du support ==== | ||
+ | Il est possible de conserver une partie de l'espace disque pour un usage externe à ventoy. C'est à préciser au moment du formatage. \\ | ||
+ | Brancher le support USB (dont le contenu sera effacé !). il doit être assez volumineux si l'installation de plusieurs ISO est prévue. \\ | ||
+ | Exécuter cette commande. | ||
+ | <code bash>$HOME/ventoy*/VentoyGUI.x86_64</code> | ||
+ | puis utilisation de l'interface graphique pour personnaliser notamment la langue..\\ | ||
+ | Débrancher le support lorsque le formatage est terminé. | ||
+ | ===== Dépôt des ISO. ===== | ||
+ | Rebranchement du support et positionnement dans le répertoire sinon rsync dysfonctionne. | ||
+ | Puis exécution de cette commande qui ne donne pas de réponse mais permet le positionnement dans le répertoire sinon rsync dysfonctionne. | ||
+ | <code bash>cd /media/a/Ventoy;mkdir ISO;cd ISO</code> | ||
+ | Remarques: Il n'est pas obligatoire d'indiquer le nom de fichier de réception dans les commandes qui suivent. Le nom d'entrée sera alors utilisé. \\ | ||
+ | Un téléchargement peut être interrompu. Il faut le relancer. \\ | ||
+ | Un téléchargement réussi se termine par cette phrase. **verifying download...checksum matches OK** | ||
+ | ==== Téléchargement des ISO LTS. ==== | ||
+ | Commandes à choisir parmi cette liste. | ||
+ | <code bash>zsync http://releases.ubuntu.com/noble/ubuntu-24.04.2-desktop-amd64.iso.zsync -o ubuntu-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/kubuntu/releases/24.04.2/release/kubuntu-24.04.2-desktop-amd64.iso.zsync -o ubuntu-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/lubuntu/releases/24.04.2/release/lubuntu-24.04.2-desktop-amd64.iso.zsync -o lubuntu-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-budgie/releases/24.04.2/release/ubuntu-budgie-24.04.2-desktop-amd64.iso.zsync -o ubuntu-budgie-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntukylin/releases/24.04.2/release/ubuntukylin-24.04.2-desktop-amd64.iso.zsync -o ubuntu-kylin-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-mate/releases/24.04.2/release/ubuntu-mate-24.04.2-desktop-amd64.iso.zsync -o ubuntu-mate-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntustudio/releases/24.04.2/release/ubuntustudio-24.04.2-dvd-amd64.iso.zsync -o ubuntu-studio-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/xubuntu/releases/24.04.2/release/xubuntu-24.04.2-desktop-amd64.iso.zsync -o xubuntu-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntucinnamon/releases/24.04.2/release/ubuntucinnamon-24.04.2-desktop-amd64.iso.zsync -o ubuntu-cinnamon-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-unity/releases/24.04.2/release/ubuntu-unity-24.04.2-desktop-amd64.iso.zsync -o ubuntu-unity-lts.iso | ||
+ | zsync http://cdimage.ubuntu.com/edubuntu/releases/24.04.2/release/edubuntu-24.04.2-desktop-amd64.iso.zsync -o edubuntu-lts.iso</code> | ||
+ | ==== Téléchargement des dernières versions des ISO. ==== | ||
+ | Commandes à choisir parmi cette liste. | ||
+ | <code bash>zsync http://releases.ubuntu.com/plucky/ubuntu-25.04-desktop-amd64.iso.zsync -o ubuntu-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/kubuntu/releases/25.04/release/kubuntu-25.04-desktop-amd64.iso.zsync -o kubuntu-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/lubuntu/releases/25.04/release/lubuntu-25.04-desktop-amd64.iso.zsync -o lubuntu-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-budgie/releases/25.04/release/ubuntu-budgie-25.04-desktop-amd64.iso.zsync -o ubuntu-budgie-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntukylin/releases/25.04/release/ubuntukylin-25.04-desktop-amd64.iso.zsync -o ubuntu-kylin-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-mate/releases/25.04/release/ubuntu-mate-25.04-desktop-amd64.iso.zsync -o ubuntu-mate-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntustudio/releases/25.04/release/ubuntustudio-25.04-desktop-amd64.iso.zsync -o ubuntu-studio-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/xubuntu/releases/25.04/release/xubuntu-25.04-desktop-amd64.iso.zsync -o xubuntu-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntucinnamon/releases/25.04/release/ubuntucinnamon-25.04-desktop-amd64.iso.zsync -o ubuntu-cinnamon-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-unity/releases/25.04/release/ubuntu-unity-25.04-desktop-amd64.iso.zsync -o ubuntu-unity-last.iso | ||
+ | zsync http://cdimage.ubuntu.com/edubuntu/releases/25.04/release/edubuntu-25.04-desktop-amd64.iso.zsync -o edubuntu-last.iso</code> | ||
+ | ==== Téléchargement des futures versions des ISO. ==== | ||
+ | Commandes à choisir parmi cette liste. | ||
+ | <code bash>zsync http://cdimage.ubuntu.com/daily-live/current/questing-desktop-amd64.iso.zsync -o ubuntu-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/kubuntu/daily-live/current/questing-desktop-amd64.iso.zsync -o kubuntu-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/lubuntu/daily-live/current/questing-desktop-amd64.iso.zsync -o lubuntu-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-budgie/daily-live/current/questing-desktop-amd64.iso.zsync -o ubuntu-budgie-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntukylin/daily-live/current/questing-desktop-amd64.iso.zsync -o ubuntu-kylin-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-mate/daily-live/current/questing-desktop-amd64.iso.zsync -o ubuntu-mate-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntustudio/daily-live/current/questing-desktop-amd64.iso.zsync -o ubuntu-studio-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/xubuntu/releases/25.10/snapshot-2/xubuntu-25.10-snapshot2-desktop-amd64.iso.zsync -o xubuntu-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntucinnamon/releases/25.10/snapshot-2/ubuntucinnamon-25.10-snapshot2-desktop-amd64.iso.zsync -o ubuntu-cinnamon-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/ubuntu-unity/releases/25.10/snapshot-2/ubuntu-unity-25.10-snapshot2-desktop-amd64.iso.zsync -o ubuntu-unity-dev.iso | ||
+ | zsync http://cdimage.ubuntu.com/edubuntu/releases/25.10/snapshot-2/edubuntu-25.10-snapshot2-desktop-amd64.iso.zsync -o edubuntu-dev.iso</code> | ||
+ | ==== Possibilité de télécharger d'autres versions d'ISO des variantes ubuntu. ==== | ||
+ | Consulter ces liens. (liste non exhaustive) \\ | ||
+ | https://releases.ubuntu.com/ \\ | ||
+ | http://cdimage.ubuntu.com/kubuntu/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/lubuntu/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/mythbuntu/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/ubuntu-budgie/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/ubuntu-gnome/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/ubuntukylin/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/ubuntu-mate/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/ubuntustudio/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/xubuntu/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/ubuntucinnamon/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/ubuntu-unity/releases/ \\ | ||
+ | http://cdimage.ubuntu.com/edubuntu/releases/ \\ | ||
+ | https://old-releases.ubuntu.com/releases/ \\ | ||
+ | ==== Aller plus loin en ajoutant d'autres ISO. ==== | ||
+ | Commandes à choisir parmi cette liste non exhaustive. (Windows peut même être mis!). | ||
+ | <code bash>wget -O /media/$USER/Ventoy/ISO/Gparted.iso https://downloads.sourceforge.net/gparted/gparted-live-1.7.0-1-amd64.iso | ||
+ | wget -O /media/$USER/Ventoy/ISO/Boot-Repair.iso https://sourceforge.net/projects/boot-repair-cd/files/latest/download | ||
+ | cd /media/$USER/Ventoy/ISO;wget https://freefr.dl.sourceforge.net/project/refind/0.14.2/refind-cd-0.14.2.zip;unzip refind-cd-0.14.2.zip;rm refind-cd-0.14.2.zip;cd | ||
+ | cd /media/$USER/Ventoy/ISO;wget https://sourceforge.net/projects/supergrub2/files/2.06s4/super_grub2_disk_2.06s4/supergrub2-2.06s4-multiarch-USB.img.zip/download;unzip unzip</code> | ||
+ | ===== Création de la persistance. ===== | ||
+ | Le support USB fonctionne alors comme un système normal : On peut installer de nouveaux logiciels. On peut faire les mises à jour. On peut sauvegarder les fichiers créés. \\ | ||
+ | Toutes les versions n'ont certainement pas besoin de la persistance. \\ | ||
+ | Un seul fichier de persistance par version est certainement suffisant. \\ | ||
+ | Un script est disponible dans le forum afin de simplifier l'installation de cette fonctionnalité: https://forum.ubuntu-fr.org/viewtopic.php?pid=22836157#p22836157 | ||
+ |