Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

Windows Server 2008 R2 : Creating Discover Images (part 1) - Creating Bootable Media with Discover Boot Images and the Windows Automated Installation Kit

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
3/24/2011 9:39:57 PM
In cases when PXE boot is not supported on the system or on the network, it might be necessary to use bootable media to start a WDS imaging process. This can be accomplished with a WDS discover image. A discover image is created from an existing WDS boot image that contains Windows PE and the WDS client, but can be stored on removable media making it easier to deploy images to older systems or on heterogeneous networks that have PXE issues. To create a discover image, perform the following steps:
1.
Log on to the Windows Server 2008 R2 system that has the WDS role installed with an account with local administrator and domain administrator rights.

2.
Click Start, click All Programs, click Administrative Tools, and select Windows Deployment Services.

3.
When the Windows Deployment Services console opens, in the tree pane, select and expand the WDS server and select the Boot Images node.

4.
In the tasks pane, locate and right-click the desired boot image, and select Create Discover Image, as shown in Figure 1.

Figure 1. Creating a discover boot image.

5.
On the Discover Image Metadata and Location page, enter a name and description for the new discover boot image. In the Location and File Name section, browse to a folder on the local system where the new discover boot image can be created, type in a name for the discover image, and click Open to return to the Discover Image Metadata and Location page.

6.
Enter the fully qualified domain name of the WDS server that the discover image will connect to after booting into the Windows PE and loading the WDS client. Figure 2 shows the discover metadata that will be used for this example; the path to the file is important as it will be required later. Click Next to create the discover image.

Figure 2. Sample discover boot image metadata.

7.
When the discover image is created, click Finish to close the window and return to the WDS console.

At this point, a new discover image has been created, but a few additional steps are required before it can be used to boot a system and connect to a WDS server.

The discover image can now be added to the WDS server as a boot image, by following the steps in the previous section on adding boot images to the WDS server. You might ask why a WDS administrator would want to do this—there have been documented issues where a WDS client PC cannot connect to the WDS server using a standard boot image but can connect using a discover image. Perhaps it has to do with the fact that the WDS server is already selected, but this is an out-of-the-ordinary case that is only listed here because it might add value to a WDS administrator troubleshooting an implementation.

An alternate and more common use of discover images is to create bootable media that can be used on client or server hardware that does not support PXE boot. To create a bootable CD or DVD that will use the new discover boot image, the tools included in the Windows Automated Installation Kit (WAIK) are required. The WAIK for Windows 7 and Windows Server 2008 R2 is new and includes many updated features and settings.

Creating Bootable Media with Discover Boot Images and the Windows Automated Installation Kit (WAIK)

After a new discover image has been created, it is pretty useless until we can actually boot a system and connect to a WDS server using it as a WDS boot image or by creating a bootable removal media. To create bootable media that loads a discover image, the Windows Automated Installation Kit (WAIK) needs to be downloaded from Microsoft and installed on a Windows Server 2008 R2 system. The WAIK can be installed on other operating systems, but several prerequisites must be met before it can be installed.

The Windows Automated Installation Kit is used primarily to help OEM computer builders deploy Windows operating systems onto new hardware. It contains deployment tools that are compatible with the latest version of Windows. Download and install the WAIK on a Windows Server 2008 R2 system. After the WAIK is installed, to create a bootable ISO file that boots the discover boot image, perform the following steps:

1.
Log on to the Windows Server 2008 R2 system with an account with administrative rights.

2.
Download and install the latest version of the Windows Automated Installation Kit that is compatible with Windows Server 2008 R2 and Windows 7.

3.
After the WAIK is installed, copy the discover image created previously to a local drive and folder path. For this example, the file path of our discover image is E:\RemoteInstall\Win7x86-boot-discover.WIM.

4.
Click Start, click All Programs, click Accessories, and select Command Prompt.

5.
Type cd \ and press Enter to focus the command prompt to the root of the C: drive.

6.
Type cd "Program Files\Windows AIK\Tools\PETools\" and press Enter to change the command prompt focus to the PETools folder.

7.
Type CopyPe x86 E:\RemoteInstall\Winpe and press Enter. This creates the WinPE folder and a copy of the Windows Preinstallation Environment, also known as Windows PE or WinPE for short, for x86-based systems on the specified destination on the E: drive. The process copies several files to the destination folder and when completed returns the cursor back to the command prompt, which is now focused in the destination folder.

8.
Now we have the WinPE files necessary to boot a system and we need to copy the discover image into the correct folder. Type the following command based on the folder and files paths presented in the previous steps: Copy /y E:\RemoteInstall\Win7x86-boot-discover.WIM E:\RemoteInstall\WinPE\ISO\Sources\Boot.wim and press Enter. This command copies the created discover boot file and creates or overwrites the default boot.wim file that is contained in the WinPE installation folder.

9.
After the file copy completes successfully, type in C: and press Enter. The focus should be returned back to c:\program files\Windows AIK\Tools\PETools, but if not, change to the PETools directory.

10.
At this point, we have a WinPE installation ready to create a bootable ISO image that includes our custom discover image. Type the following command and then press Enter:

oscdimg –n –bE:\RemoteInstall\Winpe\ISO\Boot\etfsboot.com E:\RemoteInstall\Winpe\ISO E:\RemoteInstall\Win7-x86-bootable-Discover-image.ISO


11.
The previous command should be entered as a single line and there is no space between the –b and the path to the etfsboot.com file. The –b option defines the media used to make the ISO bootable and the –n command allows for the use of long filenames. Each of the options is used for ISO image creation but this utility can be used to create other types of media. After the ISO is created, copy it to a system that has the necessary CD/RW or DVD/RW drive and the necessary software to burn a CD using an ISO image.

12.
After the bootable CD is created, boot a system using it to verify that it functions and boots as intended.

This might seem like a tedious process, but it really only needs to be performed once for every WDS server deployed on the network.

Other -----------------
- BizTalk Server 2010 : Correcting Errors in Functoids
- BizTalk Server 2010 : Navigating the Mapping Surface
- BizTalk Server 2010 : Using the Relevance Tree View
- New SOA Capabilities in BizTalk Server 2009: WCF SQL Server Adapter - What is the WCF SQL Adapter?
- Using Windows PowerShell in an Exchange Server 2010 Environment : Using EMS to Do Reporting
- Exchange Server 2010 : Using EMS to Do Administrative Mailbox Tasks (part 2)
- Exchange Server 2010 : Using EMS to Do Administrative Mailbox Tasks (part 1)
- SharePoint 2010 PerformancePoint Services : Excel Services Data Source
- SharePoint 2010 PerformancePoint Services : PowerPivot Data Sources
- Windows Server 2003 : Monitoring Network Protocol Security (part 7)
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server