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
2013-07-10, 10:24
Post: #2
RE: UEFI and iPXE
If you have a look at http://ipxe.org/err/2e0080 you'll see that there are some suggestions on how to proceed. I would suggest you add imgstat; prompt right before the boot line to see if you have the right files loaded in memory when you're supposed to start. I see you're using my menu structure, which might mean you have some script files in memory that you need to free first. imgstat should reveal that. Also ensure you have execution support for the binaries you want to start. I'm unsure if you need an intermediate loader or not when you use UEFI to load Linux kernels. I'm not sure, but maybe the kernel also must support UEFI interfaces. I'm not sure if the clonezilla kernel has that.
Visit this user's website Find all posts by this user
Quote this message in a reply
2014-06-25, 10:33
Post: #3
RE: UEFI and iPXE
Hi,

Did the iPXE boot from UEFI worked for you?

Regards,
Karthik
Find all posts by this user
Quote this message in a reply
Post Reply 




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