Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: about /src/include/ipxe/keys.h
Post: about /src/include/ipxe/keys.h

Hi all I was just wondering why in: /src/include/ipxe/keys.h #define KEY_F5 KEY_ANSI ( 15, '~' ) /**< F5 */ #define KEY_F6 KEY_ANSI ( 17, '~' ) /**< F6 */ #define KEY_F7 KEY_ANSI ( 18, '~' ...
alhyene General 0 3,814 2020-03-06, 18:25
  Thread: How to POST / GET params with '+' char inside ?
Post: RE: How to POST / GET params with '+' char inside ...

Hi, yes I tried substitute with %2B like : param --mydata data_1 some%2Bthing , with no luck... I tried both POST & GET methods with same results. I tried GET method by the browser and work as e...
alhyene General 4 7,217 2020-02-18, 14:47
  Thread: Is there a way to do like keyword 'e' in grub
Post: RE: Is there a way to do like keyword 'e' in grub

You could read this if you want... https://forum.ipxe.org/printthread.php?tid=11058 there's a variable named ${scriptlet} who could could be usefull.
alhyene General 5 10,270 2020-02-15, 22:52
  Thread: How to replace the default blue backgroud in iPXE menu
Post: RE: How to replace the default blue backgroud in i...

may be you have to re-compile iPXE with CONSOLE_CMD... https://ipxe.org/cmd/cpair https://ipxe.org/cmd/colour https://ipxe.org/cmd/console
alhyene General 1 5,744 2020-02-15, 22:42
  Thread: How to POST / GET params with '+' char inside ?
Post: RE: How to POST / GET params with '+' char inside ...

thx for reply, I tried it. set plus:hex 2b set plus ${plus:string} set myURL some${plus}thing params --name mydata param --params mydata data_1 ${myURL} etc... unfortunaly don't work. ...
alhyene General 4 7,217 2020-02-15, 22:01
  Thread: Is there a way to do like keyword 'e' in grub
Post: RE: Is there a way to do like keyword 'e' in grub

May be with TAB key or go to shell (cmdline) ?
alhyene General 5 10,270 2020-02-11, 15:45
  Thread: How to POST / GET params with '+' char inside ?
Post: How to POST / GET params with '+' char inside ?

Hi, first sorry for the previous twice posting which were not working, may because the forum seem to be a little down at that times. I'm trying to store some parameters on webserver which I can retri...
alhyene General 4 7,217 2020-02-11, 15:36
  Thread: FTP chainloading a menu.ipxe
Post: RE: FTP chainloading a menu.ipxe

:D Yeah Men ! You're on right ! It's a stupid thing, I don't saw that with Nano editor. I put da menu.ipxe ina hex editor, et voila : EF BB BF as header, then it crunch the magic #!ipxe. Now it wor...
alhyene General 8 17,418 2019-09-20, 00:33
  Thread: FTP chainloading a menu.ipxe
Post: RE: FTP chainloading a menu.ipxe

Ok, I've tested with HTTP and don't look the same. In a shell I've tested: dhcp imgfetch http://boot.ipxe.org/demo (the ipxe script exemple) ( HTTP Ok ) imgstat demo ( demo : nnn bytes [Script] )...
alhyene General 8 17,418 2019-09-18, 21:53
  Thread: FTP chainloading a menu.ipxe
Post: 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,...
alhyene General 8 17,418 2019-09-18, 17:16
  Thread: FTP chainloading a menu.ipxe
Post: RE: FTP chainloading a menu.ipxe

Hi, > ftp, no username or password are provided. It's not a problem, I compiled ipxe with FTP debug enabled and it connect anonymous (user: anonymous , pass: ipxe@ipxe.org) I've tested with pass...
alhyene General 8 17,418 2019-09-18, 02:19
  Thread: FTP chainloading a menu.ipxe
Post: FTP chainloading a menu.ipxe

Hello Everybody, it's my first post here. :) I'm in trouble chainloading a menu.ipxe by FTP I've tried with and without EMBEDing script in ipxe.lkrn (compiled by hand or rom-o-matic with I think good...
alhyene General 8 17,418 2019-09-15, 03:03