Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Windows 64bit (http://www.velocityreviews.com/forums/f46-windows-64bit.html)
-   -   Dual Booting Windows XP 32 and 64 (http://www.velocityreviews.com/forums/t489306-dual-booting-windows-xp-32-and-64-a.html)

Jeremy 09-16-2005 05:22 PM

Dual Booting Windows XP 32 and 64
 
I have a machine with XP Pro 32 bit installed. I bought a new hard
drive and installed XP64 on it. I unplugged the drive with XP 32 bit on
it during the installation. Now when I boot up, I don't get the choice
of which OS to start up in.

What do I need to do to get the option?

Thanks in advance for any help,
Jeremy


John Barnes 09-16-2005 05:26 PM

Re: Dual Booting Windows XP 32 and 64
 
Make sure that your system drive %systemroot% has the x64 ntldr NTDETECT.com
and boot.ini on it
You can probably solve this by making the drive with x64 on it the first HD
in your boot order.

"Jeremy" <pilf@comcast.net> wrote in message
news:1126891371.499615.319410@f14g2000cwb.googlegr oups.com...
>I have a machine with XP Pro 32 bit installed. I bought a new hard
> drive and installed XP64 on it. I unplugged the drive with XP 32 bit on
> it during the installation. Now when I boot up, I don't get the choice
> of which OS to start up in.
>
> What do I need to do to get the option?
>
> Thanks in advance for any help,
> Jeremy
>




Jeremy 09-16-2005 06:03 PM

Re: Dual Booting Windows XP 32 and 64
 
The drive with 64bit installed on it isn't one of the choices... *sigh*
Why can't this ever be easy?

Any other ideas?

Thanks,
Jeremy


John Barnes 09-16-2005 06:05 PM

Re: Dual Booting Windows XP 32 and 64
 
Also, since you only had the one drive when you installed x64, you will need
to add the other system to your boot.ini either from System Properties or
using the Recovery Console


"Jeremy" <pilf@comcast.net> wrote in message
news:1126891371.499615.319410@f14g2000cwb.googlegr oups.com...
>I have a machine with XP Pro 32 bit installed. I bought a new hard
> drive and installed XP64 on it. I unplugged the drive with XP 32 bit on
> it during the installation. Now when I boot up, I don't get the choice
> of which OS to start up in.
>
> What do I need to do to get the option?
>
> Thanks in advance for any help,
> Jeremy
>




John Barnes 09-16-2005 06:10 PM

Re: Dual Booting Windows XP 32 and 64
 
Then, boot to x86, copy the files from the x64 install to the x86 drive
after moving the old files into a new folder to save them. Fix the boot.ini
to show the two systems as recommended above. System Properties or Recovery
Console (easiest if you aren't comfortable with modifying the boot.ini with
notepad)


"Jeremy" <pilf@comcast.net> wrote in message
news:1126893824.274206.44850@z14g2000cwz.googlegro ups.com...
> The drive with 64bit installed on it isn't one of the choices... *sigh*
> Why can't this ever be easy?
>
> Any other ideas?
>
> Thanks,
> Jeremy
>




Jeremy 09-16-2005 08:03 PM

Re: Dual Booting Windows XP 32 and 64
 
1. What's the syntax to combine the boot.ini file?
2. Once I combine the 2, do I use it as the .ini file for both driveS?

Here is what is in my 32 bit file:
[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
Professional" /fastdetect /NoExecute=AlwaysOff

Here is what's in the 64 bit file:
[boot loader]
timeout=1
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windo ws XP Professional
x64 Edition" /noexecute=optin /fastdetect

Thanks again,
Jeremy


honjo 09-17-2005 03:21 AM

Re: Dual Booting Windows XP 32 and 64
 
You have two options:

1) Install WXP x86 then WXP x64 as other poster already suggested.
2) Get hard a disk utility such as Partition Magic 8, create a new
primary partition, and install WXP x64 there.
If you opted for 2), switching between WXP x86 and WXP x64 can be done
using "PQBoot for Windows" , utility which comes with Partition Magic.

Kaz

Jeremy wrote:
> I have a machine with XP Pro 32 bit installed. I bought a new hard
> drive and installed XP64 on it. I unplugged the drive with XP 32 bit on
> it during the installation. Now when I boot up, I don't get the choice
> of which OS to start up in.
>
> What do I need to do to get the option?
>
> Thanks in advance for any help,
> Jeremy
>


honjo 09-17-2005 04:12 AM

Re: Dual Booting Windows XP 32 and 64
 
The following will fix the problem:

Note that assumption here is that WXP x86 is installed in the Primary
Master HD and WXP x64 is in the Primary Slave HD.

1) Boot to WXP x86(32Bit) and replace ntldr and NTDETECT.COM with those
in WXP x64 CDROM.

2) Modify boot.ini as follows:

[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
Professional" /fastdetect /NoExecute=AlwaysOff
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Windo ws XP Professional
x64 Edition" /noexecute=optin /fastdetect

Kaz




Jeremy wrote:
> 1. What's the syntax to combine the boot.ini file?
> 2. Once I combine the 2, do I use it as the .ini file for both driveS?
>
> Here is what is in my 32 bit file:
> [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
> Professional" /fastdetect /NoExecute=AlwaysOff
>
> Here is what's in the 64 bit file:
> [boot loader]
> timeout=1
> default=multi(0)disk(0)rdisk(0)partition(1)\WINDOW S
> [operating systems]
> multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windo ws XP Professional
> x64 Edition" /noexecute=optin /fastdetect
>
> Thanks again,
> Jeremy
>


Ian 09-17-2005 08:04 AM

Re: Dual Booting Windows XP 32 and 64
 
Don't worry - you did it right - I always unplug the drive
with the first OS on it before installing the second - this way
both run installed "on and as" C:\
Just fix the boot.ini like "honjo" says and if that doesn't work
you will have to do a bit of research based on how your drives
are connected.
You'll have to learn what all this gobble - d - goop actually means.
multi(0)disk(0)rdisk(0)partition(1)\




"Jeremy" <pilf@comcast.net> wrote in message
news:1126891371.499615.319410@f14g2000cwb.googlegr oups.com...
>I have a machine with XP Pro 32 bit installed. I bought a new hard
> drive and installed XP64 on it. I unplugged the drive with XP 32 bit on
> it during the installation. Now when I boot up, I don't get the choice
> of which OS to start up in.
>
> What do I need to do to get the option?
>
> Thanks in advance for any help,
> Jeremy
>




Bruce Chambers 09-17-2005 04:19 PM

Re: Dual Booting Windows XP 32 and 64
 
Jeremy wrote:
> The drive with 64bit installed on it isn't one of the choices... *sigh*
> Why can't this ever be easy?
>


Actually, it would have been "easy" -- entirely automatic, in fact --
if you hadn't disconnected the other hard drive before installing WinXPx64.


--

Bruce Chambers

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

You can have peace. Or you can have freedom. Don't ever count on having
both at once. - RAH


All times are GMT. The time now is 11:07 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.