You did not show command used to verify md5sum; assuming you used device name (md5sum /dev/sdb) it won’t match, because /dev/sdb is much larger than ISO image, so md5sum will read past the end of image. I do not think there is easy way to verify checksum on USB device, unless you create loop over USB of exact image size.
Anyway, check the sha256 sum on the downloaded iso image, available from the same download location you obtained the iso image. Plus after you dd they will be different, you can do a media check on install, but if it’s ok on the iso image you should be fine.
Thanks arvidjaar,
You are right about the command I used to check MD5 sum. I used it on /dev/sdb. Thanks for pointing out the error.
Thanks Malcolm,
Sorry I am not aware of the difference between raw image and iso. Looks like I have made a big mistake. It’s the first time I am trying to create such a burned ISO. I’ll try to use this USB stick directly. It will work as per your explanation. Thanks!