Announcement

Collapse
No announcement yet.

cant boot into latest kernel

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

    cant boot into latest kernel

    I'm very sorry about the long post but please bear with me here as i really want to give as much information as i can so here goes

    i tried to install gutsy after having had enough of w$ complications i used gparted to create my partitions and that all went fine, but when i tried to install gutsy from a live CD and an alternate CD i got the same complications and so many other users have had so i cheated i installed feisty and did an upgrade live from the alternate cd while in feisty, that all went fine we got it installed did all the updates and here is where my problem is....

    in my grub menu boot i have a few options to boot into and they are as follows

    Ubuntu, 7.10, Kernel 2.6.22-14
    Ubuntu, 7.10, Kernel 2.6.22-14 (recovery mode)
    Ubuntu, 7.10, Kernel 2.6.20-15
    Ubuntu, 7.10, Kernel 2.6.20-15 (recovery mode)
    memtest
    other installation windows xp

    now i can boot just fine into 20-15 but when i try to boot into 22-14 the loading bar on the Kubuntu page wont even move no matter how long i leave it for, and if i boot into 22-14 recovery mode it gets to a certain part a hangs it reads as follows

    booting in to generic 2.6.22-14 reads
    udevd-event [2221]: run_program:'/sbin/mindprobe' abnormal exit

    booting into 2.6.22-14 reads last 2 lines that show in the boot and the error are as follows

    [ 37.652817] usbcore: registered new intherface driver usbhid
    [ 37.652888] /build/buildd/linux-source-2.6.22-2.6.22/drivers/hid/usbhid/hid-core.c: v2.6: USB HID core driver. (this is where it hangs and after leaving it a while i get this)

    check root- bootarg cat /proc/cmdline or missing modules,devices: cat /proc/modules ls /dev
    ALERT! /dev/disk/by-uuid/88b0fb01-9809-4ca2-9e58-1462613b12a does not exist. dropping to shell


    as im new to this what do i need to do to stop this? i really have no idea

    Thanks for taking time to read this and any help would be greatly appreciated

    #2
    Re: cant boot into latest kernel

    I' guessing here - HID means Human Interface Device. For instance a mouse.

    Do you have a USB mouse? Keyboard? Any other USB thingy?

    If so, remove what is not needed, and try another type mouse and/or keyboard.

    Comment


      #3
      Re: cant boot into latest kernel

      yes i have a usb keyboard/mouse i tried a standard keyboard mouse and it still hangs at the same spot

      Comment


        #4
        Re: cant boot into latest kernel

        Reboot your PC. You want to get into the BIOS settings. You need to press the key (or keys) that get you into the BIOS setup (on my laptop, it's the Esc key). You want to look for something akin to USB Legacy Support. If it is enabled, disable it, save the settings and reboot. Try the installation and see if the problem is gone.
        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


          #5
          Re: cant boot into latest kernel

          i disabled the usb legacy support but it still hangs when it boots

          Comment


            #6
            Re: cant boot into latest kernel

            Okay. When you are at the boot menu, press the option key (F6 I think?) that allows you to edit the kernel line. Use your arrow keys to move the cursor. You want to delete the quiet and splash options. Then move the cursor all the way to the right and press enter to continue to boot.

            This will allow you to 'see what's going on' during the boot process. Note the last line before the system hangs.
            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


              #7
              Re: cant boot into latest kernel

              there was no splash option to remove so i couldnt get to see where it hangs

              am i supposed to have a /proc partition on my hard drive (im totally unsure about that)

              but when i run it in recovery mode it always hangs at the usb even if i disable the whole usb as well as the legacy i dont get it

              Comment


                #8
                Re: cant boot into latest kernel

                This is the cause of your problems:

                ALERT! /dev/disk/by-uuid/88b0fb01-9809-4ca2-9e58-1462613b12a does not exist. dropping to shell

                Boot into Ubuntu, 7.10, Kernel 2.6.20-15

                Open a console and type:
                Code:
                cat /etc/fstab
                copy and paste the output
                Then type:
                Code:
                blkid
                copy and paste the output
                And also:
                Code:
                cat /boot/grub/menu.lst
                copy and paste the complete output.

                What's going on is how the partitions are being identified - by UUID. The partition giving you the problem above has an assigned UUID that is not longer valid. A review of your fstab file, blkid output and menu.lst should allow us to develop a solution.
                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


                  #9
                  Re: cant boot into latest kernel

                  # <file system> <mount point> <type> <options> <dump> <pass>
                  proc /proc proc defaults 0 0
                  # /dev/hda1
                  UUID=88b0fb01-9809-4ca2-9e58-1462613b126a / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
                  # /dev/hda5
                  UUID=b73817a5-b815-404c-8869-379797385b28 none swap sw 0 0
                  /dev/hdc /media/cdrom0 auto users,atime,auto,rw,dev,exec,suid 0 0
                  #Added by diskmounter utility
                  /dev/hdb1 /media/hdb1 ntfs-3g defaults,user,fmask=0111,dmask=0000 0 1
                  /dev/hdb1 /media/hdb1 ntfs uid=1000,gid=1000,auto,rw,users,quiet 0 0


                  /dev/hda1: UUID="88b0fb01-9809-4ca2-9e58-1462613b126a" SEC_TYPE="ext2" TYPE="ext3"
                  /dev/hda5: UUID="b73817a5-b815-404c-8869-379797385b28" TYPE="swap"
                  /dev/hdb1: TYPE="ntfs

                  # menu.lst - See: grub(8), info grub, update-grub(8)
                  # grub-install(8), grub-floppy(8),
                  # grub-md5-crypt, /usr/share/doc/grub
                  # and /usr/share/doc/grub-doc/.

                  ## default num
                  # Set the default entry to the entry number NUM. Numbering starts from 0, and
                  # the entry number 0 is the default if the command is not used.
                  #
                  # You can specify 'saved' instead of a number. In this case, the default entry
                  # is the entry saved with the command 'savedefault'.
                  # WARNING: If you are using dmraid do not change this entry to 'saved' or your
                  # array will desync and will not let you boot your system.
                  default 0

                  ## timeout sec
                  # Set a timeout, in SEC seconds, before automatically booting the default entry
                  # (normally the first entry defined).
                  timeout 10

                  ## hiddenmenu
                  # Hides the menu by default (press ESC to see the menu)
                  #hiddenmenu

                  # Pretty colours
                  #color cyan/blue white/blue

                  ## password ['--md5'] passwd
                  # If used in the first section of a menu file, disable all interactive editing
                  # control (menu entry editor and command-line) and entries protected by the
                  # command 'lock'
                  # e.g. password topsecret
                  # password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
                  # password topsecret

                  #
                  # examples
                  #
                  # title Windows 95/98/NT/2000
                  # root (hd0,0)
                  # makeactive
                  # chainloader +1
                  #
                  # title Linux
                  # root (hd0,1)
                  # kernel /vmlinuz root=/dev/hda2 ro
                  #

                  #
                  # Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

                  ### 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=88b0fb01-9809-4ca2-9e58-1462613b126a ro

                  ## Setup crashdump menu entries
                  ## e.g. crashdump=1
                  # crashdump=0

                  ## default grub root device
                  ## e.g. groot=(hd0,0)
                  # groot=(hd0,0)

                  ## 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 7.10, kernel 2.6.22-14-generic
                  root (hd0,0)
                  kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=88b0fb01-9809-4ca2-9e58-1462613b126a ro quiet splash
                  initrd /boot/initrd.img-2.6.22-14-generic
                  quiet

                  title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
                  root (hd0,0)
                  kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=88b0fb01-9809-4ca2-9e58-1462613b126a ro single
                  initrd /boot/initrd.img-2.6.22-14-generic

                  title Ubuntu 7.10, kernel 2.6.20-15-generic
                  root (hd0,0)
                  kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=88b0fb01-9809-4ca2-9e58-1462613b126a ro quiet splash
                  initrd /boot/initrd.img-2.6.20-15-generic
                  quiet

                  title Ubuntu 7.10, kernel 2.6.20-15-generic (recovery mode)
                  root (hd0,0)
                  kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=88b0fb01-9809-4ca2-9e58-1462613b126a ro single
                  initrd /boot/initrd.img-2.6.20-15-generic

                  title Ubuntu 7.10, memtest86+
                  root (hd0,0)
                  kernel /boot/memtest86+.bin
                  quiet

                  ### END DEBIAN AUTOMAGIC KERNELS LIST

                  # This is a divider, added to separate the menu items below from the Debian
                  # ones.
                  title Other operating systems:
                  root


                  # This entry automatically added by the Debian installer for a non-linux OS
                  # on /dev/hdb1
                  title Microsoft Windows XP Professional
                  root (hd1,0)
                  savedefault
                  makeactive
                  map (hd0) (hd1)
                  map (hd1) (hd0)
                  chainloader +1

                  Edit hdb1 is a second hard drive that has all my wine installation (world of warcraft ventrilo and the like)

                  Comment


                    #10
                    Re: cant boot into latest kernel

                    So far, nothing wrong with the file data. Open a console and type:
                    Code:
                    ls -l /dev/disk/by-uuid
                    copy and paste the output.
                    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


                      #11
                      Re: cant boot into latest kernel

                      total 0
                      lrwxrwxrwx 1 root root 10 2008-01-26 23:54 42DC6F60DC6F4D6B -> ../../hdb1
                      lrwxrwxrwx 1 root root 10 2008-01-26 23:54 88b0fb01-9809-4ca2-9e58-1462613b126a -> ../../hda1
                      lrwxrwxrwx 1 root root 10 2008-01-26 23:54 b73817a5-b815-404c-8869-379797385b28 -> ../../hda5

                      Comment


                        #12
                        Re: cant boot into latest kernel

                        When the system hung, and you got this:
                        check root- bootarg cat /proc/cmdline or missing modules,devices: cat /proc/modules ls /dev
                        ALERT! /dev/disk/by-uuid/88b0fb01-9809-4ca2-9e58-1462613b12a does not exist. dropping to shell
                        Is this a copy/paste of the output, or did you type what you saw? The specific uuid given above simply doesn't exist in any of the files we've looked at. The uuid is missing a single digit (6), which would be your hda1 partition (root partition):
                        88b0fb01-9809-4ca2-9e58-1462613b12a (from the ALERT!)
                        88b0fb01-9809-4ca2-9e58-1462613b126a (from every other source)

                        Off the immediate subject, but observed: you need to make some minor adjustments to your fstab file. The following two entries point to the same device and partition:
                        /dev/hdb1 /media/hdb1 ntfs-3g defaults,user,fmask=0111,dmask=0000 0 1
                        /dev/hdb1 /media/hdb1 ntfs uid=1000,gid=1000,auto,rw,users,quiet 0 0
                        I would comment out the second entry and change the mount order on the first entry to 2 (which it should be):
                        /dev/hdb1 /media/hdb1 ntfs-3g defaults,user,fmask=0111,dmask=0000 0 2
                        # /dev/hdb1 /media/hdb1 ntfs uid=1000,gid=1000,auto,rw,users,quiet 0 0
                        The sixth field (0) is used by fsck (the filesystem check utility) to determine the order in which filesystems should be checked. Physical partitions listed in fstab, other than the root partition, should have a 2 as the last entry, meaning, they get checked after the root filesystem. Should a physical HD partition other than / (root) have a 0 in the last position, you would be telling the system to check it ahead of and before the root filesystem, which can lead to problems.
                        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


                          #13
                          Re: cant boot into latest kernel

                          i couldnt copy it i had to write it down as i was in the recovery boot screen i'll double check that i got it written down right

                          Comment


                            #14
                            Re: cant boot into latest kernel

                            That's all I needed to know. So you just 'missed' the digit. Make the suggested two changes to the fstab file (edit as root), save and reboot. Select the 22-14 kernel and report back.
                            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


                              #15
                              Re: cant boot into latest kernel

                              ok i just double checked and im absolutely certain i didnt leave out a thing 88b0fb01-9809-4ca2-9e58-1462613b12a is exctly how it is in the error

                              Comment

                              Working...
                              X