Results 1 to 3 of 3
Hi group,
Can someone please point me to proper instructions on how to remove the initrd dependancy of my kernel. I can compile and configure my kernel just fine. I ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-28-2006 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 3
compile kernel without initrd dependency
Hi group,
Can someone please point me to proper instructions on how to remove the initrd dependancy of my kernel. I can compile and configure my kernel just fine. I may not know what every single option always means but if I can reconfigure and recompile no problem.
I would also need to understand any changes necessary for my grub.conf file.
The hardware is a Dell Inspiron 8200 laptop, so there is an IDE hard drive. I have compiled IDE support into my kernel along with the EXT2/3 file system support but that apparently is not enough.
Thanks.
- 12-28-2006 #2
Initrd images are optional, so if you don't want one, then don't create one. Just make sure you do not use your distros .config file because it may set most things to be modules, in which case you may need an initrd image if you want support for the filesystem of your root device. Also remember to compile into the kernel support for the filesystems you use on your system especially the / partition.
- 12-28-2006 #3You just need to set the name of the new kernel in the kernel line, and remove the initrd line if you didn't create oneI would also need to understand any changes necessary for my grub.conf file.Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums


Reply With Quote
