Hai all , 
Iam getting error in booting the system with newly installed kernel of
version 2.6..

 As per the host system requirements for building LFS .. I tried to upgrde
to kernel 2.6.12.5 from 2.4 .... 

I followed the below steps 

apt-get install kernel-package libncurses5-dev fakeroot wget bzip2
cd /usr/src
tar xjf linux-2.6.12.5.tar.bz2
cd linux-2.6.12.5/
make menuconfig

make-kpkg clean
fakeroot make-kpkg --initrd --revision=custom.1.0 kernel_image

cd ../
dpkg -i kernel-image-2.6.11.7_custom.1.0_i386.deb

Everything went successfully 

But, unable to process thru the whole booting process with 2.6 kernel... 
Following error is coming .... 

Ide o port is in use 
Ide 1 port is in use 
cannot find  /dev/hda2

This is my updated grub file 

title           Debian GNU/Linux, kernel 2.6.12.5
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.12.5 root=/dev/hda2 ro
initrd          /boot/initrd.img-2.6.12.5
savedefault
boot

title           Debian GNU/Linux, kernel 2.6.12.5 (recovery mode)
root            (hd0,1)
kernel          /boot/vmlinuz-2.6.12.5 root=/dev/hda2 ro single
initrd          /boot/initrd.img-2.6.12.5
savedefault
boot

title           Debian GNU/Linux, kernel 2.4.27-2-386
root            (hd0,1)
kernel          /boot/vmlinuz-2.4.27-2-386 root=/dev/hda2 ro
initrd          /boot/initrd.img-2.4.27-2-386
savedefault
boot

title           Debian GNU/Linux, kernel 2.4.27-2-386 (recovery mode)
root            (hd0,1)
kernel          /boot/vmlinuz-2.4.27-2-386 root=/dev/hda2 ro single
initrd          /boot/initrd.img-2.4.27-2-386




Please reply me for this with some solution , how to upgrade kernel from
2.4 to 2.6 ... 

Regards
Chandan

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to