my hdd has the foll config: partition type mount size comments hda1 vfat /mnt/win 3GB hda5 ext3 /boot 23MB hda6 ext3 /data 10GB hda7 swap 205MB hda8 ext3 / 2.5GB Red Hat Linux 7.3 hda9 ext3 / 3.33GB Knoppix
i first installed knoppix in hda9 and then installed Rhl 7.3 in hda8. The Rhl installation did not detect knoppix and hence did not create an entry in grub. when i tried to mount hda9 as ext3 in /knoppix on hda8, while booting it said that the filesystem is not supported. but when i mount hda9
from root prompt in hda8 using "mount -t ext3 /dev/hda9 /knoppix", i can access all the directories present on hda9.
i tried making the foll entry in /boot/grub/grub.conf title knoppix root(hda0,5) kernel /vmlinuz ro root=/dev/hda9 initrd /initrd.gz #here i've created "$ln -s /boot/initrd.gz initrd.gz" but, when i try to select the knoppix option at the grub login, it gives me
"error 15: file not found" what is the problem? how do i solve it?
hence, my immediate problem is to get a working entry in grub, so that i can use my knoppix installation. any help will be greatly apprediated