Fwd: kernel updates for k12.04

Nils Kassube kassube at gmx.net
Sat Sep 23 06:45:20 UTC 2017


ray burke wrote:
> I am not using my upgraded K14.04lts as still problem with the dial up
> connecting (status 16),
> would you know how to check my connection when in K14.04/,until I get
> it  my k14.04lts
> going, I am still using k12.04.

As I explained in a previous mail, I can't help you with dial-up -
except maybe point you to this page (I have no idea if it is helpful):
<https://help.ubuntu.com/community/DialupModemHowto>

> Also would you know how I would reduce
> the number of Linux kernels thru my boot loader, as they are full, no
> more room?

Use the command

dpkg --get-selections |grep -e -generic

to find the installed kernels. I don't know which kernels are installed
on your system, so I send the output of the above command on my machine:

linux-generic                                   install
linux-headers-3.13.0-128-generic                install
linux-headers-3.13.0-129-generic                install
linux-headers-3.13.0-132-generic                install
linux-headers-generic                           install
linux-image-3.13.0-128-generic                  install
linux-image-3.13.0-129-generic                  install
linux-image-3.13.0-132-generic                  install
linux-image-extra-3.13.0-128-generic            install
linux-image-extra-3.13.0-129-generic            install
linux-image-extra-3.13.0-132-generic            install
linux-image-generic                             install

I want to keep the last two kernels, so I should remove the oldest
version 3.13.0-128. That would be this command:

sudo apt-get purge linux-headers-3.13.0-128-generic linux-image-3.13.0-128-generic linux-image-extra-3.13.0-128-generic


Nils





More information about the kubuntu-users mailing list