As of FC3-T2 and RHEL4-Beta1, my kernel.org kernels no longer boot on Red Hat systems.
Looks like root is now owned by LVM. So I added a bunch of LVM type thingies to my .config (below) but apparently it isn't that simple.
Can anybody tell me how to A. make RH stop using LVM and work like it did before? or B. make kernel.org kernels understand RH installations?
Sorry if I missed a big news flash, I'll happily RTFM if somebody can point me to it.
thanks, -Len
---------- md: Autodetecting RAID arrays. md: autorun ... md: ... autorun DONE. Root-NFS: No NFS server available, giving up. VFS: Unable to mount root fs via NFS, trying floppy. VFS: Cannot open root device "VolGroup00/LogVol00" or unknown-block(2,0) Please append a correct "root=" boot option Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0) ----------------- # # Multi-device support (RAID and LVM) # CONFIG_MD=y CONFIG_BLK_DEV_MD=y CONFIG_MD_LINEAR=y CONFIG_MD_RAID0=y CONFIG_MD_RAID1=y CONFIG_MD_RAID10=y CONFIG_MD_RAID5=y CONFIG_MD_RAID6=y CONFIG_MD_MULTIPATH=y CONFIG_BLK_DEV_DM=y CONFIG_DM_CRYPT=y CONFIG_DM_SNAPSHOT=y CONFIG_DM_MIRROR=y CONFIG_DM_ZERO=y
On Fri, 2004-10-01 at 20:10, Brown, Len wrote:
As of FC3-T2 and RHEL4-Beta1, my kernel.org kernels no longer boot on Red Hat systems.
Looks like root is now owned by LVM. So I added a bunch of LVM type thingies to my .config (below) but apparently it isn't that simple.
you did make an initrd for your kernel.org kernel, right ?