• 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.

boot file problem

nn2000

Senior member
I have two HDDs. An old system was installed on the primary drive. And a new system on the slave drive. Now I want to remove the primary drive and leave the slave drive alone in the case. However the new system cannot start up without the primary drive. How to fix that?
 
First, the slave drive needs the jumper changed to either cable select or master. Second, if this was originally a dual-boot system, you need to have a boot.ini on your root of your "slave" drive (I'm assuming there isn't one if it was dual-boot). For the scenario that your "slave" drive has XP, open notepad and paste the following:

[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

...then save as boot.ini to the root of C:
 
Back
Top