danderson / netboot

Packages and utilities for network booting
Apache License 2.0
1.48k stars 181 forks source link

Building pixiecore #93

Closed tamone closed 5 years ago

tamone commented 5 years ago

Hello Dave, Thanks for your nice code. I managed to use "pixiecore boot" up to iPXE and it was not easy struggling against the corporate DHCP server with unwanted and imposed DHCP options like wrong boot file. Then... it fails. So I want to print out some debugging info and find out what boot file needs to be loaded next... and why it is not, etc.... But I am new to golang and I do not know how to build pixiecore bin from your sources, that I would have slightly modified to print out chosen data. It would be very kind if you could provide with a instruction text file INSTALL.md or a Makefile-like stuff or even a small clue ? Sincerely yours. François.

tamone commented 5 years ago

Sorry I see there is a Makefile at the top of netboot. Pixiecore beeing in the directory tree, this might be the way to go.