Windows Vista no longer starts after you install an earlier version of the Windows operating system in a dual-boot configuration (919529)
The information in this article applies to:
- Microsoft Windows Vista Beta 2 English (United States)
- Microsoft Windows Server "Longhorn" Beta 2
- Microsoft Windows Server 2003, Enterprise Edition
- Microsoft Windows Server 2003, Standard Edition
- Microsoft Windows XP Home Edition
- Microsoft Windows XP Professional
Beta InformationThis article discusses a Beta release of a Microsoft product. The information in this article is provided as-is and is subject to change without notice.
No formal product support is available from Microsoft for this Beta product. For information about how to obtain support for a Beta release, see the documentation that is included with the Beta product files, or check the Web location where you downloaded the release.SYMPTOMSAfter you install an earlier version of the Windows operating system on a Microsoft Windows Vista-based computer in a dual-boot configuration, you may experience one of the following issues:
CAUSEThese issues occur because earlier versions of the Windows operating system are incompatible with the new Windows Vista startup method. Windows Vista uses a new Boot Configuration Database (BCD) store. This store contains a boot menu and all the information about operating systems that are installed on the computer. Therefore, a Boot.ini file that is from an earlier version of the Windows operating system cannot be used to start Windows Vista.
In earlier versions of the Windows operating system that run on a basic input/output system (BIOS)-based computer, such as Windows XP, the boot process starts with the system BIOS. The BIOS determines the boot device, and then loads the first physical sector. This physical sector is named the master boot record (MBR). The MBR contains the partition table and the necessary boot execution code. This code searches the partition table to find the active partition and passes control to the boot sector on the active partition. Then, the boot sector on the active partition loads the Ntldr.exe program. The Ntldr.exe program parses the Boot.ini file. This file is used to enumerate the operating systems that are installed.
When Windows Vista starts on a BIOS-based computer, the BIOS loads the MBR and then loads the boot sector. However, boot code loads the new Windows Boot Manager program (Bootmgr.exe). The Windows Boot Manager program parses the binary coded decimal (BCD) Boot.ini file, enumerates the installed operating systems, and then displays the boot menu. If an earlier version of the Windows operating system is installed in a dual-boot configuration with Windows Vista, the Windows Boot Manager program transfers control to the Ntldr.exe program for the earlier version of the Windows operating system. The Windows Boot Manager program does this when you select Windows Vista from the boot menu.
When you install an earlier version of the Windows operating system on a Windows Vista-based computer, Setup overwrites everything from the MBR, the boot sector, and the boot files. Therefore, the earlier version the Windows operating system loses forward compatibility with Windows Vista.RESOLUTIONTo resolve these issues, follow these steps. Note You can run the commands in the following procedure by using the command prompt.
If you run these commands in Windows Vista, run them at a command prompt that has elevated user rights. To do this, click Start, click Accessories, right-click the command-prompt shortcut, and then click Run as Administrator. - Use Bootsect.exe to restore the Windows Vista MBR and the boot code that transfers control to the Windows Boot Manager program. To do this, type the following command at a command prompt: Drive:\boot\ Bootsect.exe -NT60 All
In this command, Drive is the drive where the Windows Vista installation media is located. - Use Bcdedit.exe to manually create an entry in the BCD Boot.ini file for the earlier version of the Windows operating system. To do this, type the following commands at a command prompt.
Note In these commands, Drive is the drive where Windows Vista is installed.
- Drive:\Windows\system32\Bcdedit -create {ntldr} -d "Description for earlier Windows version"
Note In this command, Description for earlier Windows version can be any text that you want. For example, Description for earlier Windows version can be "Windows XP" or "Windows Server 2003."
- Drive:\Windows\system32\Bcdedit -set {ntldr} device partition=x:
Note In this command, x: is the drive letter for the active partition. - Drive:\Windows\system32\Bcdedit -set {ntldr} path \ntldr
- Drive:\Windows\system32\Bcdedit -displayorder {ntldr} -addlast
- Restart the computer.
REFERENCES
For more information, click the following article numbers to view the articles in the Microsoft Knowledge Base:
314079
How to use System files to create a boot disk to guard against being unable to start Windows XP
911080 You receive a "Disk read error has occurred" error message when you use the Winnt32.exe program to reinstall Windows XP on a computer that has both Windows XP and Windows Vista installed
For more information about Boot Configuration Data (BCD), visit the following Microsoft Web sites: For more information about the Extensible Firmware Interface (EFI) in Windows Vista, visit the following Microsoft Developer Network (MSDN) Web site:
Modification Type: | Major | Last Reviewed: | 9/11/2006 |
---|
Keywords: | kbsetup kbtshoot kbExpertiseInter kbprb KB919529 kbAudEndUser |
---|
|