Installing 3.13 Kernel - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Software - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=5) +--- Forum: Installing Software (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=18) +--- Thread: Installing 3.13 Kernel (/showthread.php?tid=3398) |
Installing 3.13 Kernel - TuxInAGalaxy - 10-16-2016 I already looked that this.... https://www.freecinema2022.gq/forums/installing-software/linux-lite-kernel/ And I see that we got a thread going on and on and on. In Linux Mint there is a simple graphical installer for the kernels. When I'm running Mint I often have more than one kernel on my system and I also have the grub customizer to help me keep things in the order I want them in. Currently I am running this machine specs. Code: System: Host: gregory-Vostro-400 Kernel: 4.4.0-42-generic x86_64 (64 bit gcc: 5.4.0) I think I'm having some issues due to the 4.4.0-42-generic x86_64 (64 bit gcc: 5.4.0) I want to try and install the 3.13 kernel because when I was running Mint on this machine it seemed to run happier on that kernel. One thing I don't understand about Ubuntu, Linux Lite and others based on Ubuntu is how to locate and install other kernels. How can I can install kernel 3.13? Don't worry if I can only get some other kernels installed I can recover from boot errors. I make the grub menu show up and all I need to do is select a different kernel if something doesn't go right. Also how do you remove a kernel from Lite? Re: Installing 3.13 Kernel - torreydale - 10-16-2016 You can use Install/Remove Software (ie. Synaptic Package Manager) to install the linux header and linux image of the kernel version you want. You can then use Lite Tweaks to remove the kernel(s) you don't want. But I don't know if running a Ubuntu 16.04 based version of Linux Lite (ie. the 3.x series) will fair well with the 3.13 kernel. It is maintained for the Ubuntu 14.04 LTS based distros. Re: Installing 3.13 Kernel - Valtam - 10-16-2016 Install: Code: sudo apt-get update && sudo apt-get install linux-headers-linuxlite-3.13.0 linux-image-linuxlite-3.13.0 -y Reboot, choose 3.13 from Grub and boot. Remove old kernel: Menu, System, Lite Tweaks, Kernel Removal. Re: Installing 3.13 Kernel - TuxInAGalaxy - 10-17-2016 (10-16-2016, 02:34 AM)Jerry link Wrote: Install: Thank you I will try that and report back. Re: Installing 3.13 Kernel - Valtam - 10-23-2016 Any luck TuxInAGalaxy? Re: Installing 3.13 Kernel - TuxInAGalaxy - 07-31-2017 (10-23-2016, 09:00 PM)Jerry link Wrote: Any luck TuxInAGalaxy? Yes everything worked out fine. |