When I saw the release notice I downloaded the images and tried all deployment methods that are relevant to us. We need it locally in vSphere, no need for AWS etc. for us.
First, an installation using the ISO file in a vSphere VM worked fine and on the first try.
Then I had a little more work with the OVA. Only after digging around and finally finding
[docs/booting-on-vmware.md at master · coreos/docs · GitHub]
I figured out how to pass the ignition information properly and it worked.
My first couple of attempts had only ended in a system crash.
I think that when the FCOS installer has a problem it should print usefull error messages and halt gracefully.
I guess that documentation for VMware (currently there is none) will be added later.
Then I tried PXE and also after a couple of tries got FCOS PXE live boot working.
Given the way one passes an URL for the ignition file, I assumed that the installer would then use some curl or similar code to retrieve it.
But apparently, the code is very limited and can only work via http: and not with ftp: URLs to the ignition file.
But I cannot get PXE installation working even with the same basic and working ignition file that worked fine with the ISO and OVA installations and the PXE live boot.
All I get is a crashing system, looking similar like when I had wrong ignition data passed to the OVA. But since all I can see is the physical console with its 25 lines and quite more error messages seem to be printed too quickly to read them, I cannot see why exactly it fails.
Is there a way to debug this?