2019-11-06, 20:32
We are working on trying to figure out why iPXE is not able to properly chainload the Linux kernel on Lenovo 300e devices. PXE booting into iPXE workes great and downloading the kernel and initrd binaries as well but then it hangs.
We started by adding debug output to the kernel code to see where it hangs and found that it fails on EFI ExitBootServices call. Adding
we got the following output on screen:
Is there anything we can do about this within iPXE?
Find more information about this in the FOG forums: https://forums.fogproject.org/topic/1353...the-system
We started by adding debug output to the kernel code to see where it hangs and found that it fails on EFI ExitBootServices call. Adding
Code:
DEBUG=efi_warap
Is there anything we can do about this within iPXE?
Find more information about this in the FOG forums: https://forums.fogproject.org/topic/1353...the-system