Insert Grub console picture here
run the following commands
- ls
Will show you all the drive parations
(hd0,gpt1)
- ls (hdo,gpt1)/
Will give you a listing of all the files on the dive
- Find the drive that contains /boot
(hd0,gpt1)/boot
- locate the grub.cfg
configfile /PathToFile/grub.cfg
configfile (hd0,gpt1)/boot/grub/grub.cfg
Grub boot menu should start.
Kernel is now running
Fix any broken packages
dpkg –configure -aCheck systemctl
Look for any errors that may have occured.
Fix any filesystem errors that may have occures
look in /dev/disk/by-uuid
Perform fsck on any drives that require a repair.
fsck /dev/disk/by-uuid/abc456Often the grub loader cannot find the efi file
sudo apt install grub-efi-amd64