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.
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.