Link to home
Start Free TrialLog in
Avatar of downtown2010
downtown2010Flag for United States of America

asked on

Problems dual-booting Windows Server 2003

I have Windows Server 2003 on one hard drive, plus a clone of the drive on a 2nd identical drive. (It runs a 3rd party app that has problems, so when it goes down again we can boot off the 2nd drive. There is no data to worry about, just the configuration which is cloned.) It's on a Windows Small Business Server 2008 domain.

Here is my boot.ini on the 1st drive:

[boot loader]
timeout=10
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Standard" /fastdetect /NoExecute=OptOut
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Boot to Backup" /fastdetect /NoExecute=OptOut

1st time I tested this, I chose "Boot to Backup" at the OS choices, got to "Applying computer seetings", then got a box with this in the title bar: "lsass.exe-System Error", and this in the body: "Object name already exists." I hit OK, and a few seconds later it just went black and rebooted. (Never got to the login.) When it rebooted, I chose the initial "Windows Server 2003, Standard" OS option, it booted and logged in fine.

Later, I boot to the 2nd disk again to write down the error and stuff for this post. Same lsass error came up, but when I hit OK it continued to the login. I logged in (admin account), got to desktop with this error: "Generic Host Process for Win32 Services encountered a problem and needed to close", and Send/Don't Send error report. I hit Don't Send on 2 or 3 instances of this error it seemed. I believe it was at this point that I got a message saying Windows installed new hardware and needed to restart.

I restarted , didn't get the lsass error, logged in, and only got 1 Generic Host Process error.

I figure this is about the computer name being the same on both instances of Server03, but SBS (the domain controller) is seeing them diferently. But I need the name  to stay the same for the client requests to get to it regardless of which way we boot. How can I fix that, or is that even the problem? Also, what do I need in the boot.ini on the 2nd drive? Many thanks for reading my long question!
ASKER CERTIFIED SOLUTION
Avatar of Bryon H
Bryon H
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of downtown2010

ASKER

Guess I already knew the answer. Thanks!