I already looked that this.... https://www.linuxliteos.com/forums/insta...te-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.
System: Host: gregory-Vostro-400 Kernel: 4.4.0-42-generic x86_64 (64 bit gcc: 5.4.0)
Desktop: Xfce 4.12.3 (Gtk 2.24.28) Distro: Ubuntu 16.04 xenial
Machine: System: Dell product: Vostro 400
Mobo: Dell model: 0GN723 v: ��� Bios: Dell v: 1.0.15 date: 06/23/2008
CPU: Dual core Intel Core2 Duo E4600 (-MCP-) cache: 2048 KB flags: (lm nx sse sse2 sse3 ssse3) bmips: 9576
clock speeds: max: 2400 MHz 1: 2000 MHz 2: 2000 MHz
Graphics: Card: NVIDIA GT218 [GeForce 210] bus-ID: 01:00.0
Display Server: X.Org 1.18.4 drivers: nvidia (unloaded: fbdev,vesa,nouveau)
Resolution: [email protected]
GLX Renderer: GeForce 210/PCIe/SSE2 GLX Version: 3.3.0 NVIDIA 340.96 Direct Rendering: Yes
Audio: Card-1 NVIDIA High Definition Audio Controller driver: snd_hda_intel bus-ID: 01:00.1
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver: snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.4.0-42-generic
Network: Card: Intel 82562V-2 10/100 Network Connection driver: e1000e v: 3.2.6-k port: ff00 bus-ID: 00:19.0
IF: enp0s25 state: up speed: 100 Mbps duplex: full mac: <filter>
Drives: HDD Total Size: 595.8GB (18.2% used) ID-1: /dev/sda model: HITACHI_HTS54323 size: 320.1GB
ID-2: /dev/sdb model: Hitachi_HDP72502 size: 250.0GB ID-3: USB /dev/sdc model: Cruzer_Edge size: 8.0GB
ID-4: USB /dev/sdd model: Cruzer_Glide size: 15.7GB
ID-5: USB /dev/sde model: USB_SD_Reader size: 2.0GB
Partition: ID-1: / size: 286G used: 12G (5%) fs: ext4 dev: /dev/sda2
ID-2: swap-1 size: 8.07GB used: 0.00GB (0%) fs: swap dev: /dev/sda1
RAID: No RAID devices: /proc/mdstat, md_mod kernel module present
Sensors: System Temperatures: cpu: 40.0C mobo: N/A gpu: 0.0:60C
Fan Speeds (in rpm): cpu: N/A
Info: Processes: 226 Uptime: 2:45 Memory: 2294.2/3950.2MB Init: systemd runlevel: 5 Gcc sys: 5.4.0
Client: Shell (bash 4.3.461) inxi: 2.2.35I 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?
Does anyone know how to use the mouse wheel or keyboard shortcuts to scroll through gedit tabs? I know it can be done in Linux Mint Cinnamon, which I have running in a virtual machine at work. I cannot do either with gedit in Linux Lite.
I'm trying to learn Python, and it's a tad tedious when everything in the terminal is the same color. Does anyone know how to make a colored bash prompt in Linux Lite? I have seen the process demonstrated in this 1 minute video, but Linux Lite doesn't have the code in its /.bashrc file like the .bashrc file used in this video.
https://www.youtube.com/watch?v=uyYDMiU-RXM
As the title says, how do i make linux lite look modern. Like some modern themes/icons. Sorry for my bad english.
Looking at this video today reminded me that I'd like to have color in the terminal prompt. It adds some contrast.
https://www.youtube.com/watch?v=5z_P_QModzs
I'm a fan of Tux. Friendly, approachable, yet somehow crisp and computer-y. I think all Linux distros should, as a matter of branding, have him in their logos or icons. Different distros would have him in different situations, holding different tools, doing different things, wearing different accessories, etc. Or at the very least have the distro logo on his belly like a Care Bear.
Here's a link to an image I threw together of Tux sitting on the Linux Lite feather. In it, Tux is apparently so light the feather can support him as it floats about. What better way to convey not merely that this OS is light, as the feather on its own does, but also that this is a version of Linux, specifically, that is light?
Sorry to Jerry if this is sacrilege...
http://imgur.com/6pX6Uil
Hi
I followed the steps in Help Guide and stopped in this point.
This is my original fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=3675cb98-88ea-4020-aa45-03f6f2cd64c3 / ext4 errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=96b87783-47cb-4268-b3a2-0e5d63e770a6 none swap sw 0 0
After including noatime, :
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
# / was on /dev/sda1 during installation
UUID=3675cb98-88ea-4020-aa45-03f6f2cd64c3 / ext4 noatime,errors=remount-ro 0 1
# swap was on /dev/sda5 during installation
UUID=96b87783-47cb-4268-b3a2-0e5d63e770a6 none swap sw 0 0
because my ssd only have / partition, my edited rc.local file should be:
#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.
LOG=/var/log/trim.log
echo “*** $(date -R) ***” >> $LOG
fstrim -v / >> $LOG
echo " " >> $LOG
exit 0
Or should I keep the original rc.local file containing /boot and /home? I’m not sure
Thanks for help
Could Etcher be included in lite software.....?.
Just a thought.
I have just run the upgrade from 14.04 to 16.04 - there were several System Program failures and at the end a screen showed that the upgrade had failed. However the system is indeed 16.04.1 LTS even though several packages were missing (Gparted, Pulse Audio, etc)
But at the first attempt to boot up the system I enter my password and nothing happens - simply the "Logging in ..." mention.
How can I break into a terminal from this screen? Or force the system into some sort of life. All the alternative boot entries are 16.04.1 so I can't go back to 14.04.
Any ideas?
Thanks in advance.
Hi, I have recently installed LL 3.0 on my family's Dell Precision M70 laptop (Intel Pentium M 740) which contains a Quadro FX Go 1440 nvidia card and with the install of latest legacy binary drivers (304...) through install drivers menu I have the option to use the preferred 1440x900 resolution instead of the 1920x1200 which just looks way too small on the screen. However my issue is that it does not actually set it to 1440x900 where the screen fits the resolution. Rather it seems the OS is still fully at 1920x1200 but shows only 1440x900 portion of it with the mouse scrolling the rest of the screen as it reaches the edge. How do I solve this so that the resolution is *actually* 1440x900 without scrolling the screen?
