Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jun 2005 10:55:44 +0200
From:      "Norbert Koch" <NKoch@demig.de>
To:        <freebsd-questions@freebsd.org>
Subject:   pxe boot failure
Message-ID:  <000201c57c88$558679c0$4801a8c0@ws-ew-3.W2KDEMIG>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000201c57c88$558679c0$4801a8c0>