here is the command for creating iso from cd
#dd if=/dev/cdrom of=nameofiso.iso
here is the command for erase the entire mbr. be carefull with this.
#dd if=/dev/zero of=/dev/sda0 count=1 bs=512
Linux, Android, Python…
here is the command for creating iso from cd
#dd if=/dev/cdrom of=nameofiso.iso
here is the command for erase the entire mbr. be carefull with this.
#dd if=/dev/zero of=/dev/sda0 count=1 bs=512