Post Reply 
 
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Windows ipxe installation stuck at logo
2016-07-25, 14:52
Post: #1
Windows ipxe installation stuck at logo
Hello! I am trying to set-up an ipxe server for Windows installation. I followed these instructions, but after the pc downloads the boot.wim it gets stuck at the Windows logo screen. Ipxe also displays the following message: "Forcing text mode output" (right under the stuck Windows logo). I should mention that I am using an x64 UEFI machine.
Find all posts by this user
Quote this message in a reply
2016-08-02, 18:46
Post: #2
RE: Windows ipxe installation stuck at logo
Since you see the logo i guess you are using the gui parameter to wimboot?

Also you are using the latest master of ipxe and wimboot?

Can you post your script, and also information about your hardware such as the brand and model of the machine/motherboard.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
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
2016-10-23, 13:29
Post: #4
RE: Windows ipxe installation stuck at logo
do not add wimboot as an initrd, it does not make sense, and it can cause other issues.

also do not add bootx64.efi or bootmgr.efi. The correct file is automatically extracted from boot.wim by wimboot, so no need to add them separately.

Use GitHub Discussions
VRAM bin
Visit this user's website Find all posts by this user
Quote this message in a reply
2016-10-23, 17:36 (This post was last modified: 2016-10-23 17:48 by maggreg.)
Post: #5
RE: Windows ipxe installation stuck at logo
Yes, this is premature post.
By coincidence after i set this my pe boot maybe ten times and its stuck again.
After set one cpu via bcd its boot one for three attempts (same on virtual and physical machine).

Sorry for my English.
pzdr
Find all posts by this user
Quote this message in a reply
Post Reply 




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