HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- recompile redhat linux 7.3 kernel
Operating System - Linux
1828488
Members
2277
Online
109978
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-03-2003 04:11 AM
02-03-2003 04:11 AM
recompile redhat linux 7.3 kernel
Hi,
Does anyboduy know how to change kernel parameters and recompile redhat linux 7.3 kernel?
Thanks,
Trystan.
Does anyboduy know how to change kernel parameters and recompile redhat linux 7.3 kernel?
Thanks,
Trystan.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2003 06:05 AM
02-03-2003 06:05 AM
Re: recompile redhat linux 7.3 kernel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:30 AM
03-05-2003 04:30 AM
Re: recompile redhat linux 7.3 kernel
Trystan,
Compiling a kernel can be quite tricky. You build a new kernel from the ground up every time. You do this by configuring the source code (wich can be quite a lot of work the first time), compiling it and then installing the new kernel and modules.
Get yourself the source code (available almost everywhere, www.kernel.org might be a good start), unpack it and run "make config" (or, if you like a GUI, "make xconfig"). That's where the fun starts: you'll have to set all parameters by hand, so you'll have to know upfront exactly what kind of hardware you have and what your kernel should and shouldn't do.
After having configured the whole bunch, you do "make clean", followed by "make bzImage" and "make modules". If that's finished, enter "make modules_install" and your freshly compiled modules will be put in the right (?) place: /lib/modules/kernel_version. Now copy the new kernel (bzImage) to the place you want (in RedHat usually /boot), modify /etc/lilo.conf (unless you're not using LILO of course *grin*) and reboot.
Oh, be sure not to erase your original kernel from LILO unless you have tested your new one.
Good luck!
Hans
Compiling a kernel can be quite tricky. You build a new kernel from the ground up every time. You do this by configuring the source code (wich can be quite a lot of work the first time), compiling it and then installing the new kernel and modules.
Get yourself the source code (available almost everywhere, www.kernel.org might be a good start), unpack it and run "make config" (or, if you like a GUI, "make xconfig"). That's where the fun starts: you'll have to set all parameters by hand, so you'll have to know upfront exactly what kind of hardware you have and what your kernel should and shouldn't do.
After having configured the whole bunch, you do "make clean", followed by "make bzImage" and "make modules". If that's finished, enter "make modules_install" and your freshly compiled modules will be put in the right (?) place: /lib/modules/kernel_version. Now copy the new kernel (bzImage) to the place you want (in RedHat usually /boot), modify /etc/lilo.conf (unless you're not using LILO of course *grin*) and reboot.
Oh, be sure not to erase your original kernel from LILO unless you have tested your new one.
Good luck!
Hans
l'apprenti sorcier
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2003 04:42 AM
03-05-2003 04:42 AM
Re: recompile redhat linux 7.3 kernel
in short,
1. #cd /usr/src/linux
2. #make mrproper
3. #make menuconfig
4. #make dep
5. #make clean
6. #make modules
7. #make install
8. #make modules_install
Change /etc/lilo.conf and than run lilo -v
for more detailed info, refer the kernel howto.
-balaji
1. #cd /usr/src/linux
2. #make mrproper
3. #make menuconfig
4. #make dep
5. #make clean
6. #make modules
7. #make install
8. #make modules_install
Change /etc/lilo.conf and than run lilo -v
for more detailed info, refer the kernel howto.
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP