Re: [ipxe-devel] [ipxe/ipxe] [efi] Restore the TPL to the original one (#113)

2020-06-29 Thread JamesWangAmiTw
@mcb30, It raised TPL to TPL_CALLBACK and never restored it. NotifyFunction of EVT_SIGNAL_EXIT_BOOT_SERVICES will not be called because of that while booting. The change of efi_currticks() causing this problem was from [[efi] Run at TPL_CALLBACK to protect against UEFI

Re: [ipxe-devel] [ipxe/ipxe] [efi] Restore the TPL to the original one (#113)

2020-06-29 Thread He Huang
And it also does not make sense to me that iPXE always restore to TPL_CALLBACK, even the original TPL is TPL_APPLICATION. If you do not have env to reproduct this issue, would you print log to monitor the original/old TPL? Then you will see, it is not always the TPL_CALLBACK. Please read UEFI

Re: [ipxe-devel] [ipxe/ipxe] [efi] Restore the TPL to the original one (#113)

2020-06-29 Thread He Huang
You need an AMI based UEFI BIOS, and then power on and boot ESXi 6.5U3 through UEFI iPXE and without norts =1 as the parameter of boot loader. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [ipxe-devel] [ipxe/ipxe] [efi] Restore the TPL to the original one (#113)

2020-06-29 Thread Michael Brown
Neither the code change nor the commit message make any sense to me, sorry. Instead of the commit, could you please provide a way to reproduce your observed problem? Thanks. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: