Jerome J. Auza wrote: > I'm using a WRAP board with BIOS v1.11, with the intent on using PXEboot > to build the system on the CF. The problem seems to be that the board > doesn't accept the IP address sent by the DHCP server. Looking at the > logs of the DHCP server, the server actually receive the request for IP > and responded to it with the correct IP address specified for PXE. > However, the WRAP board doesn't seem to receive or accept the IP because > it keeps sending out request for IP addresses. > > I used a few other routers w/ DHCP option (which worked for ordinary > PC's), but the terminal still shows that the WRAP board is still > searching for the DHCP server. > > I already followed the instruction on the documentation from the LEAF > website. What else could be wrong?
It may not be the IP address. It could be that you're missing either the pxeboot filename or the next server. What DHCP server are you using? If dnsmasq, you want something like: # boot options for wrap boards dhcp-vendorclass=wrap,Etherboot-5.3 dhcp-mac=wrap,00:0d:b9:*:*:* dhcp-boot=net:wrap,pxelinux.0,<server name>,<server addr> For the actual pxelinux.cfg file, this is what I used: serial 0 38400 ipappend 1 append console=ttyS0,38400 reboot=bios default pxe/linux rw initrd=pxe/initrd.lrp init=/linuxrc root=/dev/ram0 boot=/tftp/192.111.107.33 LRP=etc,inittabs,hdsupp,wget,smbmount s/192.111.107.33/ with the address of the tftp server serving the .lrp files "ipappend" replaces a bunch of crap hand coded in the shipping .cfg files. reboot=bios makes reboot work on the wrap, wd1100.o not needed ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 ------------------------------------------------------------------------ leaf-user mailing list: [email protected] https://lists.sourceforge.net/lists/listinfo/leaf-user Support Request -- http://leaf-project.org/
