How to dual boot Windows 7 and Windows XP using BCD
How to dual boot Windows 7 and Windows XP using BCD
This is part 5 and the last in a series of posts on manipulating the Windows 7 Boot Configuration Database (BCD).
Part 1: How to install Windows 7 or Server 2008R2 from a Virtual Hard Disk
Part 2: How to install Windows 7 or Server 2008R2 from a Virtual Hard Disk (VHD)
Part 3: What happened to my BOOT.INI file?
Part 4: How to use BCDEDIT to add menu items to the selection screen in Windows Server & Windows 7
Part 5: How to dual boot Windows 7 and Windows XP using BCD
To start off with if you boot into the current Windows XP operating system and begin the Windows 7 installation you will not need to modify the BCD to dual boot the operating systems. If boot the installation from the Windows 7 DVD you will need to modify the BCD to add the Windows XP Operating System to the boot selection using the following steps.
Note: Ensure when modifying the BCD you have opened the Command Prompt with elevated privileges.
Use BCDEDIT.exe to view the current BCD.
Using BCDEDIT /create
Used BCDEDIT /create to add XP to the BCD.
Using BCDEDIT /set
Use BCDEDIT /set command to configure specific boot entry elements.
Device – identifies the partition to load Windows XP Professional from.
Path – identifies the path to load Windows XP Professional from.
Using BCDEDIT /displayorder
Use BCDEDIT /displayorder sets the display order in be used by the boot manager.
A legacy operating system loader has now been added to the Boot Configuration Database.
Reboot the computer and Window XP Professional will be available during the boot up process.
Note:
The same steps above will work to dual boot Window 2000 Professional with Windows 7. Also dual boot Windows Server 2008 or Server 2008 R2 with Windows 2000 or Windows 2003 Server.
Next we will take a look at the new Microsoft’s Security Compliance Manager (SCM) tool. Until then ride safe!
Rick Trader
Windows Server Instructor – Interface Technical Training
Phoenix, AZ
You May Also Like
A Simple Introduction to Cisco CML2
0 3794 0Mark Jacob, Cisco Instructor, presents an introduction to Cisco Modeling Labs 2.0 or CML2.0, an upgrade to Cisco’s VIRL Personal Edition. Mark demonstrates Terminal Emulator access to console, as well as console access from within the CML2.0 product. Hello, I’m Mark Jacob, a Cisco Instructor and Network Instructor at Interface Technical Training. I’ve been using … Continue reading A Simple Introduction to Cisco CML2
Configuring Windows Mobility Center and How to Turn it On and Off
1 1433 1Video transcription Steve Fullmer: In our Windows training courses, we often share information about the Windows 8.1 Mobility Center. Mobility Center was introduced for mobile and laptop devices in Windows 7. It’s present and somewhat enhanced in Windows 8. Since we don’t have mobile devices in our classrooms, I decided to take a little bit … Continue reading Configuring Windows Mobility Center and How to Turn it On and Off
How to use AWS CloudFormation templates to automate solutions inside Amazon AWS
0 380 0In the AWS Class here at Interface, we actually build fully automated solutions with AWS CloudFormations. Here’s an overview of using AWS templates using CloudFormation. CloudFormation is basically an “infrastructure-as-code tool” where you can go into a declarative document and define all the resources that you want and feed the document into the CloudFormation … Continue reading How to use AWS CloudFormation templates to automate solutions inside Amazon AWS