Upgrade kernel in Ubuntu
Today I need to upgrade my Ubuntu box from kernel 2.6 to 3.13, here are my few notes: 1. Check the current kernel root@xxx:~# uname -r 2.6.32-042stab108.5 2. Update your box root@xxx:~# apt-get update 3. Search for the kernel image Shell root@xxx:~# apt-cache search linux-image alsa-base – ALSA driver configuration files linux-image-3.13.0-24-generic – Linux kernel […]
Upgrade kernel in Ubuntu Read More »