Sonicadvance1 / linux

Linux kernel source tree
Other
38 stars 0 forks source link

[EFI Stub] Hangs on exit #5

Open Sonicadvance1 opened 5 years ago

Sonicadvance1 commented 5 years ago

EFI Stub is what is used to boot the kernel in an EFI space. There is a final routine for exiting the EFI mode which hangs. Commenting it out happens to work around the problem, but it is a bad thing that a lot of EFI processes actually just hang the thing.