Ghost Solution Suite

 View Only

Steps to create WinPE4.0 through Boot Disk Creator (BDC) – Limited Support 

Dec 08, 2014 11:46 AM

What’ New in this release:

The following table lists the new features that are added in this release:

Feature

Description

BootWiz

BootWiz is enhanced to support the creation of WinPE4.0 package.

Support for operating systems

Support is added for the following operating systems:

  • Windows 8
  • Windows 8.1
  • Windows Server 2012
  • Windows Server 2012 R2

Purpose:

The purpose of this article is to create a Windows PE 4.0 boot package in the form of an ISO image using the BootWiz tool that can be written on a USB thumb drive, a CD, a DVD, or used with a virtualization environment as a bootable image. There are other options to create the pre-boot packages via BootWiz but those are not tested and hence those may or may not work. You should follow the procedure given in this article only.

Description:

To proceed, first you need to download the Windows ADK (Windows Automated Deployment Kit) installer from Microsoft site http://www.microsoft.com/en-in/download/details.aspx?id=30652 and refer to the following article for supported platforms:

http://technet.microsoft.com/en-us/library/dn246959.aspx for Supported Platforms.

 

Follow the instructions given in the Readme under the Installation instructions section to install the Windows ADK. (Either begin the installation immediately, or choose to download the files needed to install on a remote computer).

 

You must also refer to the system requirements section, which lists the pre-requisites.

Follow the steps that are listed below to create the boot package. These instructions are similar to those that are mentioned in the ADK user guide.

 

 

The WinPE 4.0 cannot be integrated to run within the Ghost Solution Suite, but must be run as a standalone boot. Booting with processes such as PXE cannot be supported at this time. 

 

Once the ADK installation is complete follow the steps given below:

 

  1. Unzip the BootWiz.zip file provided as BootWiz installer. Please make sure that you have sufficient space on the disk.
  2. Change the directory to the BootWiz folder.
  3. Run the BootWiz.exe which is a 32-bit binary.
  4. You can now see the new window for creating pre-boot operation system.

After you launch the BootWiz.exe, select the WinPE 4.0 x 86 option and select the Pre-Installed WAIK folder option.

img1.png

Browse the location of the installed Windows Kit.

img2.png

Click ‘Next’.

img3.png

This installs the WinPE4.0 x86 and creates the WAIK folder parallel to BDC folder.

img4.png

 

 After the process is done, click on ‘Finish’ button.

img5.png

Similarly create the WinPE 4.0 X64 boot package. Go to tools and select ‘Install Pre-boot Operating systems’ option.

img6.png

Select WinPE 4.0 X64 and browse for the location on which the Windows Kit is installed. Complete the pre-boot creation.

img7.png

 

Complete the pre-boot creation.

Following is the recommended best practice:

Create a WinPE x64 package and a WinPEx86 package on a Windows x64 computer.

For the list of supported operating systems for the deployment tools refer to: TechArticle1

img8.png

Select the option ‘Create a new configuration’ and click ‘OK’ (option is available via File->New Configuration).

img9.png

 

Enter a name for the configuration and Select the OEM Extension as GSS. Now click ‘Next’ button.

img10.png

 

Keep all the settings as default and click the ‘Next’ button.

img11.png

Keep all the settings as default and click on’ Next’ button.

img12.png

Keep all the settings as default and click on ‘Next’ button.

img13.png

Keep all the settings as default and click on the ‘Finish’ button.

img14.png

After you click the ‘Finish’ button, new BDC window will launch. Now select the option ‘Create a boot disk’ and click on the ‘Next’ button.

img15.png

In Boot Media Type option select the option ‘ISO (CD/DVD image) or Disk (floppy, USB) and select Boot Task Type as ‘Stand-alone boot’. Provide the appropriate path to store the ISO image. Select the required architecture type at Boot media Processor type (X86 or x64). Click on the ‘Next’ button. The following example displays how to create an ISO image.

img16.png

It will ask to create the folder if it not done. Click YES to proceed.

img17.png

 

Now BootWiz package creation is in Progress. Wait for some time while the Boot disk is created.

img18.png

Boot Disk creation is now complete.

img19.png

After the completion of the above process you should have a properly generated ISO file ready to burn on a thumb drive or a CD, or mount in your VM environment. Use any third party CD/DVD burning tool to burn the ISO on a CD. Many of these tools will also burn the ISO to a USB drive, making the USB device bootable. If the utility doesn't include this feature then you can locate several free utilities with this functionality by searching on the internet for: how to burn ISO to USB bootable.

You are now ready to boot the computer using your newly created media to execute one or more of the below Ghost use cases.

 

Here is the list of Ghost use-cases:

Standalone Windows Provisioning

  • Deploy Image without DA (machines with same hardware)
  • Deploy image with DA (machines with different hardware)
  • Deploy disk image
  • Deploy partition by partition image
  • Deploying of a syspreped image

Sample command line

Ghost64.exe –clone,mode=restore,src={image path},dst={local disk drive}, -sure

DeployAnywhere64.exe /target={Windows Dir} /ddb={driver database path}

Windows Create Image

  • Create image
  • Create image on local drive
  • Create image over UNC
  • Split image using switch –cns
  • Partition image
  • Disk image
  • password protected image
  • compression options

Sample command line

Ghost64.exe –clone,mode=create,src={local disk or partition},dst={image store path}, -sure

Ghost64 -clone,mode=create,src=[disk number],dst=http://<username>:<password>@<servername>/<imagefilename>

 

Disk Management

  • Partition disk
  • Erase disk
  • Create GPT partition
  • Create MBR partition

Sample command line

Gdisk64.exe /gpt /wipe

Gdisk64.exe /cre /pri /efi

Gdisk64.exe /cre /pri /msr

Gdisk64.exe /cre /pri /ntfs /size:{specify in MB}

Gdisk64.exe/del/all

Driver Management

  • Add driver to DA database via Driver Manager
  • Delete driver from DA database via Driver Manager

Sample command line

DriverManager64.exe /ddb={path to driver database} /add={path to top of uncompressed drivers folder}

Known Issues:

Following are the known issues for this release. If there is a related article, a link is provided in the table.

Issue Description Article link
There is a delay in the response time while working in the BootWiz tool. There is a delay before the Boot Disk Creator wizard is launched after you have created the preboot configuration.  
The BootWiz fails while creating the WinPE x64 package on a x86 computer. The WinPE x64 package creation fails on Windows x86 computer and displays the following error:
Could not run command
Following is the recommended best practice:
Create a WinPE x64 package and a WinPEx86 package on a Windows x64 computer.
For the list of supported operating systems for the deployment tools refer to:
TechArticle1
The BootWiz wizard fails and displays the following error:
Missing operating system files
The BootWiz wizard fails for operating systems Windows Vista, Windows XP and Windows Server 2008. Refer to the TechArticle1 for supported OS under the “Deployment Tools” section.
The BootWiz tool checks for the winmount service. When the winmount service is not available then it tries to install the wimfltr.sys. This file is not present in WinPE4.0 and it displays the following error:
Missing operating system files
TechArticle1
TechArticle2
TechArticle3
TechArticle4
For Windows 8, the BootWiz Wizard Pre-Installed WAIK field doesn't accept the UNC path in the domain user context. For Windows 8, the BootWiz Wizard Pre-Installed WAIK field doesn't accept the UNC path in the domain user context.  
A Windows UEFI enabled virtual machine fails to boot into the production environment. A Windows UEFI enabled virtual machine fails to boot into the production environment after an image is deployed. TECH218290
The Dell OptiPlex 990 client computers are not booted in the production environment. The Dell OptiPlex 990 client computers are not booted after you deploy a Windows 8.1 UEFI image.
The following is observed:
There are two GPT headers, primary header and a secondary (backup) header. The Ghost binary compares the primary header and the secondary header before creating an image. Based on the comparison, the disk is detected as a valid GPT or an invalid GPT. For Dell 990 computer, the Partition Entry Array CRC32 is always 0 for the secondary header which is not the case for other hardware or virtual computers.\
 
BootWiz fails to detect some removable disks. BootWiz fails to detect some removable disk, when the Disk (floppy/USB) is selected as the boot media type. To list the removable device in the Removable Disk list select the Show fixed drives option.  

Statistics
0 Favorited
1 Views
1 Files
0 Shares
0 Downloads
Attachment(s)
docx file
KB-Create-WinPE4 0_UsingBootWiz.docx   927 KB   1 version
Uploaded - Feb 25, 2020

Tags and Keywords

Comments

Dec 16, 2016 04:48 PM

It is s defect in the standard tools boot disks.   They are hard coded to say PE 4 rather than the PE that is actually installed.   Fall out form when only one pe was supported and so it was ok to hard code the version because it had to be 4.   But when it was upgraded to support multiple and later PE versions the display was still hard coded to 4. 

Cheers

Feb 26, 2016 03:24 PM

I'm using the Standard Tools for 3.0 HF4 Boot Disk Creator and although it's working I have a question about the Windows PE versions in use. Before creating the first boot disk I installed the Windows 8.1 (PE 5.1) files into the boot disk creator environment. They are checked in the list of available OS's (see attachment) and they are the only ones I have installed and only ones shown as available. If I make a boot disk (standalone) using this however, when I boot the client PC it shows Windows PE 4.0 on the screens instead of 5.1. Is there a reason for this? (boot screen also attached). I just wasn't sure if that would affect which versions of drivers I needed to add to the configurator in the future (4.0 or 5.1)

 

Apr 22, 2015 03:25 PM

Hi,

I installed WAIK 8.0 on our ghost server which is running Ghost Console Program Version 11.5.1.2266. I don't get a bootwiz installer so i'm not able to unzip the bootwiz you're stating. I was wondering if you can point me to a location when i can get this bootwiz installer. Any help will be appreciated.

Thanks!

Feb 12, 2015 03:24 PM

Related Entries and Links

No Related Resource entered.