Answers for "make bootable usb stick with linux console dd"

0

make bootable usb stick with linux console dd

sudo dd if=<your iso file> of=/dev/sd<your usb device letter> bs=1M status=progress
Posted by: Guest on January-25-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language