Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Quick Start Example not Working
2012-09-28, 11:24
Post: #2
RE: Quick Start Example not Working
That content seems correct, so it is probably your local setup or the way you start iPXE that is wrong.

If you download http://boot.ipxe.org/ipxe.iso or http://boot.ipxe.org/ipxe.usb and put it on CD or USB and boot you should be getting a display where you can press Ctrl-B to get a shell.

Once you're in the shell you should type
Code:
dhcp
(and press enter) to get an address from your local DHCP server.

If that responds okay (you can use the
Code:
config
command to see if you got an address and such) you can continue typing in a command like this:

Code:
chain http://boot.ipxe.org/demo/boot.php

That should boot the demo and you should be getting to a Linux environment. If that doesn't work, please report back.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Quick Start Example not Working - robinsmidsrod - 2012-09-28 11:24



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