I didn't see a search option in the archives and I apologize if this is more appropriate to the devfs list. I installed RedHat9 , and partitioned with DiskDruid using LVM. The only partition that is not LVM is /boot.
However I have now compiled kernel 2.4.23 with LVM and devfs and running into a problem with kernel panics. I'm not sure if having LVM is causing the issue. Even though I've tried many different append roots, looking at the working kernel in lilo.conf I see root = /dev/Volume00/LogVol01. So I'm' wondering how I translate that to /dev/ide/host0..... .
Here is my current /etc/fstab:
/dev/Volume00/LogVol01 / ext3
LABEL =/boot /boot ext3
/dev/Volume00/LogVol02 /cache ext3
/dev/Volume00/LogVol03 /myth ext3
none /proc proc
none /dev/shm tmpfs
/dev/Volume00/LogVol00 /swap swap
/dev/cdrom
Greatly appreciate some help, pointers and / or links.
Thank you,
Stuart