Hi everyone,
I'm trying to figure out how to enable HTTP boot with EmulatorPkg.
I stumble across this guideline “EDK II HTTP Boot”.
https://tianocore-docs.github.io/EDKIIHttpBootGettingStartedGuide/draft/
I see that this guideline is still in a draft stage.
Is this guideline completed and posted somewhere else? Or there is a newer version?
I have tried to replicate this guideline and come across some issue.
This guideline still uses "NT32" simulator which is obsolete:
https://github.com/tianocore/tianocore.github.io/wiki/Nt32Pkg
NT32Pkg is replaced by "EmulatorPkg";
https://github.com/tianocore/tianocore.github.io/wiki/EmulatorPkg
However, using "EmulatorPkg" I'm not able to get HTTP boot option in boot manager
I have enabled the macro in EmulatorPkg.dsc file but still couldn't find HTTP option in boot manager.
This is a snapshot of my target.txt:
After build, I run WinHost.exe in ..\Build\EmulatorIA32\DEBUG_VS2019\IA32:
Did I miss out any steps of configuration?
Appreciate if someone can help out.
Thanks! =)