Find the answer to your Linux question:
Results 1 to 5 of 5
I installed a new kernel 2.6.18 into my note book to upgrade my old kernel. Installaing looks, work well. But when i reboot the new kernel, the error is "Kernel ...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    5

    Kernel installation problem!

    I installed a new kernel 2.6.18 into my note book to upgrade my old kernel.
    Installaing looks, work well. But when i reboot the new kernel, the error is
    "Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block(0,0)".
    what is the problem? Can somebody help?
    Andrew

  2. #2
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    This aint a Kernel Problem if i recall correctly.
    Post your Grub/Lilo Config here.
    And you /etc/fstab
    New Users, please read this..
    Google first, then ask..

  3. #3
    Just Joined!
    Join Date
    Dec 2007
    Posts
    31
    Actually what you can do is open up and terminal window and cd /usr/src/linux-(kernelversion). after cd /usr/src to find out your kernel version you can type ls -l. Then type sudo update-initramfs -c -k (your kernel version) this command will create an initrd.img-kernelversion for your kernel and update grub accordingly. Restart and try again. If you do not have initramfs-tools installed do so beforehand. In a terminal type sudo apt-get install initramfs-tools.

  4. #4
    Just Joined!
    Join Date
    Dec 2007
    Posts
    5
    Hi all,
    thanks for your help. I go to the /boot/grub/menu.lst
    then I copy some text of the default kernel menu( previuos kernel)
    and paste to the new kernel menu to be the same as those in the old kernel.
    Now it works
    thanks

  5. #5
    Linux Engineer RobinVossen's Avatar
    Join Date
    Aug 2007
    Location
    The Netherlands
    Posts
    1,422
    Not a Problem

    Enjoy ur new Kernel in Linux..

    Cheers,
    Robin
    New Users, please read this..
    Google first, then ask..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •