iPXE discussion forum

Full Version: Boot issue on Lenovo 300e
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Code:
DEBUG=efi_warap
we got the following output on screen:
[Image: 1572909827047-img_2023.3.jpg]

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
you might want to try IRC or the mailinglist, if at all possible get that in text format, maybe network logging can be used to get it dumped.
Reference URL's