If you boot to same bit-width kernel (32/64) that have installed you can chroot to main system and recover by your Linux discto commans:
mount /dev/sdX /mnt sudo mount --bind /dev /mnt/dev && sudo mount --bind /dev/pts /mnt/dev/pts && sudo mount --bind /proc /mnt/proc && sudo mount --bind /sys /mnt/sys sudo chroot /mnt grub-install /dev/sdX update-grub
Check that partition with /boot directory:
$ mount /dev/sdX /mnt $ ls -l /mnt/boot/grub
vga=mode
Specifies the VGA text mode that should be selected when booting. mode defaults to the VGA mode setting in the kernel image. The values are not case-sensitive. They are:
F00 80x25 F01 80x50 F02 80x43 F03 80x28 F05 80x30 F06 80x34 F07 80x60 F09 132x25 F0A 132x43 F0B 132x50 F0C 132x60 100 40x25 154 132x43 155 132x25 164 132x60 165 132x50 120 132x25 121 132x43 122 132x50 123 132x60