Results 1 to 7 of 7
Okay, if I install a kernel package for Slackware (the one in testing for example) the kernel is not used during the next boot. It is still the 2.4 default ...
- 07-15-2005 #1
Installing Kernel Package
Okay, if I install a kernel package for Slackware (the one in testing for example) the kernel is not used during the next boot. It is still the 2.4 default kernel. Do I have to remove the 2.4 one?
Thanks,
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 07-15-2005 #2Linux Engineer
- Join Date
- Apr 2005
- Location
- Buenos Aires, Argentina
- Posts
- 908
I don't think so.. you probably upgraded the kernel so the old kernel it's not there anymore.
serzsite.com.ar
"All the drugs in this world won\'t save you from yourself"
- 07-15-2005 #3Just Joined!
- Join Date
- Jul 2005
- Location
- Southwest Missouri, USA
- Posts
- 9
Did you change the lilo.conf to reflect the new kernel name? If not, it may still show the old kernel name, but use the new kernel.
What does the login show the kernel is?
Regards,
- 07-16-2005 #4Linux Newbie
- Join Date
- Jan 2004
- Location
- UK
- Posts
- 131
create those lines in /etc/lilo.conf where the first set points the boot to the new kernel and the second to the old - make sure that you moved 'bzImage' and System.map to /boot - and change the /dev/hda5 with the /dev/hda where your linux partition is - in this way you'll have both kernel still bootable, so in case you happen to mess everything up with one installation you may still get safe booting the other
# Linux bootable partition config begins
image = /boot/bzImage
root = /dev/hda5
label = slack10.1_new
read-only
# Linux bootable partition config ends
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda5
label = slack10.1_old
read-only
# Linux bootable partition config ends
good luckIf you get on the wrong train all the stations you will come to will be the wrong stations.
Zen
- 07-16-2005 #5
Thanks everyone for the responses.
I solved the problem. I just forgot to run lilo (kinda feel stupid about that one).
Secondly, as opposed to starting a new thread, I will be building a liveCD based on Slackware. To keep in accordance with the GPL, I need the location of the Slackware source so I can redirect people there for the source. Does anyone know where that might be?
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.
- 07-20-2005 #6On cd's 3 & 4
Originally Posted by bryansmith
- 07-21-2005 #7
Thanks for the location.
BryanLooking for a distro? Look here.
"There can be no doubt that all our knowledge begins with experience." - Immanuel Kant (Critique of Pure Reason)
Queen's University - Arts and Science 2008 (Sociology)
Registered Linux User #386147.


Reply With Quote