Le 10/08/2016 à 17:13, Andrew F Comly 康大成 a écrit :
iso hacked suspicious: answers
Concerning the other questions re: "E-F)", please find the below answers:
E) Burn iso to media
dd if=/dev/zero of=/dev/sdb1 bs=1M;
This action is not needed. The next command will overwrite previous
contents anyway.
dd
if=/media/LG/AC/bckup/Install/2_Bootable-OS/Debian/i386/debian-8.5.0-i386-lxde-CD-1.iso
of=/dev/sdb
Did you run this command as root with su or sudo ?
Apart from this it looks fine, although you could a block size of at
least 4096 (4k) to speed up the copy.
F) Check media drive still has same sha512sum hash number
Same as what ? As before the copy (it should have changed) or as the ISO
image file (it should be different due to different sizes) ?
sudo fdisk -l #(lookup location of burnt iso media)
What do you need to print the partition tables ?
sudo sha256sum /dev/sdb