Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
File sys. sele.: Building kernel
Name: priti Date: July 29, 2003 at 21:11:45 Pacific OS: Red hat linux 8.0 CPU/Ram: celeron
Comment:
Hi, I'm trying to build kernel and in choosing file system option : I want to select ext3 and JBD. Should I give y(yes) or m(module)? I'm new at this OS, so not very much familiar about this. Any help will be greatly appreciated. Thanks.
Name: Balram Adlakha Date: July 30, 2003 at 07:32:53 Pacific
Reply:
say yes if you don't want to use an initrd. Saying yes is recommended instead of module. Also try using make menuconfig instead of make config. Menuconfig is a menu based program and its much easier to use.
0
Response Number 2
Name: 3Dave Date: August 1, 2003 at 08:20:43 Pacific
Reply:
Saying "yes" will compile it into the kernel....but makes it bigger. Compiling it as a module keeps your kernel size down but can prove to be problematic, for example if the module required to be loaded to read a ext3 filesystem is actually stored on ext3....you wont be able to load it (although you could mount it as ext2 instead I suppose).
I would suggest compiling things you really need into the kernel and other stuff as modules. You can load and unload modules on the fly in linux without having to reboot/recompile.
Some things only work as modules and others don't. If in doubt....say "yes".
Summary: Seems like you did the right steps. If you choose the right options then it should probably boot fine. I never use the make install but copy the bzImage file to /boot myself. I never changed the syste...
Summary: Hi, I've build the kernel but when i reboot it, it gives me message: kernel panic: no init found Try passing init= option to kernel. Now, I've initrd-2.4.18-14.img in boot directory. I have build ...
Summary: Hi, I have just built a new kernel in linux enviornment under KDE2.1. When I rebooted that new kernel i got follwoing message: ERROR: 15 no such file found. I have added that kernel information...