It could be that I was luckless, but in my experience unetbootin is terrible, and a huge source of time waste and back pain. Of the 5 or 6 times I used it, it failed half the time. Then I learned a simple terminal command and that one has never failed me: dd.

Assuming the usb stick is indeed sdb (run lsblk to find out)

dd if=YOURADORBLEGNU.iso of=/dev/sdb bs=4M; sync



Reply via email to