Thread: 11.10 find kernel
just did upgrade 11.10. running 11.04 on kernel 3.1.0-999 not work 11.10. bad monitor settings , non consistent mouse. had 3.0.14 in grub list , using , awesome. synaptic not list 3.1.0-999 kernel installed , neither ubuntu software program. need proper package name purge kernel system can not find it. find references in boot folder not complete , proper package name , seem need rid of it.
able me?
thanks, keith
run following command terminal:
this list kernel in use.code:uname -r
this should list kernels may having on ubuntu. remove unwanted kernels use command below.code:dpkg -l linux-* | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | xargs sudo apt-get --dry-run remove
code:dpkg -l linux-* | awk '/^ii/{ print $2}' | grep -v -e `uname -r | cut -f1,2 -d"-"` | grep -e [0-9] | xargs sudo apt-get -y purge
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Installation & Upgrades [lubuntu] 11.10 find kernel
Ubuntu

Comments
Post a Comment