On 2017-03-19 02:08, Piotr Król wrote:
We solved that for PC Engines APU2 SeaBIOS some time ago. IIRC What you have to do is not run init_optionrom in optionroms.c for iPXE. This not run option rom at boot but makes it still visible in SeaBIOS menu. We have external switch to enable/disable that behavior.
I believe this was the change: https://github.com/pcengines/seabios/commit/ac6d3e213a3867bd586b62924b8255d5...
Ah, that's a slightly different approach than what I had in mind at first, but it does exactly what I want to achieve. Thank you!
Gert