2011年2月2日 星期三

How to clean up the boot menu of Ubuntu after upgrade?

1. check the current version you use:
   "uname -r"
2. see all the installed kernel images in your system:
   "ls /boot/vmlinuz*"
3. remove the old kernels:
   "sudo apt-get remove linux-image-[version]-generic"
4. update the grub
   "sudo update-grub"

沒有留言: