Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Entirely disk based?
2012-03-21, 17:56
Post: #2
RE: Entirely disk based?
You need to compile iPXE with an embedded image. Look for documentation on the EMBED_IMAGE parameter on how to embed a customized ipxe script.

Your embedded ipxe script will have to use the prompt command to ask the user to press some key within a configurable timeout. If they do nothing, the script can use the exit command to let the normal BIOS boot order take over.

All this of course relies on your BIOS being proper and honoring the exit command to continue the boot order properly.

You could avoid using an embedded script, but then it would only work when the computer is in the "home network" where you have DHCP setup properly (then again, this might be the only place you actually need this, unless you have laptops needing this kind of setup).
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Entirely disk based? - mlarss - 2012-03-20, 08:48
RE: Entirely disk based? - robinsmidsrod - 2012-03-21 17:56
RE: Entirely disk based? - mlarss - 2012-03-23, 16:04



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