Comment 79 for bug 1289977

Revision history for this message
Sylvain (sylvain1970) wrote :

Hi,
I solved this problem :

Grub installation with Ubuntu 14.04 live usb :

mount /dev/xxx /mount_point
(xxx like sda5 for example)

grub-install --root-directory=/mount_point /dev/xxx
(xxx like sda for example)

And reboot.

:-)