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 - Valtam - 12-22-2016 Is there anyone willing to try the 32bit kernel? I need to know if this is just me that it is quirky with. It won't bork your system, if it does the same as it does here, you just won't be able to boot into it from Grub. If that is the case, just reboot into your usual kernel from Grub. Re: Linux Lite Kernel - firenice03 - 02-10-2017 (12-22-2016, 02:02 AM)Jerry link Wrote: Is there anyone willing to try the 32bit kernel? I need to know if this is just me that it is quirky with. It won't bork your system, if it does the same as it does here, you just won't be able to boot into it from Grub. If that is the case, just reboot into your usual kernel from Grub.Missed this Jerry - If you're still needing someone to test I can try it out on the Mini... Re: Linux Lite Kernel - Valtam - 02-10-2017 Yes please. Re: Linux Lite Kernel - firenice03 - 02-10-2017 So for 32-bit 4.9... It did boot and got to desktop.... Issues noticed right off:
Let me know if you need anything from the system, I could access terminal and use the keyboard... Re: Linux Lite Kernel - Valtam - 02-10-2017 The build for 4.9 32bit kept erroring out, and I could not find the cause. Hopefully 4.10 will be hassle free. Re: Linux Lite Kernel - firenice03 - 02-10-2017 Glad I could assist.. Code: Hopefully 4.10 will be hassle free. Ditto.. Re: Linux Lite Kernel - Valtam - 02-20-2017 4.10 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.10.0 linux-image-linuxlite-4.10.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. Re: Linux Lite Kernel - light_user - 04-19-2017 (02-20-2017, 04:55 AM)Jerry link Wrote: 4.10 Linux Lite Kernel is now available for 32 & 64bit machines. I have a question: Generally the kernel consist of 3 packages: linux-headers, linux-image, linux-image-extra. I notice that in the custom kernels the package "extra" is not include (exist only: linux-headers-linuxlite and linux-image-linuxlite) Why? The linux-image-extra is not important? Re: Linux Lite Kernel - Valtam - 04-19-2017 (04-19-2017, 12:49 PM)light_user link Wrote: [quote author=Jerry link=topic=474.msg29530#msg29530 date=1487566514] I have a question: Generally the kernel consist of 3 packages: linux-headers, linux-image, linux-image-extra. I notice that in the custom kernels the package "extra" is not include (exist only: linux-headers-linuxlite and linux-image-linuxlite) Why? The linux-image-extra is not important? [/quote] I'm certainly open to that, given that it contains additional drivers. We'll take a look at the next Kernel release. Cheers. Re: Linux Lite Kernel - light_user - 04-19-2017 (04-19-2017, 01:13 PM)Jerry link Wrote: [quote author=light_user link=topic=474.msg31229#msg31229 date=1492606192] I have a question: Generally the kernel consist of 3 packages: linux-headers, linux-image, linux-image-extra. I notice that in the custom kernels the package "extra" is not include (exist only: linux-headers-linuxlite and linux-image-linuxlite) Why? The linux-image-extra is not important? [/quote] I'm certainly open to that, given that it contains additional drivers. We'll take a look at the next Kernel release. Cheers. [/quote] Thank you! As a novice user I want to say that I am very impressed from your work on Linux Light! |