19
11
I know this question has been asked before but I've tried all the usual fixes and nothing works.
Basically the hard drive had two partitions with Vista and Windows 7. I've deleted the Vista partition to make more room and expanded the Windows 7 partition to fill the drive (using GParted).
I've tried:
- Running Startup Repair - it doesn't find any problems.
- Setting partition to Active - worked.
bootsect /nt60 c:
- worked.BootRec /FixMbr
- worked.BootRec /FixBoot
- worked.BootRec /ScanOs
- I get the message "Total identified Windows installations: 0"BootRec /RebuildBcd
- I get the message "Total identified Windows installations: 0"
BcdEdit
shows a Windows Boot Manager and a Windows Boot Loader, both on C: partition.
[Update]
- Rename BCD and rerun
BootRec /RebuildBcd
- worked. - Copy bootmgr from DVD - blocked because the file's already there.
[Update 2]
I found an article here that mentioned some other commands.
C:\chkdsk /f /r
- worked.sfc /scannow /offbootdir=c:\ /offwindir=c:\windows
- worked (see here).
What else can I try?
What worked for me was using diskpart to select my startup disk, then select the partition containing the Windows and setting it as active. – davidair – 2017-06-04T18:52:42.690
Are you sure you are using a repair console for the exact same version of Windows you are trying to repair? – David Schwartz – 2011-11-17T20:35:02.487
Yes, I created the repair DVD yesterday before I started. – parsley72 – 2011-11-17T22:12:34.647
possible duplicate of Bootmanager is missing
– JdeBP – 2011-11-18T00:11:39.8231I've already tried everything in the top answers there. I'll try the rest tonight. – parsley72 – 2011-11-18T00:45:57.803
Next time, use diskpart from Windows instead of GParted. – ZippyV – 2011-11-23T20:46:54.843