-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

pkbiet  writes:
> Im using fedora8 distro...  I want to build own kernel tree for 
> experimentation.. So i downloaded linux-2.6.33.tar.bz2... I untar it in my 
> home folder... Then i used following commands,,,
> Make defconfig
> Make -j4
> Make modules
> su
> Make modules_install
> Make install
> This sequence went fine as i thought. I also checked /boot/grub/menu.lst. 
> File was updated. Then i reboot my pc and boot it through my new kernel... 
> This says no logical group found. And fails to boot... Pls help me... I also 
> tried to use mkinitrd command.. But terminal says no such command... Pls  im 
> in great trouble.. Help me someone

It seems your root (/) partition lies on a logical volume, and you've not
compiled support for the LV in kernel or LV node was not created by then, you
need an initial ramdisk image which will scan disk for LVM volumes, create
their appropriate nodes, and pass control to init on /. 

Not sure about how Fedora 8 manages initrd creation, but you can figure out
that by executing:

#v+
% rpm -q --scripts postinst kernel
postinstall scriptlet (using /bin/sh):
if [ `uname -i` == "x86_64" -o `uname -i` == "i386" ]; then
  if [ -f /etc/sysconfig/kernel ]; then
    /bin/sed -i -e 's/^DEFAULTKERNEL=kernel-smp$/DEFAULTKERNEL=kernel/' 
/etc/sysconfig/kernel || exit $?
  fi
fi
/sbin/new-kernel-pkg --package kernel --mkinitrd --depmod --install 
2.6.18-53.1.4.el5 || exit $?
if [ -x /sbin/weak-modules ]
then
    /sbin/weak-modules --add-kernel 2.6.18-53.1.4.el5 || exit $?
fi

[...]

#v-

The 'postinstall' section is what you've to execute for your kernel, the
'new-kernel-pkg' statement to generate an initrd image, after that boot your
new kernel with initrd.

HTH
- -- 
They who can give up essential liberty to obtain a little temporary safety,
deserve neither liberty nor safety.
  -- Benjamin Franklin, Memoirs of the life and writings of Benjamin Franklin
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEAREDAAYFAkuSFLYACgkQHy+EEHYuXnSQkgCguNVYkFl1BLdW3+iurgmceSCb
4SsAoMYfNp9OhZxAEfom8WpZmMs8XgY/
=ofYw
-----END PGP SIGNATURE-----

_______________________________________________
Ilugd mailing list
[email protected]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to