- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- How to rebuild Linux Kernel??
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 02:45 PM
05-16-2006 02:45 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 05:24 PM
05-16-2006 05:24 PM
Re: How to rebuild Linux Kernel??
It varies distribution to distribution.
http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A%2F%2Fwww.digitalhermit.com%2Flinux%2FKernel-Build-HOWTO.html&ei=JLNqRJa5KIP2wQGP5IA1&sig2=TWkJnXZth4FP0AkH1Lv-Kg
http://www.google.com/url?sa=t&ct=res&cd=2&url=http%3A%2F%2Fwww.redhat.com%2Fdocs%2Fmanuals%2Flinux%2FRHL-9-Manual%2Fcustom-guide%2Fch-custom-kernel.html&ei=JLNqRJa5KIP2wQGP5IA1&sig2=5dzsp-Igvs-W9A9qfTIVHg
Migrating device drivers 2.6 kernel
http://www.google.com/url?sa=t&ct=res&cd=4&url=http%3A%2F%2Flinuxdevices.com%2Farticles%2FAT4389927951.html&ei=JLNqRJa5KIP2wQGP5IA1&sig2=o8To62tGFyFWaiUoFNDnZw
The essence of the process is the same, but there are quirks.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2006 05:56 PM
05-16-2006 05:56 PM
Re: How to rebuild Linux Kernel??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 01:54 AM
05-17-2006 01:54 AM
Solutionhttp://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html
http://linuxreviews.org/howtos/Kernel-Build-HOWTO/
http://www.linux-tutorial.info/modules.php?name=Tutorial&pageid=92
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 03:40 AM
05-17-2006 03:40 AM
Re: How to rebuild Linux Kernel??
Here is things to consider if you decide to migrate to kernel 2.6.x
http://thomer.com/linux/migrate-to-2.6.html
Regards,
Sung
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2006 07:32 PM
05-17-2006 07:32 PM
Re: How to rebuild Linux Kernel??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 01:04 AM
07-28-2006 01:04 AM
Re: How to rebuild Linux Kernel??
nowadays its not so different but some more steps are added due to xtra modules & features
1.download the kernel from ftp.kernel.org
2.cp in /usr/src
3.make mrproper
4. make dep (not so important)
5. make (x|g|old|menu|)config or other options chk the untarred kernel documentation for details.
6. make bzImage
7. make modules
8. make modules_install
9. make install
dats it
for hardware specific,chk the hardware compatibility list in Red Hat site
Thanks
Prasoon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 07:30 AM
07-28-2006 07:30 AM
Re: How to rebuild Linux Kernel??
Just
make mrproper
make [...]config
make
make modules
make install
make modules_install
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2006 08:09 PM
07-30-2006 08:09 PM
Re: How to rebuild Linux Kernel??
Just my 2 c.
-=ChaZ=-