Skip to main content

FIX Grub Rescue Error on Dual Boot for Linux/Windows

Grub Rescue Error will appear after uninstalling or formated of existing Linux operating system. It won't let you boot into Windows, in case of a dual boot. This can be removed by using either Windows System Restore disk or Live USB.
In the following texts, you will know about how to remove GRUB from the PC using a live USB.

Follow these steps carefully:-
  • At first, you need to download any Linux operating system ISO image file (ex: Ubuntu, Linux Mint). Make a bootable USB flash drive using Rufus. Download HERE.
  • Make sure External Boot is enabled in BIOS or UEFI firmware settings.
  • Plug-in USB flash drive and start the Linux Mint (Don't Install). You will get a screen like this 
 
  1.  
  • Make sure you are connected to a working internet connection.
  • Then open the terminal (ctrl+alt+t). Type the following commands one by one 
         sudo apt-add-repository PPA:yannubuntu/boot-repair
         sudo apt-get update
         sudo apt-get install boot-repair


  •    Let's start with the first command, copy and paste the command in the terminal and hit enter. (         sudo apt-add-repository PPA:yannubuntu/boot-repair
    )
  • Now enter the second command and click enter. (sudo apt-get update) 

  • Finally the third command (sudo apt-get install boot-repair). This will install the Boot-repair application in your live USB.

  • Open the Boot-repair application by searching in the dashboard or enter this command (boot-repair) in the terminal. Now boot-repair will open up.
  • Now click on  "Recommended Repair", it will do the rest of the things for you. Wait until it completes. 
  • When it's done a pop-up will appear like this saying successfully repaired boot.


Restart your system. It will boot into windows automatically without any errors.
Still, if you face any issues please do make a comment or send a message through the chatbox.

LIKE>>>>>>>SHARE>>>>>>>>SUBSCRIBE

Comments

Popular posts from this blog

All MTK Mediatek Scatter Files

Sp flash tool or any flash tool requires a Scatter file to install the OS. Scatter file detects memory blocks and configuration of the mobile. You cannot flash the custom ROM (or) Original ROM without a scatter file when your device is soft-bricked. So here I have provided all types of Mediatek Scatter files for easy installation. Scatter files contains important specifications like storage, Boot channel, System memory, Partition Index, Operator Type, Platform (MTK) etc... Downloads: MT6571 scatter file  Download Here MT6572 scatter file  Download Here MT6573 scatter file  Download Here MT6575 scatter file  Download Here MT6577 scatter file  Download Here MT6582 scatter file  Download Here MT6589 scatter file  Download Here MT6592 scatter file  Download Here MT6735M scatter file  Download Here MT6752 scatter file  Download Here MT6753 scatter file  Download Here ...

Mediatek 6592 Scatter File for Flash Tool

Basically, the SP flash tool or any Flash Tool requires a scatter file to define the parameters of the Processor. Here I have provided a scatter file for the Mediatek processor of variant namely MTK 6592. Download Links are below. Without a scatter the Flash Tool doesn't recognize your device and your Firmware, so a scatter file must be provided for the SP Flash Tool or any other to detect your Firmware and your device. Generally, the MTK processor has different scatter files for their variants. These scatter files are in the format of text. Scatter file contains important specifications like Platform - MTK6592 Storage Boot Channel System Memory Partition Index Partition Name Region Operator Type Physical start address File Name And much more like this. When you load the Scatter file into SP Flash Tool it looks like below If it is loaded like this then the Scatter file is correct and doesn't contain any errors. You can flash your device Firmware, R...