Linux Lite Kernel - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=30) +--- Thread: Linux Lite Kernel (/showthread.php?tid=458) |
Re: Linux Lite Kernel - chapa - 03-27-2016 How uninstall 4.5.0-linuxlite ? Quote:chapa@pc-ll:~$ fgl_glxgears Thanks. PS sudo apt-get remove linux-image-linuxlite-4.5.0 sudo apt-get remove linux-headers-linuxlite-4.5.0 sudo update-grub right? Re: Linux Lite Kernel - rokytnji - 03-27-2016 (03-27-2016, 11:37 AM)chapa link Wrote: How uninstall 4.5.0-linuxlite ? right Re: Linux Lite Kernel - newtusmaximus - 03-27-2016 Update Kernel to 4.5.0 from 4.0.0 Toshiba Sat Pro A10 (2003), 1 GB Ram, PCMIA 3com wifi, all appears to be working OK on Kernel 32 bit Re: Linux Lite Kernel - Valtam - 05-16-2016 4.6 Linux Lite Kernel is now available for 32 & 64bit machines. Open a terminal and do: Code: sudo apt-get update && sudo apt-get install linux-headers-linuxlite-4.6.0 linux-image-linuxlite-4.6.0 -y Ignore any errors in the terminal. IMPORTANT: Only install this kernel if you need it or if you are adept at getting out of trouble from a TTY. Look forward to your feedback. Thank you. Re: Linux Lite Kernel - Valtam - 06-15-2016 Added Kernels 3.13.0 & 3.14.0 as requested. This brings the total number of kernels Linux Lite offers to 15, which from the little research I have done, makes us one of the largest supplier of custom kernels for any Ubuntu based distro, with 2Gb worth of kernels. Code: 2.0G ./pool/main/l/lite-kernel These are untested in Linux Lite 3.0 so you must install them in a Virtual Machine first before installing on your main computer. Code: sudo apt-get update && sudo apt-get install linux-headers-linuxlite-3.13.0 linux-image-linuxlite-3.13.0 -y OR: Code: sudo apt-get update && sudo apt-get install linux-headers-linuxlite-3.14.0 linux-image-linuxlite-3.14.0 -y Linux Lite Kernel 3.13.0 working perfectly in LL 3.0 - Ottawagrant - 06-15-2016 I ran your above script & got a failure. I ran it a second time & it worked perfectly. As you mentioned, I did get an error message (which I ignored). Rebooted & am running kernel 3.13.0 as I write this. Double checked everything in grub-customizer & then deleted all the other kernels in Lite Tweaks/Kernel remover. Sorry all of you had the extra work, but thank you very much for putting all those extra kernel's up for us. Doing so has allowed me to run LL 3.0 x64 on my 3.33mhz HP, with 4gb. memory. And when the kernel support expires, I'll move up to the next kernel. Nice & easy to do now - Thanks again! Re: Linux Lite Kernel - Valtam - 06-15-2016 Great! Sent from my phone using Tapatalk Re: Linux Lite Kernel - Ottawagrant - 06-15-2016 It seems there's an odd quirk when you run the script "sudo apt-get update && sudo apt-get install linux-headers-linuxlite-3.13.0 linux-image-linuxlite-3.13.0 -y". I wouldn't of noticed except I just ran it on my netbook, after doing it on my HP. I really don't know if it's a bug or not, but it happened exactly the same way, on two different computers. It seems as soon as the script generates an error message it installs kernel 3.13.0 AND 4.4.0-24, if you don't have it. For example my netbook had kernel 4.4.0-21. I wouldn't of noticed except I read it as the error messages happened, and all three kernels showed up in grub-customizer, and on the boot splash. Once I made sure that 3.13.0 was the first kernel boot in grub customizer I rebooted & removed the others in Lite Tweaks/Kernel remover. All's good. I suspect this only happens if you don't have the latest kernel version installed. Re: Linux Lite Kernel - Valtam - 06-16-2016 @Ottawagrant thanks for pointing that out. Re: Linux Lite Kernel - firenice03 - 06-21-2016 Updated kernel from, 4.4 to 4.5 and 4.6 (see if any differences) on the Kangaroo... So far so smooth 8) - |