03-19-2017, 10:10 PM
(03-13-2017, 05:02 AM)firenice03 link Wrote: Not sure if this would work in your case.. But I pooched my LL3.2 (updated from 3.0) grub when I dual booted LL3.4..
I pretty much copied grub from a Live USB mostly the following as suggested by gold_finger:
* Mount the LL2 root partition on the HDD to the live environment
Code:sudo mount /dev/sdXY /mnt
* Install grub to the MBR of sda drive
Code:sudo grub-install --boot-directory=/mnt/boot /dev/sdX
* Unmount the LL2 root partition
Code:sudo umount /dev/sdXY
* Close terminal, shutdown live DVD and remove from tray. Then Reboot..
* Log in and update grub and reboot
Code:sudo update-grub
I've been doing this.... Funny thing is the last time I tried it, it didn't work. But after I copied back the cfg file from my usb drive things started working. I got no idea.