Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How can I use ipxe without Tiny PXE Server
2016-04-17, 04:29 (This post was last modified: 2016-04-17 04:31 by congnt92.)
Post: #4
RE: How can I use ipxe without Tiny PXE Server
(2016-04-15 17:24)NiKiZe Wrote:  
(2016-04-15 07:38)congnt92 Wrote:  Since it work fine with our demo ipxe script, i try with my ipxe script on real machine.
I try to create a small menu.ipxe and put at root directory.
Run WM, boot from network then type command (see my screenshot)
It say that connection timed out.

If I read the mini screenshoot correct it links to: http://ipxe.org/4c0a6035

As recommended on that page... is the http server responding correctly (no firewall in the way) ?

I'm not quite sure what you are asking here.
You can use ipxe with any network, and if you want to chain it should be possible with any DHCP server, but the most tested dhcp server is ISC dhcpd.

Hi,
First i'm sorry for delay respone.
I test with Tiny PXE server + ipxe it work fine.
But how can i use ipxe without Tiny PXE server.
I mean how can i did what Tiny PXE server did.
If i let Tiny PXE server do its job manually then it work fine.
But if i quickly press Ctrl B then type dhcp command then type
chain http://192.168.1.49/grldr
then it say timeout errror.
Sorry for my bad English. If you need more screenshot please let me know.
Tks

[Image: Capture2.png]
(2016-04-15 17:34)AndyDeSheffield Wrote:  Unless my limited experience has it wrong then

For this to work you need a web server on 192.168.1.49 port 80
You also need your menu.ipxe file in the root directory of that web server
Finally you need to set the web server so that by default it displays the file and doesn't attempt to download it
A quick test is to use a browser on any PC that has access to 192.168.1.49 and type
HTTP://192.168.1.49/menu.ipxe
You should see your menu file displayed in the browser

Hi,
Tks for your help.
I just want to use ipxe command line manually to know more instead use an automatic 3rd tool (like PXE Tiny Server ...).
Can you see above post and give me some hints.
Tks.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread



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