Linux Lite Forums
Installed CPUFREQ and computer will not boot to OS - Printable Version

+- Linux Lite Forums (https://www.freecinema2022.gq/forums)
+-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5)
+--- Forum: Other (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=20)
+--- Thread: Installed CPUFREQ and computer will not boot to OS (/showthread.php?tid=7000)



Installed CPUFREQ and computer will not boot to OS - Rapidrob - 05-23-2020

I did a stupid move. I downloaded CPUFREQ and open it up. My Quad core was set to 1.6 Ghz but is rated at 3.4 Ghz and shows this as a select-able option. I changed to the faster freq and now the computer will not boot to the OS. Grub screen is there but there is no RESTORE option to go to the backup HDD.
I can mount the primary OS HDD in an external reader. Is there any commands with steps on how to do it, to remove this CPUFREQ software from my HDD on the external dive?
Please help if you can.
Thank you.


Re: Installed CPUFREQ and computer will not boot to OS - Rapidrob - 05-23-2020

I was able to find many fles for CPUFREQ from today by running my HDD on an external reader on another computer.
Which files can I safely delete to be able to use my HDD again?
.gz
.py
list
Please help


Re: Installed CPUFREQ and computer will not boot to OS - DeepThought - 05-23-2020

You might be better off using a live cd and chroot into the old hdd, then uninstall CPUFREQ with

Code:
sudo apt purge cpufreq
this should remove any enabled services aswell as the files.

Google how to chroot using a live system.