• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Can't get rid of OS Boot screen!

I had a second HD in this computer and installed windows XP on it, then moved it to another motherboard. The problem is, now every time I start up my computer I get a screen asking which Windows XP installation I want to boot up, even though the second HD isn't there anymore. I did some searching online and found out how to mess with the boot.ini file to get rid of the option to start the second installation, so I did, but now I still get that screen, and whenever it chooses "Windows Default" (a new option that showed up) the system crashes and it says that it couldn't start up.

I still have the choice to start up my proper WinXP installation but I want it to automatically choose that and skip this screen all together. Anybody know how to do it?

Thank you for your time.
 
You need to edit boot.ini located in the root of your primary hard drive like C:\boot.ini. Just delete the line referencing the second hard drive.

What boot.ini looks like with Windows XP Pro installed alone:

[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" /noexecute=optin /fastdetect
 
Originally posted by: JohnG86
You need to edit boot.ini located in the root of your primary hard drive like C:\boot.ini. Just delete the line referencing the second hard drive.

What boot.ini looks like with Windows XP Pro installed alone:

[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" /noexecute=optin /fastdetect

Perfectly restored...

Thank you very much good sir.
 
Back
Top