The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ipxe uefi x64 WimBoot [answered]
2016-03-11, 16:00 (This post was last modified: 2016-03-15 16:25 by Fimlore.)
Post: #1
Wink ipxe uefi x64 WimBoot [answered]
Hi iPxe,

I'm trying to boot to an x64 Windows 10 WIM image from ipxe.
The script i'm using is as follows:


Code:
:wimboot
set base-url http://10.168.51.5/bootimg/win
kernel ${base-url}/wimboot
initrd ${base-url}/\${arch}/default.bcd BCD
initrd ${base-url}/boot.sdi boot.sdi
initrd -n boot.wim \${base-url}/winpe.wim boot.wim

The iPXE menu happily starts loading all the files .. everything OK untill there

The output I receive later is:

Code:
Command line: "wimboot"
Using wimboot via 0xd13ba588 len 0x8440
Using default.bcd via 0xd13ba628 len 0x2000
using boot.sdi via 0xd13ba6c8 len 0x306000
using boot.wim via 0xd13ba768 len 0x115a90b3
...found WIM file boot.wim
...found file "Windows\boot\EFI\bootmgfw.efi"
Using BOOTX64.EFI via 0xd1274a00 len 0xee360
..extracted \Windows\Boot\EFI\bootmgwf.efi
Read BOOTX64.EFI
Could not load BOOTX64.EFI: 0x800000000003
Could not boot: Error 0x7f048281 (http://ipxe.org/7f048281)
*note: i tried my best to copy all numbers as-is..

The files I'm using come from an official Windows 10 DVD
and i'm a little illusive to why this does not work.

--edit--
The WIM came from my existing WDS installation
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ipxe uefi x64 WimBoot [answered] - Fimlore - 2016-03-11 16:00
RE: ipxe uefi x64 WimBoot - NiKiZe - 2016-03-11, 17:16
RE: ipxe uefi x64 WimBoot - mcb30 - 2016-03-14, 15:12
RE: ipxe uefi x64 WimBoot - Fimlore - 2016-03-14, 16:22
RE: ipxe uefi x64 WimBoot - mcb30 - 2016-03-14, 18:59
RE: ipxe uefi x64 WimBoot - Fimlore - 2016-03-15, 15:22
RE: ipxe uefi x64 WimBoot - mcb30 - 2016-03-15, 16:08
RE: ipxe uefi x64 WimBoot - Fimlore - 2016-03-15, 16:23



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