iPXE discussion forum
chain ipxe from grub uefi - Printable Version

+- iPXE discussion forum (https://forum.ipxe.org)
+-- Forum: iPXE user forums (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: chain ipxe from grub uefi (/showthread.php?tid=10119)



chain ipxe from grub uefi - yanshuo1990 - 2017-07-06 06:59

Hi :
I am trying to deploy a PXE server for both Windows and Linux under both LAGACY and UEFI mode. At the same time, we want to do OS installation automatically.
For legacy mode, I chose pxelinux.0, because it can find the menu named with MAC address. It has the ability to support Linux and windows WDS(through ipxe.lkrn).
But for UEFI mode, syslinux.efi can not boot uefi Windows WDS. So, I tried to use syslinux.efi(6.03 &6.04) --> snponly.efi -->WDS, but failed. Another way, grub.efi -->snponly.efi -->wds, failed too. I got grub.efi from ISO of RHEL7.3.
So, my question is: is there any way to chain ipxe from grub.efi?

thanks~


RE: chain ipxe from grub uefi - NiKiZe - 2017-07-06 18:06

Why use grub?
I would use ipxe.efi -> EFI linux kernel, and ipxe.efi -> wimboot


RE: chain ipxe from grub uefi - yanshuo1990 - 2017-07-24 05:21

(2017-07-06 18:06)NiKiZe Wrote:  Why use grub?
I would use ipxe.efi -> EFI linux kernel, and ipxe.efi -> wimboot

Thanks for your reply~~
I change to Ipxe to do the job with parameter ${net0/mac} to meet the correct net port. It works good!

thanks very much~~