Grub solution after booting win7 installed system

  
            Many times, we may accidentally delete system files or other misoperations without knowing, resulting in failure to enter the system smoothly, resulting in grub. Grub may be strange to some people because they haven't touched it, so many people may be overwhelmed when this happens.
I have encountered a similar situation around me. My classmate's machine can't enter the system after booting for unknown reasons, but stay on the grub page. For those who are not familiar with grub, it may be forced to restart multiple times to see if they can go in, or simply force a shutdown. This is of course not good, in fact, the restart and shutdown under grub can be soft, such as the reboot command is to restart, halt is the shutdown command. If you don't understand, just type help and then press Enter. A lot of help information will be output.
How do you get into the system normally? Just three lines of commands can enter the system from grub:
find --set-root /bootmgr(Enter)
chainloader /bootmgr(Enter)
boot (carriage return)
However, this has not been completely solved. If you only get here, you will have to knock the above three lines of code every time you turn it on. It is a bit of a hassle.
My solution is to rewrite the MBR to the hard drive boot sector. This is the cure method.
Win7 under EasyBCD boot hard disk installation Ubuntu mentioned a tool EasyBCD, this tool is particularly easy to use in win7. Here, the task of rewriting the MBR is given to it. As shown in the figure, after the selection, the Write MBR (execution action) is completed.

Copyright © Windows knowledge All Rights Reserved