Bootmgr
is missing ERROR
I had a tough time with windows server 2008 R2 when it gave
me an error as
“ BOOTMGR IS MISSING
PRESS CTRL+ALT+DEL TO RESTART”
After lots of struggling hours on internet and consulting
many experts I was able to boot my server normally, it was very important
server to retain as many things depended upon it .Things that I have tried were
changing the boot options from settings and trying to boot and tried to explore
other options too… things which worked were when I tried to explore through
repair options,(I took a snapshot of the machine before attempting these as it
was virtual machine)
- Boot your server from CD\DVD
- Click next and select Repair your computer
- Select first option and click next
- Select command prompt
- Type diskpart and enter
- Type list Volume and enter
- Check which is the system reserved partition (basically it would be 100 MB check the drive letter too)
- Select the volume which is assigned to system reserved partition eg. Select volume 1 and enter
- Type active and enter this would give message like ’DiskPart marked the current partition as active'
- If you type list volume again it would shoe asterisk (*)which is active
- Now type list disk and enter
- Select the disk where your windows is installed typically its disk0 hence type Select Disk 0 and enter
- Type list partition and enter to list partitions which may display message like Partition 1 is now the selected partition
- Exit diskpart now
- You can additionally try system file checker commands too like sfc /scannow which inspects all important windows files and if it finds any issues with them it replaces them
- Restart your server machine and check if that’s boots properly.
Hope this helps resolving the above issue.