Posts: 69
Threads: 12
Joined: Sep 2014
Reputation:
0
06-01-2018, 04:41 PM
(This post was last modified: 06-16-2018, 03:40 PM by Dana Marsee.)
[color=rgb(17, 17, 17)]
(SOLVED) I was running linuxlite 3.8 back in November and laptop would freeze after 20 minutes or so... Got it fixed by getting the info I needed (changed a line in grub or something). I just upgraded to Linuxlite 4.0 and it has started again. I can't find the information now. I think I had to add a line of commands to grub or something. I wish I could remember. Anybody have any ideas?[/color]
Posts: 212
Threads: 11
Joined: May 2018
(06-01-2018, 04:41 PM)Dana Marsee link Wrote: I think I had to add a line of commands to grub or something. I wish I could remember. Anybody have any ideas?
Try to reconfigure the grub:
sudo update-grub --output=/mnt/boot/grub/grub.cfg
Maybe you will have to fully recover the grub according to the instructions
here (NB: the page is in Russian, translate it in Chromium-browser or using other means). Good luck!
... let the dead bury their dead (Matthew 8:22)
Posts: 212
Threads: 11
Joined: May 2018
(06-02-2018, 01:53 PM)Dana Marsee link Wrote: Tried to reconfigure grub...."directory non-existent"
Certainly, the
directory SHALL be
non-existent, until you
mount the device with your Linux! 8)
Do you remember the terminal command? Here it is:
(06-01-2018, 09:43 PM)NN link Wrote: Try to reconfigure the grub:
sudo update-grub --output=/mnt/boot/grub/grub.cfg
mnt =
mount the
boot partition for the
grub
Open
gparted (it should be included in the distro) to see what number is the
sda partition of the
device with your prior Linux (in case you have several Linux'es on your HDD).
I have my Linux on
/dev/sda6 (your number may be different).
When you find out the number of
your sda partition, do the following (step by step):
sudo mount /dev/sda6 /mnt
sudo grub-install --root-directory=/mnt /dev/sda
sudo update-grub --output=/mnt/boot/grub/grub.cfg
Change "6" for YOUR number in the first command!!!
Wait until every command finishes successfully.
That's it! Enjoy!
... let the dead bury their dead (Matthew 8:22)
Posts: 69
Threads: 12
Joined: Sep 2014
Reputation:
0
Thank you so much....I give up. I re-installed 3.8. Nice to be on familiar ground.
Posts: 212
Threads: 11
Joined: May 2018
(06-02-2018, 10:52 PM)Dana Marsee link Wrote: Thank you so much...
You're welcome.
... let the dead bury their dead (Matthew 8:22)
Posts: 69
Threads: 12
Joined: Sep 2014
Reputation:
0
I tried to do that...unable to find where to do it so I wrote Solved at the head of the latest post.