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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
bug in ipxe when multiple NICs present? - cloaked1 - 2013-06-06, 01:19
RE: bug in ipxe when multiple NICs present? - mcb30 - 2013-06-07, 14:23
RE: bug in ipxe when multiple NICs present? - robinsmidsrod - 2013-06-07 23:36
RE: bug in ipxe when multiple NICs present? - cloaked1 - 2013-06-10, 23:36
|
User(s) browsing this thread: 1 Guest(s)