-------------------------------------------------------------------------------------------------------------------------------------------------------
For anybody who doesn't know how to do that. Here follows a short description of the steps to take to restore boot with a SolydXK live session:
Mount root partition:
Code: Select all
$ live-chroot /dev/sda2
Code: Select all
# cat /etc/fstab
# sudo blkid
Code: Select all
# mount /dev/sda4 /boot
# mount /dev/sda1 /boot/efi
Code: Select all
# grub-install /dev/sda
Update Grub2:
Code: Select all
# update-grub
Code: Select all
# umount /boot/efi /boot
# exit