The autoinstall looks fine - thanks for sharing, that always helps in the debug. If you'd like to rule out anything autoinstall specific, a manual test should produce the same results.
We'll want logs to be able to analyze further - the contents of /var/log/installer and the journal output are desired here.
If you're installing by way of a USB key, it should have a copy of the logs from this install on the 4 partition, that should be enough.
If we do need to trigger this with autoinstall, adding the following to your autoinstall should stop things right at the end and allow for logfile collection if you're not using a USB key for the install:
```
late-commands:
- while [ ! -f /run/finish ] ; do sleep 1 ; done
```
Would you do one of the above and get a copy of the logs? Thanks.
Hi James, thanks for the report.
The autoinstall looks fine - thanks for sharing, that always helps in the debug. If you'd like to rule out anything autoinstall specific, a manual test should produce the same results.
We'll want logs to be able to analyze further - the contents of /var/log/installer and the journal output are desired here.
If you're installing by way of a USB key, it should have a copy of the logs from this install on the 4 partition, that should be enough.
If we do need to trigger this with autoinstall, adding the following to your autoinstall should stop things right at the end and allow for logfile collection if you're not using a USB key for the install:
```
late-commands:
- while [ ! -f /run/finish ] ; do sleep 1 ; done
```
Would you do one of the above and get a copy of the logs? Thanks.