what kernel package?

Lionel Porcheron lionel at alveonet.org
Fri May 19 10:03:38 UTC 2006


Rönnblom Janåke /Teknous a écrit :
> Ivan Krstic <krstic at fas.harvard.edu> on Thursday, May 18, 2006 at 7:21 PM +0000 wrote:
>   
>> Carl Karsten wrote:
>>     
>>> juser at tsp2:~$ uname -a
>>> Linux tsp2 2.6.15-21-386 #1 PREEMPT Fri Apr 21 16:43:33 UTC 2006 i686
>>>       
>> That's the desktop kernel. The default installed by the u-s CD should
>> have been set to the server kernel a while back. I'll see what's going
>> on; you should be using linux-image-server and linux-headers-server.
>>     
>
> Seem I might have the same problem. Running Dapper on a HP DL385 with dual 275s:
>
> admin at hugin:~$ uname -a
> Linux hugin 2.6.15-20-amd64-k8 #1 SMP PREEMPT Tue Apr 4 18:03:46 UTC 2006 x86_64 GNU/Linux
>
> How do I change to the appropiate server kernel and how do I remove the desktop ones?
>
> The server was installed a few months back...
>
>   
You should install "linux-image-server" kernel package as Ivan says, and
remove all desktop kernels. Check with dpkg -l which are presents and
apt-get remove them. You may have to remove restricted modules. The
commands sequence should look like this:

$ apt-get install linux-image-server

Reboot on the server image (be carrefull, Desktop kernel entries are
first in the grub menu)

$ dpkg -l linux-image*

And then, remove non server kernels:
$ apt-get remove --purge linux-image[complete with dpkg -l informations]
restricted-modules[complete with dpkg -l informations]

Regards,

Lionel





More information about the ubuntu-server mailing list