timelord726
March 13th, 2006, 08:05 AM
My GRUB menu.lst file contains the following options:
title Ubuntu, kernel 2.6.12-10-amd64-k8 Default
root (hd1,0)
kernel /boot/vmlinuz root=/dev/sdb1 ro quiet splash
initrd /boot/initrd.img
savedefault
boot
title Ubuntu, kernel 2.6.12-10-amd64-k8 Default (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz root=/dev/sdb1 ro single
initrd /boot/initrd.img
boot
title Ubuntu, kernel 2.6.12-10-amd64-k8
root (hd1,0)
kernel /boot/vmlinuz-2.6.12-10-amd64-k8 root=/dev/sdb1 ro quiet splash
initrd /boot/initrd.img-2.6.12-10-amd64-k8
savedefault
boot
title Ubuntu, kernel 2.6.12-10-amd64-k8 (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.12-10-amd64-k8 root=/dev/sdb1 ro single
initrd /boot/initrd.img-2.6.12-10-amd64-k8
boot
I am curious to know, what is the difference between the kernel choices marked "Default" and those not marked "Default." Probably a silly question but I have been wondering this ever since I installed the AMD64 version of Ubuntu. Are either of these safe to remove? If I wanted to remove one, which should I remove?
Thanks very much!
title Ubuntu, kernel 2.6.12-10-amd64-k8 Default
root (hd1,0)
kernel /boot/vmlinuz root=/dev/sdb1 ro quiet splash
initrd /boot/initrd.img
savedefault
boot
title Ubuntu, kernel 2.6.12-10-amd64-k8 Default (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz root=/dev/sdb1 ro single
initrd /boot/initrd.img
boot
title Ubuntu, kernel 2.6.12-10-amd64-k8
root (hd1,0)
kernel /boot/vmlinuz-2.6.12-10-amd64-k8 root=/dev/sdb1 ro quiet splash
initrd /boot/initrd.img-2.6.12-10-amd64-k8
savedefault
boot
title Ubuntu, kernel 2.6.12-10-amd64-k8 (recovery mode)
root (hd1,0)
kernel /boot/vmlinuz-2.6.12-10-amd64-k8 root=/dev/sdb1 ro single
initrd /boot/initrd.img-2.6.12-10-amd64-k8
boot
I am curious to know, what is the difference between the kernel choices marked "Default" and those not marked "Default." Probably a silly question but I have been wondering this ever since I installed the AMD64 version of Ubuntu. Are either of these safe to remove? If I wanted to remove one, which should I remove?
Thanks very much!