[ipxe-devel] Wimboot from GRUB2 PXE with UEFI on HP Gen9
Michael Brown
mcb30 at ipxe.org
Tue Apr 21 14:39:04 UTC 2015
On 18/02/15 17:45, Petr Matouš wrote:
> Now, the question: Is there anyone who has been able to succesfully
> get wimboot to work with GRUB 2 over PXE with UEFI? I've been playing
> with it for some time using HP ML350 Gen9 server with no success.
>
> Here's the excerpt from GRUB config:
>
> ---
> menuentry "Windows PE 5 x64" {
> linux16 /boot/ipxe/wimboot
> initrd16 \
> newc:bcd:/windows-pe/bcd \
> newc:boot.sdi:/windows-pe/boot.sdi \
> newc:boot.wim:/windows-pe/boot.wim
> }
"linux16" should be non-existent in a UEFI build of GRUB, since there's
no 16-bit environment available in which a binary with a 16-bit entry
point could sensibly run.
Michael
More information about the ipxe-devel
mailing list