Thread: dd iso9660
i attempting create iso file of windows recovery partition. not have optical drive handy, have been using dd command in various combinations no success.
basic command have tried is:
when attempting open archive manager, receive , error stating iso not formatted in iso9660. when attempting use file in virtualbox, receive error stating no bootable media found.code:sudo dd if=/dev/sda3 of=recovery_partition.iso bs=2048
have tried:
this results in:code:sudo dd if=/dev/sda3 of=recovery_partition.img bs=2048 ccd2iso recovery_partition.img recovery_partition.isofinally, using:code:cannot open source file reading!
gives disk error, press key restart.code:sudo dd if=/dev/sda3 of=recovery_partition.img bs=2048 vboxmanage convertdd recovery_partition.iso recovery_partition.iso
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [ubuntu] dd iso9660
Ubuntu
Comments
Post a Comment