Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
UEFI 10G Intel X710/XL710 Hang Windows Splash Screen
2016-10-27, 23:58
Post: #6
RE: UEFI 10G Intel X710/XL710 Hang Windows Splash Screen
(2016-10-27 07:34)NiKiZe Wrote:  Ok so XL710 related, could you boot the wim by putting it on usb driver, replacing the original boot.wim so that you can boot without involving ipxe at all. To me a hang in winpe booting is still a windows driver issue, not ipxe/wimboot related.
OK, Tested with a USB, all I did was to put the contents of the folder "winboot" (see below) in the USB. It booted without problem in UEFI Mode, I did not check it in BIOS mode but it boots fine using PXE/iPXE and BIOS.

(2016-10-27 07:34)NiKiZe Wrote:  If you could post some info just to be sure.

your ipxe script for booting.

there are two parts, the following is the embeded script
Code:
dhcp
chain http://${next-server}/pxefiles/lboot.php?MAC=${mac}&DID=${product}

and the following is the answer to the lboot.php script
Code:
#!ipxe
kernel wimboot
initrd winboot/bootmgr.exe                     bootmgr.exe
initrd winboot/boot/bcd                    bcd
initrd winboot/boot/boot.sdi               boot.sdi
initrd winboot/sources/boot.wim            boot.wim
boot
The bootmgr is replaced by wimboot automatically

(2016-10-27 07:34)NiKiZe Wrote:  output from imgstat before boot line in that script

and output of what you get when starting wimboot with pause.

So output from a script like this:
Code:
kernel wimboot gui pause
initrd.....
imgstat
pause
boot
Here is a picture of the output: https://drive.google.com/file/d/0B-ZdAQk...sp=sharing
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: UEFI 10G Intel X710/XL710 Hang Windows Splash Screen - renato - 2016-10-27 23:58



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