William Boyle
2001-Oct-30 22:40 UTC
A question about compiling the kernel with ext3 support
Hi, I am trying to compile the kernel with ext3 support and i downloaded the 2.4.13 kernel and patched it for RH 7.2 to update from the 2.4.7 precompiled ext3fs kernel. Then i selected ext3 support and and the JBD debugging support under 'make xconfig.' Then i ran the following commands make clean make dep make bzImage make modules make modules_install cp arch/i386/boot/bzImage /boot/vmlinux-2.4.13 cd /boot mkinitrd initrd-2.4.13.img 2.4.13 and then editted the /etc/grub.conf file to reflect the new partition but when i reboot i have some trouble booting into the new kernel, most likely that the kernel does not mount the ext3 fs. It comes back with mounting the ext2fs and gives me an error in the module loading section that ext3fs is not supported in the kernel and locks on system logged. I know that i am probably missing some keen step to making this work and would like any suggestions on how to go about compiling the kernel correctly to make the ext3fs mounted and the journal to show up as well. Thanks Will
Craig Dickson
2001-Oct-30 22:55 UTC
Re: A question about compiling the kernel with ext3 support
William Boyle wrote:> but when i reboot i have some trouble booting into the new kernel, > most likely that the kernel does not mount the ext3 fs. It comes back > with mounting the ext2fs and gives me an error in the module loading > section that ext3fs is not supported in the kernel and locks on system > logged.Did you compile ext3 support as a module? It needs to be built into the kernel to mount your root fs as ext3. Craig
Stephen C. Tweedie
2001-Nov-01 19:49 UTC
Re: A question about compiling the kernel with ext3 support
Hi, On Tue, Oct 30, 2001 at 05:40:25PM -0500, William Boyle wrote:> make clean > make dep > make bzImage > make modules > make modules_install > cp arch/i386/boot/bzImage /boot/vmlinux-2.4.13 > cd /boot > mkinitrd initrd-2.4.13.img 2.4.13 > and then editted the /etc/grub.conf file to reflect the new partitionTry "mkinitrd -v": does it say it's including the ext3 module? Cheers, Stephen