- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- how to compile kernel and (if needed) boot off bac...
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
10-08-2005 11:48 PM
10-08-2005 11:48 PM
I'm looking for something that (also) includes instrs for making a backup copy of the current kernel, and instrs for doing an attended mode boot (that's what it's called in HP-UX land, I don't know what it's called in linux-land) off of that backed up kernel - in case the newly-recompiled kernel doesn't work out.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 05:04 AM
10-09-2005 05:04 AM
Solutionhttp://www.digitalhermit.com/linux/Kernel-Build-HOWTO.html
Jean-Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 06:15 AM
10-09-2005 06:15 AM
Re: how to compile kernel and (if needed) boot off backup kernel?
fedora.redhat.com/docs/release-notes/
Then run:
cd /usr/src/linux
cp /boot/config-
make mrproper
make menuconfig -------> select options
make dep -----> (only needed in 2.4 kernels)
make clean
make bzImage
make modules
make modules_install
make install
The make install command will add an entry in the grub.conf for the new kernel, and maintain the old kernel entry. If you have problems booting the new kernel, just select to boot the old kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 05:15 PM
10-09-2005 05:15 PM
Re: how to compile kernel and (if needed) boot off backup kernel?
http://www.falkotimme.com/howtos/debian_kernel2.6_compile/index.php
http://fedora.redhat.com/docs/release-notes/fc4/#sn-kernel
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 06:48 PM
10-09-2005 06:48 PM
Re: how to compile kernel and (if needed) boot off backup kernel?
> fedora.redhat.com/docs/release-notes/
All I saw were links for downloading the
ISO images for a full Fedora install.
Could you please give me a more direct/specific URL?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 06:57 PM
10-09-2005 06:57 PM
Re: how to compile kernel and (if needed) boot off backup kernel?
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/
or
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/i386/
or
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/SRPMS/
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 07:07 PM
10-09-2005 07:07 PM
Re: how to compile kernel and (if needed) boot off backup kernel?
The files here (below) aren't zipped tarballs,
they're rpm files. What's the cmd/syntax
I should use to download them?
Thanks again....
---- cut here ----
Here it is,
http://download.fedora.redhat.com/pub/fedora/linux/core/updates
/4/
or
http://download.fedora.redhat.com/pub/fedora/linux/core/update
s/4/i386/
or
http://download.fedora.redhat.com/pub/fedora/linux/core/updates
/4/SRPMS/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 07:19 PM
10-09-2005 07:19 PM
Re: how to compile kernel and (if needed) boot off backup kernel?
# up2date --get-source kernel
Alternative link to the kernel source:
http://download.fedora.redhat.com/pub/fedora/linux/core/updates/4/SRPMS/
Release notes document also has installation manual (check out "6.2.2.3. Preparing for Kernel Development" section).
Regards,
Sergejs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2005 07:52 PM
10-09-2005 07:52 PM
Re: how to compile kernel and (if needed) boot off backup kernel?
# wget -c
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2006 08:53 PM
03-05-2006 08:53 PM