Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
bug in ipxe when multiple NICs present?
2013-06-07, 23:36 (This post was last modified: 2013-06-07 23:38 by robinsmidsrod.)
Post: #3
RE: bug in ipxe when multiple NICs present?
cloaked1: There is a couple of things you could do.

The first I'd do is to enable syslog logging (see http://ipxe.org/console) and ensure that work.

The next thing I'd try is to build with DEBUG=script, which should give you more extensive output on where the script goes wrong and stops.

The last thing I'd do is to build a USB stick that only has the driver for the wireless NIC on it. Something like make bin/ath5k.usb DEBUG=script should do the trick if you're using an oldish Atheros wireless adapter. Substitute as necessary. src/util/niclist.pl --format csv | egrep -i '802.11|wifi' should give you the names of most of the drivers available.

I also believe the 210:string option to pxelinux.0 is a full URL, not just a hostname. You should use set 210:string http://my.host.name:8002/ if that is indeed the root config location for pxelinux.0.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: bug in ipxe when multiple NICs present? - robinsmidsrod - 2013-06-07 23:36



User(s) browsing this thread: 2 Guest(s)