Chainloading iPXE with custom script - Printable Version +- iPXE discussion forum (https://forum.ipxe.org) +-- Forum: iPXE user forums (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Chainloading iPXE with custom script (/showthread.php?tid=7142) |
Chainloading iPXE with custom script - taylorjonl - 2013-12-09 02:28 I am trying to chainload iPXE to boot into SmartOS using the instructions at this url: http://blog.smartcore.net.au/smartos-ipxe-boot-with-pfsense/ I set this up and got a VM under VMware mostly working, it fails to load SmartOS but I can see the NIC getting the image and showing the menu. So I started setting up my server which is using 4 onboard Intel NICs, I can see that PXE gets kicked off and then it loads iPXE, then I get an error. Here is the console output: Code: CLIENT MAC ADDR: XX XX XX XX XX XX I followed the page, it doesn't have much info and a google search of the error gives me two results, one of which is a pastebin of someone with almost the exact text I just typed above. Any help is appreciated. RE: Chainloading iPXE with custom script - robinsmidsrod - 2013-12-13 11:40 That's because that is basically the "new" error page for "dhcp failed". You might find more debugging information here: http://ipxe.org/err/4c1060 I've updated the error page you pointed at to include this pointer. |