Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello I just downloaded the latest kernel and just for the sheer fun of it I'm downloading Slack 9.1 and I want to run the latest kernel off of it. There is an option in one of the screens to where you can load one off of a floppy disk, the file I downloaded for the kernel was a .bz2 is this OK to put on the floppy - will this run the kernel? Furthermore, would my idea actually work? Or would would it just overload the system because of the newest kernel and just crash on me? Thanks for the help.
eep, looks confusing sort of. So I can put the .bz2 file on the floppy and install the distro regularly but afterwards I need to compile it when it's all done?
Originally posted by Mr. Hill eep, looks confusing sort of. So I can put the .bz2 file on the floppy and install the distro regularly but afterwards I need to compile it when it's all done?
If you are downloading the full kernel from kernel.org I doubt you will get it to fit on a floppy, it's about 36MB.
Quote:
Originally posted by Mr. Hill And may I ask what "rm -rf /" does?
See "man rm" look up the arguments -r and -f and what they will do to your root partition.
Hmm.. says it's 4mb, maybe that's why it's a .bz2. But the file is telling me it's a patch, what's going on here? I'm going back to kernel.org and looking for the real kernel.
Thanks for the info on your sig, I'll check the arguments out.
Originally posted by Mr. Hill Hmm.. says it's 4mb, maybe that's why it's a .bz2. But the file is telling me it's a patch, what's going on here? I'm going back to kernel.org and looking for the real kernel.
Thanks for the info on your sig, I'll check the arguments out.
In kernel.org in like like:
Code:
The latest stable version of the Linux kernel is: 2.6.11 2005-03-02 08:00 UTC F V VI C Changelog
the 2.6.11 link is a link to the latest patch. You need the "F" link to download the whole kernel source.
And all those are kernel sources. The need to be compiled, with the options you need for you computer.
Thanks. I'm downloading the "F" file right now. So the patch just gives me 2.6.11? I'm just getting deeply confused..
Update: OK, I think I understand this a bit more now. I just need to burn the "F" Kernel to a cd-rom along with its patch (.bz2 files). But in the installation do I just choose to have no kernel and then later put the disc in my drive and go from there to compile it?
Feel free to correct me if I am worng, which I probably am.
If you had vanila kernel 2.6.10 then you would only need to download the patch in order to get 2.6.11. So when 2.6.12 comes out you don't need to download the whole thing again. Just:
cd /usr/src/linux
bzcat /path/to/patch-xxx.bz2 | patch -p1
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.