Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FTP chainloading a menu.ipxe
2019-09-19, 06:48
Post: #8
RE: FTP chainloading a menu.ipxe
(2019-09-19 04:45)NiKiZe Wrote:  if PXE-NBP then it runs as binary code.

sometimes it's just because of text format.

e.g.

http download a script text file like this:
Code:
#!ipxe
echo hi
will be shown as [Script] ) and not [PXE-NBP], and execute normally

but if this text file is saved as UTF-8 with BOM, i.e. EF BB BF added at beginning, then it'd be shown as [PXE-NBP], and executing it causes hang
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: FTP chainloading a menu.ipxe - cckp - 2019-09-19 06:48



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