Yet another Dual boot question

Posted: 02-11-2007, 01:15 PM
I've been working on this all night and have just about given up...

I have 2 NEW SATA hard drives. I have a clean install of Vista Ultimate on
one (DISK 0), and a Norton Ghost of my current XP installation on the other
(DISK 1). I cannot seem to get my XP installation to boot from the Vista
Bootloader menu. They each boot fine when they are on their own. I've tried
all I can think of an am not having any luck. Here is my current bcd config:

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {3ff62db5-b631-11db-890c-a116a8686f91}
displayorder {current}
{ntldr}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {3ff62db5-b631-11db-890c-a116a8686f91}
nx OptIn

Windows Legacy OS Loader
------------------------
identifier {ntldr}
device boot
path \ntldr
description Microsoft Windows XP


I've tried a device of both "boot" and "partition D:" In one case, I get an
error msg saying that "NTLDR is missing or corrupt" and in the other case,
the system just re-boots over and over.

Here is my boot.ini config from my XP installation:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP"
/fastdetect /NoExecute=OptIn

Any help would be greatly appreciated. Thanks


Reply With Quote

Responses to "Yet another Dual boot question"

DaveG
Guest
Posts: n/a
 
RE: Yet another Dual boot question
Posted: 02-11-2007, 02:21 PM
As usually happens, I couldn't let it go and think I figured it out. When
setting up a dual-boot situation between Vista and XP, you need to decide if
you want to boot from Vista or XP. In my case I wanted to use the Vista
bootloader so I copied these 3 files from my XP root directory to my Vista
root (boot.ini, ntdetect.com, and ntldr). I then edited the Vista copy of
boot.ini to the proper location of my XP (disk)(partition). In my case, my
Vista disk is installed in SATA0 and XP in SATA1. So here's what everything
looks like with it working well.

P.S. All drives are mapped correctly too.

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {3ff62db5-b631-11db-890c-a116a8686f91}
displayorder {current}
{ntldr}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {3ff62db5-b631-11db-890c-a116a8686f91}
nx Optin

Windows Legacy OS Loader
------------------------
identifier {ntldr}
device boot
path \ntldr
description Microsoft Windows XP



The modified BOOT.INI looks like this:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Micro soft Windows XP"
/fastdetect /NoExecute=OptIn


Thank you all for your help . Let me know if you have any questions.



Reply With Quote
mikeyhsd
Guest
Posts: n/a
 
Re: Yet another Dual boot question
Posted: 02-11-2007, 03:01 PM
might have been easier to use BCDEDIT.
if you ghosted the xp after loading the vista that is where the problem came up.
you have to load the older os first.

mikeyhsd@sport.rr.commikeyhsd@sport.rr.com

"DaveG" <DaveG@discussions.microsoft.com> wrote in message news:C1E90E48-8C31-4B1A-96AD-350FCF11A0E6@microsoft.com...
As usually happens, I couldn't let it go and think I figured it out. When
setting up a dual-boot situation between Vista and XP, you need to decide if
you want to boot from Vista or XP. In my case I wanted to use the Vista
bootloader so I copied these 3 files from my XP root directory to my Vista
root (boot.ini, ntdetect.com, and ntldr). I then edited the Vista copy of
boot.ini to the proper location of my XP (disk)(partition). In my case, my
Vista disk is installed in SATA0 and XP in SATA1. So here's what everything
looks like with it working well.

P.S. All drives are mapped correctly too.

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {3ff62db5-b631-11db-890c-a116a8686f91}
displayorder {current}
{ntldr}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {3ff62db5-b631-11db-890c-a116a8686f91}
nx Optin

Windows Legacy OS Loader
------------------------
identifier {ntldr}
device boot
path \ntldr
description Microsoft Windows XP



The modified BOOT.INI looks like this:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Micro soft Windows XP"
/fastdetect /NoExecute=OptIn


Thank you all for your help . Let me know if you have any questions.



Reply With Quote
Rock
Guest
Posts: n/a
 
Re: Yet another Dual boot question
Posted: 02-11-2007, 10:49 PM
"DaveG" <DaveG@discussions.microsoft.com> wrote
> I've been working on this all night and have just about given up...
>
> I have 2 NEW SATA hard drives. I have a clean install of Vista Ultimate
> on
> one (DISK 0), and a Norton Ghost of my current XP installation on the
> other
> (DISK 1). I cannot seem to get my XP installation to boot from the Vista
> Bootloader menu. They each boot fine when they are on their own. I've
> tried
> all I can think of an am not having any luck. Here is my current bcd
> config:
>
> Windows Boot Manager
> --------------------
> identifier {bootmgr}
> device partition=C:
> description Windows Boot Manager
> locale en-US
> inherit {globalsettings}
> default {current}
> resumeobject {3ff62db5-b631-11db-890c-a116a8686f91}
> displayorder {current}
> {ntldr}
> toolsdisplayorder {memdiag}
> timeout 30
>
> Windows Boot Loader
> -------------------
> identifier {current}
> device partition=C:
> path \Windows\system32\winload.exe
> description Microsoft Windows Vista
> locale en-US
> inherit {bootloadersettings}
> osdevice partition=C:
> systemroot \Windows
> resumeobject {3ff62db5-b631-11db-890c-a116a8686f91}
> nx OptIn
>
> Windows Legacy OS Loader
> ------------------------
> identifier {ntldr}
> device boot
> path \ntldr
> description Microsoft Windows XP
>
>
> I've tried a device of both "boot" and "partition D:" In one case, I get
> an
> error msg saying that "NTLDR is missing or corrupt" and in the other case,
> the system just re-boots over and over.
>
> Here is my boot.ini config from my XP installation:
>
> [boot loader]
> timeout=30
> default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
> [operating systems]
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP"
> /fastdetect /NoExecute=OptIn

VistaBoot Pro is a good tool for managing this.
http://www.vistabootpro.org/

--
Rock [MS-MVP User/Shell]

Reply With Quote
John Anderson
Guest
Posts: n/a
 
Yet another Dual Boot Question
Posted: 08-12-2007, 11:08 PM
My system is currently using XP Pro.

If I want to have a dual boot system and install a second hard drive,

then install Vista Ultimate on the new hard drive,

then use the VistaBootPro

Which OS do I allow the system to boot to?

Which OS will have the VistaBoot Pro program installed?

Will one OS mess up the other?

When I switch from one OS to the other is it like rebooting?

If I ie: boot to Vista, then switch to XP, would I then be able to run
those XP programs that are incompatible with Vista?

Will switching back and forth affect a pre-existing network and router?

--
John Anderson
Reply With Quote
peter
Guest
Posts: n/a
 
Re: Yet another Dual Boot Question
Posted: 08-13-2007, 01:23 AM
Here are a few answers and a suggestion.........
If you install the "normal" dual boot way when you boot a screen will ask
you which OS you wish to boot to...you pick one....any one...thats the OS
that you will be working in when the system starts.No you cannot switch to
another OS from the other OS...if you startup in Vista you are in Vista
until you reboot and startup with XP.Your Network/Router will need to be
configured under each OS seperately..but a lot of that is automatic with the
exception of security/passwords/etc.
Mail needs to be configured under each mail program.
Any programs that you wish to run under both OS need to be installed under
both OS...if you wish program ABC to run under XP you need to install it
while your running XP and the same under Vista
VistaBootPro is a nice program...but it is still a program and as such
things can go wrong....like when you decide you dont want XP anymore.
Might I suggest that you disconnect the drive that XP is on and then install
Vista as a new install onto that new HD.There will be no boot files
changed...there will be no software "dual Boot". The way to access/Boot from
either drive is to access the BIOS and set that particular drive as 1st Boot
or 2nd boot if your CD/DVD is set to 1st.Some BIOS let you chose which drive
to boot from during the boot process by means of the F12 ...by pushing F12 a
screen would show with the HDs listed and you pick which one to boot
from.Check to see if your BIOS has that option.
I did this for awhile with XP and Vista till I decided to just stick with XP
on this machine and use Vista on the other.It was easy at that point to just
format Vista off the drive without having to go to the trouble of editing
the whole boot process.
As for programs I would suggest 2 partitions on each drive...one for the OS
and one for the programs for that particular OS...eg new HD 2 partitions D
and E
D for Vista E for all the programs that you want to use under Vista.....
Be sure to turn off System Restore under XP for the drive that Vista is on
and Vice Versa.
Good Luck
peter
"John Anderson" <jwanderson_98@yahoo.com> wrote in message
news:B2AA8425-1B49-4EDA-8D3A-8C3F4333E980@microsoft.com...
> My system is currently using XP Pro.
>
> If I want to have a dual boot system and install a second hard drive,
>
> then install Vista Ultimate on the new hard drive,
>
> then use the VistaBootPro
>
> Which OS do I allow the system to boot to?
>
> Which OS will have the VistaBoot Pro program installed?
>
> Will one OS mess up the other?
>
> When I switch from one OS to the other is it like rebooting?
>
> If I ie: boot to Vista, then switch to XP, would I then be able to run
> those XP programs that are incompatible with Vista?
>
> Will switching back and forth affect a pre-existing network and router?
>
> --
> John Anderson

Reply With Quote
Bruce Chambers
Guest
Posts: n/a
 
Re: Yet another Dual Boot Question
Posted: 08-13-2007, 04:36 AM
John Anderson wrote:
> My system is currently using XP Pro.
>
> If I want to have a dual boot system and install a second hard drive,
>
> then install Vista Ultimate on the new hard drive,
>
> then use the VistaBootPro
>
> Which OS do I allow the system to boot to?
>

Whichever you prefer; that's the point of dual-booting. You'll be
presented with the choice of operating systems at the time you boot the
computer, and can set whichever OS you prefer as the default, if you
make no selection.

> Which OS will have the VistaBoot Pro program installed?
>
Again, that's your choice. I'd install it in both, just for the added
flexibility.

> Will one OS mess up the other?
>
Only to the extent that the System Restore feature of WinXP, if not
turned off, will corrupt Vista's Restore Points.

> When I switch from one OS to the other is it like rebooting?
>

Yes, it's exactly like booting, as that is how you make the transition:
you'd reboot the computer and select the other OS.

> If I ie: boot to Vista, then switch to XP, ...

Which is to say, reboot into WinXP....

>.... would I then be able to run
> those XP programs that are incompatible with Vista?
>

Certainly, because you won't be running Vista.
> Will switching back and forth affect a pre-existing network and router?
>
It will be as if you have two separate computers, only one of which can
be on at any one time.


--

Bruce Chambers

Help us help you:
http://dts-l.org/goodpost.htm
http://www.catb.org/~esr/faqs/smart-questions.html

They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
Reply With Quote
John Barnes
Guest
Posts: n/a
 
Re: Yet another Dual Boot Question
Posted: 08-15-2007, 10:23 PM
The deleting of Vista restore points has nothing to do with XP restore. XP
will delete the Vista restore points when it does its Volume processing
regardless of what volumes are involved in system restore. Vista either
needs to be on a hidden partition or be encrypted.


"John Anderson" <jwanderson_98@yahoo.com> wrote in message
news:B2AA8425-1B49-4EDA-8D3A-8C3F4333E980@microsoft.com...
> My system is currently using XP Pro.
>
> If I want to have a dual boot system and install a second hard drive,
>
> then install Vista Ultimate on the new hard drive,
>
> then use the VistaBootPro
>
> Which OS do I allow the system to boot to?
>
> Which OS will have the VistaBoot Pro program installed?
>
> Will one OS mess up the other?
>
> When I switch from one OS to the other is it like rebooting?
>
> If I ie: boot to Vista, then switch to XP, would I then be able to run
> those XP programs that are incompatible with Vista?
>
> Will switching back and forth affect a pre-existing network and router?
>
> --
> John Anderson
Reply With Quote
Paul Randall
Guest
Posts: n/a
 
Re: Yet another Dual Boot Question
Posted: 08-16-2007, 05:41 AM
I'm trying to clarify in my mind what is going on "when it does its Volume
processing" process and how long does it take. Is this done when restore
points are created or at boot-up time, or what?

-Paul Randall

"John Barnes" <jbarnes@email.net> wrote in message
news:OUJVLK43HHA.4400@TK2MSFTNGP06.phx.gbl...
> The deleting of Vista restore points has nothing to do with XP restore.
> XP will delete the Vista restore points when it does its Volume processing
> regardless of what volumes are involved in system restore. Vista either
> needs to be on a hidden partition or be encrypted.
>
>
> "John Anderson" <jwanderson_98@yahoo.com> wrote in message
> news:B2AA8425-1B49-4EDA-8D3A-8C3F4333E980@microsoft.com...
>> My system is currently using XP Pro.
>>
>> If I want to have a dual boot system and install a second hard drive,
>>
>> then install Vista Ultimate on the new hard drive,
>>
>> then use the VistaBootPro
>>
>> Which OS do I allow the system to boot to?
>>
>> Which OS will have the VistaBoot Pro program installed?
>>
>> Will one OS mess up the other?
>>
>> When I switch from one OS to the other is it like rebooting?
>>
>> If I ie: boot to Vista, then switch to XP, would I then be able to
>> run
>> those XP programs that are incompatible with Vista?
>>
>> Will switching back and forth affect a pre-existing network and router?
>>
>> --
>> John Anderson
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Boot question. Dr Teeth Windows Vista Install & Setup 28 01-31-2007 12:54 AM
Not another Dual Boot Question Ray Windows Vista 2 06-15-2006 03:37 AM
Dual Boot Question Mike Windows Vista 2 06-10-2006 01:00 AM
Dual boot XP/XP Question Peter Windows XP Configuration & Management 8 03-13-2006 07:13 PM
dual-boot Question Din Windows XP Setup 1 08-20-2003 05:15 PM