Hi, Am Mittwoch, 8. Mai 2024, 20:46:00 MESZ schrieb Johannes Kastl:
Hi all,
I can write up the details on Friday, but has anyone use the MicroOS or Leap Micro images successfully in libvirt using ignition?
No matter what I tried, I either end up in the firstboot assistant (asking to set a root password etc., as no ignition config was found) or the boot ends with a crash due to ignition devices not being found.
More details would be nice. Using fw_cfg with ignition and combustion works fine for me on MicroOS. Cheers, Fabian
I am using virt-install with something like the following:
--qemu-commandline="-fw_cfg name=opt/com.coreos/config,file=/path/to/config.ign"
I tried some of the examples from this page, to rule out errors in my config, but those also fail. https://en.opensuse.org/Kubic:MicroOS/Ignition
The virt-install works fine when installing e.g. Fedora CoreOS or flatcarlinux (using opt/org.flatcar-linux instead of opt/com.coreos), so in general this should do the right thing.
I found lots of old bugs, some sounded similar, but I doubt this is broken since 2021 without anyone noticing...
Kind Regards, Johannes