(Solved) Creating Live USB using dd

Good day!

Is it possible to make Netrunner 14.2 Live USB using dd?
In installation tutorial I haven`t seen a single word about dd…

If yes, can I use this command for making Live USB:
dd if= of= bs=4M; sync
where:
is the name of the input image, e.g. “netinst.iso”
is the device matching the USB flash drive, e.g. /dev/sda, /dev/sdb.

Also do I have to erase USB flash drive before making Live USB:
dd if=/dev/zero of= bs=1M

Yes you can use dd with the command you provided.
No you don’t need to erase the stick before writing the image to it.