jmorris said:
Hey, first of all thatnks a lot for helping me!

This is making me crazy! Now, you lost me with the
Your boot.ini file is in c:\boot.ini, so go to root by "cd \", you should see the c:\> prompt. That's where your boot.ini resides, and do the editing on the boot.ini file right there
Yes, I did go to the c:\documents and settings\... subdirectory when I typed cmd. Sorry, I'm not the best at this stuff. Hey but I can sure mic the hell out of drum kit
Jim,
Don't worry about the details, all is good at this point. The first thing you have to do with boot.ini is make it visible for editing. That's all I was trying to tell you with that "attrib" or the "explorer" thing. Once you are past that point and edited that file, you can boot from any drive or any partititions you like.
If you are using the "cmd" option, make sure you are editing c:\boot.ini.
The simplest thing would be, wherever directory you are ending up with the "cmd" option, do something like this "attrib -s -h -r c:\boot.ini (assuming you are booting from the C:\ drive) that would directly deal with your c:\boot.ini file. After that, you can type "notepad c:\boot.ini", that would let you do the editing.
Let's assume now your new OS resides on the second drive. You can edit the orignal entry, or even better, to give you a choice of where you boot from, do the the following to your boot.ini:
[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 Professional" /fastdetect /NoExecute=OptIn
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /NoExecute=OptIn
You will notice I added one additional entry at the end of the [operating system] section, now there are two. The only difference from the first one is that I specified rdisk(1) there instead of rdisk(0).
If both windows are on the same drive but different partitions, you would edit the partition(1) part, replacing it with 2,3 ... or whatever.
Now, the next time you boot your machine you will have a choice of where to boot from.
You can even give a descriptive name to the choice, you can replace the string in quotes with whatever you want.
For example, in the above, in the second entry you could say:
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Music boot for Jim " /fastdetect /NoExecute=OptIn
Or whatever you like, and that's what your choices will be at next boot.
I know this can be ackward at first, don't worry, we will figure it out.
I don't know jack about micing a drum, so I may ask you for some advice in the future, that's how it should work.