Tag: Bcdedit

Create a Multiboot System for Windows 7

December 02, 2009 by Jason

To add Windows 7 to a system alongside an existing version of Window, you first need to make sure that you have an available partition (or unformatted disk space) separate from the partition that contains the system files for your current Windows installation.

The target partition can be a separate partition on the same physical disk, or it can be on a different hard disk. If your system contains a single disk with a single partition used as drive C, you cannot create a multiboot system unless you add a new disk or use software tools to shrink the existing partition and create a new partition from the free space. (The Windows 7 Disk Management console, Diskmgmt.msc, includes this capability; to shrink partitions on a system running an older Windows version, you’ll need third-party software.) The new partition does not need to be empty; however, it should not contain system files for another Windows installation. Run the setup program, choose the Custom (Advanced) option, and select the disk and partition you want to use for the new installation.

The setup program automatically handles details of adding the newly installed operating system to the Boot Configuration Data (BCD) store.

And how do you edit and configure the Boot Configuration Data store? Surprisingly, the only official tool is a command-line utility called Bcdedit. Bcdedit isn’t an interactive program; instead, you perform tasks by appending switches and parameters to the Bcdedit command line. Read More»

Know the Tools You’ll Need to Deploy Windows Vista

January 06, 2009 by Jason

You will use the following tools when you prepare images and deploy Windows Vista throughout your organization:

Sysprep This is the updated version, modified for Windows Vista.

Setup A new installation tool for Windows Vista that replaces WINNT and WINNT32.

ImageX The new command-line tool for creating WIM images.

Windows SIM A tool for creating and modifying Unattend.xml files.

PEimg The tool for customizing Windows PE 2.0 images.

Windows DS The new version of RIS, which adds the ability to deploy Windows Vista images as well as Windows PE 2.0 boot images. Read More»