Can you create the installation media using dd command and test media before install?
sudo dd if=Qubes-RX-x86_64.iso of=/dev/sdY status=progress bs=1048576 conv=fsync
To make sure that there is no issue with the ISO and that ISO was written to the installation media successfully.
gem2
22
Ok. Just to confirm, installing on an external nvme is supported?
I didn’t try to install on external nvme specifically, but installing on a USB disk should work.
gem2
24
It worked at second attempt. Thank you.
You fixed this exact issue I was having by following those steps. Thank you!