How do I remove unwanted entries in linux mint boot loader?
feedback
|
|
The proper way is to modify the | |||
|
feedback
|
|
If your unwanted entries are for older versions of the Linux kernel, after new ones have been installed by the package update, you can manually remove the packages for those old versions. For example, after an upgrade to 2.6.28-18, my machine still had a pair of references to 2.6.28-11 in the boot loader. I removed them by executing:
Other entries will have to be removed by hand from the grub configuration files. | |||
|
feedback
|