bug on ARAR8132 ?? - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: bug on ARAR8132 ?? (/showthread.php?tid=6862) |
bug on ARAR8132 ?? - ren22 - 2013-03-31 04:25 hi i have an asus eee pc 1005ah with an Atheros Onboard LAN AR8132 rev.c0 ( Asustek 838a ) if i try to boot without any keystrokes while booting, to interrupt the boot process, from iPXE i got dhcp timeout and Error number 0x4c106035 "http://ipxe.org/err/4c106035" if i try after the first dhcp request to interrupt with CTRL+B (on the first CTRL+B message prompt) and enter follow commands it works ... dhcp net0 dhcp XX:X:X:X:X: ..... OK boot http://example.org/boot_script.php if i try to load it automaticly as written in the configs i got dhcp timeout. i am using the latest versions of all using software. isc-dhcp-server was installed by apt as binary. thanks RE: bug on ARAR8132 ?? - robinsmidsrod - 2013-03-31 20:07 You might need to increase the DHCP timeout value when you compile iPXE. Most likely your network/switch hardware is using STP or some other technology, which makes link negotiation take more time, and in the end, the DHCP request times out. |