search for: pxe_init_isr

Displaying 6 results from an estimated 6 matches for "pxe_init_isr".

2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
...f printf() calls which go nowhere because it seems to me that openconsole is never called (worked around by patching com32/lib/sys/write.c to call write_serial directly if fd==1, crude hack but allows me to use printf() for debugging). But then I'm stuck with the box hanging in pxe_init_isr for no obvious reason. So, question: * is Soekris net4501 + PXELINUX 6.02 a supported combination? * are there known caveats that I have missed? * if the combination is unsupported, what is the latest PXELINUX version that is known to be work with the net4501? Thanks! Thomas.
2014 Jun 10
0
Recent (6.02) PXELINUX on Soekris net4501
...ere > because it seems to me that openconsole is never called > (worked around by patching com32/lib/sys/write.c to > call write_serial directly if fd==1, crude hack but > allows me to use printf() for debugging). > > But then I'm stuck with the box hanging in pxe_init_isr for no obvious > reason. > > So, question: > * is Soekris net4501 + PXELINUX 6.02 a supported combination? > * are there known caveats that I have missed? > * if the combination is unsupported, what is the latest PXELINUX > version that is known to be work with the n...
2014 Jun 11
3
Recent (6.02) PXELINUX on Soekris net4501
...after PXE unload then freezes. 4.05 ---- Same 6.02 ---- pxelinux.0 Same except that menu does not display correctly. gpxelinux.0 Same lpxelinux.0 Dislays only banner in 15-column mode, then freezes (as indicated in my other message, inserting debugging traces indicates that this is in pxe_init_isr). In all of these tests, pxelinux.cfg/default is as shown below. Thomas. serial 0 19200 0 console 0 ui menu.c32 menu title Utilities label clonezilla menu label Clonezilla kernel images/clonezilla/live/vmlinuz append boot=live live-config noswap nolocales edd=on nomodeset \ ocs_live_ru...
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
* H. Peter Anvin, 2014-06-10 : > You probably want to test both pxelinux.0 and lpxelinux.0... if it is > sticking in pxe_init_isr you're using the latter. Correct. And indeed pxelinux.0 goes much further than lpxelinux.0! I have a few issues yet to fix: * Undef symbol FAIL: __syslinux_debug_enabled (I must have done something wrong while building) * find proper fix for serial i/o (my crude hack handles...
2014 Jun 10
2
Recent (6.02) PXELINUX on Soekris net4501
* Gene Cumm, 2014-06-10 : > Did you see the SERIAL directive? If this isn't enough, there may be bugs > in the modules or the libraries they use. Yes, I'm aware of SERIAL, my config file has: serial 0 19200 0 console 0 Thomas.
2014 Jun 11
0
Recent (6.02) PXELINUX on Soekris net4501
....02 > ---- > > pxelinux.0 > Same except that menu does not display correctly. > gpxelinux.0 > Same > lpxelinux.0 > Dislays only banner in 15-column mode, then freezes (as indicated > in my other message, inserting debugging traces indicates that > this is in pxe_init_isr). > > In all of these tests, pxelinux.cfg/default is as shown below. > > Thomas. > > serial 0 19200 0 > console 0 > > ui menu.c32 > menu title Utilities > > label clonezilla > menu label Clonezilla > kernel images/clonezilla/live/vmlinuz > app...