Friday, 26 August 2016

How to create windows USB installer from windows CD/DVD ?

sudo dd if=/dev/cdrom of=/home/username/image.iso



sudo dd if=/home/username/image.iso of=/dev/sdb


here sdb is your USB drive, change it, it can be /dev/sdc etc.

No comments:

Post a Comment