This ISO: https://kojipkgs.fedoraproject.org/compose/twoweek/Fedora-Atomic-26-20170821.0/compose/Atomic/x86_64/iso/Fedora-Atomic-ostree-x86_64-26-20170821.0.iso
Minnowboard x86 Atom
UEFI boot
Symptoms:
Most recent ISO installs fine, without errors (although with a few warnings regarding img.sh). However, after install, the image will not boot.
We get the initial grub boot line, but then it immediately goes to a cursor and doesn't go any further. Turning on grub console generates no log output.
Ok, things get worse. If I rpm-ostree rebase to the current tree, the system will not boot.
I'm thinking it's the kernel.
microcode_ctl
sudo rpm-ostree rebase fedora/26/x86_64/updates/atomic-host sudo rpm-ostree ex override remove microcode_ctl sudo reboot
Rollback works fine.
System does not boot after removing microcode.
@jberkus - in that case can you install plain fedora 26 server on one of these minnowboards and then do a dnf update -y and verify you can't boot. Basically we think it's the kernel and this test will help us know it's not something related to atomic host.
dnf update -y
If you want to try reverting the kernel, but keeping the rest of the userspace, editing the grub config should work too.
Fedora Server boots with Kernel kernel-4.12.8-300.fc26.x86_64
So, pulling from update as of today works due to new kernel.
What do we want to do about this in terms of releases?
The next two week will pick it up and anyone who's hitting the issue can run an older commit or the newer commit from the updates ref.
@jasonbrooks +1
@jerkus this was a very interesting case - and also one that needed you to boot using the grub menu into the old system and then run things from there. Could we possibly get you to blog about this experience?
Yah, seems worth a writeup.
I can't blog this because the rpm-ostree functionality appears to be broken. See issue:
https://github.com/projectatomic/rpm-ostree/issues/955
fixed in today's release
Metadata Update from @dustymabe: - Issue close_status updated to: Fixed - Issue status updated to: Closed (was: Open)
Log in to comment on this ticket.