South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Here is a couple of tricks that might help...
1) After booting up with your INSTALL DVD (Win8), go straight to SYSTEM REPAIR TOOL;
2) Choose "System Recovery Options"
3) Choose "Command Prompt"
4) Type ---> bootrec /fixmbr
5) Type ---> bootrec /fixboot
6) Type ---> bootrec /rebuildbcd
A) Restart and run the Repair Installation ("Repair your computer") from your DVD AGAIN!
(If you got an error on "bootrec /rebuildbcd", type the following after going back to the command prompt (on your second recovery attempt "A"-above)
Now do the following IN SEQUENCE!
bcdedit /export C:\BCD_Backup
c:
cd boot
attrib bcd -s -h -r
ren c:\boot\bcd bcd.old
bootrec /RebuildBcd
B) Restart and do the "Recovery" via the Boot-DVD again, but this time...choose "Repair your computer" and let it run.
You can still do your chkdsk /f to repair the system or chkdsk /r to repair bad sectors (although remember...the "r" doesn't REALLY repair the sectors, it just doesn't let Windows use them...)
Hope this helps![]()
This looks pretty neat! What exactly is this?
(Linux noob here)