LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[SOLVED] Trouble with GRUB re-installation
#2
(11-14-2015, 06:16 PM)antenor link Wrote: In order to avoid troubles with GRUB conflicts I installed each fresh installed distro's GRUB on each one's / and over them all I tried to re-install
Lite's GRUB

If you installed (grub) boot loader for other distros to their respective root partitions, then all you needed to do is boot back into LL afterwards and run this command to add them to LL grub's boot menu:
Code:
sudo update-grub]
Because of modifications made to LL's grub configuration, trying to boot LL from the grub of a different distro ends up being extremely difficult.  Therefore always a good idea to leave LL's grub in charge of booting the machine (which is what you were trying to do).  In your case, you didn't need to try installing LL's grub to each distro's root partition afterwards (if that's what you were doing) and that ended up just causing problems.

Now, to get LL booting again, boot from live LL disk and follow instructions below in a terminal.  Each line below needs to be entered separately and in the order shown.   [Note: anywhere you see "XY" or "X", change that to the correct drive letter ("X") and partition number ("Y") for your LL root partition.]

Code:
sudo mount /dev/sdXY /mnt
for i in /dev /dev/pts /proc /sys; do sudo mount -B $i /mnt$i; done
sudo chroot /mnt
grub-install /dev/sdX
update-grub
exit
for i in /sys /proc /dev/pts /dev; do sudo umount /mnt$i; done
sudo umount /mnt
Try Linux Beginner Search Engine for answers to Linux questions.
Reply


Messages In This Thread
Re: [SOLVED] Trouble with GRUB re-installation - by gold_finger - 11-16-2015, 11:58 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)