Advertising

Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl

[ Solved ] Kernel doesn't change or New Kernel doesn't get picked

Started by way12go, June 27, 2015, 02:21:10 PM

Previous topic - Next topic

way12go

I installed Sparkylinux 4 LXDE 32 bit and installed liquorix pae kernel and it's not getting selected on next boot.

Update: Same issue with desktop

Success gives birth to success? Failure gives birth to failure? - Sagar Gorijala.

way12go

Am I supposed to do this?

Quotehttp://askubuntu.com/questions/360416/latest-kernel-not-working

You have to re-configure the packages/drivers installed for latest kernel

It will do nothing but set-up/configure the packages which was meant for your oldest kernel.

Here is the possible solution

Follow these steps precisely:

During boot select the Recovery Mode of your latest kernel and start your system in Recovery Mode

Once your system starts in recovery mode chose grub option listed in the menu. It will prompt you to mount your system in read/write mode. Chose yes. After updating grub it will exit and will come back to the menu.

This time chose root and execute following commands to re-configure your packages:

apt-get autoclean && apt-get autoremove
dpkg --configure -a
dpkg-reconfigure $(dpkg -l | grep xserver | awk '{print $2}' | tr '\n' ' ')
dpkg-reconfigure -a
dpkg-reconfigure -a would take some time depends upon packages installed in your system. so please wait for it to complete. If it doesn't give any messages means it executes successfully. If it gives any message just note it and post in comment

dpkg-reconfigure lightdm
press Tab to highlight Ok and then Enter to exit.

update-initramfs -u
reboot
Once your system restarts chose again your latest kernel normal mode and see what happens.. You should not get black-locked screen this time.

Reply if something goes wrong, or you get any error message in any particular command. Mention the command with the error message.
Success gives birth to success? Failure gives birth to failure? - Sagar Gorijala.

way12go

[ Solved ] Kernel doesn't change or New Kernel doesn't get picked

I went root pcmanfm and deleted the two old kernel files

and performed

sudo update-grub

and reboot

new kernel working.
Success gives birth to success? Failure gives birth to failure? - Sagar Gorijala.

View the most recent posts on the forum