2013-07-10, 07:47
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
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
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