Hi,
this weekend was a pain. I wanted to install openSuse 11.2. The problem was, that the dvd was scratched and I did not notice. So my installation failed and I had no working os and no other pc to burn the image once more (and even no other empty dvd).
So I booted from the scratched dvd into rescue mode which luckily worked and wanted to create a usb installation media.
What I did was a first a
dd if=<dvdisofile.iso> of=/dev/sdb bs=4M;sync
Which did not work. Then I tried
dd if=<dvdisofile.iso> of=/dev/sdb bs=4M
Which also did not work. Then I tried
dd if=<dvdisofile.iso> of=/dev/sdb1 bs=4M
Which also did not work! Then I gave up. Today I burned a new dvd in my company and am currently installing everything once again.
I created a LiveUSB-Stick from openSuSE one month ago and it worked well. What did I do wrong this time? Or is it not possible to create a USB-installation media from the dvd image?