Announcement

Collapse
No announcement yet.

crash after kernel update

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

    crash after kernel update

    Hi there

    during last kernel update using kpackage my laptop turned off. At startup I have now kernel 2.17 option but it seems it can't boot up!
    I always have to choose 2.16

    Is there anyway to erase it and re update ? Kpackage doesn"'t mention any update files yet

    regards
    Attached Files

    #2
    Re: crash after kernel update

    it look's like the upgrade dident compleat and you have no initrd.img for the new kernel.

    post the output of

    Code:
    ls /boot
    run in a terminal to see

    you can try runing

    Code:
    sudo apt-get -f install
    and
    Code:
    sudo dpkg-reconfigure -a
    IF none of these work....... to get you a new initrd.img then run

    Code:
    sudo update-initramfs -c -k 2.6.18-1-686
    replacing the 2.6.18-1-686 with the # of the newest kernel.


    or try removing and reinstaling the newest Kernel with Kpackagekit............(I would install synaptic and use that)



    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Re: crash after kernel update

      thanks

      so
      ls/boot
      abi-2.6.31-14-generic memtest86+.bin
      abi-2.6.31-15-generic System.map-2.6.31-14-generic
      abi-2.6.31-16-generic System.map-2.6.31-15-generic
      abi-2.6.31-17-generic System.map-2.6.31-16-generic
      config-2.6.31-14-generic System.map-2.6.31-17-generic
      config-2.6.31-15-generic vmcoreinfo-2.6.31-14-generic
      config-2.6.31-16-generic vmcoreinfo-2.6.31-15-generic
      config-2.6.31-17-generic vmcoreinfo-2.6.31-16-generic
      grub vmcoreinfo-2.6.31-17-generic
      initrd.img-2.6.31-14-generic vmlinuz-2.6.31-14-generic
      initrd.img-2.6.31-15-generic vmlinuz-2.6.31-15-generic
      initrd.img-2.6.31-16-generic vmlinuz-2.6.31-16-generic
      initrd.img-2.6.31-17-generic vmlinuz-2.6.31-17-generic

      then I have to
      meXXX@ubuntu:~$ sudo update-initramfs -c -k 2.6.31-17-generic
      update-initramfs: Generating /boot/initrd.img-2.6.31-17-generic
      but
      meXXX@ubuntu:~$ ls /boot
      abi-2.6.31-14-generic memtest86+.bin
      abi-2.6.31-15-generic System.map-2.6.31-14-generic
      abi-2.6.31-16-generic System.map-2.6.31-15-generic
      abi-2.6.31-17-generic System.map-2.6.31-16-generic
      config-2.6.31-14-generic System.map-2.6.31-17-generic
      config-2.6.31-15-generic vmcoreinfo-2.6.31-14-generic
      config-2.6.31-16-generic vmcoreinfo-2.6.31-15-generic
      config-2.6.31-17-generic vmcoreinfo-2.6.31-16-generic
      grub vmcoreinfo-2.6.31-17-generic
      initrd.img-2.6.31-14-generic vmlinuz-2.6.31-14-generic
      initrd.img-2.6.31-15-generic vmlinuz-2.6.31-15-generic
      initrd.img-2.6.31-16-generic vmlinuz-2.6.31-16-generic
      initrd.img-2.6.31-17-generic vmlinuz-2.6.31-17-generic
      I surely didn't get something right

      Comment


        #4
        Re: crash after kernel update

        Did you run the other two command first?

        Code:
        sudo apt-get -f install
        and
        Code:
        sudo dpkg-reconfigure -a
        before you ran
        Code:
        sudo update-initramfs -c -k 2.6.31-17-generic
        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: crash after kernel update

          yep I did


          laurent@ubuntu:~$ sudo apt-get -f install
          [sudo] password for laurent:
          Lecture des listes de paquets... Fait
          Construction de l'arbre des dépendances
          Lecture des informations d'état... Fait
          0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
          laurent@ubuntu:~$
          THEN
          sudo dpkg-reconfigure -a
          * Disabling power management... [ OK ]
          update-rc.d: warning: /etc/init.d/acpi-support missing LSB information
          update-rc.d: see <http://wiki.debian.org/LSBInitScripts>
          * Checking battery state... [ OK ]
          acpid stop/waiting
          acpid start/running, process 1974
          * Reloading AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox-3.5
          [ OK ]
          Unknown media type in type 'all/all'

          Unknown media type in type 'all/allfiles'

          Unknown media type in type 'uri/mms'

          Unknown media type in type 'uri/mmst'

          Unknown media type in type 'uri/mmsu'

          Unknown media type in type 'uri/pnm'

          Unknown media type in type 'uri/rtspt'

          Unknown media type in type 'uri/rtspu'

          Unknown media type in type 'fonts/package'

          Unknown media type in type 'interface/x-winamp-skin'

          * Starting AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox-3.5
          [ OK ]
          * Reloading AppArmor profiles Skipping profile in /etc/apparmor.d/disable: usr.bin.firefox-3.5
          [ OK ]
          dpkg-trigger: « dpkg-trigger » doit être appelé depuis un script de mainteneur ( ou avec l'option « --by-package »)

          Comment

          Working...
          X