Dual boot

  • Thread starter Thread starter Sunshine
  • Start date Start date
S

Sunshine

Please instruct me on creating dual boot using Win 2K and XP. I have 2000
installed on the first drive. It was installed 1st. I have XP installed on
the second drive, It was installed last. Upon startup I do not get the
option of which operating system to start. Please, help.
 
Good morning Sunshine,

Go to Start => Run and type in "msconfig" {without the quotes}
Click the Boot.ini tab and click the button 'Check All Boot Paths'.
 
Which drive is the active drive?
Which system boots now?

If XP is booting, you can add Win 2000 line to the XP boot.ini file.

If Win 2000 is booting, you need to replace the Win 2000 ntdetect.com with
the XP ntdetect.com.
Also, add XP to boot.ini.

NTDETECT.COM, NTLDR and BOOT.INI are boot files.
The ntdetect from XP replaces the Win2000 ntdetect and will detect Win2000.
The Win2000 ntdetect will not detect XP.
--
Ron Sommer


: Please instruct me on creating dual boot using Win 2K and XP. I have 2000
: installed on the first drive. It was installed 1st. I have XP installed
on
: the second drive, It was installed last. Upon startup I do not get the
: option of which operating system to start. Please, help.
:
:
 
Thanks for responding. XP is starting up; Boot.INI reads as follows:
default-multi(0)disk(0)partition (1)windows
(operating system)
multi (0) disk(0)rdisk(0)partition 1windows="Microsoft Windows XP Pro"
/fastdetect. Check All boo thahs reads: It appears that all Boot.INI lines
for Microsoft operation systems are working properly
 
I don't see this entry in the Boot.INI.:
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000
Professional" /fastdetect. Is it possible that I did not install correctly?
I installed 2000 on the as the master;then I installed XP on the second HD
as slave.
 
You probably installed XP on the 2nd hard drive while
the 1st hard drive which contained Win2K was disconnected.
The hard drive which is at the head of the BIOS's HD boot
order is the 2nd drive (which is what Ron should have asked
instead of which HD is "active" - "active" usually refers to
the primary partition that controls the booting). That your
2nd hard drive is at the head of the BIOS's HD boot order
is evidenced by the "0" in the "rdisk(0)" parameter. The 2nd
HD in the HD boot order is called "rdisk(1)", and that is
apparently your 1st hard drive, i.e. the one containing Win2K.
Assuming that the Win2K OS also resides in partition 1 of
its hard drive, you can add the OS on that HD to your boot
menu by adding the following entry to the boot.ini file that
you listed, using Notepad as your editor:

multi(0)disk(0)rdisk(1)partition(1)windows=
"Microsoft Windows 2000" /fastdetect

and set the timeout value to some reasonable number of
seconds, such as 5 or 10.

*TimDaniels*
 
CORRECTION:
Timothy Daniels said:
...adding the following entry to the boot.ini file that
you listed, using Notepad as your editor:

multi(0)disk(0)rdisk(1)partition(1)windows=
"Microsoft Windows 2000" /fastdetect


Since your Win2K is probably in a folder named
"WINNT", the 2nd entry should instead be:

multi(0)disk(0)rdisk(1)partition(1)\WINNT=
"Microsoft Windows 2000" /fastdetect

*TimDaniels*
 
You are correct about the installation process. Would you instruct me on
how to edit Boot.INI in XP please.
 
1) Click Start > Run, Type "Cmd" and then press <Enter>.

2) Type "Cd\" and then press <Enter>

3) Type "Attrib C:\Boot.ini -h -r -s" and then press <Enter>

4) Click Start > Run, Type "Notepad c:\boot.ini" and then press <Enter>

5) Edit the file to add ............, save it, and then exit Notepad.

6) Type "Attrib C:\Boot.ini +h +r +s" and then press <Enter>

7) Close the command console.
--
Ronald Sommer


: You are correct about the installation process. Would you instruct me on
: how to edit Boot.INI in XP please.
: : > CORRECTION:
: > "Timothy Daniels" wrote:
: > > ...adding the following entry to the boot.ini file that
: > > you listed, using Notepad as your editor:
: > >
: > > multi(0)disk(0)rdisk(1)partition(1)windows=
: > > "Microsoft Windows 2000" /fastdetect
: >
: >
: > Since your Win2K is probably in a folder named
: > "WINNT", the 2nd entry should instead be:
: >
: > multi(0)disk(0)rdisk(1)partition(1)\WINNT=
: > "Microsoft Windows 2000" /fastdetect
: >
: > *TimDaniels*
: >
:
:
 
Followed steps 1-4 no question
step 5 "multi(0)rdisk(1)partition(1)WINNT="Microsoft Windows 2000"
/fastdetect"...Should I have typed add= or something at the beginning of the
line?
I saved it as boot.ini;then exit
step 6 no question.
No new entry in boot.ini
 
I d/l a 2000 msconfig application. Now I can view the 2000 boot.ini . It
is: multi(0)disk(0)rdisk(0)partition(1)\WNNT="Microsoft Windows 2000
Professional" /fastdetect. I tried again to edit the boot.ini file to no
avail. Something else I noticed, the entry for XP after /fastdetect
/noExecute=optin. I don't know if it means anything. The drive letter for
XP is C:\;for 2000, drive letter is G:\
 
Sunshine said:
You are correct about the installation process. Would you
instruct me on how to edit Boot.INI in XP please.


Just use Notepad as you would edit any other .txt file.

*TimDaniels*
 
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\windows
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\windows="Microsoft Windows XP Pro"
/fastdetect /noExecute=optin
multi(0)disk(0)rdisk(1)partition(1)\WINNT="Microsoft Windows 2000
: Professional" /fastdetect

I would change to timeout=5

Are you sure that you are saving boot.ini to C:\boot.ini ?

The drive letters are assigned by the operating system.
There are no drive letters when boot.ini is loading.

2000 was installed to C.
Because the 2000 drive was disconnected, XP is installed to C.
Each operating system will call its' partition C when it is running.

:I d/l a 2000 msconfig application. Now I can view the 2000 boot.ini . It
: is: multi(0)disk(0)rdisk(0)partition(1)\WNNT="Microsoft Windows 2000
: Professional" /fastdetect. I tried again to edit the boot.ini file to no
: avail. Something else I noticed, the entry for XP after /fastdetect
: /noExecute=optin. I don't know if it means anything. The drive letter
for
: XP is C:\;for 2000, drive letter is G:\
: : >
: > Followed steps 1-4 no question
: > step 5 "multi(0)rdisk(1)partition(1)WINNT="Microsoft Windows 2000"
: > /fastdetect"...Should I have typed add= or something at the beginning of
: the
: > line?
: > I saved it as boot.ini;then exit
: > step 6 no question.
: > No new entry in boot.ini
: > : > > 1) Click Start > Run, Type "Cmd" and then press <Enter>.
: > >
: > > 2) Type "Cd\" and then press <Enter>
: > >
: > > 3) Type "Attrib C:\Boot.ini -h -r -s" and then press <Enter>
: > >
: > > 4) Click Start > Run, Type "Notepad c:\boot.ini" and then press
<Enter>
: > >
: > > 5) Edit the file to add ............, save it, and then exit Notepad.
: > >
: > > 6) Type "Attrib C:\Boot.ini +h +r +s" and then press <Enter>
: > >
: > > 7) Close the command console.
: > > --
: > > Ronald Sommer
: > >
: > >
: > > : > > : You are correct about the installation process. Would you instruct
me
: > on
: > > : how to edit Boot.INI in XP please.
: > > : : > > : > CORRECTION:
: > > : > "Timothy Daniels" wrote:
: > > : > > ...adding the following entry to the boot.ini file that
: > > : > > you listed, using Notepad as your editor:
: > > : > >
: > > : > > multi(0)disk(0)rdisk(1)partition(1)windows=
: > > : > > "Microsoft Windows 2000" /fastdetect
: > > : >
: > > : >
: > > : > Since your Win2K is probably in a folder named
: > > : > "WINNT", the 2nd entry should instead be:
: > > : >
: > > : > multi(0)disk(0)rdisk(1)partition(1)\WINNT=
: > > : > "Microsoft Windows 2000" /fastdetect
: > > : >
: > > : > *TimDaniels*
: > > : >
: > > :
: > > :
: > >
: >
: >
:
:
 
I suppose, if I save it to c:\boot.ini, it might work. It did work and the
changes are there;only now System Configuration utility has encountered
encountered a problem and must close.
 
I GOT IT! I GOT! I GOT IT!..Special thanks to you, Ron. Now I can move on to
bigger and better things. Thank you most much!!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top