LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions
User Name
Password
Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... Note: An (*) indicates there is no official participation from that distribution here at LQ.

Notices


Reply
  Search this Thread
Old 03-01-2011, 02:38 AM   #1
wb0gaz
LQ Newbie
 
Registered: Mar 2011
Posts: 10

Rep: Reputation: 0
Looking for text-only linux distribution ---> that I can start with loadlin


I would like to find a very small text-only (X adds excess storage requirement and other unnecessary overhead for this application) linux distribution which I can boot into using loadlin 1.6 (basically, I want to put a set of files into a sub-directory or root directory of DOS C: drive, then run loadlin.exe with the appropriate options to transfer control to the linux distribution.)

Also (important), needs to have the kernel parameter option "ide=nodma" as the target system is using a non-DMA compact flash card as it's hard drive, so I think this rules out later kernels (I am using a version of Puppy linux with 2.17-era kernel as it gets along well with the hardware, and would be fine except for the un-needed X components.)

Thank you for any recommendation,

Dave
 
Old 03-01-2011, 09:05 AM   #2
SL00b
Member
 
Registered: Feb 2011
Location: LA, US
Distribution: SLES
Posts: 375

Rep: Reputation: 112Reputation: 112
I can help you narrow it down... at least as far as the "text-only" requirement is concerned. The distro you want is "any."

Install and set it to boot to runlevel 3, and X won't get started. This is the standard way to run linux in big business.

Last edited by SL00b; 03-01-2011 at 09:06 AM.
 
Old 03-01-2011, 09:26 AM   #3
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
An older version of NetBSD.

Heck, maybe a newer version of NetBSD.
 
Old 03-01-2011, 09:49 AM   #4
wb0gaz
LQ Newbie
 
Registered: Mar 2011
Posts: 10

Original Poster
Rep: Reputation: 0
"any" is unhelpful and misses a critical point I hoped to make to narrow down the possible choices:

I have (much) less than 50MB of disc space available on a FAT32 partition (that is otherwise being used for DOS) in which to put all of the needed files including loadlin. If a distribution contains X and the related support stuff, it drives the size of the fileset too large. DSL and Puppy 4 (the two I've considered so far) are over (in the case of Puppy, well over) 50MB, and contain much stuff I will *never* need for this (maintenance-focused) application.

So, my question remains open - a text-only distribution that I can boot via loadlin using a set of files on a DOS/FAT partition, that is as small (in terms of occupancy of that partition) as possible.

Thank you,

Dave
 
Old 03-01-2011, 09:53 AM   #5
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
Quote:
Originally Posted by wb0gaz View Post
"any" is unhelpful and misses a critical point I hoped to make to narrow down the possible choices:

I have (much) less than 50MB of disc space available on a FAT32 partition (that is otherwise being used for DOS) in which to put all of the needed files including loadlin. If a distribution contains X and the related support stuff, it drives the size of the fileset too large. DSL and Puppy 4 (the two I've considered so far) are over (in the case of Puppy, well over) 50MB, and contain much stuff I will *never* need for this (maintenance-focused) application.

So, my question remains open - a text-only distribution that I can boot via loadlin using a set of files on a DOS/FAT partition, that is as small (in terms of occupancy of that partition) as possible.

Thank you,

Dave
Ok. Well, if you are looking for a SMALL linux then you'll probably want to look up "MuLinux" here: http://www.micheleandreoli.it/mulinux/ which starts at around 16Mb.

And, honestly, if you need to do something custom, you can always build your own linux from scratch with what you need - in your case, something small.

http://www.linuxfromscratch.org/

Last edited by szboardstretcher; 03-01-2011 at 09:55 AM.
 
Old 03-01-2011, 09:56 AM   #6
wb0gaz
LQ Newbie
 
Registered: Mar 2011
Posts: 10

Original Poster
Rep: Reputation: 0
Thank you (re mulinux) -- that is in the spirit of what I'm trying to do (particularly as it can be installed into a DOS/FAT/Windows 95 type filesystem, which is exactly my use case), and I would not have located it without advice here.

I'll test it shortly and report back; should there be other candidates I should consider, I would appreciate any other suggestions.

Dave
 
Old 03-01-2011, 09:59 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
Quote:
Originally Posted by wb0gaz View Post
Thank you (re mulinux) -- that is in the spirit of what I'm trying to do (particularly as it can be installed into a DOS/FAT/Windows 95 type filesystem, which is exactly my use case), and I would not have located it without advice here.

I'll test it shortly and report back; should there be other candidates I should consider, I would appreciate any other suggestions.

Dave
Glad you found it helpful.

As far as that goes, MuLinux is the smallest i've found that is prepackaged. If you need it to be smaller, you can go with the Build your own from scratch -- which is perfect for embedded systems and such.
 
Old 03-03-2011, 04:04 PM   #8
bitznarf
LQ Newbie
 
Registered: Jul 2010
Posts: 15

Rep: Reputation: 1
I don't know for sure if Tinycore/Microcore Linux supports exactly what you need, but it's worth a shot. The base footprint for Tinycore is around 11 MB, and Microcore (no X) is around 7 MB.

http://www.tinycorelinux.com/
 
1 members found this post helpful.
Old 03-03-2011, 04:05 PM   #9
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
Quote:
Originally Posted by bitznarf View Post
I don't know for sure if Tinycore/Microcore Linux supports exactly what you need, but it's worth a shot. The base footprint for Tinycore is around 11 MB, and Microcore (no X) is around 7 MB.

http://www.tinycorelinux.com/
Thats amazing.
 
Old 03-03-2011, 04:30 PM   #10
wb0gaz
LQ Newbie
 
Registered: Mar 2011
Posts: 10

Original Poster
Rep: Reputation: 0
OK, still working on this!

I was able to get mulinux to start, but not fully manage the hardware environment (a mid 90s era subnotebook, 166 MHz CPU, 80M RAM, etc.....) The 2.0 kernel isn't necessarily a problem, but I am going to be dependent on PCMCIA support for external mass storage and ethernet/wireless (as the machine is VERY pre-USB.)

I much appreciate the referral to "tinycorelinux" - that's my next stopping point in this adventure. The 2.6 kernel looks interesting, particularly if it's not tooooooooo recent (2.6.25 has proven problematic as some elderly hardware was shed somewhere along the line, whereas 2.6.17 has worked really well on my hardware so I've used that as a bit of a reference point.)

I'll experiment soon with tinycorelinux, and in the meantime want to express my appreciation to those contributing to this thread!

Dave
 
  


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
Recommendations for text-based Linux distribution? cmccullough Linux - General 6 01-15-2010 07:39 AM
best linux distribution to start device driver writing... vaishalicoep Linux - Newbie 4 02-06-2009 04:38 AM
Which distribution of Linux , a newbie could start? NewbieOne8 Linux - Newbie 27 10-19-2007 12:18 PM
LXer: Swiss developers start rolling Your Own Linux Distribution LXer Syndicated Linux News 0 08-25-2006 03:21 PM
How to start Linux in text mode gregor2416 Fedora 5 10-25-2005 05:52 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions

All times are GMT -5. The time now is 01:45 AM.

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