Results 1 to 10 of 15
Hello.
I have only had 10.0 installed for a few days on my laptop, seen as my halls at uni has a T3 line i have downloaded and am about ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-09-2005 #1Just Joined!
- Join Date
- Jan 2005
- Posts
- 68
10.1 and kernel 2.6.10
Hello.
I have only had 10.0 installed for a few days on my laptop, seen as my halls at uni has a T3 line i have downloaded and am about to burn then install 10.1.
Is it possible to install with the 2.6.10 kernel, or would i have to after initiall installation?
From the 10.1 release notes I have found:
Does this mean after the installation i would have to read the above file for instructions on how to install the 2.6.10 kernel from the second cd? Or is it possible to install with this kernel??As an alternate choice, Slackware 10.1 includes Linux 2.6.10
source, kernel modules, and binary packages, along with the
mkinitrd tool and instructions on using it to install the
new kernel (see /boot/README.initrd).
Im guessing using the kernel 2.6.10 kernel from the cd will be different to complilng the one from kernel.org like i have with my 10.0 box?
Thanks much
- 02-09-2005 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
Kernel version 2.6.10 comes already packaged with MDK 10.1, no need to recompile the kernel (unless you want to)
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 02-09-2005 #3
are you planning fresh install or upgrade? the upgrade goes thru and installes the new packages and brings you to 10.1 with i am assuming the current kernel you have. then you can get the 2.6 kernel source either off the cd or from kernel.org and find your current configuration and compile to that move your kernel over to the boot partition and install it to lilo and then you are up to 2.6.
- 02-09-2005 #4
- 02-09-2005 #5Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
Hmmm got confused with the distro numbers
Originally Posted by carlosponti
10.1 too under MDK
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 02-09-2005 #6Just Joined!
- Join Date
- Jan 2005
- Posts
- 68
Was planning a fresh install as im not losing much at all with the ammount of time I have had installed 10.0 for.
Thanks for the replies so far, im still a lil puzzled tho.
- 02-09-2005 #7
i havent downloaded 10.1 yet i had planned on doing the same thing with a fresh install. i imagine the installer has when you get to the point where it asks what kernel you want to install when it comes to the point where it asks you where from you say cd and it has a list. i am hoping they have a 2.6 there but if not prior to the upgrade you could compile a 2.6 kernel for your system copy it to floppy and have the installer pick from a floppy when you get asked where from you want to install a kernel from.
- 02-09-2005 #8Linux Engineer
- Join Date
- Nov 2004
- Location
- Montreal, Canada
- Posts
- 1,267
as it seems, no need to recompile as it already includes a precompiled version of the kernel.For those Slackware users
who are anxious to try the new 2.6.x kernel series, it is fully
supported by the system. A precompiled Linux 2.6.10 kernel, modules,
and source code are provided (along with complete instructions on how
to install the new kernel).
The info were taken from This website.
It also includes the step to take to setup the computer with the kernelalso taken from the same site...Q: How do I make a bootdisk that uses a custom kernel?
Look in the ./kernels subdirectory. You'll find complete instructions on how to make them in there.
I would think that the instruction will be very clear and easy to follow
\"Meditative mind\'s is like a vast ocean... whatever strikes the surface, the bottom stays calm\" - Dalai Lama
\"Competition ultimatly comes down to one thing... a loser and a winner.\" - Ugo Deschamps
- 02-09-2005 #9
It will give you a list of kernels applicatable during the install. You can choose the kernel you want to install during the installation.
It has a default but you can choose a different from the list.
Mike
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 02-10-2005 #10Just Joined!
- Join Date
- Nov 2004
- Location
- Portugal
- Posts
- 39
It's simple mate.
Simply insert CD #2 AKA Rescue Disc.
Go Under]Code:/mnt/cdrom/testing/packages/linux-2.6.10
Then do:
Then cd back to /boot/ and do:Code:installpkg kernel-generic-2.6.10-i486-1.tgz installpkg kernel-modules-2.6.10-i486-1.tgz installpkg mkinitrd-1.0.1-i486-1.tgz (this last one I didn't do)
Don't forget to update lilo.Code:mkinitrd -c -k 2.6.10 -m <your FS type>
Mine looks like this
1st:After your regular image enter the following:Code:pico /etc/lilo.conf
Save and Exit.Code:image = /boot/vmlinuz-generic-2.6.10 initrd = /boot/initrd.gz root = /dev/hdb3 label = Linux2.6.10 read-only
2nd: Back on the console type:3rd: Reboot and pray!Code:lilo
Mental Note: Don't delete your 2.4.* image, it might come in handy!
----- POST UPDATED-----
GL.[/code]


Reply With Quote
