Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: [SOLVED] Kernel parameters over HTTP in EFI
Post: RE: Kernel parameters over HTTP in EFI

(2019-02-22 12:16)NiKiZe Wrote:  You can see some information in the FAQ about initrd in efi land. Great, thanks it works now! Code: #!ipxe dhcp kernel http://xxx/boot/fdi-image/vmlinuz0 init...
lzap General 6 17,101 2019-02-25, 11:28
  Thread: [SOLVED] Kernel parameters over HTTP in EFI
Post: RE: Kernel parameters over HTTP in EFI

I wonder if this is related: http://lists.ipxe.org/pipermail/ipxe-dev...05820.html
lzap General 6 17,101 2019-02-22, 11:53
  Thread: [SOLVED] Kernel parameters over HTTP in EFI
Post: [SOLVED] Kernel parameters over HTTP in EFI

Hello, I am booting ipxe.efi over network and provide it this script: Code: #!ipxe dhcp kernel http://xxx/boot/fdi-image/vmlinuz0 rootflags=loop root=live:/fdi.iso rootfstype=auto initrd http://xxx...
lzap General 6 17,101 2019-02-22, 09:00
  Thread: HTTP redirect 301 support
Post: RE: HTTP redirect 301 support

Oh thanks for the code link, I was using old version of iPXE!
lzap General 3 10,115 2016-12-23, 11:01
  Thread: HTTP redirect 301 support
Post: HTTP redirect 301 support

I am experiencing issues with HTTP redirect when loading kernel/image from HTTP. Is HTTP redirect supported in the HTTP implementation? I can't find this in the codebase, thanks.
lzap General 3 10,115 2016-12-22, 15:41
  Thread: Loading ipxe.efi with a custom script
Post: RE: Loading ipxe.efi with a custom script

Yeah, this is indeed possible workaround. It's not as bad as compiling this everytime we generate an image. Thanks, I am asking our colleagues at Red Hat how to handle that. https://bugzilla.redhat.c...
lzap General 11 47,609 2016-12-05, 13:30
  Thread: Loading ipxe.efi with a custom script
Post: RE: Loading ipxe.efi with a custom script

I suppose this all should work via linuxefi command, right? I tried this via chainloader and it does not seem to work. I am getting "error: invalid magic number" when I attempt to boot it via linuxef...
lzap General 11 47,609 2016-12-02, 10:54
  Thread: Loading ipxe.efi with a custom script
Post: Loading ipxe.efi with a custom script

Hello, our project (http://www.theforeman.org) provides functionality to generate bootdisk for individual hosts. These are either iPXE or SYSLINUX based without or with embedded linux kernel. The iPX...
lzap General 11 47,609 2016-12-01, 16:28