This is the check sum from md5sum for the file I downloaded earlier
545c6cbbea69d9b5e3633d9213b8547a
545c6cbbea69d9b5e3633d9213b8547a
$ sudo lsblk ## this should be able to tell you your usb. Mine is /dev/sdd, so I'll use that as an example. Make sure you get the right disk, or you could potentially destroy all of the data on the target disk $ sudo dd if=/path/to/your/kubuntu.iso of=/dev/sdd bs=4096
Comment