LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 10-19-2005, 07:19 AM   #1
jkh
Member
 
Registered: Dec 2004
Location: Maidstone, Kent, England
Distribution: Ubuntu
Posts: 100

Rep: Reputation: 15
roll my own floppy based distro


heyho all, I will keep this brief. I want to roll my own linux distro to fit on a single floppy. This a little project that I really want to get into. I have little to nil experience but want to learn. What I need from you pros is to tell me what I need to learn to make me capable of doing this and any related material/suggestions you have. Any help and a place to start will be much appreciated. I may also need a helping hand but that comes later. Thanks in advance.
 
Old 10-19-2005, 07:38 AM   #2
okmyx
Member
 
Registered: May 2004
Location: Cornwall, UK
Distribution: Ubuntu 8.04
Posts: 464

Rep: Reputation: 31
I found this link searching on Google (kind of relavant)

http://www.tldp.org/LDP/Pocket-Linux...tml/index.html

But if you have nil experience its probably better to first try to create a distro on a normal Hard disk before trying to attempt to try and fit it on a 1.44 floppy.

Last edited by okmyx; 10-19-2005 at 07:41 AM.
 
Old 10-20-2005, 04:01 AM   #3
jkh
Member
 
Registered: Dec 2004
Location: Maidstone, Kent, England
Distribution: Ubuntu
Posts: 100

Original Poster
Rep: Reputation: 15
Thank You! I searched google but my mind turned to mush with all the rubbish. This is great stuff thanks. Not too big a step at all, I think I will probably have it spanning multiple disks and then learn how to strip it. Thanks again, anything more you or anyone has to offer will be much appreciated.
 
Old 10-20-2005, 05:13 AM   #4
Optimistic
Member
 
Registered: Jun 2004
Location: Germany
Distribution: Debian (testing)
Posts: 276

Rep: Reputation: 33
I don't mean to be negative, but why would you do this? I mean, what good will it do? The Floppy is really antiquated at this point and it probably won't be long before they go away entirely. Personally, I couldn't even tell you the last time I used a Floppy. Between cheap jumpdrives and fast CDRW drives, why waste time with Floppys? Floppys are slow, unreliable, and have next to no room. Plus, unless my memory fails, the newer kernels don't even support booting from floppy anymore---you need a boot manager like Lilo or Grub.

Learning how to roll your own distro is certainly admirable, but why not learn how to make live CD or standard distro---that way if you solve any problems or think of something creative, then it will help the OSS community. Or, how about making a live distro for a CDRW that burns your settings when you exit? That would be cool (actually, I think this is being worked on).
 
Old 10-20-2005, 06:39 AM   #5
jkh
Member
 
Registered: Dec 2004
Location: Maidstone, Kent, England
Distribution: Ubuntu
Posts: 100

Original Poster
Rep: Reputation: 15
The point was to start off small and also learn how to be minimalistic at the same time. Although I do totally agree I have thought this through. If you disagree please say so, I would hate to waste my time. Could I still start off small and pick up the minimalistic skill a better way?
 
Old 10-20-2005, 01:14 PM   #6
ioerror
Member
 
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536

Rep: Reputation: 34
If you want to be minimalist, have a look at:

http://busybox.net/

and

http://www.uclibc.org/
 
Old 10-21-2005, 01:28 AM   #7
gruven
Member
 
Registered: Feb 2003
Location: Arkansas
Distribution: Debian
Posts: 87
Blog Entries: 3

Rep: Reputation: 15
I still use my floppy drive. I installed grub to it instead of the MBR, so to boot Gentoo I just put the floppy in, to boot into Windows, I take the floppy out.

I know, it is more manual work, but I like it, and it gives me a reason to use my floppy drive.
 
Old 11-07-2005, 10:35 AM   #8
D0M1N1C
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Rep: Reputation: 15
...any news on this???
 
Old 11-21-2005, 07:06 AM   #9
jkh
Member
 
Registered: Dec 2004
Location: Maidstone, Kent, England
Distribution: Ubuntu
Posts: 100

Original Poster
Rep: Reputation: 15
ooh, didn't know there would be any interest in this. Just getting together all the basics. If you are really interested when I have what I want I could pop it on the web for you to get your mits on.
 
Old 11-21-2005, 02:02 PM   #10
D0M1N1C
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Rep: Reputation: 15
i'd love that if you could. i plan on running out a base floppy system for myself to build on.
 
Old 11-21-2005, 03:54 PM   #11
makuyl
Senior Member
 
Registered: Dec 2004
Location: Helsinki
Distribution: Debian Sid
Posts: 1,107

Rep: Reputation: 54
Some of the links on this page might come in useful http://people.jyu.fi/~tuma/home/nuclinux.php?lang=en
 
Old 11-22-2005, 12:11 AM   #12
2damncommon
Senior Member
 
Registered: Feb 2003
Location: Calif, USA
Distribution: PCLINUXOS
Posts: 2,918

Rep: Reputation: 103Reputation: 103
Now-a-days I believe the trick is to attempt to fit a kernel on one floppy and some kind of utilities on a second, probably a busy box set or sub-set of some sort possibly using uclib.
 
Old 11-22-2005, 01:26 AM   #13
D0M1N1C
LQ Newbie
 
Registered: Aug 2005
Posts: 25

Rep: Reputation: 15
ai, i was planning on maybe putting it on a CD, but i would build as much as i could on floppy, and then do the necasery stuff to put it onto a bootable (mini) CD (that way i would keep it as tiny as possible, ideally under 10mb.)

My end plan was to ahve a bootable miniCD that could then mount a usb drive, giving you storage space for documents etc. That way, you could carry round the entire OS and all your documents on a mini CD in your wallet and a usb key.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to create a boot cd for floppy based distro gnukish Linux - General 2 04-18-2005 11:59 AM
Floppy based distro's hongman Linux - Newbie 2 04-14-2005 06:59 AM
Distro: Less scripting. Looking for mainly Elf binary based distro Z505 Linux - General 1 04-02-2005 11:33 PM
Floppy-based OMEGA-DOOM Linux - Newbie 2 06-18-2004 11:37 AM
how many of you roll your own distro iamnotherbert Linux - General 1 11-03-2003 06:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 12:08 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