Comment 203 for bug 453579

Revision history for this message
Surbhi Palande (csurbhi) wrote :

Please use the following safer command to dd:

dd if=<iso name> of=/<mount-point-of-ext4-fs>/<some file name> bs=512MB count=1.
Do avoid using the dev partition, as pointed in #200.

Thanks Jordan :)