ISO zu USB-Boot-Stick konvertieren (OS X)
1 minute read •
1. Image umwandeln:
hdiutil convert -format UDRW -o destination.img source.iso
diskutil partitionDisk /dev/disk2 1 "Free Space" "unused" "100%"
3. Auf USB Stick schreiben
sudo dd if=destination.img.dmg of=/dev/disk2 bs=4m
4. USB auswerfen
diskutil eject /dev/disk2
Copy Code
https://migmedia.net/search_index.en.json
$MATCHES more matches