Solve grub error solution when Win7 boot

  
                  

Many times, we may accidentally delete system files or other misoperations without knowing it, which will lead to the inability 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, and 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? As long as three lines of commands can be entered from grub into the system:

find --set-root /bootmgr (Enter) chainloader /bootmgr (Enter) boot (Enter)

But this Still not completely solved, if only here, then every time you turn on the next three lines of code, it is a bit troublesome.

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