<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>That's odd. I have not encountered any issues using a similar set up to this - initrd winpe/${arch}/winpe.wim winpe.wim ← Names must match and must match the entry in your bcd!<div><br></div><div>Are you sure that's a requirement? If boot.wim matches the reference in the BCD this should be fine.</div><div><br></div><div>My understanding is also that fonts are only required for Windows 8 and newer WIM/bootmgr combos.</div><div><br></div><div>--Ian<br><br><div>> Date: Tue, 15 Apr 2014 09:30:44 +0200<br>> From: F.Hummel@ads-tec.de<br>> To: nicholas.krouse@nccvt.k12.de.us; ipxe-devel@lists.ipxe.org<br>> Subject: Re: [ipxe-devel] Issues chainbooting iPXE to WDS 2012R2<br>> <br>> Hi,<br>> <br>> :wds-server<br>> dhcp<br>>  set wdsserver 10.200.0.74<br>>  set alternatetftp 10.200.0.74<br>>  set net0/dhcp-server ${wdsserver}<br>>  set net0/filename wdsbnp.com ← Typo, not the cause for the current prob<br>>  set net0/gateway ${wdsserver}<br>>  set net0/next-server ${wdsserver}<br>>  set net0/user-class PXEClient<br>> -------------------------------------------------------------------<br>> Your sequence:<br>> :wimboot<br>>   cpuid --ext 29 && set arch amd64 || set arch x86<br>>   kernel wimboot<br>>   initrd winpe/${arch}/ISO/bootmgr       bootmgr<br>>   initrd winpe/${arch}/ISO/boot/bcd      BCD<br>>   initrd winpe/${arch}/ISO/boot/boot.sdi boot.sdi<br>>   initrd winpe/${arch}/winpe.wim         boot.wim<br>>   boot || goto failed<br>>   goto start<br>> -------------------------------------------------------------------<br>> You are missing the fonts and left and right must look the same. Should look like this:<br>> <br>> :wimboot<br>>   cpuid --ext 29 && set arch amd64 || set arch x86<br>>   kernel wimboot<br>>   initrd winpe/${arch}/ISO/bootmgr                          bootmgr<br>>   initrd winpe/${arch}/ISO/boot/bcd                       bcd             ← take care! Case sensitive!<br>>   initrd winpe/${arch}/ISO/boot/boot.sdi                   boot.sdi<br>>   initrd winpe/${arch}/ISO/boot/segmono_boot.ttf         segmono_boot.ttf<br>>   initrd winpe/${arch}/ISO/boot/segoe_slboot.ttf                 segoe_slboot.ttf<br>>   initrd winpe/${arch}/ISO/boot/segoen_slboot.ttf        segoen_slboot.ttf<br>>   initrd winpe/${arch}/ISO/boot/wgl4_boot.ttf           wgl4_boot.ttf<br>>   initrd winpe/${arch}/winpe.wim                            winpe.wim       ← Names must match and must match the entry in your bcd!<br>>   Imgstat                                                              ← enables you to see if all files have been loaded<br>>   prompt                                                             ← stops until you continue after reading imgstat output<br>>   boot || goto failed<br>>   goto start<br>> <br>> My experience with wimboot is that it is quite unreliable. Sometimes it works, sometimes not - depending on the boot.wim file. But I could not find out why it fails with some wim-files and succeeds with others.<br>> That's why I use syslinux memdisk and the ISO file containing the very same wim-file failing with wimboot which always works.<br>> E.g.:<br>> set sanboot-url http://123.456.789.012<br>> initrd ${sanboot-url}/win7pe_x86.iso<br>> chain syslinux/memdisk iso raw<br>> <br>> <br>> <br>> mit freundlichen Grüßen<br>> with kind regards<br>> <br>> i. A. Dipl.Ing. (FH) Frank Hummel<br>> Systementwicklung<br>> System development<br>> <br>> ads-tec GmbH<br>> Raiffeisenstr.14<br>> 70771 Leinfelden-Echterdingen<br>> Germany<br>> <br>> Tel.:    +49 711 45894-220<br>> Fax:    +49 711 45894-987<br>> E-Mail: F.Hummel@ads-tec.de<br>> Web: www.ads-tec.de<br>> <br>> <br>> <br>> <br>> Von: ipxe-devel-bounces@lists.ipxe.org [mailto:ipxe-devel-bounces@lists.ipxe.org] Im Auftrag von Nicholas Krouse<br>> Gesendet: Montag, 14. April 2014 20:22<br>> An: ipxe-devel@lists.ipxe.org<br>> Betreff: [ipxe-devel] Issues chainbooting iPXE to WDS 2012R2<br>> <br>> Hello <br>> <br>> I use iPXE for my main boot menu in my classroom for my students. When I attempt to chainboot to my WDS Server 2012 r2 I get error 0x3d126001 and the boot fails. I have searched google and ipxe forums high and low looking for a solution. I use wds over wimboot as it make management of my wim files quick and easy for me and my students. If there is any way you could help me it would be greatly appreciated! Attached is my current menu.ipxe. Thanks for your time in advance.<br>> <br>> Thanks<br>> Nick Krouse<br>> Computer Support Instructor<br>> Delaware Skills Center<br>> Deskillscenter.org<br>> _______________________________________________<br>> ads-tec GmbH<br>> Sitz: 70771 Leinfelden-Echterdingen<br>> Registergericht Stuttgart HRB 224527<br>> <br>> Geschaeftsfuehrer:<br>> Dipl.-Ing. Thomas Speidel<br>> _______________________________________________<br>> Diese E-Mail enthaelt vertrauliche und/oder rechtlich<br>> geschuetzte Informationen. Wenn Sie nicht der richtige<br>> Adressat sind oder diese E-Mail irrtuemlich erhalten<br>> haben, informieren Sie bitte sofort den Absender und <br>> vernichten Sie diese E-Mail. Das unerlaubte Kopieren,<br>> jegliche anderweitige Verwendung sowie die unbefugte<br>> Weitergabe dieser Mail sind nicht gestattet.<br>> _______________________________________________<br>> <br>> This e-mail may contain confidential and/or privileged<br>> information. If you are not the intended recipient (or have<br>> received this e-mail in error) please notify the sender<br>> immediately and destroy this e-mail. Any unauthorized<br>> copying, disclosure, distribution or other use of the<br>> material or parts thereof are strictly forbidden.<br>> _______________________________________________<br>> _______________________________________________<br>> ipxe-devel mailing list<br>> ipxe-devel@lists.ipxe.org<br>> https://lists.ipxe.org/mailman/listinfo.cgi/ipxe-devel<br></div></div>                                        </div></body>
</html>