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 ...
- 12-05-2007 #1Just 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
- 12-05-2007 #2
- 12-05-2007 #3Just 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.
- 12-06-2007 #4Just 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
- 12-06-2007 #5


Reply With Quote
