Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formatted c: after installing new OS on e:

Status
Not open for further replies.

bassie

Computer
Joined
Sep 9, 2003
Messages
4
Location
NL
Hi,

I have two hard drives. I had xp installed on c: (is the old hard drive, primary master ide0)
I installed xp on e: (is the new hard drive, secondary master ide1)

What have I done:
after installing a working XP-os on e:, set all the right parameters, I formatted C....(well done..) because I wanted to use this old hard drive for other data.

So, after restarting windows wouldn't boot anymore, because my MBR was probably deleted?

my question is:

Besides changing the drives into primary and secondary master and installing a new copy of XP on the new harddrive what else can I do?

Many thanks in advance
 
You do need to have boot.ini on the system boot drive that points to the correct location for the OS. The file on my system looks like:

[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 Home Edition" /fastdetect


TTFN
 
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect

Where in this case disk = ide1 ?
something like

multi(0)disk(1)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Home Edition" /fastdetect

so, default is pointing to an empty c-drive, disk(0), with no os, with no timeout for a multiboot, therefore it is not booting and asking for a missing .ini file? Because I formatted the C-drive or am I confusing u now?
 
I assume that what you did was:

c: and e:, both in system
install xp on e:


This would leave the bootloader and boot.ini on c:, both of which you need. The bootloader is located on track0 and is what actually goes and reads boot.ini to find the OS.

I think the simplest thing is to re-configure e: as c: and re-install.

TTFN
 
Thanks IRstuff, I did and it works fine now.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top