tech:note_iso_cd_dvd_iso9660
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:note_iso_cd_dvd_iso9660 [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:note_iso_cd_dvd_iso9660 [2025/11/11 17:32] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 25: | Ligne 25: | ||
| Windows | Windows | ||
| # The Bootable_NoEmulation.img normally lives in the [BOOT] folder. I tend to move it. | # The Bootable_NoEmulation.img normally lives in the [BOOT] folder. I tend to move it. | ||
| - | mkisofs -q -b Bootable_NoEmulation.img -no-emul-boot -boot-load-seg 1984 -boot-load-size 4 -iso-level 2 -J -joliet-long -l -D -relaxed-filenames -N -V VOLUME_NAME -o / | + | mkisofs -q -b Bootable_NoEmulation.img -no-emul-boot -boot-load-seg 1984 -boot-load-size 4 -iso-level 2 -J -joliet-long -l -D -relaxed-filenames -N -V VOLUME_NAME -o / |
| </ | </ | ||
| Source : https:// | Source : https:// | ||
| + | |||
| === Création d'ISO de démarrage personnalisées | === Création d'ISO de démarrage personnalisées | ||
| Ligne 78: | Ligne 79: | ||
| </ | </ | ||
| - | <code bash / | + | '' |
| + | <code bash> | ||
| #!/bin/bash | #!/bin/bash | ||
| Ligne 104: | Ligne 106: | ||
| chmod +x / | chmod +x / | ||
| </ | </ | ||
| + | |||
| == Clef USB | == Clef USB | ||
| Ligne 142: | Ligne 145: | ||
| sync | sync | ||
| </ | </ | ||
| + | |||
| === isohybrid | === isohybrid | ||
| Ligne 177: | Ligne 181: | ||
| === Autres | === Autres | ||
| - | Convertion format iso avec iat. Voir | + | Convertion format iso avec iat. |
| - | https:// | + | |
| + | Voir | ||
| + | * https:// | ||
| <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> | + | '' |
| + | <code -> | ||
| PREREQUISITE: | PREREQUISITE: | ||
| 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 ~/ | fusermount -u ~/ | ||
| </ | </ | ||
| + | |||
| ==== Autres | ==== Autres | ||
| Ligne 345: | Ligne 354: | ||
| udisksctl unmount --no-user-interaction -b " | udisksctl unmount --no-user-interaction -b " | ||
| </ | </ | ||
| + | |||
| === Exemple de commande xorriso / mkisofs | === Exemple de commande xorriso / mkisofs | ||
tech/note_iso_cd_dvd_iso9660.1742825205.txt.gz · Dernière modification : de 127.0.0.1
