Help on Compiling the Linux Kernel FOR Redhat 7.2!
Hi Im trying to compile the kernel...... After I compile the kernel. I get a boot error.
Well this is what I did tell me what im doing wrong to get an FS unable to mount FS on 3:40 something...
K I downloaded linux-2.4.17.tar.gz
then I untar it
went in the dir
and then
make mrproper
make xconfig
make dep
make bzImage
make modules
make modules_install
now all I do now is copy the bzImage to the boot folder and change the grub file
"title Red Hat Linux (2.4.17)
root (hd1,0)
kernel /vmlinuz-2.4.17 ro root=/dev/hdb2 hdc=ide-scsi
initrd /initrd-2.4.17.img"
Reboot and then I get the unable to mount FS kernel panic?
|