Add boot image package wizard errors (Full Version)

All Forums >> [Management Products] >> System Center Products >> System Center Configuration Manager



Message


williamg -> Add boot image package wizard errors (5/2/2008 3:43:31 AM)

Hello,

I´m trying to configure my first deployment with SCCM WAIK1.1.  One of the first steps is failing:

When I use the "Add Boot Image wizard", I provide the UNC path where the WIM file is and I get the following errors:

The specified file can not be imported. Please make sure the file is not read only and you have read and write access to it

Any idea?




rjarrett -> RE: Add boot image package wizard errors (5/2/2008 1:52:12 PM)

You have not added some of the necessary packages to your WIM.  Check back in ~10 minutes for details.




rjarrett -> What you should do... (5/2/2008 2:00:18 PM)

On a machine with SCCM and/or Windows AIK installed on it, select Start | Program Files and launch the Windows AIK command prompt.  You should have a command console, with the title “Windows PE Command…” displayed.  In the PE command window, prepare the baseline Windows AIK WinPE Boot Image by typing the following at the command prompt:
 
copype x86 c:\winpe
 
Once the C:\WINPE folder exists, it is advisable to create a new text file called C:\WinPE\Build.cmd.  Then copy and paste the falling commands into this new file.  The items identified as (Required) or (Required For SCCM Use) must be included in this script.  The script should be checked to ensure the driver path (e.g. D:\Drivers) and server (e.g. %SCCMSERVERNAME% and %SITE%) are corrected for your specific environment.  Then run the Build.cmd or proceed with the commands listed in blue.  Only include the (Optional) drivers and files if you understand this action already. 
 
CLS
 
REM Mount The Default AIK Vista x86 Boot Image (Required)
imagex /mountrw c:\winpe\winpe.wim 1 c:\winpe\mount
 
REM Add Security Support (Required For SCCM Use)
peimg /import=\\%SCCMSERVERNAME%\SMS_%SITE%\osd\bin\i386\windows6.0-kb939663-x86.cab c:\winpe\mount\windows
peimg /install=Package_1_for_kb939663 c:\winpe\mount\windows
 
REM Add Security Support (Required For SCCM Use)
peimg /install=WinPE-Scripting-Package c:\winpe\mount\windows
peimg /install=WinPE-WMI-Package c:\winpe\mount\windows
peimg /install=WinPE-XML-Package c:\winpe\mount\windows
 
REM Add VM Ware Tool Drivers (Optional)
peimg /inf=D:\Drivers\VMWare\mouse\*.inf /image=c:\winpe\mount
peimg /inf=D:\Drivers\VMWare\scsi\*.inf /image=c:\winpe\mount
peimg /inf=D:\Drivers\VMWare\video\*.inf /image=c:\winpe\mount
peimg /inf=D:\Drivers\VMWare\vmxnet\*.inf /image=c:\winpe\mount
 
REM Add Intel Pro-100 XP and Windows 2000 Drivers (Optional)
peimg /inf=D:\Drivers\Pro2KXP\pro100\win32\*.inf /image=c:\winpe\mount
peimg /inf=D:\Drivers\Pro2KXP\pro1000\win32\*.inf /image=c:\winpe\mount
peimg /inf=D:\Drivers\Pro2KXP\proXGB\win32\*.inf /image=c:\winpe\mount
 
REM Add Intel Pro-100 Vista Drivers (Optional)
peimg /inf=D:\Drivers\ProVista32\pro100\win32\*.inf /image=c:\winpe\mount
peimg /inf=D:\Drivers\ProVista32\pro1000\win32\*.inf /image=c:\winpe\mount
peimg /inf=D:\Drivers\ProVista32\proXGB\win32\*.inf /image=c:\winpe\mount
 
REM Add wdi.dll To Support If Intel Drivers Were Added For VMWare (Optional)
xcopy /e /y d:\drivers\wdi\system32 c:\winpe\mount\windows\system32
 
REM Finalize The Image (Required For SCCM Use)
peimg /prep c:\winpe\mount\windows /f
 
REM Unmount The Modified Image File (Required)
imagex /unmount /commit c:\winpe\mount
 
REM Export The WIM File To Minimize Its Size (Optional)
imagex /export c:\winpe\winpe.wim 1 c:\winpe\Boot.x86.wim
 
REM Copy The Updated Boot Image File For ISO Creation (Optional)
copy c:\winpe\Boot.x86.wim c:\winpe\iso\sources\boot.wim /y
 
REM Create A Bootable ISO For Testing (Optional)
oscdimg -n -h -bc:\winpe\etfsboot.com c:\winpe\iso c:\winpe\Boot.x86.iso
 
At this point you should have a Boot.x86.wim file with the necessary support packages and KB articles. The last three optional steps are only necessary if you want to test the the boot image for normal functionality with an ISO or CD.




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.




Page: [1]

Valid CSS!




Forum Software © ASPPlayground.NET Advanced Edition 2.4.5 ANSI
0.15625