Results 1 to 3 of 3
hi
i am using fedora 12 with kernel version 2.6.31
i have downloaded kernel 2.6.30 and when untar and compile it
make menuconfig
make
and make install
make install creating ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-05-2010 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 10
[SOLVED] 2.6.30 compilation problem
hi
i am using fedora 12 with kernel version 2.6.31
i have downloaded kernel 2.6.30 and when untar and compile it
make menuconfig
make
and make install
make install creating vmlinuz and system map in /boot and giving an
error : /lib/modules/2.6.30 : no directory or file
/lib/modules/2.6.30/modules.dep.temp : could not find .....
what is the exact reason this error is occurring instead of creating initrd.img file
- 02-05-2010 #2
Installing a kernel isn't quite the same as installing other software.
Try this:
ormake
make modules
su -
make modules_install
make install
Code:make all && make modules_install
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-05-2010 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 10
thank you
thanks alot jayd .. i missed make modules_install which is essential to load modules before vmlinuz...



