Jump to content

Did this happen randomly or were you messing around with something?

(please give us more details and your specs)

I actually couldn't underclock my 5 year old GPU to make it as slow as a next-gen console.

#pcmasterraceproblems

~Slick

Link to comment
https://linustechtips.com/topic/473639-bootmgr-is-missing/#findComment-6347357
Share on other sites

Link to post
Share on other sites

Edit: Actually before you do any of that can you try resetting your BIOS/UEFI to default settings.

 

did you make sure you selected the right drive to repair the bootloader?

 

run your installation disk select your language and keyboard layout.

then choose repair computer > advanced > command prompt

diskpart

starts diskpart

sel disk 0

selects first disk. (I would suggest unplugging all other drives for simplicity)

list vol

lists partitions on selected disk

From this list you want to find the FAT32 volume take note of the volume number

(you will also want to take note of your windows partition drive letter for later)

sel vol 4

selects appropriate volume

vol 4 is an example but this number wants to be the number of the fat32 volume

assign letter=t:

assigns letter t: to volume 4

exit

exits diskpart

 

now you want to repeat what you tried with repairing the bootloader

cd /d t:\EFI\Microsoft\Boot\bootrec /rebuildbcdbootrec /fixboot

Now to rebuild the BCD.

 

backup your bcd

ren BCD BCD.bk

renames BCD to BCD.bk

bcdboot c:\Windows /l en-us /s t: /f ALL

takes files from your C drive and copies them to the boot partition in english US language

now a couple of things to note here c: won't always be your windows partition pay attention when in diskpart to check which partition is your windows one and if it is a different letter then use that instead of c: (this will be an issue if you installed linux before windows)

the second thing is that you way not be using the US locale for me here in aus it would be en-au in england it would be en-gb in germany it would be de so make sure you get the correct locale as your windows install (There is a list of language codes here if you're unsure) So make sure you use your language code and replace en-us

 

Then reboot and remove your installation media.

 

So this is my post from a different thread. It should work for you though. Ignore the random bits of text scattered through though. also I've changed one part in red for you.

Edited by SubTract

One Steam to rule them all, One Sale to find them, One Sale to bring them all and with their wallets, bind them! - r/pcmasterrace 17/01/2014

Spoiler
  • CPU: Intel Core i7 6700k
  • CPU Cooler: CM Hyper 212+ 
  • RAM: 16GB Kingston HyperX Fury 2400Mhz (2x8GB)
  • GPU: Gigabyte G1 R9 390 
  • Mobo: Asus Z170-AR
  • PSU: Antec High Current Gamer 900W 
  • Storage: 240GB intel 520 SSD (OS), Sandisk 128GB SSD(Other OS) 2x 2TB Seagate Barracuda 
  • Case: Fractal Design R4

 

Link to comment
https://linustechtips.com/topic/473639-bootmgr-is-missing/#findComment-6349267
Share on other sites

Link to post
Share on other sites

It's possible your HDD is dead. or at least dying.

One Steam to rule them all, One Sale to find them, One Sale to bring them all and with their wallets, bind them! - r/pcmasterrace 17/01/2014

Spoiler
  • CPU: Intel Core i7 6700k
  • CPU Cooler: CM Hyper 212+ 
  • RAM: 16GB Kingston HyperX Fury 2400Mhz (2x8GB)
  • GPU: Gigabyte G1 R9 390 
  • Mobo: Asus Z170-AR
  • PSU: Antec High Current Gamer 900W 
  • Storage: 240GB intel 520 SSD (OS), Sandisk 128GB SSD(Other OS) 2x 2TB Seagate Barracuda 
  • Case: Fractal Design R4

 

Link to comment
https://linustechtips.com/topic/473639-bootmgr-is-missing/#findComment-6378253
Share on other sites

Link to post
Share on other sites

yup this is a pattern that indicates a dying HDD

 

because the Bootmgr is getting corrupted and repairing didn't work

 

 

you need a to get a new HDD and rebuild the OS

 

and try to see if you can extract the data from the dying HDD

Budget? Uses? Currency? Location? Operating System? Peripherals? Monitor? Use PCPartPicker wherever possible. 

Quote whom you're replying to, and set option to follow your topics. Or Else we can't see your reply.

 

Link to comment
https://linustechtips.com/topic/473639-bootmgr-is-missing/#findComment-6379240
Share on other sites

Link to post
Share on other sites

i tried bootrec.exe /fixmbr it says that the operation was succesful but my problem is still there

also try a bootrec.exe /fixboot

 

failing that you need to use bcdedit to re-build the 'boot sector'.

 

being too lazy for that you can just re-install windows.

Link to comment
https://linustechtips.com/topic/473639-bootmgr-is-missing/#findComment-6380362
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×