Announcement

Collapse
No announcement yet.

Grub options 2-6-20-15 / 2-6-20-16?? What's the diff?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Grub options 2-6-20-15 / 2-6-20-16?? What's the diff?

    The Grub screen gives several options for each OS. Sticking with Kubuntu, I get at least 4 options for it: 2-6-20-15, 2-6-20-15 (Recovery) and same but 2-6-20-16. Could someone explain what the difference is?

    Cheers.

    #2
    Re: Grub options 2-6-20-15 / 2-6-20-16?? What's the diff?

    Kernel upgrades. 2-6-20-15 vs -16 is the result of a kernel upgrade. The option to boot from one or the other is retained so that if one has issues with the newer kernel, you can reboot and use the older. The recovery items (for each) are to boot into single-user mode.
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Grub options 2-6-20-15 / 2-6-20-16?? What's the diff?

      Some of the updates you've done are kernel updates. Kubuntu automatically keeps the old kernel boot options in the grub menu just in case there is a problem with the kernel update. If there is a problem with the new one, you still have the option to boot to the old one. Sort of a safety fallback.
      If you seem to have no issues with the new kernel, you can edit your menu.lst file and put a # (pound symbol) in front of the lines having to do with the old kernels. Then they will no longer show up in the grub boot list.

      Like this:

      Code:
      #title		Ubuntu, kernel 2.6.20-15-generic
      #root		(hd0,4)
      #kernel		/boot/vmlinuz-2.6.20-15-generic root=/dev/hda5 ro quiet splash
      #initrd		/boot/initrd.img-2.6.20-15-generic
      #quiet
      #savedefault
      
      #title		Ubuntu, kernel 2.6.20-15-generic (recovery mode)
      #root		(hd0,4)
      #kernel		/boot/vmlinuz-2.6.20-15-generic root=/dev/hda5 ro single
      #initrd		/boot/initrd.img-2.6.20-15-generic

      Comment


        #4
        Re: Grub options 2-6-20-15 / 2-6-20-16?? What's the diff?

        Many thanks for a quick reply.

        Does that mean I can use one of the options as a test bed for my learning Kubuntu and playing with Konsole (....-15) without buggering up the latest version (....16)?

        Comment


          #5
          Re: Grub options 2-6-20-15 / 2-6-20-16?? What's the diff?

          I'm not an expert but I don't think it works like that. This is only an option for which kernel you boot to. The rest of the stuff on your Kubuntu is the same, just running on top of a alternate kernel.

          Comment


            #6
            Re: Grub options 2-6-20-15 / 2-6-20-16?? What's the diff?

            “Does that mean I can use one of the options as a test bed for my learning Kubuntu and playing with Konsole (....-15) without buggering up the latest version (....16)?”

            I keep an extra installation of Kubuntu for such experimenting. So out there somewhere on a hard drive, I’ll put another instance of Kubuntu on a partition of its own. That’s the one I conduct crazy experiments with. If I goof up, I just re-install Kubuntu over it again, but do not touch my “main” Kubuntu.
            An intellectual says a simple thing in a hard way. An artist says a hard thing in a simple way. Charles Bukowski

            Comment

            Working...
            X