Net-booting an EFI image on an aarch64 server with iPXE script
|
2019-05-01, 23:23
Post: #1
|
|||
|
|||
Net-booting an EFI image on an aarch64 server with iPXE script
I'm having some problems getting netboot to work on a UEFI based arm 64-bit system (Ampere Computing eMAG). Right now I'm just trying to get Ubuntu to work.
I was originally trying to use a file like: Code: #!ipxe And was getting this error: http://ipxe.org/err/2e0080 My assumption is that the linux image is not EFI compatible. In the Ubuntu path I'm using there's a netbootaa64.efi file, which (and I have limited experience) looks like the right netboot binary for me to use. But I'm not quite sure how to use iPXE in this way. Some more background: Ubuntu netbootaa64.efi path: here iPXE Version: 1.0.255+ Provisioning Platform: Packet HW Platform: Ampere Computing eMAG (c2.large.arm on Packet) I did some tests trying to chain load the efi file, something like: Code: #!ipxe The error above goes away and the efi file is downloaded, but I get dropped straight into the grub shell with no apparently filesystem*. *ls in the grub shell gives me (hd0) with no partitions listed. ls (hd0)/ gives me a 'no filesystem found' error. I also found some threads that reference using the Code: kernelefi Code: initrdefi Anyone have some pointers to how I can get a netboot of Ubuntu working through iPXE on an aarch64 UEFI based system? Really stuck on this one. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Net-booting an EFI image on an aarch64 server with iPXE script - travislazar - 2019-05-01 23:23
RE: Net-booting an EFI image on an aarch64 server with iPXE script - NiKiZe - 2019-05-02, 22:56
RE: Net-booting an EFI image on an aarch64 server with iPXE script - travislazar - 2019-05-03, 02:13
RE: Net-booting an EFI image on an aarch64 server with iPXE script - travislazar - 2019-05-03, 18:18
RE: Net-booting an EFI image on an aarch64 server with iPXE script - travislazar - 2019-05-03, 21:41
RE: Net-booting an EFI image on an aarch64 server with iPXE script - travislazar - 2019-05-03, 23:17
RE: Net-booting an EFI image on an aarch64 server with iPXE script - NiKiZe - 2019-05-03, 23:21
RE: Net-booting an EFI image on an aarch64 server with iPXE script - travislazar - 2019-05-04, 00:16
RE: Net-booting an EFI image on an aarch64 server with iPXE script - travislazar - 2019-05-04, 02:21
|
User(s) browsing this thread: 1 Guest(s)