Quote:
|
Yes - top is bad lower is good
|
You have two installs on the same hard disk, in different partitions. (ie; C and D
? as an example.)
It appears that the current
default boot is the "
bad". (Based upon top/bottom choices.)
Is this correct? (If you let it boot without choosing, you go into the bad?)
===================================
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Micro soft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Micro soft Windows XP Professional" /noexecute=optin /fastdetect
===================================
To further segregate and
ensure good from bad, you can change the name of the two choices by adding a numeric character to the three lines;
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOW S
2
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
2="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
1="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
If the above is true, you can set it to automatically go into the good (partition(1)) by editing the
default line;
FROM:
default=multi(0)disk(0)rdisk(0)partition(
2)\WINDOWS2
TO:
default=multi(0)disk(0)rdisk(0)partition(
1)\WINDOWS1
If you wish to preclude the 30 second wait and/or hitting ENTER to continue the boot;
Right click on My Computer. Choose Properties, Advanced Tab. Under Startup and Recovery, click the Settings button.
Under System startup, remove the check mark from the box for; "Time to display list of operating systems:".
The following presupposes that you have Administrator rights when you boot into Windows.
Once you're booting into the good, you'll have to check the USER directories (folders) in the bad install for anything (data) you want to keep. (Programs, since they write to the registry, must be reinstalled.)
Check in C:\Documents and Settings\
%YOUR-USER-NAME%\My Documents. Hopefully, the USER names are different from the D:\Documents and Settings directories. If not, then you'll have to ensure you're in the correct installation by looking at the partition letter (C or D). (ie; When you click on My Documents, and My Computer opens into that directory, check the drive letter in the address bar.)
Lets get this sorted to this point before we go any further.