Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HP G8 - wimboot fails with amd64 winpe
2013-11-06, 10:10
Post: #3
RE: HP G8 - wimboot fails with amd64 winpe
(2013-11-03 23:19)robinsmidsrod Wrote:  Got any screenshots or logs of the errors you get?

winpe image is getting downloaded, I can see this from below http log.

[06/Nov/2013:16:06:45 +0530] "GET /win2012/amd64/media/sources/boot.wim HTTP/1.1" 200 165629257 "-" "iPXE/1.0.0+"

Then its showing windows loading files... after that it goes blank screen. I couldn't get any logs from winpe, as it didn't loaded into command prompt.

if I try loading x86 wim (/win2012/x86/media/sources/boot.wim ),then its boots successfully.


My Config as below,

set base-url ${boot-url}/win2012
cpuid --ext 29 && set arch amd64 || set arch x86
kernel ${boot-url}/wimboot
initrd ${base-url}/${arch}/media/bootmgr bootmgr
initrd ${base-url}/${arch}/media/Boot/BCD BCD
initrd ${base-url}/${arch}/media/Boot/Fonts/segmono_boot.ttf segmono_boot.ttf
initrd ${base-url}/${arch}/media/Boot/Fonts/segoe_slboot.ttf segoe_slboot.ttf
initrd ${base-url}/${arch}/media/Boot/Fonts/wgl4_boot.ttf wgl4_boot.ttf
initrd ${base-url}/${arch}/media/Boot/boot.sdi boot.sdi
initrd ${base-url}/${arch}/media/sources/boot.wim boot.wim
boot || goto failed
goto start


I have tried injecting drivers as well,but still failed to boot with amd64.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP G8 - wimboot fails with amd64 winpe - Saravana - 2013-11-06 10:10



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