Hello, I try to start CoreOS via PXE in VirtualBox.
I setup my PXE server. It works with a debian installer Then I follow the https://coreos.com/os/docs/latest/booting-with-pxe.html documentation. But I can not start my server. First I have an error stating that 'baselayout.conf' is missing. View screenshot 'missing_baselayout.png' Then I have a failure on switch-root. View screenshot 'failed_to_start_switch_root.png' My PXE boot options LABEL coreos kernel coreos_production_pxe.vmlinuz initrd coreos_production_pxe_image.cpio.gz append cloud-config-url=http://192.168.1.1/pxe-cloud-config.yml My config.yml coreos: units: - name: etcd2.service command: start - name: fleet.service command: start ssh_authorized_keys: - ssh-rsa AAAAB3NzaC1yc2EAAAADAQAB...== root@pxe Did I miss something ? Regards, Arnaud
