View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#179
Originally Posted by kolos View Post
The easiest way is to use FileBox. Go to boot/multiboot directory and delete vmlinuz-2.6.28.NIT.06 kernel. Then go to etc/multiboot.d and delete item file for same kernel (2.6.28.NIT.06). Finally go to lib/modules and delete folder 2.6.28.NIT.06.
If he has installed nitdroid-kernel with package manager, thats pretty messy and I wouldn't recommend it.

First you should search which kernels you have installed:
Code:
apt-cache search nitdroid-kernel
And then remove everything else except the one with the largest number like this:
Code:
apt-get remove nitdroid-kernel-2.6.28-06

Last edited by laasonen; 2011-05-11 at 22:59.
 

The Following 2 Users Say Thank You to laasonen For This Useful Post: