Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HP NC7771 (tg3, 0e1100ca.rom) - very slow boot
2011-04-19, 13:09
Post: #4
RE: HP NC7771 (tg3, 0e1100ca.rom) - very slow boot
(2011-04-19 10:31)pedro77pl Wrote:  Ok I will. Using undionly is not an option due to DHCP server limitations.

You are aware that you can build ipxe with an embedded script, so that you don't need any other feature in the DHCP server than the ability to specify filename to undionly.kpxe?

Generally, it is done like this:
Code:
make bin/undionly.kpxe EMBEDDED_IMAGE=path/to/my_ipxe_script

my_ipxe_script should be a simple text file containing e.g. this:
Code:
#!ipxe
dhcp
chain http://some.server/path/to/other/nbp
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP NC7771 (tg3, 0e1100ca.rom) - very slow boot - robinsmidsrod - 2011-04-19 13:09



User(s) browsing this thread: 1 Guest(s)