« Linux:shell:usb boot » : différence entre les versions
Aller à la navigation
Aller à la recherche
| Ligne 1 : | Ligne 1 : | ||
== Créer une clef bootable == | == Créer une clef bootable == | ||
* | * Pour toutes distribution Linux | ||
dd if=Image.ISO of=/dev/xxx bs=1M status=progress && sync | dd if=Image.ISO of=/dev/xxx bs=1M status=progress && sync | ||
* Pour Windows | |||
* | |||
Version du 3 mars 2022 à 11:01
Créer une clef bootable
- Pour toutes distribution Linux
dd if=Image.ISO of=/dev/xxx bs=1M status=progress && sync
- Pour Windows
*