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:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe can't load winpe when installing windows on HP380G8 and Huawei
2013-09-26, 04:30
Post: #1
ipxe can't load winpe when installing windows on HP380G8 and Huawei
I'm installing windows 2k8 server for my company and find ipxe perfect for the job.

HP360G7 and HP360G8 works fine. But here is a problem: ipxe can't load winpe correctly when installing HP380G8 and HUAWEI RH1288 V2-8S.
The following is my ipxe file:

#!ipxe
cpuid --ext 29 && set arch amd64 || set arch x86
kernel wimboot
initrd ${arch}/media/bootmgr bootmgr
initrd ${arch}/media/Boot/BCD BCD
initrd ${arch}/media/Boot/Fonts/segmono_boot.ttf segmono_boot.ttf
initrd ${arch}/media/Boot/Fonts/segoe_slboot.ttf segoe_slboot.ttf
initrd ${arch}/media/Boot/Fonts/wgl4_boot.ttf wgl4_boot.ttf
initrd ${arch}/media/Boot/boot.sdi boot.sdi
initrd ${arch}/media/sources/boot.wim boot.wim
boot

from the console, it loads all the files correctly and then goes to black till reboots from nothing.

Can anyone please help here, and many thx to that.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ipxe can't load winpe when installing windows on HP380G8 and Huawei - ipxe2windows - 2013-09-26 04:30



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