I’m not able to apply a ignition configuration file at first boot after a MicroOS installation on a PC Engines APU2 board. I inserted one USB Stick with the installation medium and one USB Stick with the ignition config into the USB ports of the board.
I prepared the ignition USB stick with a config.ign file, but after serveral re-installs and tries it never applied the config file.
The ignition USB stick is formated with one partition with the label ignition. Inside the partition there is one directory called ignition with the file config.ign inside. I checked the configuration with the following command:
podman run --pull=always --rm -i quay.io/coreos/ignition-validate:release - < config.ign
No errors.
After the first boot I check the logs with root:
journalctl --identifier=ignition --all
But didn’t get any results.
Because of that my assumption is that the ignition processes doesn’t even start.
@Yannik at GRUB, press the ‘e’ key to edit, arrow down to linuxefi line, go to the end and add, then press F10 to boot. That’s what the SelfInstall image adds…
@Yannik at the first boot, but I think you need to look at testing a a vm (which is what I do…) and probably using the self install image onto the device?