Results 1 to 7 of 7
Hi,
I am new to Linux. I am using FC 12 and trying to install a built kernel(2.6.37)
When i give the command " make install " , it is ...
- 01-15-2011 #1Just Joined!
- Join Date
- Aug 2010
- Posts
- 4
Kernel Compilation error
Hi,
I am new to Linux. I am using FC 12 and trying to install a built kernel(2.6.37)
When i give the command " make install " , it is giving me the following message :
#make install
sh /home/shawn/linux/linux-2.6.37/arch/x86/boot/install.sh 2.6.37 arch/x86/boot/bzImage \
System.map "/boot"
get_netlink_msg returned No such file or directory
Please suggest me as how to get rid of the above error msg
- 01-15-2011 #2
Hello and Welcome.
Try following this howto and see if it gets you anywhere.
How To Compile A Kernel - The Fedora Way | HowtoForge - Linux Howtos and TutorialsI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 01-18-2011 #3Just Joined!
- Join Date
- Aug 2010
- Posts
- 4
Thanks a lot Mike

It would be great if you could clarify my doubt:
1. I also tried another way and faced the following error in it:
The steps are as follows:
After the initials tar steps.....
-> cd linux-2.6.37
->make config
->make
->make modules_install
-> make install
The result after rebooting is:
Could not load /lib/modules/2.6.37/modules.dep: No such file or directory
No Root device found
Boot has failed, Sleeping forever
[/COLOR]
- 01-18-2011 #4
Do you have a separate /boot partition? Make sure that is mounted during the kernel install.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 01-21-2011 #5Just Joined!
- Join Date
- Aug 2010
- Posts
- 4
Hi Mike,
I don't have another /boot partitiion.
- 01-21-2011 #6
So my guess would be that you missed a module that the system needs.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 01-25-2011 #7Just Joined!
- Join Date
- Aug 2010
- Posts
- 4
ok that might be true.....and once again thanks


Reply With Quote
