LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 07-09-2014, 07:57 AM   #1
punchy71
Member
 
Registered: Dec 2011
Posts: 172

Rep: Reputation: Disabled
A version of Linux small enough to fit on an old floppy diskette


Greetings,
Is there a version of Linux that is a complete Operating System that will fit on a floppy disk such as a 3.5" or 5.25" floppy and will run fine on an old 386 or even older machine? Also; can it be installed to hard disk and does it support networking such as TCP/IP, etc.?
It seems like I've seen something similar to this in the past but they seemed to all or mostly be utilities and not a fully functional OS's...

Thanks
 
Old 07-09-2014, 08:11 AM   #2
dorian33
Member
 
Registered: Jan 2003
Location: Poland, Warsaw
Distribution: LFS, Gentoo
Posts: 591

Rep: Reputation: 32
check
http://www.fdlinux.com/about.php
 
Old 07-09-2014, 04:27 PM   #3
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
You might be able to use a floppy to boot to some remote media to install some distro. We'd need more info specs. For the most part you won't be able to do much with this. Slitaz may work for you. Zipslack may even work OK in command line.



I can say that many people have made linux on a system like that from scratch (before LFS) and you might be able to compile a system in a few months too.



Most of the floppy based distros are getting hard to find. This was maybe the most (it did some cheats to the floppy) if you can find it. http://www.toms.net/rb/

If distrowatch or (search page cache) comes back you might search for their floppy based distro's.

You can not use any sort of modern linux.

You may still be able to get QNX's floppy.
 
Old 07-09-2014, 04:58 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
1.4 Meg OS's
http://www.menuetos.net/

based on menuetos
http://kolibrios.org/en/index
 
1 members found this post helpful.
Old 07-09-2014, 09:47 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
I didn't even know about kolibrios.
 
Old 07-10-2014, 08:02 AM   #6
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Member Response

Hi,

Big issue would be in the modern kernel size exceeds the floppy storage available. You could use a boot floppy to init & pull in a net install.

Try using;
Quote:
tomsrtbt <- Linux on 1 floppy disk Good recovery use
Hope this helps.
Have fun & enjoy!
 
Old 07-10-2014, 08:21 AM   #7
szboardstretcher
Senior Member
 
Registered: Aug 2006
Location: Detroit, MI
Distribution: GNU/Linux systemd
Posts: 4,278

Rep: Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694Reputation: 1694
You can install the newest OpenBSD from floppy still.

http://www.openbsd.org/faq/faq4.html#DosFlop

A standard install doesnt take much space at all. Between 7Mb and 200Mb depending on what sets you choose.

Last edited by szboardstretcher; 07-10-2014 at 08:22 AM.
 
Old 07-10-2014, 08:24 AM   #8
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,125

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
No.
(the OP asked about Linux, and as @onebuck pointed out, the kernel won't even fit).

However ...
setting up a boot floppy is easy enough - I had to do this on a Toshi laptop and booted a hard disk based Ubuntu for months. Grub legacy - haven't tried grub2.
 
Old 07-10-2014, 03:16 PM   #9
selfprogrammed
Member
 
Registered: Jan 2010
Location: Minnesota, USA
Distribution: Slackware 13.37, 14.2, 15.0
Posts: 635

Rep: Reputation: 154Reputation: 154
Assume the bigger floppy, at 1.44 MB.
If you strip the kernel down to minimums, it would barely fit. One of my custom kernels runs about 1.2 MB, and I expect you could strip more out. But it does not leave enough room for more than a few modules, so all that would be at least another floppy (like maybe 4 or 5 floppies depending).

That Linux is compressed and even if LILO loaded it, it probably would not be able to run a partial environment by itself that way. The list of necessary support libraries and utilities is large (libc, bash, cp, cpio, etc..). Even compressed, libc is going to occupy several floppies.
You could probably find a loader that can install from multiple floppies before
booting Linux, but I don't know which one offhand.

You got no utilities yet, and that will cost you 10 to 20 MB of floppies for a minimal set (pure guessing there).
You also need the libraries that are used by your utilities. That could run 10MB to 60MB, assuming some restraint.

That is the size of the problem you are facing. And it will be a whole lot of trouble to get working. If some attempt is still desirable then by all means try to modify one of the existing packages mentioned, even if you have to add several floppies of your own.

This is why floppies were abandoned in favor of CD-ROM.

They already got Linux on a CD-ROM.
 
Old 07-10-2014, 03:25 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,978

Rep: Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624Reputation: 3624
You can actually force a lot on a floppy more than 1.44mb. Tom's did just that.

It is still easier to use a very old kernel. One could make an older kernel and distro for exactly what they wanted.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Floppy, still couldn't get to read diskette vonelli Linux - Newbie 23 08-26-2011 04:48 PM
problem copy files to floppy diskette lucent2003 Linux - General 1 01-15-2005 09:29 AM
Kernel too big to fit on floppy boot disk tacobill Red Hat 11 03-07-2004 12:21 AM
Has anybody successfully made a bootable floppy diskette during installation? shawhu Fedora - Installation 2 01-21-2004 10:10 PM
how to save the file to floppy diskette? eye Red Hat 1 12-15-2003 03:51 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:45 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration