BOOTMGR is missing

Status
Niet open voor verdere reacties.

Pinki3

Gebruiker
Lid geworden
30 apr 2008
Berichten
245
Hallo,

Ik wou W7 helemaal verwijderen en een nieuwe erop zetten. Mijn doel was om de hele pc leeg en schoon te maken. Op googel had ik al een tutorial gelezen van hoe het moest, maar bij mij zag het er anders uit. Ik kon bijvoorbeeld de bestanden op de schijf niet verwijderen. Op die tutorial stond dat je meerdere schijven moest hebben. Dus ik heb een bestand gedownload om de partities ( ofzo) aan te maken en geformatteerd. En door het formatteren moest ik opnieuw opstarten met de volgende error: BOOTMGR is missing.

Ik heb al veel gelezen op google en ben nogal leek op dit gebied. Maar ik heb geen recovery cd. Maar ik heb wel een gewone Windows 7 installatie cd. Maar daar reageerd hij dus niet op omdat hij bepaalde bestanden dus verwijdert heeft. weet iemand meer hiervan?
 
als je de windows 7 installatie CD start moet je aangepaste installatie(geavanceerd) kiezen:
4a600c0d-e4e4-4bad-aed8-d3e0721a993e_0.jpg

ervanuitgaand dat je maar 1 harde schijf in je PC hebt zitten en daarvan alle bestanden weg mogen zul je bij het volgende plaatje ALLE partities moeten verwijderen en 1 nieuwe moeten aanmaken van de volledige grote van je schijf. windows maakt hierbij een kleine partitie van ongeveer 100mb naast die deze gebruikt
setup_w7_partitoneren.png

daarna de installatie volgen en dan heb je weer een verse windows 7! :thumb:
 
Waarom niet de Boot MGR vervangen, met behulp van je Windows 7 cd. In plaats van een hele nieuwe installatie en je bestanden kwijt zijn?
Doe dit:

- Start je PC met de Windows CD Setup.
- Ga naar geadvanceerde modus (DOS omgeving)
- Ga naar de directory, waar je MGR staat van je PC.
- Vervolgens delete je het
- Dan kopieer je het van je Windows CD naar je systeem

Dan krijg je komt het er ongeveer zo uit te zien:

d:
dir /A HS "bootmgr~1"
del bootmgr
copy "bootmgr~1" bootmgr
exit

Als het niet helpt, kan je dit command proberen bootrec /rebuildbcd en dan enter.
Volgens microsoft zelf (Van het forum) Veiligst!!:

To resolve this problem, use the following methods in the order in which they are presented.
Method 1: Repair the BCD store by using the Startup Repair option
You can use the Startup Repair option in the Windows Recovery Environment to repair the BCD store. To do this, follow these steps:
1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Startup Repair.
7. Restart the computer.
Method 2: Rebuild the BCD store by using the Bootrec.exe tool
If the previous method does not resolve the problem, you can rebuild the BCD store by using the Bootrec.exe tool in the Windows Recovery Environment. To do this, follow these steps:
1. Put the Windows Vista installation disc in the disc drive, and then start the computer.
2. Press a key when you are prompted.
3. Select a language, a time, a currency, and a keyboard or another input method, and then click Next.
4. Click Repair your computer.
5. Click the operating system that you want to repair, and then click Next.
6. In the System Recovery Options dialog box, click Command Prompt.
7. Type Bootrec /RebuildBcd , and then press ENTER.
• If the Bootrec.exe tool runs successfully, it presents you with an installation path of a Windows directory. To add the entry to the BCD store, type Yes . A confirmation message appears that indicates the entry was added successfully.
• If the Bootrec.exe tool cannot locate any missing Windows installations, you must remove the BCD store, and then you must re-create it. To do this, type the following commands in the order in which they are presented. Press ENTER after each command.
Bcdedit /export C:\BCD_Backup
ren c:\boot\bcd bcd.old
Bootrec /rebuildbcd
8. Restart the computer.
9. After those step , I used diskpart to activate the boot partition
recovery console> diskpart
diskpart>select disk # ( my server windows 2008 was in disk 0)
diskpart>list partition ( as info)
diskpart>select partition #
diskpart>active
diskpart>exit
10. restar computer.

Edit: Windows XP/Vista/7/8 hebben allemaal dezelfde kern. Bij XP kunnen de command lines nog wel is wat verschillen. Maar vista en later is precies hetzelfde.

>bootrec /fixmbr
>bootrec /fixboot
 
Laatst bewerkt:
Ik ben helemaal vergeten om hier op te reageren nadat ik het opgelost had, oeps!:o
Bedankt! Het is allemaal in orde nu:D
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan