[SOLVED] Dual boot Ubuntu will not boot after install

Jamlev

Distinguished
Mar 19, 2012
69
0
18,530
I've installed Ubuntu 19.10 in a partition on an SSD alongside Windows 10. The installation went fine until I tried to reboot.

The PC now just loops and keeps restarting, black screen for a few seconds and reboot.

I've been into the BIOS and tried changing the boot priority for all three options but it still wont boot either into Ubuntu or Windows.

Also tried disabling Secure Boot and CSM but it makes no diff. It will boot to the Ubuntu USB stick though when the SSD is unplugged.

Mainboard is an ASUS TUF B450. Drive is a Kingston 500GB SSD.
 
Solution
Seems like GRUB is corrupted or not installed. It's an easy fix, start any distro on live CD and do the following:

Open terminal, login as root:
sudo -i

find out your linux disk :
fdisk -l

mount it:
mount /dev/sdaX /mnt

Recover:
grub-install --root-directory=/mnt /dev/sda

Original link
Seems like GRUB is corrupted or not installed. It's an easy fix, start any distro on live CD and do the following:

Open terminal, login as root:
sudo -i

find out your linux disk :
fdisk -l

mount it:
mount /dev/sdaX /mnt

Recover:
grub-install --root-directory=/mnt /dev/sda

Original link
 
Solution

TRENDING THREADS