Kernel Panic
__{{emoticon}}__
SliTaz: /boot/grub/menu.lst
Code: Select all
# /boot/grub/menu.lst: GRUB boot loader configuration.
#
# By default, boot the first entry.
default 0
# Boot automatically after 8 secs.
timeout 8
# Change the colors.
color yellow/brown light-green/black
# For booting SliTaz from : /dev/hdb6
#
title SliTaz GNU/Linux (cooking) (Kernel vmlinuz-2.6.30.6-slitaz)
root (hd1,5)
kernel /boot/vmlinuz-2.6.30.6-slitaz root=/dev/hdb6
The output of the command
is:
Code: Select all
total 0
lrwxrwxrwx 1 root root 10 2011-01-26 10:36 2f42dc15-6728-4961-b176-7824f9f80dab -> ../../sda6
antiX: /boot/grub/menu.lst
Code: Select all
timeout 10
color cyan/blue white/blue
foreground ffffff
background 0639a1
gfxmenu /boot/grub/message
title antiX at sda1, kernel 2.6.32-1-mepis-smp
root (hd0,0)
kernel /boot/vmlinuz-2.6.32-1-mepis-smp root=/dev/sda1 nomce quiet nosplash vga=791
initrd /boot/initrd.img-2.6.32-1-mepis-smp
boot
title SliTaz at sda6 (Kernel vmlinuz-2.6.30.6-slitaz)
root (hd0,5)
kernel /boot/vmlinuz-2.6.30.6-slitaz root=UUID=2f42dc15-6728-4961-b176-7824f9f80dab
I'm not sure if there's a solution for this problem.
Problem is here:
root (hd0,5)
Before it's a problem here:
kernel /boot/vmlinuz-2.6.30.6-slitaz root=UUID=2f42dc15-6728-4961-b176-7824f9f80dab
When GRUB pass the control to SliTaz to boot, the entries are not the same as GRUB passing"(hd0,5)" while SliTaz doesn't understand anything but"
(hd1,5)".
Why SliTaz is doing that?
Because I'm using a SLAVE HDD as I mentioned in my first post regarding this issue.
SliTaz is using /dev/hdX so hd system detects Master and Slave thus it is"hdb" not even"hda".
On the other hand, antiX is using"/dev/sdX" system so it doesn't matter whether the HDD is Master or Slave, it's"sda" in all cases.
That's the problem. I know it but I have no clue how to fix it?!
I know the problem could be solved with GRUB2 but not really sure whether that's possible to do in antiX or not?
I'll try to install GRUB2 in antiX hopefully it will work and hopefully that would fix the issue. Otherwise, I'm not sure what more we could try here?
Thanks!