The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UEFI/GRUB2 PXE/WIMBOOT with HP ML350 Gen9
2015-02-18, 14:14
Post: #1
UEFI/GRUB2 PXE/WIMBOOT with HP ML350 Gen9
Greetings,

First, thanks for all the effort that has been put into the this project. Keep up the good work.

Now to the question: Is there anyone of you guys who has been able to get wimboot to work properly with GRUB2 over PXE with UEFI on any of HP Gen9 servers? I've been playing with it for some time with no success.

GRUB2 config excerpt:
Code:
menuentry "Windows PE" {
    linux16 /windows-pe/wimboot
    initrd16 \
        newc:bcd:/windows-pe/bcd \
        newc:boot.sdi:/windows-pe/boot.sdi \
        newc:boot.wim:/windows-pe/boot.wim
}

After the last file being sucessfully downloaded (used GRUB's progress module to confirm) server freezes up and needs to be reset.

iPXE config excerpt
Code:
#!ipxe
kernel /windows-pe/wimboot
initrd /windows-pe/bcd bcd
initrd /windows-pe/boot.sdi boot.sdi
initrd /windows-pe/boot.wim boot.wim
boot

That works as expected no matter if a load iPXE directly or chainload it from GRUB.

It's also worth mentioning that if I switch to legacy mode it works (GRUB2 to WIMBOOT using the appropriate BCD file) as expected so I guess the syntax used within GRUB menu is correct.

- Using the latest WIMBOOT
- Compiled GRUB2 from source
- Windows PE 5.1

Any suggestions?

Thank you.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
UEFI/GRUB2 PXE/WIMBOOT with HP ML350 Gen9 - pmatous - 2015-02-18 14:14



User(s) browsing this thread: 1 Guest(s)