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
how to embed simple script to ipxe.efi
2017-06-26, 22:28
Post: #1
how to embed simple script to ipxe.efi
Hello,
My setup is chainboot with legacy undionly.kpxe with an embedded script with legacy bios settings.
Script:
#!ipxe
dhcp
chain http://chainboot.mydomain.com

lt works fine, but now I need uefi. It boots ok, but loops, so I tried to embedd this bootscript with

make /bin/ipxe.efi EMBED=script.ipxe

but it only says nothing to do. I found a second Makefile.efi, but I don't know how to use it.

Am I doing right or is there another way with UEFI boot to embed a script.

all the best
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
how to embed simple script to ipxe.efi - chainloadee - 2017-06-26 22:28



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