"Steve" <abc12345@aol.com> wrote in
news:uRnQLDFnKHA.5524@TK2MSFTNGP05.phx.gbl:
> I set up an PC today... first drive on cable is 80gb; second is
> 40gb. I created a multi-boot system by installing WinXP Pro on
> the 80; then same process on the 40... each works fine... however:
>
> 1. Since BOTH drives are showing when booting in EITHER drive...
> 80 always C:; 40 always E:.
You ended up with a Microsoft-style, pseudo-dualboot. Your two
installations aren't completely independent of each other. You can read
more about this on my webpage at
www.goodells.net/multiboot/principles.htm
If you dualboot two independent installations, you can hide them from
each other so one can't interfere with the other. But to do that you
have to start over and set them up to use a third-party boot manager.
(Details also on my webpage,
www.goodells.net/multiboot)
> Installing the Dell drivers on the 80 went as expected but
> installing on the 40... came up with "folder already exists".
> Checking further by going to (either system's) My Computer...
> showed the 80 as C:; the 40 as E:.
What that's highlighting is that you should be unpacking the driver files
to E: instead of C:. When you download a driver from the Dell site, it
downloads as a single self-extracting exe file (often named something
like Rxxxxxx.EXE). When you double-click the downloaded exe file, it
pauses with a prompt for the location to which it will unpack its files
-- usually something like "c:\Dell\drivers\Rxxxxxx". After it unpacks
the files, it launches the setup routine that it unpacked there.
Since your second OS is on E:, when you're booted into that one you
should be changing the driver location to "e:\Dell\drivers\Rxxxxxx". So
double-click the exe, change the "c:" to "e:" in the prompt, and let it
continue. (If both OS's are the same, this isn't really much of a
problem though because c: and e: will end up with the same drivers
anyway, but it would be an issue if you had two different OS's that
needed different drivers.)
Incidentally, this problem with programs that default to C: even when
you're booted into the other OS is one reason a true multiboot is cleaner
and better than a Microsoft-style multiboot.
Dan