Als ik de computer aanzet krijg ik de volgende foutmelding:
Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
1. Insert your windows installation disc and restart your computer.
2. Choose your language settings, and then click "next"
3. Click repair your computer
if you do not have this disc, contact your system administrator or computer manufacturer for assistance.
File: \Boot\BCD
Status: 0xc000000f
info: the boot configuration data for your pc is missing or contains errors.
Repair werkt natuurlijk weer eens niet. Heeft iemand een idee hoe ik dit kan verhelpen?
Update:
Het is eindelijk opgelost. De volgende oplossing werkte bij mij voor degene die dit probleem ook hebben:
bootrec.exe /fixmbr
bootsect.exe /nt60 all /force
attrib -h -s C:\boot\BCD
del C:\boot\BCD
bcdedit /createstore c:\boot\bcd.temp
bcdedit.exe /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import c:\boot\bcd.temp
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 10
attrib -h -s C:\boot\bcd.temp
del c:\boot\bcd.temp
bcdedit.exe /create /d "Microsoft Windows" /application osloader
Dan krijg je een code te zien zoals: {c0dfc4fa-cb21-11dc-81bf-005056c00008} gebruik de code die je hier te zien krijgt in de volgende commando's:
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} device partition=C:
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} osdevice partition=C:
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} path \Windows\system32\winload.exe
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} systemroot \Windows
bcdedit.exe /displayorder {c0dfc4fa-cb21-11dc-81bf-005056c00008}
Bron: http://neosmart.net/wiki/...s+Bootloader+from+the+DVD
Windows failed to start. A recent hardware or software change might be the cause. To fix the problem:
1. Insert your windows installation disc and restart your computer.
2. Choose your language settings, and then click "next"
3. Click repair your computer
if you do not have this disc, contact your system administrator or computer manufacturer for assistance.
File: \Boot\BCD
Status: 0xc000000f
info: the boot configuration data for your pc is missing or contains errors.
Repair werkt natuurlijk weer eens niet. Heeft iemand een idee hoe ik dit kan verhelpen?
Update:
Het is eindelijk opgelost. De volgende oplossing werkte bij mij voor degene die dit probleem ook hebben:
bootrec.exe /fixmbr
bootsect.exe /nt60 all /force
attrib -h -s C:\boot\BCD
del C:\boot\BCD
bcdedit /createstore c:\boot\bcd.temp
bcdedit.exe /store c:\boot\bcd.temp /create {bootmgr} /d "Windows Boot Manager"
bcdedit.exe /import c:\boot\bcd.temp
bcdedit.exe /set {bootmgr} device partition=C:
bcdedit.exe /timeout 10
attrib -h -s C:\boot\bcd.temp
del c:\boot\bcd.temp
bcdedit.exe /create /d "Microsoft Windows" /application osloader
Dan krijg je een code te zien zoals: {c0dfc4fa-cb21-11dc-81bf-005056c00008} gebruik de code die je hier te zien krijgt in de volgende commando's:
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} device partition=C:
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} osdevice partition=C:
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} path \Windows\system32\winload.exe
bcdedit.exe /set {c0dfc4fa-cb21-11dc-81bf-005056c00008} systemroot \Windows
bcdedit.exe /displayorder {c0dfc4fa-cb21-11dc-81bf-005056c00008}
Bron: http://neosmart.net/wiki/...s+Bootloader+from+the+DVD
[ Voor 48% gewijzigd door Anoniem: 494349 op 05-02-2013 13:14 ]