Loading ipxe.efi with a custom script
|
2016-12-01, 16:28
Post: #1
|
|||
|
|||
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 iPXE version does load the kernel/initramdisk directly via HTTP, users love this feature :-) Now, we had no UEFI support, until now. I am able to implement SYSLINUX bootdisk type (we call it Full host image) with Grub2 and that was pretty simple. This should work even with SecureBoot. I would like to add ipxe.efi into the image and be able to boot it, which is also doable either directly, or via chainbooting from Grub2. But the problem is, with SYSLINUX we've been able to provide the script via initramdisk: Code: default ipxe This worked fine, but I am unable to do the same with chainloading from Grub: Code: set default=0 Is there a way to tell iPXE where the script is located? If I want to boot iPXE directly, is there any way (e.g. hardcoded path like /EFI_SCRIPT) that would work out-of-box? What I want to avoid is building iPXE from scratch (with embedded script). Thanks for help! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Loading ipxe.efi with a custom script - lzap - 2016-12-01 16:28
RE: Loading ipxe.efi with a custom script - NiKiZe - 2016-12-01, 23:38
RE: Loading ipxe.efi with a custom script - lzap - 2016-12-02, 10:54
RE: Loading ipxe.efi with a custom script - NiKiZe - 2016-12-02, 19:18
RE: Loading ipxe.efi with a custom script - lzap - 2016-12-05, 13:30
RE: Loading ipxe.efi with a custom script - NiKiZe - 2016-12-11, 02:17
RE: Loading ipxe.efi with a custom script - ndog - 2016-12-18, 02:07
RE: Loading ipxe.efi with a custom script - NiKiZe - 2016-12-18, 10:12
RE: Loading ipxe.efi with a custom script - ndog - 2016-12-19, 08:58
RE: Loading ipxe.efi with a custom script - NiKiZe - 2016-12-19, 19:13
RE: Loading ipxe.efi with a custom script - kd4 - 2018-08-01, 20:00
RE: Loading ipxe.efi with a custom script - NiKiZe - 2018-08-01, 22:15
|
User(s) browsing this thread: 1 Guest(s)