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
rom-o-matic PXE_STACK + keep IP address
2017-01-05, 07:24 (This post was last modified: 2017-01-05 08:38 by ndog.)
Post: #1
rom-o-matic PXE_STACK + keep IP address
thanks for the great work with updating rom-o-matic to ipxe, I did not know had been updated, last time I checked it was still gpxe, great! I was able to build some .efi test files which work great, and is very convenient than compiling it manually with changing options in vim or nano etc

It appears that ticking the PXE_STACK option with EFI PXE bootstrap 64-bit .efi results in a debug crash everytime, however I don't know if this option is necessary for what I want to achieve.

I want to be able to embed a script which keeps the IP address and loads menu.ipxe via tftp or http

I used this option in the past with success

make bin-x86_64-efi/ipxe.efi EMBED=ipxe.txt

ipxe.txt
Code:
#!ipxe
echo
echo == iPXE menu.ipxe from tftpd ==
echo

# Boot
dhcp
set boot-dir boot/
set menu-url ${boot-url}menu.ipxe
chain --replace --autofree ${menu-url}

however I would like to be able to drop the dhcp option to save a bit of time, I know this is possible as it worked in the past but everytime I compile without dhcp and various different options I keep getting error http://ipxe.org/3c092083
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
rom-o-matic PXE_STACK + keep IP address - ndog - 2017-01-05 07:24



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