Hi.
Den 30.09.2014 10:27, skreiv Knut Yrvin:
Then I tried: sudo dd if=debian-edu-7.1+edu0-USB.iso of=/dev/sdd1 This did copy the USB-iso on the USB-stick, but it didn't boot. boot flag are set on the USB-stick
When using dd, dont specify partition, just the disk: sudo dd if=debian-edu-7.1+edu0-USB.iso of=/dev/sdd bs=4MB; sync This can be done with any of the images, not only the "USB" image. Helge Tore Høyland

