2013-09-26, 04:30
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.
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.