iPXE discussion forum
iPXE Menu loses video - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: iPXE Menu loses video (/showthread.php?tid=7193)



iPXE Menu loses video - caseyatherton - 2014-02-01 18:19

I have an iPXE menu script set up that works great on most hardware. However, on certain hardware, specifically anything with an Intel Cedarview based chipset, it fails. When the script gets to the menu portion ("choose" command), the screen goes blank and the system becomes unresponsive. I've also confirmed the same symptom by simply entering the "config" command.

At first, I thought the problem was that the menu was outputting only to the LVDS connector, a known issue with Cedarview on Linux. However, I also don't get any output on the serial or syslog consoles.

Any advice on this issue would be appreciated.


RE: iPXE Menu loses video - robinsmidsrod - 2014-02-11 09:28

I seem to recall this question was also asked on the Google+ community, and the solution was to run the console command to get a VESA resolution instead of text mode.


RE: iPXE Menu loses video - caseyatherton - 2014-02-11 17:58

Yes.

For some reason Cedarview based chipsets do not like BIOS video mode. iPXE has to be compiled with VESA support, and the console command must be run to enable it, then menus can be displayed.

Thanks!