You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The setting template is outdated. The problem is easily fixed, but I don't have the time for it right now. I am swamped with other things like UEFI-BIOS work. A bit too much on my plate. Stuff that I need to get off my TODO list. And pronto.
Hi Sam
Recently I've had a problem where boot2 fail to load - well that's all I could tell as the last thing I saw before my machine restarted was:
boot0: done.
Then a quick flash of text and a few blue boxes at the top of the screen.
Making a recording of the screen allowed me to read the text and the message I saw was:
boot0: doneEDID width :EDID width :EDID height:
Looking further in to it I found at the problem was a missing definition from the settings.h file.
Adding this solved my problem:
define USE_STATIC_DISPLAY_RESOLUTION 1
without this my machine fails to boot.
The text was updated successfully, but these errors were encountered: