_the_dude_
Enthusiast
Enthusiast

Now for the network card problem: You may be able to find usefull logging in:

/var/log/messages (logging of tftp and dhcp) There should be something in there about the system trying to acquire a DHCP network address and other DHCP requests. Also you should see logging there when the pxelinux.0 (or something else) is being downloaded over tftp.

Good thing to know that the DEFAULT_BOOTFILE option workaround works!

Adding the drivers to the windows XP images should be done by something like:

\* Download drivers for your network card from the internet

\* Put the .INF file in the WINXP_INF directory (make sure it's a textfile and not a binary!, if there's more than one and you don't know which to use, just put in all you can find...)

\* Put the .SYS file in the WINXP_SYS directory (if there's more than one and you don't know which to use, just put in all you can find...)

\* /etc/init.d/binl stop

\* regenerate the binl database

(run either /var/public/cgi-bin/infparser.py or /var/public/bin/infparser.py depending on the UDA version you are using.)

\* /etc/init.d/binl start

Good luck!

Reply
0 Kudos