Create Bootable Linux ISO from DD command
I have tried many times to create a Bootable USB linux from ISO but failed almost 20 times. After a lot of googling I have found …
I have tried many times to create a Bootable USB linux from ISO but failed almost 20 times. After a lot of googling I have found …
* Example use of dd command to create an ISO disk image from a CD-ROM: dd if=/dev/cdrom of=/home/sam/myCD.iso bs=2048 conv=sync …