> think its a Master Boot Record (File Record) issue try these.
> How to use the Bootrec.exe tool in the Windows Recovery Environment to
> troubleshoot and repair startup issues in Windows Vista
> http://support.microsoft.com/kb/927392
>
> What to do when Vista Crashes : Little known strategy - bootrec.exe
< .. snip .. >
Well, with respect ... those would be good steps to repair a Master Boot
Record (MBR) problem.
However, Master Boot Record != Master File Table (MFT). They are different
structures. MBR is the segment on the hard disk which jumps to the boot
loader, when the machine is first IPL'ed. MFT is a structure which is part
of the NTFS file system:
http://en.wikipedia.org/wiki/Master_boot_record
http://en.wikipedia.org/wiki/NTFS
During Stage 1, CHKDSK walks through the Master File Table, verifying the
record segments for every single file and directory in the file system. This
is a linear operation (more files, longer it takes). If CHKDSK is hanging
during Stage 1, it is very likely because it has found corrupt data in the
MFT and is unable to repair it. See
http://technet.microsoft.com/en-us/l.../bb457122.aspx (refers to XP but
mostly applies to Vista, as well).
But, Bootrec etc would be correct and appropriate, for a Master Boot Record
problem.
--
Andrew McLaren
amclar (at) optusnet dot com dot au