I am trying to install a 2.6.34.11 kernel.
I just checked out fresh tar ball for linux-2.6.34.11.tar.bz2
and followed below steps for compilation
tar -xjvf linux-2.6.34.11.tar.bz2 -C /usr/src; cd /usr/src/linux-2.6.34.11
make menuconfig
make
make modules
make module_install
make install
after this I rebooted with the new image but it says
No volume groups found Volume group "VolGroup00" not found mount : couldnot find filesystem '/dev/root'
Can any1 please suggest me if I have missed any steps..
Here is my grub.conf details, and image for "(2.6.34.11)" is not booting properly as I mentioned
Quote:
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
# splashimage=(hd0,0)/grub/splash.xpm.gz
serial --unit=0 --speed=115200
terminal --timeout=5 serial console
hiddenmenu
title Fedora (2.6.34.11)
root (hd0,0)
kernel /vmlinuz-2.6.34.11 ro root=/dev/VolGroup00/LogVol00 rhgb quiet maxcpus=1
initrd /initrd-2.6.34.11.img
title Fedora (2.6.23-gcov)
root (hd0,0)
kernel /vmlinuz-2.6.23-gcov ro root=/dev/VolGroup00/LogVol00 rhgb quiet maxcpus=1
initrd /initrd-2.6.23-gcov.img
title Fedora (2.6.23.1-42.fc8)
root (hd0,0)
kernel /vmlinuz-2.6.23.1-42.fc8 ro root=/dev/VolGroup00/LogVol00 rhgb quiet maxcpus=1
initrd /initrd-2.6.23.1-42.fc8.img
|
/etc/fstab
Quote:
/dev/VolGroup00/LogVol00 / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
/dev/VolGroup00/LogVol01 swap
|
Can any1 please suggest me if I have missed any steps..