Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FTP chainloading a menu.ipxe
2019-09-18, 17:16
Post: #5
RE: FTP chainloading a menu.ipxe
> san commands over FTP, probably to much of a nightmare.

Ok, I forget it by now...

> Ok - so the actual error description that you should have in your opening post is: "when i chain over ftp, PC reboots"

Then what to do ? Changing the thread name ?

> When testing, I would use iPXE without embeded script.
add || shell at the end of your chain line - just to be sure that you get back to shell if it fails.

Yes, I tried it by shell commands:
dhcp
imgfetch http://ftp.192.168.0.254/Disque%20dur/menu.ipxe
( FTP Ok )
imgstat menu.ipxe
( menu.ipxe : 22 bytes [PXE-NBP] ) <--- don't know if it's good
chain menu.ipxe || shell

At this point PC reboots.

menu.ipxe is a simple script:
#!ipxe
dhcp
shell

I will try memtest...
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: FTP chainloading a menu.ipxe - alhyene - 2019-09-18 17:16



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