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 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 |
|||
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.
|
|||
2014-06-25, 10:33
Post: #3
|
|||
|
|||
RE: UEFI and iPXE
Hi,
Did the iPXE boot from UEFI worked for you? Regards, Karthik |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)