I realize there are a few questions like this but - without answer... The only one like this with answer is from 2014 and the instructions there are no longer applicable.
I have a Clevo laptop with an NVMe PCIe SSD. I know these laptops are usually fine with Ubuntu, because they are actually designed around it.
I downloaded ubuntu-20.04.2.0-desktop-amd64.iso from ubuntu.com (I don't think there was any mirror involved).
I validated the download:
echo "93bdab204067321ff131f560879db46bee3b994bf24836bb78538640f689e58f *ubuntu-20.04.2.0-desktop-
amd64.iso" | shasum -a 256 --check
ubuntu-20.04.2.0-desktop-amd64.iso: OK
I followed the instructions from here: https://ubuntu.com/tutorials/create-a-usb-stick-on-windows#4-boot-selection-and-partition-scheme
When I booted from the USB stick, I saw it was "checking disk" and then started the installation.
I chose "erase disk and install". The previous OS on that laptop was win10
"Conveniently", after the installer erased my OS, it apparently found some "corrupt CD/DVD" with the error message containing "[Errno 5] Input/output error"
This happened at the "almost done copying files" stage
I have reproduced this a few times now, using a different USB stick.
I thought about checking my disk somehow but this looks crazy-complex...
Any ideas where to start investigating, in order to install Ubuntu without errors?