<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman",serif;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 70.85pt 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="SV" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span lang="EN-US">Try:<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US">kernel /iPXE/wimboot<br>
initrd --name BCD /Images/Autoghost4.02/contents/BOOT/BCD BCD<br>
initrd --name boot.sdi /Images/Autoghost4.02/contents/BOOT/BOOT.SDI boot.sdi<br>
initrd --name bootmgfw.efi /Images/Autoghost4.02/contents/SOURCES/BOOT/Windows/Boot/EFI/bootmgfw.efi bootmgfw.efi<br>
initrd â€“name boot.wim /Images/Autoghost4.02/contents/SOURCES/BOOT.WIM boot.wim<br>
boot<br>
<br>
</span><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D;mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif">From:</span></b><span lang="EN-US" style="font-size:11.0pt;font-family:"Calibri",sans-serif"> ipxe-devel-bounces@lists.ipxe.org [mailto:ipxe-devel-bounces@lists.ipxe.org]
<b>On Behalf Of </b>Andrew Bobulsky<br>
<b>Sent:</b> den 25 februari 2016 20:21<br>
<b>To:</b> Jessica Hamilton <jessica.l.hamilton@gmail.com><br>
<b>Cc:</b> ipxe-devel@lists.ipxe.org<br>
<b>Subject:</b> Re: [ipxe-devel] iPXE + UEFI + WINPE5 Failures on HP Z230 Workstations<o:p></o:p></span></p>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">On Thu, Feb 25, 2016 at 1:26 AM, Jessica Hamilton <<a href="mailto:jessica.l.hamilton@gmail.com" target="_blank">jessica.l.hamilton@gmail.com</a>> wrote:<o:p></o:p></p>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<p class="MsoNormal" style="margin-bottom:12.0pt">Hi,<br>
<br>
I'm having real problems trying to make any headway trying to boot a<br>
WINPE5 based ISO image with iPXE.<br>
<br>
My iPXE script currently looks like the following:<br>
<br>
kernel /iPXE/wimboot<br>
initrd /Images/Autoghost4.02/contents/BOOT/BCD BCD<br>
initrd /Images/Autoghost4.02/contents/BOOT/BOOT.SDI<br>
initrd /Images/Autoghost4.02/contents/SOURCES/BOOT/Windows/Boot/EFI/bootmgfw.efi<br>
bootmgfw.efi<br>
initrd /Images/Autoghost4.02/contents/SOURCES/BOOT.WIM<br>
boot<br>
<br>
But it's failing to load the EFI loader with the error EFI_UNSUPPORTED.<br>
<br>
Output is as follows:<br>
Using bootmgfw.efi via 0xbb037588 len 0x14a560<br>
...found bootmgfw.efi file bootmgfw.efi<br>
Using BOOT.WIM via 0xbb037628 len 0xb8e75e1<br>
...found WIM file BOOT.WIM<br>
Using wimboot via 0xbb0376c8 len 0x8440<br>
Read bootmgfw.efi<br>
Could not load bootmgfw.efi: 0x8000000000000003<br>
Could not boot: Error 0x7f048281 (<a href="http://ipxe.org/7f048281" target="_blank">http://ipxe.org/7f048281</a>)<br>
<br>
I've also tried adding initrd line for bootmgr.efi as well, after<br>
first attempt at "boot", it fails as before, but a second attempt at<br>
"boot", I get the following:<br>
<br>
Could not install disk block I/O protocols: 0x8000000000000014, which<br>
I believe maps to EFI_ALREADY_STARTED?<br>
<br>
I'm really very stuck at this point :(<br>
<br>
Jessica<o:p></o:p></p>
</blockquote>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Hello Jessica,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Looking at the script you've used and seeing the error you're getting, I can't say for sure where the culprit is, but could suggest some troubleshooting steps.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">The error _appears_ to be a problem loading bootmgfw.efi. Wimboot can extract that file from the WIM (unless you explicitly provide it as in your script), so try commenting out or removing the line:<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">>initrd /Images/Autoghost4.02/contents/SOURCES/BOOT/Windows/Boot/EFI/bootmgfw.efi bootmgfw.efi<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">...and see what happens.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">It would be a good idea to rule out this system's firmware as being the source of the problem as well. Do you have any other UEFI machines you can try booting with the same payload?<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Best regards,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal">Andrew<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
</div>
</div>
</body>
</html>