<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: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=us-ascii">
<meta name="Generator" content="Microsoft Word 12 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@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;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        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
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        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-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
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="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Hi Ian, Michael,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">I tried the same hardware with wimboot 1.0.5. But I don’t see any error message on screen. The same old blank screen
</span><span style="font-size:11.0pt;font-family:Wingdings;color:#1F497D">L</span><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D">Amit<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Ian Bannerman [mailto:ian@internals.io]
<br>
<b>Sent:</b> Tuesday, May 20, 2014 12:39 PM<br>
<b>To:</b> Michael Brown; Amit Shah; Hummel Frank; ipxe-devel@lists.ipxe.org<br>
<b>Subject:</b> RE: [ipxe-devel] wimboot issue with server 2012 on physical servers<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal"><span style="font-family:"Calibri","sans-serif"">On Sat, 17 May 2014 23:01:13 +0100 Michael Brown wrote:<br>
> > On 15/05/14 15:12, Amit Shah wrote:<br>
> >> I had contacted you regarding an iPXE issue with Windows 8 (below). I<br>
> >> see a lot more people complain about this. There is a tool called Razor<br>
> >> by puppet labs. This uses iPXE and people trying this out are facing<br>
> >> this issue.<br>
> >><br>
> >> Is there any way to escalate this ? Is it possible for you guys to take<br>
> >> another look into this and find a possible solution.<br>
> ><br>
> > I had a thought about this the other day.<br>
> ><br>
> > The blank screen problem derives from a bug in bootmgr.exe: it will<br>
> > switch to graphical mode as soon as it determines that it can drive the<br>
> > VESA framebuffer display. If it later finds that it doesn't have the<br>
> > fonts to display an error message, it will revert to plain text output.<br>
> > However, it _fails_ to reconfigure the display for text output, with<br>
> > the result that the output is invisible.<br>
> ><br>
> > It occurred to me that there is a workaround for this. All real-mode<br>
> > calls made by bootmgr.exe go through wimboot (which is how wimboot works<br>
> > in the first place; it intercepts INT 13 and emulates a FAT32 disk). We<br>
> > could intercept the VESA BIOS calls and pretend that the system does not<br>
> > have a VESA framebuffer. This should cause bootmgr.exe to remain in<br>
> > text mode, which would then ensure that error messages would be visible<br>
> > without requiring any font files.<br>
> <br>
> I have implemented this in the latest version of wimboot (v1.0.5). I <br>
> have verified that an error messages which would previously be invisible <br>
> due to missing fonts is now displayed in text mode.<br>
> <br>
> Please retry with wimboot version 1.0.5.<br>
> <br>
> Michael<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Calibri","sans-serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Calibri","sans-serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Calibri","sans-serif"">Wow! That's pretty epic, great job on that Michael! Amit, I hope you can give this a go and we can see a proper error.<o:p></o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Calibri","sans-serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Calibri","sans-serif""><o:p> </o:p></span></p>
</div>
<div>
<p class="MsoNormal"><span style="font-family:"Calibri","sans-serif"">--Ian<o:p></o:p></span></p>
</div>
</div>
</div>
</body>
</html>