Dual boot after format.

J

Junior

Hello

Sometimes after I have formatted a pc and try to install
windows it says there are two operating systems installed
when trying to boot and asks to select one. If you select
the second one it displays some sort of errror and does
not load and just reboots again. To remove this I just
remove the line from the boot.ini, but why does this
happen?

It seems to only happen when I do a quick format using
NTFS, so could mean it missing some part of the format?

Thanks

Junior
 
D

Dave Patrick

Correct, it is because you chose to quick format and the boot sector wasn't
overwritten.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Hello
|
| Sometimes after I have formatted a pc and try to install
| windows it says there are two operating systems installed
| when trying to boot and asks to select one. If you select
| the second one it displays some sort of errror and does
| not load and just reboots again. To remove this I just
| remove the line from the boot.ini, but why does this
| happen?
|
| It seems to only happen when I do a quick format using
| NTFS, so could mean it missing some part of the format?
|
| Thanks
|
| Junior
 
D

Dan Seur

This is valuable new news for me. The only distinction I've ever seen
between normal and quick format is that normal checks for bad sectors
and quick doesn't; both are said to remove all files. I guess the
implication is that what's on the boot sector isn't "files," and I had
never thought of that.
 
G

Guest

AAHHH,

That will explain it then. Would you advise doing a quick
format and then just remove the line yourself or is it
best practce to do a full.

When I twenty PC to wipe and full/quick can make alot of
time difference.

Thanks

Junior.
 
D

Dave Patrick

Dan,
I don't really know the details of this phenomena. Just that past experience
indicates .........."that's the way it works"

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| This is valuable new news for me. The only distinction I've ever seen
| between normal and quick format is that normal checks for bad sectors
| and quick doesn't; both are said to remove all files. I guess the
| implication is that what's on the boot sector isn't "files," and I had
| never thought of that.
 
D

Dan Seur

Exactly what I always told my kids! :)

Speculation is fun, tho. A disk/vol is "empty but usable" (in other
words freshly formatted) if OS sees that info needed by OS to establish
dirs & files is present on the medium. Boot sector points to NTFS MFT
among other things, and quick format may just empty MFT and not even
overwrite files. Funny how details aren't easy to find (by me anyway,
spent 10 mins looking.)
 
D

Dave Patrick

Yes, I spent about 30 minutes looking and nothing definitive. That's what I
suspect, that boot.ini was placed entirely in MFT. Not just the pointer.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| Exactly what I always told my kids! :)
|
| Speculation is fun, tho. A disk/vol is "empty but usable" (in other
| words freshly formatted) if OS sees that info needed by OS to establish
| dirs & files is present on the medium. Boot sector points to NTFS MFT
| among other things, and quick format may just empty MFT and not even
| overwrite files. Funny how details aren't easy to find (by me anyway,
| spent 10 mins looking.)
 
K

kds

I have a related problem: I started to reinstall Win 2000
Pro but had a problem before completing. The setup files
were copied to my hard disk and now when I start up, it
asks if I want to use the original OS or the Setup OS that
got copied. How do I get rid of the extra Setup OS files?
Thanks
/Ken
 
D

Dave Patrick

Edit boot.ini located in the root of the system partition (usually C:\)

boot.ini will be something like;

[Boot Loader]
Timeout=30
Default=C:\$WIN_NT$.~BT\BOOTSECT.DAT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000" /fastdetect
C:\$WIN_NT$.~BT\BOOTSECT.DAT="Windows 2000 Setup"

Change it to;
[Boot Loader]
Timeout=30
Default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
[Operating Systems]
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000" /fastdetect


(note the 'default=' line must also change. rdisk and partition values may
be different for your system.)


--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I have a related problem: I started to reinstall Win 2000
| Pro but had a problem before completing. The setup files
| were copied to my hard disk and now when I start up, it
| asks if I want to use the original OS or the Setup OS that
| got copied. How do I get rid of the extra Setup OS files?
| Thanks
| /Ken
|
|
|
|
| >-----Original Message-----
| >Hello
| >
| >Sometimes after I have formatted a pc and try to install
| >windows it says there are two operating systems installed
| >when trying to boot and asks to select one. If you select
| >the second one it displays some sort of errror and does
| >not load and just reboots again. To remove this I just
| >remove the line from the boot.ini, but why does this
| >happen?
| >
| >It seems to only happen when I do a quick format using
| >NTFS, so could mean it missing some part of the format?
| >
| >Thanks
| >
| >Junior
| >.
| >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top