Dimitrios Glentadakis <[email protected]> schrieb am 2011-02-20 > As i dont have any dvd r disk here, i wanted to install the iso in > a usb stick (to boot with) I use this command: > dd if=mageia-dvd-1-x86_64.iso of=/dev/sdc1
There you make a little mistake. You have to copy the ISO directly to the device, not to a partition. dd if=mageia-dvd-1-x86_64.iso of=/dev/sdX Beware: replace sdX by the device you want to use and beware, all data on it will be lost.
