Debian This forum is for the discussion of Debian Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
04-05-2004, 07:10 AM
|
#1
|
|
Member
Registered: Mar 2004
Distribution: Debian 'Sarge'
Posts: 168
Rep:
|
Need some advice on upgrading kernel via make-kpkg
From http://www.osnews.com/story.php?news_id=2949&page=2
What is the reason behind creating a symbolic link called "linux" in :-
Step 7: (Creating a symbolic link called "linux", which points to "linux-2.4.20")
Finally, we can create a symbolic link called "linux" that will point to our new kernel source code, which is located in the "linux-2.4.20" directory. Enter "ln -s linux-2.4.20 linux" at the command line to create this symbolic link. If you type "ls -l" at the prompt, you should now see a symbolic link called "linux" that is pointing to the "linux-2.4.20" directory (or the directory for whichever version of the kernel you decided to download).
Is this step necessary?
Thanks !
|
|
|
|
04-06-2004, 02:46 AM
|
#2
|
|
Senior Member
Registered: Jan 2003
Location: Devon, UK
Distribution: Debian Etc/kernel 2.6.18-4K7
Posts: 2,380
Rep:
|
I have not found it necessary with the make-kpkg but you would need it if later you want to compile other apps that need to reference the kernel source. Perhaps someone else can comment.
|
|
|
|
04-07-2004, 06:26 AM
|
#3
|
|
Senior Member
Registered: Mar 2004
Location: far enough
Distribution: OS X 10.6.7
Posts: 1,690
Rep:
|
it is necessary when you don't know why. check lilo.conf
|
|
|
|
04-07-2004, 11:08 AM
|
#4
|
|
Member
Registered: Apr 2003
Location: Greenwood Mississippi
Distribution: Debian, LMDE, n some untus
Posts: 215
Rep:
|
several drivers including nvidia's will look for the source, unless its there u'll have to do some fudging with its options to get it pointed in the right direction
it makes upgrades easier also, just rm -r linux, and redo ...
|
|
|
|
04-07-2004, 07:02 PM
|
#5
|
|
Member
Registered: Mar 2004
Distribution: Debian 'Sarge'
Posts: 168
Original Poster
Rep:
|
In my / directory, my vmlinuz is linked to my latest kernel.
david:/# ls -l vmlinuz
lrwxrwxrwx 1 root root 26 Apr 8 14:56 vmlinuz -> boot/vmlinuz-2.4.25.040801
Grub's menu.lst:
title Debian GNU/Linux, kernel 2.4.25.040801
root (hd0,2)
kernel /boot/vmlinuz-2.4.25.040801 root=/dev/hda3 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.4.25.040801 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.4.25.040801 root=/dev/hda3 ro single
savedefault
boot
title Debian GNU/Linux, kernel 2.4.18-bf2.4
root (hd0,2)
kernel /boot/vmlinuz-2.4.18-bf2.4 root=/dev/hda3 ro
savedefault
boot
title Debian GNU/Linux, kernel 2.4.18-bf2.4 (recovery mode)
root (hd0,2)
kernel /boot/vmlinuz-2.4.18-bf2.4 root=/dev/hda3 ro single
savedefault
boot
However, as shown above, if I boot into the older kernel 2.4.18-bf2.4, the vmlinuz will be pointing to the wrong directory? Will that have any effect?
Thanks !
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:06 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|