IPB

Google Frontpage Forums Unattended CD/DVD Guide
 Forum Rules Windows Vista Forum Rules
 
Reply to this topicStart new topic
> How to Install XP after Vista and Fix the Bootloader, Here are quick instructions
spacesurfer
post Jul 5 2007, 06:48 PM
Post #1


Pharmassist
******

Group: Members
Posts: 1261
Joined: 31-July 04
From: United States
Member No.: 25917
OS: XP Pro x86
Country Flag


To install an older Windows operating system on a computer running Windows Vista, use the following procedure.
  1. Install the previous version of Windows, e.g. XP or 2000

  2. Log on to the older operating system and restore the latest boot manager by running the following.
    CODE
    bootsect.exe -NT60 All

    bootsect.exe might be in your boot folder of active partition. If not there, then it's on your Vista DVD in boot folder.

  3. Create a BCD entry for the older operating system by specifying the following. Bcdedit.exe is located in the \Windows\System32 directory of the Windows Vista partition. Description is the description of the new entry for the older operating system.
    CODE
    Bcdedit /create {legacy} /d “Description”
    Bcdedit /set {legacy} device boot
    Bcdedit /set {legacy} path \ntldr
    Bcdedit /displayorder {legacy} /addlast

  4. Restart the computer in order for the changes to take effect.


This post has been edited by spacesurfer: Jul 5 2007, 07:39 PM
Go to the top of the page
 
+Quote Post
amenx
post Jul 6 2007, 08:15 AM
Post #2


Newbie


Group: Members
Posts: 48
Joined: 5-October 05
Member No.: 75719
Country Flag


Just curious, how would XP see Vista when you try to install it? Will it recognize it and give you the option of installing on a drive other than C?
Go to the top of the page
 
+Quote Post
spacesurfer
post Jul 6 2007, 08:47 AM
Post #3


Pharmassist
******

Group: Members
Posts: 1261
Joined: 31-July 04
From: United States
Member No.: 25917
OS: XP Pro x86
Country Flag


You choose where you want XP installed. Choose a drive other than your Vista drive.
Go to the top of the page
 
+Quote Post
fizban2
post Jul 6 2007, 01:52 PM
Post #4


MSFN Addict
Group Icon

Group: Moderator
Posts: 1754
Joined: 14-April 05
From: Wisconsin
Member No.: 51914
OS: Vista Enterprise x64
Country Flag


good info, we will pin this one
Go to the top of the page
 
+Quote Post
spacesurfer
post Jul 11 2007, 05:48 PM
Post #5


Pharmassist
******

Group: Members
Posts: 1261
Joined: 31-July 04
From: United States
Member No.: 25917
OS: XP Pro x86
Country Flag


You can use a third party program like EasyBCD or VistaBootPro, but apparently, behind the screens, both programs run this command to restore the bootloader. Go to your EasyBCD installation folder and you'll find bootsect.exe.

Also, if you want to revert back to XP's bootloader, then run

CODE
bootsect.exe -nt52
.
Go to the top of the page
 
+Quote Post
Gswiss
post Aug 2 2007, 01:42 PM
Post #6





Group: Members
Posts: 5
Joined: 2-August 07
Member No.: 149107
OS: none
Country Flag


I had no problem at all installing XP alongside a pre-installed Vista on my HP nc6320 laptop. I used EasyBCD successfully. On the other hand, I get stuck right from the start, when I try to do the same thing on a Dell Inspiron 6400.

When I reach the point where XP installer asks where the XP partition should be located and I select an unallocated area (same problem appears even if I create and format an empty partition beforehand and select it), I get the following error message : “To install Windows XP on the selected partition, installation program must copy certain boot files on Disk 0 with ID 0 on bus 0 on atapi [MBR]. However, this disk does not contain a partition compatible with Windows XP”.

I don’t know whether this has to do with the SATA disk. On the HP, I disabled SATA Native Support in the BIOS and everything went fine. In the Dell Bios, I found no equivalent option.

How can I create a “compatible partition” ?
Go to the top of the page
 
+Quote Post
spacesurfer
post Aug 2 2007, 02:01 PM
Post #7


Pharmassist
******

Group: Members
Posts: 1261
Joined: 31-July 04
From: United States
Member No.: 25917
OS: XP Pro x86
Country Flag


How did you create your partition beforehand? Did you use Vista? If so, partitions created by Vista are no longer compatible with Windows XP.

See this: Vista's New Partitioning Rules.

It's best to create you partition with a third party utility. I would prefer using BartPE with Sherpya's XPE plugin to use XP's disk management console to do it.

However, I don't understand why you can't install on unallocated space. During XP setup, trying deleting the unallocated space and create a new partition and use XP to format it as NTFS it you are able to.
Go to the top of the page
 
+Quote Post
neo
post Aug 2 2007, 02:19 PM
Post #8


Microsoft® MVP
******

Group: Members
Posts: 1300
Joined: 31-March 06
From: India
Member No.: 92414
OS: Vista Ultimate x86
Country Flag


Use Easy BCD and forget about to change anything manually.
Go to the top of the page
 
+Quote Post
Gswiss
post Aug 2 2007, 02:28 PM
Post #9





Group: Members
Posts: 5
Joined: 2-August 07
Member No.: 149107
OS: none
Country Flag


I used Acronis Disk Director to create the partition. This was done under Vista. Maybe I should use the Acronis Boot Loader and create the partition from this "neutral" environment.

What should I use EasyBCD for in this situation?
Go to the top of the page
 
+Quote Post
spacesurfer
post Aug 2 2007, 04:55 PM
Post #10


Pharmassist
******

Group: Members
Posts: 1261
Joined: 31-July 04
From: United States
Member No.: 25917
OS: XP Pro x86
Country Flag


EasyBCD has nothing to do with the partitions you are creating.
Go to the top of the page
 
+Quote Post
LurkerLito
post Aug 15 2007, 11:03 AM
Post #11





Group: Members
Posts: 3
Joined: 13-August 07
Member No.: 150615
OS: Vista Ultimate x64
Country Flag


Just wanted to mention I have the OEM Vista64 version and bootsect.exe is not included on the install disc nor could I find it on my vista partition. I had easybcd installed so I had a copy but it wouldn't run in the Vista64 recovery CLI console. There is another utility on that is available on the recovery console called bootrec that has options to fix the mbr and other things.

This post has been edited by LurkerLito: Aug 15 2007, 11:04 AM
Go to the top of the page
 
+Quote Post
Dhoom
post Mar 8 2008, 04:41 AM
Post #12


Newbie


Group: Members
Posts: 40
Joined: 29-January 06
Member No.: 86369
OS: none
Country Flag


thx mate biggrin.gif
Go to the top of the page
 
+Quote Post
Louie
post Mar 9 2008, 06:46 AM
Post #13


Newbie


Group: Members
Posts: 37
Joined: 22-June 04
From: Stavanger
Member No.: 23187
OS: Vista Home Premium x64
Country Flag


Just wanted to add that if you only have 64bit vista dvd, you will only have the 64bit version of bootsect,exe so if a 32bit system is installed, you need to get the 32bit to be able to follow this guide.

atlef.

This post has been edited by Louie: Mar 9 2008, 06:55 AM
Go to the top of the page
 
+Quote Post
Harry_O
post Mar 14 2008, 10:16 AM
Post #14


Newbie


Group: Members
Posts: 18
Joined: 14-March 08
Member No.: 181904
OS: Vista Home Premium x64
Country Flag


QUOTE (spacesurfer @ Jul 6 2007, 04:47 PM) *
You choose where you want XP installed. Choose a drive other than your Vista drive.

And what about the scenario where I have only one partition (C:)?
Where should I install the XP.
Go to the top of the page
 
+Quote Post
spacesurfer
post Mar 14 2008, 11:47 AM
Post #15


Pharmassist
******

Group: Members
Posts: 1261
Joined: 31-July 04
From: United States
Member No.: 25917
OS: XP Pro x86
Country Flag


Ummm... then you create a new partition.

I'm sure if you search, you will be able to find how to do that. Vista can create a partition using disk management console. Need administrator privileges.
Go to the top of the page
 
+Quote Post
Harry_O
post Mar 15 2008, 05:02 AM
Post #16


Newbie


Group: Members
Posts: 18
Joined: 14-March 08
Member No.: 181904
OS: Vista Home Premium x64
Country Flag


QUOTE (spacesurfer @ Mar 14 2008, 07:47 PM) *
Ummm... then you create a new partition.

I'm sure if you search, you will be able to find how to do that. Vista can create a partition using disk management console. Need administrator privileges.

Do you mean the Microsoft management console (mmc.exe) or some other program?
Go to the top of the page
 
+Quote Post
spacesurfer
post Mar 15 2008, 11:22 AM
Post #17


Pharmassist
******

Group: Members
Posts: 1261
Joined: 31-July 04
From: United States
Member No.: 25917
OS: XP Pro x86
Country Flag


Right-click "Computer" --> click on Manage. This is for XP. I can't remember if Vista is the same or they changed it; but it's "Computer Management", then go to disk management.
Go to the top of the page
 
+Quote Post
dpminusa
post Mar 20 2008, 08:16 PM
Post #18





Group: Members
Posts: 4
Joined: 12-March 08
From: Seattle, WA
Member No.: 181466
OS: Vista Business x86
Country Flag


This Post shows how to shrink an existing single partition to created unallocated space and add a second OS. XP and Vista, of course. May address the question near the end of this great spacesurfer post.

http://apcmag.com/5485/dualbooting_vista_and_xp
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members: