Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows ipxe installation stuck at logo
2016-10-21, 01:25
Post: #3
Rainbow RE: Windows ipxe installation stuck at logo
Try this:
Add wimboot as initrd:
Code:
:wimboot6
kernel ${boot-url}/syslinux/wimboot rawbcd index=1 gui
[color=#FF0000]initrd ${boot-url}/syslinux/wimboot[/color]
initrd -n BCD ${boot-url}/wp/bcd_uefi       BCD
initrd ${boot-url}/boot/boot.sdi    BOOT.SDI
initrd ${boot-url}/wp/10/bootmgr.efi    bootmgr.efi
initrd ${boot-url}/wp/10/bootx64.efi    bootx64.efi
initrd -n BOOT.WIM ${boot-url}/sources/dart100.wim BOOT.WIM
boot

For me this help with similar problem.

pzdr
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Windows ipxe installation stuck at logo - maggreg - 2016-10-21 01:25



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