hi Denko, did you put the bootloader on the master boot record of the disk, or just the partition? You should be able to fix it from a live CD. Use it first to check what's on your PC with GParted or with
- Code: Select all
sudo fdisk -lu
then use the following terminal commands.
- Code: Select all
sudo mount /dev/sdXY /mnt
replace X and Y with the appropriate drive and partition for Mint boot.
- Code: Select all
sudo grub-install --root-directory=/mnt /dev/sdX
note - there's a gap between =/mnt and /dev, and no partition number after sdX.
re-boot into Mint then
- Code: Select all
sudo update-grub
Any further problems post back here, regards