Re: Wow -- the boys at Canonical must be working overtime!
If you made or received a Kubuntu Live CD, you can boot that and learn the kernel version by typing
in the console. Same with your running OS.
Usually a kernel upgrade is released for all current versions of the OS, so I assume that it is available for all Gutsy installations, regardless of whether 32-bit or 64-bit.
Yes, a kernel upgrade will always add the new kernel to the top of the boot menu, preserving all others. So, your boot menu tends to grow over time. It's not a problem -- you can choose to remove older, unwanted kernels and they will be deleted from the boot menu as well as removed from your system.
If you made or received a Kubuntu Live CD, you can boot that and learn the kernel version by typing
Code:
uname -a
Usually a kernel upgrade is released for all current versions of the OS, so I assume that it is available for all Gutsy installations, regardless of whether 32-bit or 64-bit.
Yes, a kernel upgrade will always add the new kernel to the top of the boot menu, preserving all others. So, your boot menu tends to grow over time. It's not a problem -- you can choose to remove older, unwanted kernels and they will be deleted from the boot menu as well as removed from your system.
Comment