Removing GRUB Entries

This is a discussion about Removing GRUB Entries in the Everything Linux category; Hello, everytime I update my Ubuntu kernel, another entry is created on GRUB. How should I go about removing some entries? I think I can edit the menu. lst file and remove them, but I want to make sure I do it right.

Everything Linux 1798 This topic was started by , . Last reply by ,


data/avatar/default/avatar08.webp

3 Posts
Location -
Joined 2006-07-19
Hello, everytime I update my Ubuntu kernel, another entry is created on GRUB. How should I go about removing some entries? I think I can edit the menu.lst file and remove them, but I want to make sure I do it right.
 
## ## End Default Options ##
 
title Ubuntu, kernel 2.6.15-26-686
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/sda3 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-686
savedefault
boot
 
title Ubuntu, kernel 2.6.15-26-686 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/sda3 ro single
initrd /boot/initrd.img-2.6.15-26-686
boot
 
title Ubuntu, kernel 2.6.15-26-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sda3 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-386
savedefault
boot
 
title Ubuntu, kernel 2.6.15-26-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sda3 ro single
initrd /boot/initrd.img-2.6.15-26-386
boot
 
title Ubuntu, kernel 2.6.15-23-386
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/sda3 ro quiet splash
initrd /boot/initrd.img-2.6.15-23-386
savedefault
boot
 
title Ubuntu, kernel 2.6.15-23-386 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/sda3 ro single
initrd /boot/initrd.img-2.6.15-23-386
boot
 
title Ubuntu, memtest86+
root (hd0,2)
kernel /boot/memtest86+.bin
boot
 
### END DEBIAN AUTOMAGIC KERNELS LIST
 
I want to remove the 386 ones, leaving 686 and memtest.

Participate in our website and join the conversation

You already have an account on our website? To log in, use the link provided below.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This subject has been archived. New comments and votes cannot be submitted.
Jul 19
Created
Jul 20
Last Response
0
Likes
2 minutes
Read Time
User User
Users

Responses to this topic


data/avatar/default/avatar08.webp

3 Posts
Location -
Joined 2006-07-19
OP
Does uninstalling the kernel from Synaptic remove the entry from GRUB as well?
[Edited by DetroitBaseball on 2006-07-20 02:07:02]
 

data/avatar/default/avatar08.webp

3 Posts
Location -
Joined 2006-07-19
OP
Nevermind, I already took care of this. Solved. Thanks.