linux,faqs,howtos,man,forum,squid,mount,ntfs,bandwidth,gnu,opensource,directory
 
Home | Forum | MAN Pages | Tutorials | Directory | HOWTOs | About Me | Contact
You are Browsing Linux HOWTOS
 
FAQS
- Advanced Routing & Traffic Control
- General FAQ
- Squid Proxy Server
- Sendmail
- Fetchmail
- Postfix
- Connecting Mobile Phone
- Paging from Linux
- Standard Commands
- Some common terms
Linux HOWTOs
- Single List of HOWTOs
- ATA-RAID-HOWTO
- Bzip2
- Clone-HOWTO
- DVD Playback HOWTO
- Italian HOWTO
- Home Electrical Control
- - ISP-Hookup-HOWTO
- Keyboard-and-Console-HOWTO
- LinuxGL-QuakeWorld-mini-HOWTO
- MMBase-Inst-HOWTO
- Oracle-9i-RH8-and-RH9-HOWTO
- Post-Installation-Checklist
- Secure-Programs-HOWTO
- Serial-Laplink-HOWTO
- Tamil-Linux-HOWTO
- Unix-Hardware-Buyer-HOWTO
- VPN
- Wacom-USB-mini-HOWTO
- XFree-Local-multi-user-HOWTO

- ADSL Bandwidth Management
- Compile Apache
- Make a Bootdisk
- Linux-Windows9x-Grub
- Linux-Windows
- Linux Crash Recovery
- Optimise Squid
- Block websites in Squid
- Broadcast webcam in linux
- Compile RedHat Linux kernel
- Implement Firewall Security
- Increase Harddrive Performance
- Mount NTFS filesystem
- Patch / rebuild SRPM
- Secure Linux
- Set up a DHCP Server
- Set up an FTP server
- Set up Linux as a Router
- Use Cron
- Samba
Miscellaneous
- All Ports
- Spammers fetch email addresses
- Mounting NTFS in linux
- Linux Gazette
- Linux Directory
- Linux Man

linux,man,pages,linux man pages,squid,ntfs,mount
 

5.3. Kernel installation

If you have made a native build on the box you wish to install, you can setup the new kernel as follows: within the kernel source tree linux/, as root execute:

[user@machine ~/dir]> cp vmlinux /boot/vmlinux-[kernelversion]
[user@machine ~/dir]> cp System.map /boot/System.map-[kernelversion]
[user@machine ~/dir]> cp .config /boot/config-[kernelversion]
				
Though it is not mandatory, we suggest you to replace [kernelversion] by the version of the kernel you built, e.g.: vmlinux-2.4.18-pa44. This will help you dealing with multiple kernel versions on the same machine. The same applies to .config. It is not needed to have a working kernel, though it might be very helpful when configuring a new one. Now, do cd /boot, make sure that vmlinux is a symbolic link to another file, as in the following example:

[user@machine ~/dir]> ls -l vmlinux
lrwxrwxrwx  1 root   root   35 Jun 23 01:38 vmlinux -> vmlinux-2.4.18-64-SMP
				
Make sure to remember the name of the kernel actually running on your box if ever the new one won't work properly. You are now able to ask PALO to boot on it if needed (see Chapter 3 for more information). Now do the following:

[user@machine ~/dir]> rm -f vmlinux
[user@machine ~/dir]> ln -s vmlinux-[kernelversion] vmlinux
[user@machine ~/dir]> sync
				
If you want to boot from network you can forget all this, as you will need to set PALO as explained in the Section 3.3, and run make palo to create the bootable lifimage.

If you have made a cross-compiled build or built a kernel on a PA box which is not the one you wish to install, you have to find a way to put vmlinux, System.map and eventually .config in /boot/ as mentioned before. You can use the network (like ftp) or a CD to do so, or even direct copy to the hard disk drive.

 
Random Linux Commands
KDE
"K Desktop Environment" built around the Qt libraries. KDE is an easy to use Windows-like desktop system and includes a user-friendly suite of applications. This suite of tools includes a window X11 manager, file browser, web browser, games and many other useful utilities and applications. KDE is used as the default desktop for many distributions including Mandrake, lycoris, Suse, Xandros etc....

Common Linux terms
Linux-FAQs Search
linux,faqs,howto,howtos,man,manpages,directory,forum


Linux-FAQs Forum Categories
- About Forum
- Hardware Troubleshooting in Linux
- Linux Entertainment
- Resources
- Software toubleshooting and configuration
Linux-FAQs Man Pages
- About Forum
- Hardware Troubleshooting in Linux
- Linux Entertainment
- Resources
- Software toubleshooting and configuration
All Linux-FAQs Forums
- Crash Recovery
- FAQs
- Forum Talk
- Games
- General
- Linux Audio Support
- Linux Hardware / Driver
- Linux Installation Support
- Linux misc.
- Linux Networking
- Linux Newbies
- Linux Printing Support
- Linux Security
- Linux Video Support
- Mail Server
- Multimedia
- Tutorials
- Web Proxy Server
- Web Server

linux,man,man pages,faqs,howtos,forum
 
Powered by HTML
Linux-faqs.com Copyright, All rights reserved www.linux-faqs.com. Peeyush Maurya.