The issue seems partially solved. The reason was because sd card despite on full formatting had some boot flags at the beginning. So doing dd if=/dev/zero of=/dev/mmcblk1 bs=1024 seek=8 count=1 helped, where mmcblk1 - is the name of SD card we want to make truly unbootable, (what is the name of SD c...