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
UEFI and iPXE
2013-07-10, 07:47
Post: #1
UEFI and iPXE
I am trying to UEFI: IPv4 PXE boot into clonezilla via iPXE.

This machine is an Acer AIO which does not have legacy BIOS support. But I would also like to see if EFI PXE booting is a possibility for future machines.

I updated dhcp.conf to serve snponly.efi (http://rom-o-matic.eu), which I embedded to point at our server http://server.local/ipxe.menu

So far the menu is displayed and looks good, however if I try to load something I get the error http://ipxe.org/error/2e008001

Code:
:clonezilla
echo Booting Clonezilla Live 2.0.1-1-i686-pae
set base-url ${boot-url}/clonezilla
kernel ${base-url}/clonezilla-live-2.0.1-1-i686-pae/vmlinuz
initrd ${base-url}/clonezilla-live-2.0.1-1-i686-pae/initrd.img
imgargs vmlinuz root= etc etc ..................
boot || goto failed
goto start

:pxelinux
set 210:string tftp://${next-server}/
chain ${210:string}pxelinux.0 || goto failed
goto start

Both get the error message "Could not boot: Exec file error http://ipxe.org/error/2e008001"

Is this not supported yet? Or am I doing the wrong way?

Kind regards
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
UEFI and iPXE - ndogmail - 2013-07-10 07:47
RE: UEFI and iPXE - robinsmidsrod - 2013-07-10, 10:24
RE: UEFI and iPXE - karthikeayan - 2014-06-25, 10:33



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