[ipxe-devel] Trouble with Wimboot.exe custom WinPE30 (PE from Win7 x86)
Turkov Vladimir
vladimirt at kraftway.ru
Fri Sep 5 10:43:07 UTC 2014
Sorry Michael.
It's my mistake.
1. Tool name of course "wimboot" !
2. I loading boot.wim by loader WinPE from pxeboot.n12 OPK
This is part of my real script memu :
*************************
#Chain Boot
:PE3_Chain
set DIR BootingOS\WinPe30\x86
chain pxeboot.n12 # Boot loader WinPE30
# Loading from WimBoot
:PE3_Wimboot
set DIR BootingOS\WinPe30\x86
cpuid --ext 29 && set arch amd64 || set arch x86
kernel wimboot
initrd /BootingOS/WinPe30/x86/bootmgr.exe bootmgr.exe
initrd ${DIR}/boot/bcd BCD
initrd ${DIR}/boot/boot.sdi boot.sdi
initrd ${DIR}/sources/boot.wim boot.wim
boot
*************************
Loading from label : PE3_Wimboot leads to error of if RAM size 4GB. (Bootmgr.exe display error STATUS: 0xc000000D An Unexpected error has occurred)
If RAM size 2GB , loading from label : PE3_Wimboot is OK
P.S.
Chain boot worked always
Memory modules are tested - OK
Boot.wim - custom (with drv. and package) and in both cases (PE3_Chain / PE3_Wimboot ) , one and the same
Best regards,Turkov Vladimir
E-mail: vladimirt at kraftway.ru
http://www.kraftway.ru
-----Original Message-----
From: Michael Brown [mailto:mcb30 at ipxe.org]
Sent: Wednesday, September 03, 2014 8:03 PM
To: Турков Владимир Олегович; 'ipxe-devel at lists.ipxe.org'
Subject: Re: [ipxe-devel] Trouble with Wimboot.exe custom WinPE30 (PE from Win7 x86)
On 03/09/14 16:33, Turkov Vladimir wrote:
> <snip>
> If I load boot.wim using *chain *– loading and starting WinPE30 is OK.
> <snip>
Sorry; I can't make sense of what you are saying. For example, there is no such thing as "wimboot.exe", and it simply isn't possible to use iPXE's "chain" command to directly chain a .wim image.
Could you please describe your problem again, making sure to describe exactly what you are doing?
Thanks,
Michael
More information about the ipxe-devel
mailing list