-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Metal-bios and Metal-uefi images do not boot after install #22
Comments
Hmm, did you check if the serial console showed any error message? I tried this locally (though just the bios image) and it worked but I essentially hit coreos/coreos-assembler#339. I.e. I had to add |
Can confirm coreos/coreos-assembler#339 fixes the issue, closing |
I was playing around with the console kernel boot parameters, changing console=ttyS0,115200n8 to console=ttyS0 console=tty0 and then logs appeared on the console. Unfortunately I have to do this change after every install, as there is not way I can set the kernel parameters for the next boot. But I have seen that https://github.com/coreos/coreos-installer/issues/13 has been opened for this. |
Tested with 29.936 and it is working, i.e. I get log output on the console. |
Using the
iso
+bios/uefi
image from https://ci.centos.org/artifacts/fedora-coreos/prod/builds/latest/ and following: https://github.com/coreos/coreos-installer#using-the-installer-on-fcos-or-rhcos, the installed FCOS does not seem to boot correctly. More specifically, the install to disk seems to happen correctly, and then upon reboot, shows the bootmenu, and then hangs shortly thereafter with no messages etc.Ignition conf:
Note that I've seen similar issue with ignition v2s3 in RHCOS before as well, the
ova
andami
still work correctly, but aniso
installed image does not. (Not sure if this is an actual error with the installer or somewhere else.)The text was updated successfully, but these errors were encountered: