Grub

From Ilianko

Re: grub rescue message after install of disk image

Post by austin.texas » Sat Jul 22, 2017 12:58 pm I think you will have to use your live Mint DVD. Mount the Mint root partition at /mnt:

Code: Select all

sudo mount /dev/sda3 /mnt

Enter all these commands:

Code: Select all

for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done

Code: Select all

sudo chroot /mnt

The prompt will change to a root prompt.

Code: Select all

update-initramfs -u

Install Grub to sda. This will replace EasyBCD.

Code: Select all

grub-install --recheck /dev/sda

Code: Select all

update-grub

CTRL-D to exit chroot CTRL-D to exit the terminal Your new Grub menu should list both Mint and Windows. Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI Linux Linx 2018 Top