Computer Technos

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Monday, 17 January 2011

Creating a Windows Pre-Installation Environment Startup Disc

Posted on 16:00 by Unknown
1. You first need to create a startup disc for the Windows Pre-Installation Environment (WinPE). To do this, run the Windows 7 AIK installer and select Windows AIK Setup.

2. When the Windows 7 AIK is installed, select Microsoft Windows AIK from the Start menu, right-click Deployment Tools Command Prompt, and select Run As Administrator.

3. In the command prompt window that appears, type C: and press Enter. Then type cd .\Program Files\Windows AIK\Tools, and press Enter again to access the AIK folder.

4. Use the Copype.cmd script, changing the arguments as necessary to match the locations for your WinPE files and the desired destination folder. (Valid versions include 32-bit [x86] or 64-bit [x64]. Other supported types are amd64 and ia64.) Type copype.cmd x86 C:\winpe_x86 or copype.cmd x64 C:\winpe_x64, and press Enter.

5. The command in step 4 creates a folder structure in a new folder. Next, to copy the base WinPE image to this folder structure, type copy C:\winpe_x86\winpe.wim C:\winpe_x86\ISO\sources\bot.wim, and press Enter.

6. Next, you need to add disk boot files to the files you have created in steps 4 and 5, ready for burning to a CD or DVD.
a. Type dism /Mount-wim /Winfile:C:\winpe_x86\ISO\sources\boot.wim / index:1 /MountDir:C:\winpe_x86\mount, and press Enter.
b. Type copy C:\winpe_x86\ISO\bootmgr C:\winpe_x86\mount, and press Enter.
c. Type mkdir C:\winpe_x86\mount\boot, and press Enter.
d. Type xcopy /cherky C:\winpe_x86\ISO\boot C:\winpe_x86\mount\boot, and press Enter.

7. Add the ImageX disc image creation program to the folder by typing copy “C:\Program Files\Windows AIK\Tools\x86\ImageX.exe” C:\winpe_x86\mount, and pressing Enter.

8. Next, create the boot configuration data (BCD) file for the disc. Type the following commands, pressing Enter after each one.
a. Del c:\winpe_x86\mount\boot\BCD
b. Bcdedit /createstore c:\winpe_x86\mount\boot\BCD
c. Bcdedit /store c:\winpe_x86\mount\boot\BCD -create {bootmgr} /d “Boot Manager”
d. Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {bootmgr} device boot
e. Bcdedit /store c:\winpe_x86\mount\boot\BCD -create /d “WINPE” -application osloader

9. The command in step 8e returns a GUID value. Type the following commands, substituting the GUID value returned by step 8e for {GUID}. The GUID should look similar to {21EC2020-3AEA-1069-A2DD-08002B30309D} but will contain different numbers and letters. Press Enter on your keyboard after each step.
a. Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {GUID} osdevice boot
b. Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {GUID} device boot
c. Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {GUID} path \ windows\system32\winload.exe
d. Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {GUID} systemroot \ windows
e. Bcdedit /store c:\winpe_x86\mount\boot\BCD -set {GUID} winpe yes
f. Bcdedit /store c:\winpe_x86\mount\boot\BCD -displayorder {GUID} -addlast

10. Finally, create an ISO disc image that you can burn to a CD or DVD. Type oscdimg
–n –m –o –bC:\winpe_x86\etfsboot.com C:\winpe_x86\mount C:\winpe_x86\
winpe_x86.iso, and press Enter.

For Intel Itanium–based architecture, replace etfsboot.com with efisys.bin. If you are building an ISO to an AMD Extensible Firmware Interface (EFI) ISO instead, type oscdimg.exe –bC:\winpe-x64-efi\efisys.bin –pEF –u1 –udfver102 C:\winpe-x64-efi\ISO x64-efi-winpe.iso, and press Enter.

11. You will now have an ISO file in the C:\winpe_x86 folder that you can double-click to start Windows Disc Image Burner.

Source of Information :  Microsoft Press - Troubleshooting Windows 7 Inside Out
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in Windows 7 | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • Using Windows 7 Ease of Access Tools
    If you have difficulty using a mouse or typing, have slightly impaired vision, or are deaf or hard of hearing, you can adjust the appearance...
  • Advanced Crash Dump Analysis - Stack Trashes
    Stack overrun or stack trashing typically results from a buffer overrun or underrun or when a driver passes a buffer address located on the ...
  • Windows 7 Data Security Enhancements
    Maintaining data integrity on the PC is a constant job for IT people. Independent businesspeople without the aid of an IT professional worry...
  • Why were parallel databases a limited success?
    As with any new technology, time is needed for development and experience in tuning for good performance and acceptable stability. Recall, a...
  • Why Does Windows Crash?
    Windows crashes (stops execution and displays the blue screen) for many possible reasons. A common source is a reference to a memory address...
  • Windows 7 Entertainment
    A few odds and ends in the entertainment department are worth noting. Though this is not the full list, these are the notables: • Media Cent...
  • Windows Malware Defense-in-Depth
    Defense-in-depth is a proven technique of layered protection that reduces the exposure of vulnerabilities. For example, you might design a n...
  • Enterprise Voice Benefits
    Perhaps some of the most tangible, new, and exciting benefits of Lync Server are those related to the Enterprise Voice set of features. With...
  • Berkeley Motes
    The Berkeley motes are a family of embedded sensor nodes sharing roughly the same architecture. Let us take the MICA mote as an example. The...
  • Windows 7 Hardware Requirements
    Let’s start with the basics. The principal (and minimal) hardware requirements for running Windows 7 are as follows: With Windows 7, Microso...

Categories

  • Access 2010
  • BlackBerr
  • BlackBerry
  • Computer Science
  • Cyber Security
  • Exchange Server 2010
  • File Utilities
  • Foursquare
  • Google
  • Hardware
  • Internet
  • iPad
  • Linux
  • Lync Server
  • Microsoft Virtualization
  • Mobile Web
  • Networking
  • News
  • Security
  • Server Architectures
  • Smartphone
  • Ubuntu Linux
  • Windows
  • Windows 7
  • Windows Home Server
  • Windows Security
  • Windows Server 2008
  • Windows Server 2008 Hyper-V
  • Windows XP
  • Wireless

Blog Archive

  • ►  2012 (66)
    • ►  August (5)
    • ►  July (9)
    • ►  June (9)
    • ►  May (8)
    • ►  April (9)
    • ►  March (9)
    • ►  February (8)
    • ►  January (9)
  • ▼  2011 (85)
    • ►  December (5)
    • ►  November (6)
    • ►  October (7)
    • ►  September (8)
    • ►  August (9)
    • ►  July (9)
    • ►  June (7)
    • ►  May (7)
    • ►  April (4)
    • ►  March (6)
    • ►  February (8)
    • ▼  January (9)
      • Windows 7 Remote Desktop
      • PROFESSIONS IN COMPUTER SCIENCE
      • Using the Internet to Find Solutions to Problems
      • Creating a Windows Pre-Installation Environment St...
      • Creating a Slipstreamed Install DVD
      • Windows 7 Core Operating System Files
      • BootRec.exe
      • Working with the Windows 7 Registry
      • What Are the Causes of Common Windows Problems?
  • ►  2010 (230)
    • ►  December (13)
    • ►  November (3)
    • ►  October (2)
    • ►  September (10)
    • ►  August (31)
    • ►  July (32)
    • ►  June (23)
    • ►  May (2)
    • ►  April (21)
    • ►  March (32)
    • ►  February (28)
    • ►  January (33)
  • ►  2009 (119)
    • ►  December (33)
    • ►  November (31)
    • ►  October (35)
    • ►  September (20)
Powered by Blogger.

About Me

Unknown
View my complete profile