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
After successfully building and booting nouefi-lk, the finalize_device script throws "Can't find all the needed information".
Digging through the script code, noticed that highestaddr was -1 (not changed). Tried to manually find it, and on the ram ptable noticed that there is only one sdram with type sys, when it seems that they need to be two (like on condor or thea).
As the script skips the first line, I've tried using it's value (not skipping it). The script succeeded and uefi built nicely, but at booting it was stuck on splash (most surely because the value is invalid or something.
RAM ptable:
After successfully building and booting nouefi-lk, the finalize_device script throws "Can't find all the needed information".
Digging through the script code, noticed that highestaddr was -1 (not changed). Tried to manually find it, and on the ram ptable noticed that there is only one sdram with type sys, when it seems that they need to be two (like on condor or thea).
As the script skips the first line, I've tried using it's value (not skipping it). The script succeeded and uefi built nicely, but at booting it was stuck on splash (most surely because the value is invalid or something.
RAM ptable:
The text was updated successfully, but these errors were encountered: