Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Microsoft Support > Windows 2000 Pro / NT Workstation Support
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Windows 2000 Pro / NT Workstation Support Find support for Windows 2000 Pro / NT Workstation here

Reply
 
LinkBack Thread Tools
Old 08-03-2009, 08:19 PM   #1 (permalink)
Registered User
 
Join Date: Jun 2005
Posts: 211
OS: Windows 2000 Pro


Dual Boot With XP

Here's the deal, we have an HD that has Windows 2000 Pro already on it, and we can't really reformat it or anything.

We bought another HD, and we put XP on it while it was set as a slave. (The 2k pro hd was set as Master w/ Slave)

But Windows XP isn't showing up on the startup options, but Windows 2k pro is. (When you start up the computer and it asks you to pick what drive you want to use.)

We want to keep Windows 2k Pro as the default start up option, so changing the boot.ini file of XP won't do much (Unless it will???), and I don't think there's a boot.ini file in Windows 2k Pro...

Even if it does fix it, I don't know how to edit the boot.ini file to make it work.

I've checked the system settings in the control panel, and Windows XP doesn't show up as a start up option.

When I make Windows XP the master, it starts up XP, but Windows 2000 doesn't show up on the list of start up options.

and it doesnt show up in the control panel system options either. (Windows 2k pro doesn't while in XP)

What should I do?


Also: We want to switch between Windows XP and Windows 2k Pro WHILE it's running.

Is that possible? If not, the above question would be awesome if it was answered either way.
KingofLodis is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 08-04-2009, 06:38 AM   #2 (permalink)
Tech Hardware Team
 
Stu_computer's Avatar
 
Join Date: Jul 2005
Posts: 1,459
OS: Windows


Re: Dual Boot With XP

Quote:
Also: We want to switch between Windows XP and Windows 2k Pro WHILE it's running. Is that possible?
not possible.


To change boot.ini to multi boot I suggest you download my BOOTini_Bats.zip (see below) and follow the guide.

Read Me First.txt
Quote:
This zip contains the following:

Directory folder 'BOOTini_Bats'

4 files:
Read Me First.txt (file your reading now)
Copy boot to floppy.bat **
Unhide BOOTini.bat
Hide BOOTini.bat

(** Should always make one. Handy if computer suddenly has BOOT.ini or NTDETECT.COM or NTLR errors **)

Recommended use...same order as they appear above.

How to use 'Copy boot to floppy.bat'.
1a/ format a floppy in A drive.
1b/ click 'Copy boot to floppy.bat' copies boot.ini, ntldr, and NTDETECT.COM to the floppy.
1c/ remove floppy.

Reason: In the event a boot file become corrupted (ie: you made a mistake editing boot.ini) this floppy can be used to boot the computer. (note: you may need to change first boot device to floppy, in bios setup.)


How to use 'Unhide BOOTini.bat'.
This will change the attributes of boot.ini so it is visible and can be edited with notepad.
2a/ Run 'Unhide BOOTini.bat' then right click on file C:\Boot.ini and select Edit.
2b/ Make your modifications to the text (see below for examples) and save.
2c/ Reboot to test new menu, if computer doesn't boot then use that new floppy to boot.

note: this bat also makes a backup copy of boot.ini named C:\Boot.orig


How to use'Hide BOOTini.bat'.
When you are satisfied with the results of your boot.ini modifications...
3a/ run 'Hide BOOTini.bat' to return Boot.ini to hidden status.
3b/ optional, remake the backup floppy from step 1 so it is updated too.

---------------------------------------------

Example of a Boot.ini modification to add Windows XP installed on a primary slave drive to an original Boot.ini for Windows 2000 on primary master drive.

The Windows 2000 C:\Boot.ini will look like this:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect


We need to add one more line for Windows XP which is on the primary slave HDD:
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect


The result looks like this:

[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Microsoft Windows 2000 Professional" /fastdetect
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect



Generally, there are only 3* parameters you usually need to modify for each menu selection

multi(0)disk(0)rdisk(*)partition(1)\**="***" /fastdetect

* rdisk(which HDD was used?)
** Where is windows directory?
*** "Can write whatever you want here"


rdisk identifies the physical drives on the ide cables

rdisk(0) primary master
rdisk(1) primary slave
rdisk(2) secondary master
rdisk(3) secondary slave


Where is windows directory?
Typically, it's WINDOWS (except windows 2000 which uses WINNT).
Also, the user could have installed to a different directory, so verify first.


"Can write whatever you want here"
Personally, I like to change this part to something short but descriptive like "2000 Pro" and "XP Pro".


What if I installed XP on the primary drive in a partition instead?
then that's partition(2) so it would look like this:
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /fastdetect

What if I installed XP on the primary drive with windows 2000? (yikes!)
well, win2000 would be in WINNT and winXP would be in WINDOWS so would look like this:
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect


Final note: timeout=30, and default operating system can easily be changed within windows 'Start up/Recovery' section so do it there and you won't have to worry about typo errors etc...

Good luck,
Stu_computer
Attached Files
File Type: zip BOOTini_Bats.zip (4.8 KB, 1 views)
__________________
Stu_computer is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-18-2009, 05:56 AM   #3 (permalink)
Registered User
 
Join Date: Sep 2009
Posts: 3
OS: Windows Vista


Re: Dual Boot With XP

Hi...
you should check the BIOS device or it may happen while installation some file contain may not load so problem may occur regarding that problem... also you can check it problem doing boot device option... Thanks for sharing the post...
__________________
"A man who does not lose his reason over certain things has none to lose."
johnswhite is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 09-24-2009, 07:43 PM   #4 (permalink)
Registered User
 
Join Date: Sep 2009
Posts: 2
OS: Linux Mint (Gloria)


Re: Dual Boot With XP

You stated that you have 2000 pro and want to install XP Pro. When you load the XP installer, doesn't it give you the option to create a partition on the free space, if you have any. I've done three XP Pro installs with no problem. Or is it that there is not enough free space? That, I haven't had to deal with.
catilley is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not 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 Off
Pingbacks are Off
Refbacks are Off




All times are GMT -7. The time now is 03:52 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85