Captain_Riker
March 12th, 2007, 11:47 AM
Hello there,
I've been searching forums now for a couple of days, and the closest thread to my problem was this:
http://ubuntuforums.org/showthread.php?t=236932&highlight=kernel+panic+zenwalk
Hope the link works . . .
Anyway it didn't solve my problem, wich is slightliy different.
I installed zenwalk on the the same HDD on wich I run my Ubuntu. It is contained in but one single partition and no bootloader whatsoever was installed. I just added the recommended and logicaly neccessary lines to my menu.lst of grub.
After booting I get the same error as many others who installed their zenwalk on external usb drives. For reasons I haven't understood yet completley they needed to create a new intrd.img! BTW I installed from the standard zenwalk CD, not from the LiveCD.
Next is a quote from my menu.lst:
title Ubuntu, kernel 2.6.17-11-generic
root (hd0,4)
kernel /vmlinuz-2.6.17-11-generic root=/dev/hda11 ro quiet splash
initrd /initrd.img-2.6.17-11-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-11-generic (recovery mode)
root (hd0,4)
kernel /vmlinuz-2.6.17-11-generic root=/dev/hda11 ro single
initrd /initrd.img-2.6.17-11-generic
boot
title Zenwalk 4.4.1
root (hd0,9)
kernel /boot/vmlinuz-2.6.20 root=/dev/hda10 quiet splash
initrd /boot/initrd.splash
boot
Here fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda11
UUID=00f5e7ee-68e4-47b7-a017-e9dadadf613c / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=635f81c2-f34e-43d4-8c6b-37b8280972d2 /boot ext3 defaults 0 2
# /dev/hda1
UUID=459D-0443 /media/hda1 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/hda7
UUID=AA5E29944293DDC1 /win_data ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda6
UUID=F2A8902EA88FEF81 /win_**** ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda8
UUID=01F827948847F290 /win_swap ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda12
UUID=409e3812-55c5-4abe-9c6f-501c2716e9d3 /zdat ext3 defaults 0 2
# /dev/hda10
UUID=8bfe8d3d-8a6d-44c9-8f5d-7d24341bdcf0 /zenwalk ext3 defaults 0 2
# /dev/hda9
UUID=c6045c15-8fef-4a1a-adde-acced9412a98 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
:
As you can see the entry in my menu.lst must be correcct for grub starts counting from 0 while the rest starts from 1.
The result is the known:
Kernel Panic - not sysncing: VFS: unable to mount rootfs on unknown-block(0,0)
The weired thing about me is, that before you start giving answers and help solve my problem, I want to understand whats wrong. Nevertheless. I really appreciate any help and look forward to it, for the community is the most powerfull advance Linux user have in compare to other OS users. They have theier own, but there is not half as much knowlegde and wisdom in it than here . . .
Sorry drifted into a sermon, don't wont to bore you, just a follower praising . . .
However any suggestion what it is? And how to solve it?
Thanks in advance
I've been searching forums now for a couple of days, and the closest thread to my problem was this:
http://ubuntuforums.org/showthread.php?t=236932&highlight=kernel+panic+zenwalk
Hope the link works . . .
Anyway it didn't solve my problem, wich is slightliy different.
I installed zenwalk on the the same HDD on wich I run my Ubuntu. It is contained in but one single partition and no bootloader whatsoever was installed. I just added the recommended and logicaly neccessary lines to my menu.lst of grub.
After booting I get the same error as many others who installed their zenwalk on external usb drives. For reasons I haven't understood yet completley they needed to create a new intrd.img! BTW I installed from the standard zenwalk CD, not from the LiveCD.
Next is a quote from my menu.lst:
title Ubuntu, kernel 2.6.17-11-generic
root (hd0,4)
kernel /vmlinuz-2.6.17-11-generic root=/dev/hda11 ro quiet splash
initrd /initrd.img-2.6.17-11-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-11-generic (recovery mode)
root (hd0,4)
kernel /vmlinuz-2.6.17-11-generic root=/dev/hda11 ro single
initrd /initrd.img-2.6.17-11-generic
boot
title Zenwalk 4.4.1
root (hd0,9)
kernel /boot/vmlinuz-2.6.20 root=/dev/hda10 quiet splash
initrd /boot/initrd.splash
boot
Here fstab:
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda11
UUID=00f5e7ee-68e4-47b7-a017-e9dadadf613c / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5
UUID=635f81c2-f34e-43d4-8c6b-37b8280972d2 /boot ext3 defaults 0 2
# /dev/hda1
UUID=459D-0443 /media/hda1 vfat defaults,utf8,umask=007,gid=46 0 1
# /dev/hda7
UUID=AA5E29944293DDC1 /win_data ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda6
UUID=F2A8902EA88FEF81 /win_**** ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda8
UUID=01F827948847F290 /win_swap ntfs defaults,nls=utf8,umask=007,gid=46 0 1
# /dev/hda12
UUID=409e3812-55c5-4abe-9c6f-501c2716e9d3 /zdat ext3 defaults 0 2
# /dev/hda10
UUID=8bfe8d3d-8a6d-44c9-8f5d-7d24341bdcf0 /zenwalk ext3 defaults 0 2
# /dev/hda9
UUID=c6045c15-8fef-4a1a-adde-acced9412a98 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
:
As you can see the entry in my menu.lst must be correcct for grub starts counting from 0 while the rest starts from 1.
The result is the known:
Kernel Panic - not sysncing: VFS: unable to mount rootfs on unknown-block(0,0)
The weired thing about me is, that before you start giving answers and help solve my problem, I want to understand whats wrong. Nevertheless. I really appreciate any help and look forward to it, for the community is the most powerfull advance Linux user have in compare to other OS users. They have theier own, but there is not half as much knowlegde and wisdom in it than here . . .
Sorry drifted into a sermon, don't wont to bore you, just a follower praising . . .
However any suggestion what it is? And how to solve it?
Thanks in advance