|
rjarrett -> What you should see... (5/2/2008 2:07:07 PM)
|
The resulting screen feedback (assuming no optional drivers were installed) should correspond... Updating path to include peimg, oscdimg, imagex C:\Program Files\Windows AIK\Tools\PETools\ C:\Program Files\Windows AIK\Tools\PETools\..\x86 C:\Program Files\Windows AIK\Tools\PETools>copype x86 c:\winpe =================================================== Creating Windows PE customization working directory c:\winpe =================================================== 1 file(s) copied. 1 file(s) copied. C:\Program Files\Windows AIK\Tools\PETools\x86\boot\bcd C:\Program Files\Windows AIK\Tools\PETools\x86\boot\boot.sdi C:\Program Files\Windows AIK\Tools\PETools\x86\boot\bootfix.bin C:\Program Files\Windows AIK\Tools\PETools\x86\boot\etfsboot.com C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\chs_boot.ttf C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\cht_boot.ttf C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\jpn_boot.ttf C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\kor_boot.ttf C:\Program Files\Windows AIK\Tools\PETools\x86\boot\fonts\wgl4_boot.ttf 9 File(s) copied C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\bcd C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\chs_boot.ttf C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\cht_boot.ttf C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\jpn_boot.ttf C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\kor_boot.ttf C:\Program Files\Windows AIK\Tools\PETools\x86\EFI\microsoft\boot\fonts\wgl4_boot.ttf 6 File(s) copied 1 file(s) copied. 1 file(s) copied. Success Updating path to include peimg, oscdimg, imagex C:\Program Files\Windows AIK\Tools\PETools\ C:\Program Files\Windows AIK\Tools\PETools\..\x86 Once the PE environment is copied, you can type each command individually or create a Build.cmd file with these commands. C:\winpe>imagex /mountrw c:\winpe\winpe.wim 1 c:\winpe\mount ImageX Tool for Windows Copyright (C) Microsoft Corp. 1981-2005. All rights reserved. Mounting (RW): [c:\winpe\winpe.wim, 1] -> [c:\winpe\mount] Successfully mounted image (RW). C:\winpe>peimg /import=\\vm-sccm-01-1\SMS_LBI\osd\bin\i386\windows6.0-kb939663-x86.cab c:\winpe\mount\windows Preinstallation Environment Image Setup Tool for Windows Copyright (C) Microsoft Corporation. All rights reserved. Adding package: \\vm-sccm-01-1\SMS_LBI\osd\bin\i386\windows6.0-kb939663-x86.cab PEIMG completed the operation successfully. C:\winpe>peimg /install=Package_1_for_kb939663 c:\winpe\mount\windows Preinstallation Environment Image Setup Tool for Windows Copyright (C) Microsoft Corporation. All rights reserved. Lang | Version | Ins | Name ------+---------------+-----+----------------------------------------------- |6.0.1.0 | + | Package_1_for_KB939663 ------+---------------+-----+----------------------------------------------- Installed 1 package(s). PEIMG completed the operation successfully. C:\winpe>peimg /install=WinPE-Scripting-Package c:\winpe\mount\windows Preinstallation Environment Image Setup Tool for Windows Copyright (C) Microsoft Corporation. All rights reserved. Lang | Version | Ins | Name ------+---------------+-----+----------------------------------------------- en-US |6.0.6000.16386 | + | WinPE-Scripting-Package ------+---------------+-----+----------------------------------------------- |6.0.6000.16386 | + | WinPE-Scripting-Package ------+---------------+-----+----------------------------------------------- Installed 2 package(s). PEIMG completed the operation successfully. C:\winpe>peimg /install=WinPE-WMI-Package c:\winpe\mount\windows Preinstallation Environment Image Setup Tool for Windows Copyright (C) Microsoft Corporation. All rights reserved. Lang | Version | Ins | Name ------+---------------+-----+----------------------------------------------- en-US |6.0.6000.16386 | + | WinPE-WMI-Package ------+---------------+-----+----------------------------------------------- |6.0.6000.16386 | + | WinPE-WMI-Package ------+---------------+-----+----------------------------------------------- Installed 2 package(s). PEIMG completed the operation successfully. C:\winpe>peimg /install=WinPE-XML-Package c:\winpe\mount\windows Preinstallation Environment Image Setup Tool for Windows Copyright (C) Microsoft Corporation. All rights reserved. Lang | Version | Ins | Name ------+---------------+-----+----------------------------------------------- en-US |6.0.6000.16386 | + | WinPE-XML-Package ------+---------------+-----+----------------------------------------------- |6.0.6000.16386 | + | WinPE-XML-Package ------+---------------+-----+----------------------------------------------- Installed 2 package(s). PEIMG completed the operation successfully. C:\winpe>peimg /prep c:\winpe\mount\windows /f Preinstallation Environment Image Setup Tool for Windows Copyright (C) Microsoft Corporation. All rights reserved. [==========================100.0%==========================] PEIMG completed the operation successfully. C:\winpe>imagex /unmount /commit c:\winpe\mount ImageX Tool for Windows Copyright (C) Microsoft Corp. 1981-2005. All rights reserved. Unmounting: [c:\winpe\mount]... Successfully unmounted image. C:\winpe>imagex /export c:\winpe\winpe.wim 1 c:\winpe\Boot.x86.wim ImageX Tool for Windows Copyright (C) Microsoft Corp. 1981-2005. All rights reserved. Exporting: [c:\winpe\winpe.wim, 1] -> [c:\winpe\Boot.x86.wim] Progress: 100% Successfully exported image #1. C:\winpe>copy c:\winpe\Boot.x86.wim c:\winpe\iso\sources\boot.wim /y 1 file(s) copied. C:\winpe>oscdimg -n -h -bc:\winpe\etfsboot.com c:\winpe\iso c:\winpe\Boot.x86.iso OSCDIMG 2.45 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2000. All rights reserved. For Microsoft internal use only. Scanning source tree complete (17 files in 8 directories) Computing directory information complete Image file is 138229760 bytes Writing 17 files in 8 directories to c:\winpe\Boot.x86.iso 100% complete Final image file is 138229760 bytes Done.
|
|
|
|