<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>C:\&gt;Windows Internals - L'équipe Française de Support Windows_ : WinPE</title><link>http://blogs.technet.com/windowsinternals/archive/tags/WinPE/default.aspx</link><description>Tags: WinPE</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Comment faire démarrer un DVD WinPE de plus de 4GB</title><link>http://blogs.technet.com/windowsinternals/archive/2009/01/06/comment-faire-d-marrer-un-dvd-winpe-de-plus-de-4gb.aspx</link><pubDate>Tue, 06 Jan 2009 14:17:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3176955</guid><dc:creator>LaetiD_MS</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/windowsinternals/comments/3176955.aspx</comments><wfw:commentRss>http://blogs.technet.com/windowsinternals/commentrss.aspx?PostID=3176955</wfw:commentRss><description>&lt;P&gt;&lt;FONT size=2&gt;Dans le cadre du déploiement de systèmes Windows, il vous est peut-être arrivé d’utiliser un média bootable (CD-ROM, DVD) contenant votre image de référence incluant elle-même toutes les applications que vous utilisez dans votre environnement.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Vous aurez remarqué que plus Windows et les applications (quelles qu’elles soient) évoluent et plus l’espace nécessaire pour stocker cette image est important.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Dans ce cas de figure il peut arriver que l’image (ou les images) dépassent les 4GB, entrainant une impossibilité de démarrer sur ce média.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Ceci concerne les médias de démarrage construits avec WinPE 2.x et oscdimg (fourni avec le WAIK) et l’erreur se concrétise par le message suivant lors des tentatives de démarrage :&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size=2 face=Courier&gt;File: \Boot\BCD&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Courier&gt;Status: 0xc000014c&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2 face=Courier&gt;Info: An error occurred while attempting to read the boot configuration data.&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Cette erreur peut survenir si les fichiers requis pour le démarrage sont situés au delà des 4 premiers Giga Octets sur le DVD.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;La partie bootable de WinPE doit être dans les 4 premiers Go du DVD. &lt;/P&gt;
&lt;P&gt;Il est nécessaire d'ordonner la façon dont les fichiers sont placés sur le media afin que les fichiers critiques pour le boot se trouvent au dessus du reste des données. &lt;BR&gt;Avec 4, 7 GO, les fichiers de boot ne sont pas disponibles assez tôt dans l'ISO et on obtient l'erreur ci-dessus.&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2&gt;Pour remédier à ce problème il faut générer un fichier ISO avec la ligne de commande suivante :&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size=2&gt;OSCDIMG -m -n -yoC:\TEMP\bootorder.txt -bC:\WINPE_X86\etfsboot.com C:\WINPE_X86\ISO C:\TEMP\WINPE.ISO&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size=2&gt;où :&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT size=2&gt;-bC:\WINPE_X86\etfsboot.com : le fichier permettant de rendre le fichier ISO bootable (attention : pas d’espace entre -b et le chemin vers ce fichier)&lt;/FONT&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;-bC:\WINPE_X86\ISO : le répertoire contenant la structure du fichier ISO (et par conséquent du DVD à venir)&lt;/FONT&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;C:\TEMP\WINPE.ISO : le fichier ISO qui sera généré&lt;/FONT&gt; &lt;/LI&gt;
&lt;LI&gt;&lt;FONT size=2&gt;-yoC:\TEMP\bootorder.txt : un fichier texte contenant l’ordre de placement des fichiers dans l’ISO (attention : pas d’espace entre -yo et le chemin vers ce fichier)&lt;/FONT&gt; &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;FONT size=2&gt;Exemple de fichier BOOTORDER.TXT :&lt;/FONT&gt;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size=2 face="Lucida Console"&gt;bootmgr &lt;BR&gt;boot\bcd &lt;BR&gt;boot\boot.sdi &lt;BR&gt;boot\bootfix.bin &lt;BR&gt;boot\bootsect.exe &lt;BR&gt;boot\etfsboot.com &lt;BR&gt;boot\memtest.efi &lt;BR&gt;boot\memtest.exe &lt;BR&gt;boot\en-us\bootsect.exe.mui &lt;BR&gt;boot\fonts\chs_boot.ttf &lt;BR&gt;boot\fonts\cht_boot.ttf &lt;BR&gt;boot\fonts\jpn_boot.ttf &lt;BR&gt;boot\fonts\kor_boot.ttf &lt;BR&gt;boot\fonts\wgl4_boot.ttf &lt;BR&gt;sources\boot.wim&lt;/FONT&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Une fois le fichier ISO généré, vous pouvez le graver à l’aide de DVDBURN.EXE (inclus dans le &lt;A target=_blank href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;amp;displaylang=en" mce_href="http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffd&amp;amp;displaylang=en"&gt;Resource Kit de Windows Server 2003&lt;/A&gt;).&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Note : OSCDIMG et DVDBURN sont les seuls outils permettant de générer des fichiers ISO bootables et de les graver sur des médias de manière supportée par Microsoft.&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;U&gt;Liens complémentaires&lt;/U&gt;:&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/filecab/articles/454702.aspx" mce_href="http://blogs.technet.com/filecab/articles/454702.aspx"&gt;&lt;/A&gt;&lt;/P&gt;Oscdimg Command-Line Options 
&lt;P&gt;&lt;A href="http://technet.microsoft.com/en-us/library/cc749036.aspx" mce_href="http://technet.microsoft.com/en-us/library/cc749036.aspx"&gt;http://technet.microsoft.com/en-us/library/cc749036.aspx&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Laetitia&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=2&gt;Technical Lead&lt;/FONT&gt;&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3176955" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/windowsinternals/archive/tags/WinPE/default.aspx">WinPE</category><category domain="http://blogs.technet.com/windowsinternals/archive/tags/Laetitia/default.aspx">Laetitia</category></item><item><title>Automatiser un Multiboot entre NT 5.x &amp; WinPe 2.X</title><link>http://blogs.technet.com/windowsinternals/archive/2008/10/16/automatiser-un-multiboot-entre-nt-5-x-winpe-2-x.aspx</link><pubDate>Thu, 16 Oct 2008 21:42:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3137432</guid><dc:creator>vincar</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/windowsinternals/comments/3137432.aspx</comments><wfw:commentRss>http://blogs.technet.com/windowsinternals/commentrss.aspx?PostID=3137432</wfw:commentRss><description>&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#000080&gt;Problématique&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;En complément de cet article Technet &lt;A href="http://technet.microsoft.com/fr-fr/desktopdeployment/cc764423.aspx" target=_blank mce_href="http://technet.microsoft.com/fr-fr/desktopdeployment/cc764423.aspx"&gt;Comment créer un Windows PE 2.x Multiboot 32 et 64 bit&lt;/A&gt;, je souhaiterais vous proposer un autre post permettant par exemple, un multiboot entre votre OS de production et WinPe&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#000080&gt;Objectif&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;En plus d'être un outil de déploiement, WinPe est aussi un outil de "récupération".&lt;/P&gt;
&lt;P&gt;En proposant une solution de démarrage parallèle, vous pouvez par la suite essayer de recopier des fichiers manquant ou défectueux, lancer un Chkdsk, modifier la base de registre, ou, dans le pire des cas, redescendre directement un master.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#000080&gt;Prérequis&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Les prérequis sont les même que dans l'article technet &lt;A href="http://technet.microsoft.com/fr-fr/desktopdeployment/cc764423.aspx" target=_blank mce_href="http://technet.microsoft.com/fr-fr/desktopdeployment/cc764423.aspx"&gt;Comment créer un Windows PE 2.x Multiboot 32 et 64 bit&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color=#000080&gt;Procédure&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Imaginons le scénario suivant: &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Un Windows Server 2003 &lt;/LI&gt;
&lt;LI&gt;Un disque local ayant 2 partitions C:\ et D:\ &lt;/LI&gt;
&lt;LI&gt;Un WinPe et les outils Bootsect.exe (des &lt;A href="http://www.microsoft.com/downloads/details.aspx?displaylang=fr&amp;amp;FamilyID=94bb6e34-d890-4932-81a5-5b50c657de08" mce_href="http://www.microsoft.com/downloads/details.aspx?displaylang=fr&amp;amp;FamilyID=94bb6e34-d890-4932-81a5-5b50c657de08"&gt;Waik 1.1&lt;/A&gt;) et Bcdedit.exe de Server 2008 sur un partage réseau z:\ &lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_18.png" mce_href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_18.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=284 alt=Scenario src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_thumb_8.png" width=460 border=0 mce_src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_thumb_8.png"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;EM&gt;Attention :&lt;/EM&gt; la manipulation ci-après va mettre à jour/modifier la séquence de démarrage de votre serveur vers une séquence Windows Vista/Server 2008/Seven&lt;/P&gt;
&lt;P&gt;La séquence passe donc de :&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;De &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_6.png" mce_href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_6.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=85 alt="Boot NT 5.x" src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_thumb_2.png" width=720 border=0 mce_src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_thumb_2.png"&gt;&lt;/A&gt;&amp;nbsp; &lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;A &lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_8.png" mce_href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_8.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=85 alt="Boot NT 6 et 7" src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_thumb_3.png" width=720 border=0 mce_src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_thumb_3.png"&gt;&lt;/A&gt; &lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Attention-2:&amp;nbsp; (Le retour)&lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Pour une installation NT 5.x, le MBR (Secteur 0) contient les informations pour aller chercher le NTFS Boot secteur en Secteur 63 sur le disque, ce NTFS Boot secteur contient les informations pour aller chercher un NTLDR &lt;/LI&gt;
&lt;LI&gt;Pour une installation NT 6 &amp;amp; 7, le MBR (Secteur 0) contient les informations pour aller chercher le NTFS Boot secteur en Secteur 2048 sur le disque, ce NTFS Boot secteur contient les informations pour aller chercher un Bootmgr &lt;/LI&gt;&lt;/UL&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Note : c'est un peu lourd mais ça a son importance pour la suite. Vous pouvez consulter les informations sur ces secteurs en utilisant un outil comme &lt;A href="http://technet.microsoft.com/en-us/library/cc736327.aspx" target=_blank mce_href="http://technet.microsoft.com/en-us/library/cc736327.aspx"&gt;DskProbe&lt;/A&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Après ces petites remarques, voici donc les commandes qui peuvent être réutilisées dans un batch:&lt;/P&gt;
&lt;OL type=1&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;"&gt;Mettre à jour le NTFS boot Secteur &lt;BR&gt;Rem Le MBR ne sera pas touché, seuls les informations du NTFS Boot Secteur (secteur 63) seront modifiées afin qu'il cherche un bootmgr &lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida"&gt;&lt;FONT color=#008000&gt;Bootsect /nt60 c: &lt;BR style="mso-special-character: line-break"&gt;&lt;/FONT&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/SPAN&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;"&gt;Copier les sources de WinPe dans d:\ et les fichiers de démarrage sur c:\ &lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida"&gt;&lt;FONT color=#008000&gt;copy z:\WinPe\ISO\bootmgr c: &lt;BR&gt;xcopy /e z:\WinPe\ISO\boot c:\boot &lt;BR&gt;xcopy z:\WinPe\ISO\sources d:\WinPe&lt;/FONT&gt; &lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/SPAN&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;"&gt;Lancer la même commande &lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida"&gt;&lt;FONT color=#008000&gt;bcdedit -store boot\BCD /enum all&lt;/FONT&gt; &lt;BR&gt;Rem récupérer le {GUID} de Device Options (aussi appelé &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang=FR style="FONT-WEIGHT: normal; FONT-SIZE: 10pt; COLOR: black; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" bold?="bold?" mso-bidi-font-weight:="mso-bidi-font-weight:" minor-bidi;="minor-bidi;" mso-bidi-theme-font:="mso-bidi-theme-font:" FR;="FR;"&gt;{ramdiskoptions})&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;B style="mso-bidi-font-weight: normal"&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida"&gt; &lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/SPAN&gt;&lt;/B&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;Mettre à jour les variables du BCD &lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida" roman?;="Roman?;" EN?="EN?"&gt;&lt;FONT color=#008000&gt;bcdedit -store boot\BCD /set {default} device ramdisk=[d:]\WinPE\boot.wim,{GUID} &lt;BR&gt;bcdedit -store boot\BCD /set {default} osdevice ramdisk=[d:]\WinPE\boot.wim,{GUID}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;&amp;nbsp; &lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;Creer une entree pour Windows Server 2003 dans le BCD &lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida" roman?;="Roman?;" EN?="EN?"&gt;&lt;FONT color=#008000&gt;bcdedit -store boot\BCD /create {ntldr} /d "Windows Server 2003" &lt;BR&gt;bcdedit -store boot\BCD /displayorder {NTLDR} /addfirst&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;&amp;nbsp; &lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;Modifier l'entrée NTLDR &lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida" roman?;="Roman?;" EN?="EN?"&gt;&lt;FONT color=#008000&gt;bcdedit -store boot\BCD /set {ntldr} device boot &lt;BR&gt;bcdedit -store boot\BCD /set {ntldr} path \ntldr&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;&amp;nbsp; &lt;BR style="mso-special-character: line-break"&gt;&lt;BR style="mso-special-character: line-break"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;Supprimer EMS &amp;amp; modifier la description &lt;BR&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida" roman?;="Roman?;" EN?="EN?"&gt;&lt;FONT color=#008000&gt;bcdedit -store boot\BCD /set {default} description "Windows PE 2.1" &lt;BR&gt;bcdedit -store boot\BCD /deletevalue {default} ems &lt;BR style="mso-special-character: line-break"&gt;&lt;/FONT&gt;&lt;BR style="mso-special-character: line-break"&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida" roman?;="Roman?;" EN?="EN?"&gt;Basculer l’entrée Ntldr en choix pas défaut &amp;amp; réduire le timeout &lt;BR&gt;&lt;FONT color=#008000&gt;bcdedit -store boot\BCD /default {ntldr} &lt;BR&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN lang=EN style="FONT-SIZE: 10pt; FONT-FAMILY: " mso-ansi-language:="mso-ansi-language:" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;" roman?;="Roman?;" EN?="EN?"&gt;&lt;FONT color=#008000&gt;bcdedit -store boot\BCD /set {bootmgr} timeout 5 &lt;BR style="mso-special-character: line-break"&gt;&lt;/FONT&gt;&lt;BR style="mso-special-character: line-break"&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI class=MsoNormal style="LINE-HEIGHT: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; mso-list: l0 level1 lfo1; tab-stops: list 36.0pt"&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;"&gt;Enumérer le BCD afin de vérifier le résultat &lt;BR&gt;&lt;/SPAN&gt;&lt;FONT color=#008000&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" console?;="console?;" lucida="lucida"&gt;bcdedit -store boot\BCD &amp;gt; d:\Bcdedit.txt&lt;/SPAN&gt;&lt;SPAN lang=FR style="FONT-SIZE: 10pt; FONT-FAMILY: " fr?="FR?" mso-ansi-language:="mso-ansi-language:" Roman?;="Roman?;" New="New" ?Times="?Times" mso-bidi-font-family:="mso-bidi-font-family:" mso-fareast-font-family:="mso-fareast-font-family:" verdana?,?sans-serif?;="verdana?,?sans-serif?;"&gt; 
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/OL&gt;
&lt;P&gt;&lt;BR&gt;Le résultat devrait être le suivant:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;&lt;A href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_20.png" mce_href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_20.png"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=280 alt=Bcdedit src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_thumb_9.png" width=365 border=0 mce_src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/image_thumb_9.png"&gt;&lt;/A&gt;&lt;A href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/screenshot_4.jpg" mce_href="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/screenshot_4.jpg"&gt;&lt;IMG style="BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; BORDER-BOTTOM-WIDTH: 0px; BORDER-RIGHT-WIDTH: 0px" height=280 alt=BCD src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/screenshot_thumb_1.jpg" width=365 border=0 mce_src="http://blogs.technet.com/blogfiles/windowsinternals/WindowsLiveWriter/MultibootNT5.xWinPe2.X_EAE5/screenshot_thumb_1.jpg"&gt;&lt;/A&gt; &lt;/P&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Vincar (pour les intimes) &lt;BR&gt;Windows Core Support Engineer&lt;/P&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3137432" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/windowsinternals/archive/tags/Vincent/default.aspx">Vincent</category><category domain="http://blogs.technet.com/windowsinternals/archive/tags/BCD/default.aspx">BCD</category><category domain="http://blogs.technet.com/windowsinternals/archive/tags/WinPE/default.aspx">WinPE</category></item></channel></rss>