03-13-2017, 05:02 AM
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
* Install grub to the MBR of sda drive
* Unmount the LL2 root partition
* Close terminal, shutdown live DVD and remove from tray. Then Reboot..
* Log in and update grub and reboot
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
LL4.8 UEFI 64 bit ASUS E402W - AMD E2 (Quad) 1.5Ghz - 4GB - AMD Mullins Radeon R2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2
LL5.8 UEFI 64 bit Test UEFI Kangaroo (Mobile Desktop) - Atom X5-Z8500 1.44Ghz - 2GB - Intel HD Graphics
LL4.8 64 bit HP 6005- AMD Phenom II X2 - 8GB - AMD/ATI RS880 (HD4200)
LL3.8 32 bit Dell Inspiron Mini - Atom N270 1.6Ghz - 1GB - Intel Mobile 945GSE Express -- Shelved
BACK LL5.8 64 bit Dell Optiplex 160 (Thin) - Atom 230 1.6Ghz - 4GB-SiS 771/671 PCIE VGA - Print Server
Running Linux Lite since LL2.2