Okay, it seems that we are getting closer to narrowing down the issue. Did you maybe flush the iso directly to the drive in the past, it seems that the nvme0n1
has ID_FS_TYPE=iso9660
and is therefore considered to be an installation media by the installer, therefore skipped. If this is the case, try clearing the device by running gdisk /dev/nvme0n1
, delete the partition with d
, write changes with w
and confirm with Y
.
Then exit the debug shell and continue with the installation.
Edit: If that does not work, since the fstype is not on a partition, try wipefs --all /dev/nvme0n1