Outils pour utilisateurs

Outils du site


tech:note_iso_cd_dvd_iso9660

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
tech:note_iso_cd_dvd_iso9660 [2025/05/19 14:15] Jean-Baptistetech:note_iso_cd_dvd_iso9660 [2026/03/18 10:03] (Version actuelle) Jean-Baptiste
Ligne 29: Ligne 29:
  
 Source : https://www.romant.net/2010/05/creating-bootable-iso-linux-solaris-windows/ Source : https://www.romant.net/2010/05/creating-bootable-iso-linux-solaris-windows/
 +
  
 === Création d'ISO de démarrage personnalisées === Création d'ISO de démarrage personnalisées
Ligne 78: Ligne 79:
 </code> </code>
  
-<code bash /usr/bin/genisoimage>+''/usr/bin/genisoimage'' 
 +<code bash>
 #!/bin/bash #!/bin/bash
  
Ligne 104: Ligne 106:
 chmod +x /usr/bin/genisoimage chmod +x /usr/bin/genisoimage
 </code> </code>
 +
  
 == Clef USB == Clef USB
Ligne 142: Ligne 145:
 sync sync
 </code> </code>
 +
  
 === isohybrid === isohybrid
Ligne 177: Ligne 181:
 === Autres  === Autres 
  
-Convertion format iso avec iat. Voir  +Convertion format iso avec iat.  
-https://mycyberuniverse.com/linux/convert-many-disk-image-formats-to-iso9660-from-terminal.html+ 
 +Voir  
 +https://mycyberuniverse.com/linux/convert-many-disk-image-formats-to-iso9660-from-terminal.html 
 <code bash> <code bash>
 apt-get install iat apt-get install iat
Ligne 191: Ligne 198:
 Source : Ultimate Boot CD  Source : Ultimate Boot CD 
  
-<code - ubcd538\ubcd\tools\linux\ubcd2usb\readme.txt>+''ubcd538\ubcd\tools\linux\ubcd2usb\readme.txt'' 
 +<code ->
 PREREQUISITE: Extract UBCD ISO image to your hard disk, or mount the ISO image using loopback. PREREQUISITE: Extract UBCD ISO image to your hard disk, or mount the ISO image using loopback.
 You cannot run syslinux from the USB thumb drive because files cannot be marked as executable You cannot run syslinux from the USB thumb drive because files cannot be marked as executable
Ligne 333: Ligne 341:
 fusermount -u ~/mnt/iso/plop fusermount -u ~/mnt/iso/plop
 </code> </code>
 +
  
 ==== Autres ==== Autres
Ligne 338: Ligne 347:
 <code bash> <code bash>
 #sudo mount plop/images/efiboot.img ~/mnt/tmp #sudo mount plop/images/efiboot.img ~/mnt/tmp
 +#sudo apt install udisks2
 udisksctl loop-setup --no-user-interaction --file plop/images/efiboot.img udisksctl loop-setup --no-user-interaction --file plop/images/efiboot.img
 TMP_DEV=$(/sbin/losetup -l |grep images/efiboot.img |awk '{print $1}') TMP_DEV=$(/sbin/losetup -l |grep images/efiboot.img |awk '{print $1}')
Ligne 345: Ligne 355:
 udisksctl unmount --no-user-interaction -b "$TMP_DEV" udisksctl unmount --no-user-interaction -b "$TMP_DEV"
 </code> </code>
 +
  
 === Exemple de commande xorriso /  mkisofs  générée par CloneZilla === Exemple de commande xorriso /  mkisofs  générée par CloneZilla
tech/note_iso_cd_dvd_iso9660.1747656918.txt.gz · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki