Hello, I’m testing FCOS and it turns out that when I try to create disks and partitions by ignition the installation occurs normally, but when starting the system it ends up getting stuck in the “Startup finished” part and the login screen does not appear.
I am installing a disk with .iso bare-metal on a vmware and also tested it on a citrix hypervisor with the following command “sudo coreos-installer install /dev/sda --ignition-url http://192.168.0.71/fcos.ign --insecure-ignition ”.
It is interesting that when I install with an ignition without creating the partitions the login screen appears normally and when I use an ignition creating the partitions the login does not appear, however using a fdisk with .iso live the partitions are created.
This the login shows: FCOS - OK - Pastebin.com
This the login dont shows: FCOS - Disk Partition - Stuck - Pastebin.com
Thanks a lot!