the command to upgrade the kernel correctly

Asked by Ivan Zakharyaschev

Will just a simple "apt-get install linux-ac100" correctly install the new kernel, generate the new initramfs etc., and make it the one that is booted?

Or what is the way to correctly upgrade the kernel?

What about modules? Won't I loose any useful modules then?

(I've also posted the question about the command to upgrade the kernel in Ubuntu there: http://unix.stackexchange.com/q/46311/4319 )

Question information

Language:
English Edit question
Status:
Solved
For:
AC100_enablement Edit question
Assignee:
No assignee Edit question
Solved by:
Ivan Zakharyaschev
Solved:
Last query:
Last reply:
Revision history for this message
Launchpad Janitor (janitor) said :
#1

This question was expired because it remained in the 'Open' state without activity for the last 15 days.

Revision history for this message
Ivan Zakharyaschev (imz) said :
#2

I was also concerned with the kernel modules not being lost when upgrading, but it seems Ubuntu doesn't have separate packages for kernel modules: ` dpkg --search /lib/modules/*` outputs only linux-image-3.0.27-1-ac100. So there is no such problem.

http://unix.stackexchange.com/a/46328/4319 :

"On Ubuntu, there is no special command to upgrade the kernel. All kernels come with the standard packaging mechanism. If you run the usual upgrade commands, either from the graphical interface (that's what most Ubuntu users use), or from the command line (apt-get update && apt-get upgrade). The package's post-installation scripts take care of updating the bootloader and the initramfs."

Revision history for this message
Ivan Zakharyaschev (imz) said :
#3

When asking the question, what I was mostly concerned with was my concern that the kernel modules not being lost when upgrading, but it seems Ubuntu doesn't have separate packages for kernel modules: ` dpkg --search /lib/modules/*` outputs only linux-image-3.0.27-1-ac100. So there is no such problem.

http://unix.stackexchange.com/a/46328/4319 :

"On Ubuntu, there is no special command to upgrade the kernel. All kernels come with the standard packaging mechanism. If you run the usual upgrade commands, either from the graphical interface (that's what most Ubuntu users use), or from the command line (apt-get update && apt-get upgrade). The package's post-installation scripts take care of updating the bootloader and the initramfs."