On 10.05.24 15:14 Johannes Kastl wrote:
I can try to get the exact error message for the "crash" when not finding the combustion device.
OK, I did some more debugging. I end up in a emergency-style shell, as the device with the "ignition" label could not be found. I checked the sosreport thingy and found some lines with "loading QEMU firmware config module. The next couple of lines are roughly (can't copy, for some reason...): parsing config with SHA512... fetched base config firom "system" fetched user config from "qemu" fetch-offline: fetch-offline passed Ignition finished successfully FInished Ignition (fetch-offline) ... combustion[623]: No config source found ... But then some lines below, my ignition file is shown. So it **was** found after all. Apparently there is an issue with creating/modifying the user. Using an ignition file that only modifies the root user (passwordHash and sshAuthorizedKeys) spits out warnings due to ignition and combustion devices not being found, but after a loooooong boot shows a screen where I can successfully log in. I'll check, why the user modification/creation fails. Kind Regards, Johannes For the records, this was the original file that threw the errors: { "ignition": { "version": "3.1.0" }, "passwd": { "users": [ { "name": "opensuse", "sshAuthorizedKeys": [ "ssh-ed25519 ..." ] } ] } }