Create a Multiboot System for Windows 7
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»








