I believe dd would also be a viable option:
dd if=________.iso of=/dev/sd_
Where 'if' is your input file and 'of' is your output file (ie device).
Ich habe eine Debian (Lenny) -Installation auf einem Dell Vostro V13. Der Laptop hat kein CD / DVD-ROM-Laufwerk. Daher kann ich Ubuntu nur über USB installieren, es sei denn, ich habe eine externe CD / DVD-ROM angeschlossen. Wie kann ich auf meinem Debian-Rechner einen Ubuntu Live USB erstellen? Ist UNetbootin meine einzige Option oder gibt es einen anderen Weg? Vielen Dank.
I believe dd would also be a viable option:
dd if=________.iso of=/dev/sd_
Where 'if' is your input file and 'of' is your output file (ie device).
Sie können dazu Tools wie UNetbootin, usb-creator usw. verwenden. Oder Sie könnten es manuell tun:
syslinux -sm /dev/your_usb_dev
Als root nur:
cat the_ubuntu.iso > /dev/sdX
dann
sync
… Und voilà.