-
Notifications
You must be signed in to change notification settings - Fork 60
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
"System BootOrder not found. Initializing defaults" can be worked around with "Boot from file" #563
Comments
+1 |
I see this too on a recent Lenovo laptop. I am not sure if it's related, but the laptop also emits an incredibly loud beep when this happens. |
Might be unrelated, though an issue with the same final error message showed up yesterday too in Silverblue: https://bugzilla.redhat.com/show_bug.cgi?id=1855116. |
Anyone still able to reproduce this? When it does happen, does it happen every boot or is it intermittent? |
Same error after live installation here on my second hand Thinkpad t560.
|
@axed Are you installing Fedora CoreOS or Fedora Workstation? |
@bgilbert Workstation - aaah sorry, i must have overread that this thread was CoreOS specific after digging through so many pages looking for a solution. But since workstation isnt working, i can take the time to test Fedora CoreOS as well... just to see if the result is the same
Update 2: |
I made a new test on the same HP Elitebook 850 G6 laptop as in #563 (comment) but with the latest
I wrote the iso file to a USB stick
The new test:
Boot Menu
Regarding the beep mentioned in another commentI don't hear any beep as described in #563 (comment) There are some audio related settings in the BIOS:
|
Seems like it's still there, was able to replicate this on a Mac using FCOS revision I can access the GRUB prompt, on Mac it defaults to the path |
Still there: |
Thanks for the data points. Please keep reporting when you hit this and on what hardware. Eventually we'll get a developer with some hardware that can reproduce and be able to drill down to where the problem actually is. |
It's not reproducible with fedora-coreos-35.20211203.1.0-live.x86_64.iso. To me it seems the bug has been fixed. |
Thanks @eriksjolund - I think this may be a result of #946 (comment) (implemented in coreos/coreos-assembler#2435). @bgilbert - does that sound right? |
Awesome, thanks for the update. Yup, that sounds right. It turns out that shim's fallback.efi was adding the CD to the boot order, and on systems with a TPM, rebooting the machine afterward. |
On a newly bought laptop HP Elitebook 850 G6 (without Windows but with FreeDos) I can boot
CentOS-8.1.1911-x86_64-dvd1.iso
from a USB stick just fine but when I try boot
fedora-coreos-32.20200601.3.0-live.x86_64.iso
this text is shown on the monitor
and after about one second the computer is automatically rebooted.
When I enter the BIOS I can see that the setting: Configure Legacy Support and Secure Boot is set to Legacy Support Disable and Secure Boot Disable.
(That setting has not been changed since the computer came delivered)
It is possible to change that setting to either:
Legacy Support Enable and Secure Boot Disable
or
Legacy Support Disable and Secure Boot Enable
If I change to
Legacy Support Enable and Secure Boot Disable
a warning is shown that other settings in the BIOS need to be changed (for instance regarding Thunderbolt security) so I decided not to change that setting.
I restarted the computer and and pressed F9 to enter the Boot Menu.
Previously I had selected
UEFI - Kingston DataTraveler 3.0 60A44 ...
but this time I chose
Boot from file
which gave me the possibility to navigate in the file system down to the file shim64.efi
Now Fedora CoreOS booted up just fine.
Is this a bug or expected behavior?
How the 2 USB sticks were created:
To write the 2 USB sticks, I used the commands
and
on a Fedora 32 computer.
The text was updated successfully, but these errors were encountered: