Welcome to the Linux Foundation Forum!

Installing Linux without a distribution

How do I install Linux without having to use a distribution like Fedora or Ubuntu?

Comments

  • Goineasy9
    Goineasy9 Posts: 1,114
    Maybe "Linux from Scratch" is what you are looking for, although, even that is thought of as a distribution. What exactly are you trying to do?
  • marc
    marc Posts: 647
    AndrewCrogonk wrote:
    How do I install Linux without having to use a distribution like Fedora or Ubuntu?

    You can try any other distro: Opensuse, Mandriva, Linux Mint, Debian, Archlinux...
  • ruben_linux
    ruben_linux Posts: 36
    why this?
    Don't you like anything distro?:dry:
  • mfillpot
    mfillpot Posts: 2,177
    Using a dstiro is useful because the compiling and package building is already done. However if you wish you can build your own installation from scratch, which requires a lot of compiling and dependency resolution work. Again if you want it to truly be non distro affiliated then you will want to try LFS first to understand the setup and structure.
  • AndrewCrogonk wrote:
    How do I install Linux without having to use a distribution like Fedora or Ubuntu?

    The only option I can think of is Ultilex -- http://ultilex.linux-bg.org/ -- it can be run from either CD or USB stick and, technically, is not a distro! It does not have to be installed (see its home page), only copied. linux_3.jpg The new TinCore is just that -- a minimal core one may add to as it pleases him. http://distrowatch.com/table.php?distribution=tinycore
  • It is possible, but you would need to download and compile the source on your own. Put it this way, you are making your own distribution. The boot system will need to know what to load.

    I would say, start with Slackware and find out where people have ventured off or downloaded files to load their own version on Linux.
  • As Goin' said, Linux From Scratch would probably be your best bet.

    I think it's important for new users to understand the concepts behind terms like distribution and operating system. The Linux kernel itself, although huge, does not do much by the average end users standards (please don't yell if I'm making a generalization without statistics, however if somebody feels differently, feel free to chime in). Distributions however, are what really provide a desktop computing experience, bundling the kernel with software on top of it that provides that basics such as a GUI desktop, browser, etc, etc. If you already know all this I apologize.

    All that being said, the source code is available at kernel.org. The broad overview of the process is using a host system, downloading the source code, and compiling it (of course needing a C compiler on the host system). From what I have seen, Linux From Scratch has the most detailed guide on doing this step by step.

    I hope any of this was useful.

    Matt

Categories

Upcoming Training