Hi, I wasn't sure whether to post this in fedora or mandrake forum...I was using mdk 10 official quite happily until installing fedora core2 alongside it...now I can't boot mdk from grub. After selecting the option it looks like things are going OK 'Uncompressing kernel' etc then there is an error about the initrd.img followed by 'Kernel panic, no image found. Try passing init= to the kernel...'
this is my grub.conf:
Code:
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You do not have a /boot partition. This means that
# all kernel and initrd paths are relative to /, eg.
# root (hd0,2)
# kernel /boot/vmlinuz-version ro root=/dev/hda3
# initrd /boot/initrd-version.img
#boot=/dev/hda3
default=0
timeout=10
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
title Fedora Core (2.6.8-1.521)
root (hd0,2)
kernel /boot/vmlinuz-2.6.8-1.521 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.8-1.521.img
title Fedora Core (2.6.5-1.358)
root (hd0,2)
kernel /boot/vmlinuz-2.6.5-1.358 ro root=LABEL=/ rhgb quiet
initrd /boot/initrd-2.6.5-1.358.img
title windows
root (hd0,0)
chainloader +1
title mdk10
root (hd0,4)
kernel /boot/vmlinuz ro root=LABEL=/ rhgb quiet
initrd /boot/initrd.img
(I couldn't boot windows either, until changing disk access in BIOS to LBA...)
Thanks,