The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





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
Post Reply 


Messages In This Thread
iPXE EFI with F12 prompt does not work - power270 - 2016-02-11 04:24



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