Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
iPXE EFI with F12 prompt does not work
2016-02-11, 04:24
Post: #1
iPXE EFI with F12 prompt does not work
iPXE EFI with F12 prompt does not work with custom built boot loader. It does work with bios boot loader.

Here is my script
#!ipxe
prompt --key 0x197e --timeout 4000 Press F12 for network boot... || goto no_shell
dhcp
login
chain http://${username:uristring}:${p.../menu.ipxe
exit

:no_shell
exit
Find all posts by this user
Quote this message in a reply
2016-02-11, 16:06
Post: #2
RE: iPXE EFI with F12 prompt does not work
(2016-02-11 04:24)power270 Wrote:  iPXE EFI with F12 prompt does not work with custom built boot loader. It does work with bios boot loader.

What do you mean by "does not work"?

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
2016-02-11, 17:06
Post: #3
RE: iPXE EFI with F12 prompt does not work
When I hit the F12 key it just exits the script.
Find all posts by this user
Quote this message in a reply
2016-02-11, 17:11
Post: #4
RE: iPXE EFI with F12 prompt does not work
(2016-02-11 17:06)power270 Wrote:  When I hit the F12 key it just exits the script.

It looks as though the function key definitions are missing from the ansi_sequences[] table in interface/efi/efi_console.c. You could try adding the relevant definitions there.

If you get it working, please send a patch to ipxe-devel@lists.ipxe.org.

Thanks,

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
2016-02-12, 02:44
Post: #5
RE: iPXE EFI with F12 prompt does not work
I'm a ipxe newbie, but if you point me in the right direction I'll have try at it.
Find all posts by this user
Quote this message in a reply
2016-02-12, 14:23
Post: #6
RE: iPXE EFI with F12 prompt does not work
(2016-02-12 02:44)power270 Wrote:  I'm a ipxe newbie, but if you point me in the right direction I'll have try at it.

It's a small change. Already done!

Michael
Visit this user's website Find all posts by this user
Quote this message in a reply
2016-02-14, 20:26
Post: #7
RE: iPXE EFI with F12 prompt does not work
Thanks Michael

Rebuilt ipxe.efi and it works perfectly.
Find all posts by this user
Quote this message in a reply
Post Reply 




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