Announcement

Collapse
No announcement yet.

Kubuntu 8.10 Kernel 27.11 noShow in grub

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

    Kubuntu 8.10 Kernel 27.11 noShow in grub

    Is this a bug or not?
    I am used to Linux kernel updates showing up in Grub at boot time. However, the latest update to 27.11 does not show up at all at boot time. It still showing the 27.7

    Is there something to be changed manually for the latest linux kernel to become operational?

    #2
    Re: Kubuntu 8.10 Kernel 27.11 noShow in grub

    Post your /boot/grub/menu.lst file for a review.
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment


      #3
      Re: Kubuntu 8.10 Kernel 27.11 noShow in grub

      Thanks for the reply. Here is the file (I have a dual boot with Vista).

      default 4
      timeout 10

      ### BEGIN AUTOMAGIC KERNELS LIST
      ## lines between the AUTOMAGIC KERNELS LIST markers will be modified
      ## by the debian update-grub script except for the default options below

      ## DO NOT UNCOMMENT THEM, Just edit them to your needs

      ## ## Start Default Options ##
      ## default kernel options
      ## default kernel options for automagic boot options
      ## If you want special options for specific kernels use kopt_x_y_z
      ## where x.y.z is kernel version. Minor versions can be omitted.
      ## e.g. kopt=root=/dev/hda1 ro
      ## kopt_2_6_8=root=/dev/hdc1 ro
      ## kopt_2_6_8_2_686=root=/dev/hdc2 ro
      # kopt=root=UUID=a35de6df-a3bc-4c4a-9703-0fd16c94d5f6 ro

      ## default grub root device
      ## e.g. groot=(hd0,0)
      # groot=a35de6df-a3bc-4c4a-9703-0fd16c94d5f6

      ## should update-grub create alternative automagic boot options
      ## e.g. alternative=true
      ## alternative=false
      # alternative=true

      ## should update-grub lock alternative automagic boot options
      ## e.g. lockalternative=true
      ## lockalternative=false
      # lockalternative=false

      ## additional options to use with the default boot option, but not with the
      ## alternatives
      ## e.g. defoptions=vga=791 resume=/dev/hda5
      # defoptions=quiet splash

      ## should update-grub lock old automagic boot options
      ## e.g. lockold=false
      ## lockold=true
      # lockold=false

      ## Xen hypervisor options to use with the default Xen boot option
      # xenhopt=

      ## Xen Linux kernel options to use with the default Xen boot option
      # xenkopt=console=tty0

      ## altoption boot targets option
      ## multiple altoptions lines are allowed
      ## e.g. altoptions=(extra menu suffix) extra boot options
      ## altoptions=(recovery) single
      # altoptions=(recovery mode) single

      ## controls how many kernels should be put into the menu.lst
      ## only counts the first occurence of a kernel, not the
      ## alternative kernel options
      ## e.g. howmany=all
      ## howmany=7
      # howmany=all

      ## should update-grub create memtest86 boot option
      ## e.g. memtest86=true
      ## memtest86=false
      # memtest86=true

      ## should update-grub adjust the value of the default booted system
      ## can be true or false
      # updatedefaultentry=false

      ## should update-grub add savedefault to the default options
      ## can be true or false
      # savedefault=false

      ## ## End Default Options ##

      title Ubuntu 8.10, kernel 2.6.27-7-generic
      kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=a35de6df-a3bc-4c4a-9703-0fd16c94d5f6 ro quiet splash
      initrd /boot/initrd.img-2.6.27-7-generic

      title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
      kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=a35de6df-a3bc-4c4a-9703-0fd16c94d5f6 ro single
      initrd /boot/initrd.img-2.6.27-7-generic

      title Ubuntu 8.10, memtest86+
      kernel /boot/memtest86+.bin

      ### END DEBIAN AUTOMAGIC KERNELS LIST

      title Other operating systems:
      root

      title Windows Vista/Longhorn (loader)
      root (hd0,0)
      chainloader +1
      savedefault
      makeactive

      Comment


        #4
        Re: Kubuntu 8.10 Kernel 27.11 noShow in grub

        PS Linux headers, generic etc for 27.11 show up as installed in adept.

        Comment


          #5
          Re: Kubuntu 8.10 Kernel 27.11 noShow in grub

          Hi!
          I have the same problem after upgrading from 8.10 9.04(and I do think I had it going from 8.04 to 8.10 also).
          I tried running sudo update-grub and it found the new version and saying it updated menu.lst but in fact it did not. Any ideas about this out there?

          Comment

          Working...
          X