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
Calling the UEFI ResetSystem() function causes an oops. In contrast to the variable and RTC functions, this function should be supported (as can inferred by it crashing rather than returning EFI_UNSUPPORTED). My current theory is that it expects to be called in some kind of state that we're not fulfilling.
We're currently working around with a hack, preventing ResetSystem() from being called.
The text was updated successfully, but these errors were encountered:
Some debug info with the efi=debug command line option (as well as various others to prevent the display from being taken over and thus the crash from being hidden):
After linux-surface/kernel@8a9a1a1, the kernel can now recover from an EFI page fault. This means that reboot and poweroff fall back to the architecture functions.
Log for reboot with do_kernel_restart() commented out:
Calling the UEFI
ResetSystem()
function causes an oops. In contrast to the variable and RTC functions, this function should be supported (as can inferred by it crashing rather than returningEFI_UNSUPPORTED
). My current theory is that it expects to be called in some kind of state that we're not fulfilling.We're currently working around with a hack, preventing
ResetSystem()
from being called.The text was updated successfully, but these errors were encountered: