This is an old revision of the document!


A PCRE internal error occured. This might be caused by a faulty plugin

====== BKO and static networking issues ====== ===== Problem ===== Though gpxe works fine with static networking information, problem is with linux destributions. I have modified all linux distributions to use ''udhcpc'' for getting networking configuration by using ''DHCP''. So in current setup, the linux will boot, but it will never get networking configuration for static network and hence, it will never progress. ===== Possible solution 1 : manual configuration ===== Ask user to enter the networking configuration. But this is very lame way of doing it. ===== Possible solution 2 : use gpxe configuration ===== As gpxe is have properly working networking configuration, we can reuse it. The problem in this is that, - how do gpxe passes the networking configuration information to ''pxelinux.0''? - How do pxelinux.0 passes this information to linux kernel? ==== Passing information from pxelinux.0 to linux kernel ==== Linux kernel can take parameter which will have network configuration info. The unknown factor here is that, if information is with pxelinux.0, and parameters are taken from config file. So, I need a way by which configuration file can inform pxelinux.0 to fill in certain places with values it is having. ==== Passing information from gpxe to pxelinux.0 ==== I don't have any clue about this part. This part may prove to be tricky


QR Code
QR Code soc:2009:pravin:journal:bkostaticip (generated for current page)