pxe boot failure

Norbert Koch NKoch at demig.de
Wed Jun 29 08:56:45 GMT 2005


Hello,

I'm trying to get pxeboot running without any success so far.
I get 'BTX halted' after a register dump showing an int 6.

I read almost anything, I could find about that problem.
I tried with/without LOADER_TFTP_SUPPORT, I uncommented
those delay() lines in pxe.c and enlarged the delays.
I even doubled some of the internal buffers.

The crash is always at different locations. The last
message usually is "pxe_open: gateway ip: 10.47.11.1".
Tcpdump shows no problems.

So am I just having a buggy boot prom?
My board has an intel 82559er chip and I was told
by the board's manufacturer, that linux pxeboot
does work fine, which not really helps. They have no
newer bios update and know nothing about pxe problems.

My environment is FreeBSD 4.11 with latest ISC dhcpd.


Here are my settings:

  /usr/local/dhcpd.conf:

default-lease-time 600;
max-lease-time 7200;
ddns-update-style ad-hoc;
log-facility local7;

subnet 10.47.11.0 netmask 255.255.255.0 {
  range dynamic-bootp 10.47.11.10 10.47.11.99;
  option routers 10.47.11.1;
  filename "pxeboot";
  next-server 10.47.11.1;
  option root-path "10.47.11.1:/usr/local/diskless_root";
}


  /etc/inetd.conf (for LOADER_TFTP_SUPPORT=yes):
tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s
/usr/local/diskless_root


  /etc/exports:
/usr -ro -maproot=0 -alldirs -network 10.47.11.00 -mask 255.255.255.0


BTW, booting via etherboot disk works. I just have to replace "pxeboot" with
"kernel"
in dhcpd.conf.

Any hints?

Thank you,
Norbert



More information about the freebsd-questions mailing list