LinuxQuestions.org
Review your favorite Linux distribution.
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 03-01-2004, 07:06 PM   #1
DragonDon
LQ Newbie
 
Registered: Mar 2004
Location: Toronto, ON
Posts: 29

Rep: Reputation: 15
Hi, need advice for new install


Greetings all!

I am 'somewhat' new to Linux. I took some courses in school and currently have a copy of Knoppix Live CD running on one machine but now that I have seen how far Linux has some graphically, I am finding that I have a few old machines that I want to install text-only versions of Linux on.

Eventually I'll work up to replacing my Win2K machine but not just yet (still got a lot of crap there to burn onto CD...).

So, I am looking for a couple of suggestions for a plain, console only distros to use on an AMD Am5x86-P75-S/32MB Ram, 1.2GB HD, Network, Sound, Floppy, CD-ROM (will test for bootability in a few moments actually<G>).

The point of this is to get my feet wet, try a few things and see how it goes. Then install a GUI version on the next bigger machine (P1 133...) and take another step.

Yeah, it is a long way of doing things but I want to know how things really work and see the differences. Besides, I need to make use of these old mahicnes any ways

TIA!
 
Old 03-01-2004, 07:15 PM   #2
bnice
Member
 
Registered: Feb 2004
Location: Sacramento, CA
Distribution: Slack 9.1, slackware-current
Posts: 284

Rep: Reputation: 30
Install Slackware, and skip packages from x, xap, kde, kdei, and gnome.

You'll get a small, fast Linux that'll run as far back as a 386...
 
Old 03-01-2004, 07:50 PM   #3
mhiggins
Member
 
Registered: Feb 2004
Posts: 140

Rep: Reputation: 15
I agree with the above post I would also suggest you think of a project for these boxen. I have always found it good to have a goal, as it keeps you on track with your learning process. Some possible projects could be. the ever popular firewall/gateway on a POS. (I have one of these). If you have a few bucks make an access point ( you may not have a PCI bus?), or a trim down web server (no perl/php although you can try), Caching name server

-Matt
 
Old 03-01-2004, 08:03 PM   #4
DragonDon
LQ Newbie
 
Registered: Mar 2004
Location: Toronto, ON
Posts: 29

Original Poster
Rep: Reputation: 15
I was thinking of a firewall/router idea down the road but for this little thing, probably just a little document/textfile server. It is only 1.2GB From there I'd like to learn more aobut Servers in general.

Ok, right now it's giving me a hard time. Won't boot from CD (BIOS doesn't allow it) and boot from floppy is not terribly happy about it (this is the trial Knoppix Live CD boot at run level 2 (text only). Keep getting lots of 'boot failed: please change disks and pres a key..." ugh.

Thanks for the reply all! This iwll be a work in progress for quite soem time....be prepared for many more questions
 
Old 03-01-2004, 08:27 PM   #5
DragonDon
LQ Newbie
 
Registered: Mar 2004
Location: Toronto, ON
Posts: 29

Original Poster
Rep: Reputation: 15
Ok, Slack is starting to really annoy the crap out of me. Seems that I can't find a single ISO image. "we don't haev the band width, try one of the mirros" Funny...all the mirrors exactly that....mirrors...they have the same damn file saying the same damn thing.

So, <big sigh>....where can I get an ISO image of the latest version of slack?

Someon suggested not getting certain packages, any suggestions on how to compile/get your own 'package set'?

Err...never mind...gave Bittorrent a second chance...it actually works this time. We'll see how the ISO DL/install goes

Last edited by DragonDon; 03-01-2004 at 08:37 PM.
 
Old 03-05-2004, 09:07 PM   #6
DragonDon
LQ Newbie
 
Registered: Mar 2004
Location: Toronto, ON
Posts: 29

Original Poster
Rep: Reputation: 15
Well, after fiddling around with multiple root disks, I got into paritioning. That seemed to go relatively painless.

Now I have problem mounting /home.

Current setup (2.5GB)

/dev/hda1 80MB Root Mount (/) (bootable)
/dev/hda2 300MB /usr
/dev/hda3 128MB Swap
/dev/hda4 1992MB Can't mount /home.

When I type:

mount -t ext2 /dev/hda4 /home

I get:

"mount: mount point /home does not exist"

But I was able to use the same command to mount / and /usr just fine.

Subbestions?

(/dev/hda4 has already been formatted like the others (except the swap partition of course)
 
Old 03-06-2004, 07:35 AM   #7
bnice
Member
 
Registered: Feb 2004
Location: Sacramento, CA
Distribution: Slack 9.1, slackware-current
Posts: 284

Rep: Reputation: 30
er,

mkdir /home ; mount -t ext2 /dev/hda4 /home
 
Old 03-06-2004, 07:46 AM   #8
DragonDon
LQ Newbie
 
Registered: Mar 2004
Location: Toronto, ON
Posts: 29

Original Poster
Rep: Reputation: 15
Aaarrgh!

Tried mkdir and got told 'file already exists'.

When I typed the 'mount' command on it's own, it was nost listed there.

I changed to the /home directory, ran the mount command and guess what...it mounted without a single complaint!

What the heck happened there? The exact same command I ran for / and /usr worked fine but did not work for /home. Now, this morning it works fine.

The only difference that I can see, I was actually in the directory before mounting it.

BTW, thanks for the reply.
 
Old 03-06-2004, 07:54 AM   #9
DragonDon
LQ Newbie
 
Registered: Mar 2004
Location: Toronto, ON
Posts: 29

Original Poster
Rep: Reputation: 15
Ok, got that little minor annoyance out of the way....now setup isn't working.
According to Slackware's instructions:

"After you have defined your partitions, exit fdisk and start the setup program by typing setup at the prompt"

Guess what...'no such file or directory'

Perhaps I should take a step back and ask....how do you define mount points in fdisk?

Does anyone know of any company that makes really clear setup/installation instructions?
 
Old 03-06-2004, 01:14 PM   #10
bnice
Member
 
Registered: Feb 2004
Location: Sacramento, CA
Distribution: Slack 9.1, slackware-current
Posts: 284

Rep: Reputation: 30
Quote:
Originally posted by DragonDon

Perhaps I should take a step back and ask....how do you define mount points in fdisk?

Does anyone know of any company that makes really clear setup/installation instructions?
you must boot from the installation cd for setup to work. <edit- I see you're using floppies boot bare.i + root color.gz should work>
you don't define mount points fron fdisk - setup does that for you.

the distros with the easy setups will probably be painfully slow on the hardware you described, if they run at all.

Last edited by bnice; 03-06-2004 at 01:18 PM.
 
Old 03-06-2004, 07:16 PM   #11
DragonDon
LQ Newbie
 
Registered: Mar 2004
Location: Toronto, ON
Posts: 29

Original Poster
Rep: Reputation: 15
Sorry to be a bit of a pain but this process is far from easy. I am, by no means, un-techicaal (hell, do it for a living).

The disks I am using are bare.i and install.1/install.2. 3 disks in total.

And according to the instructions, the disks do not automatically setup.

Here's the list of instructions:

http://www.slackware.com/install/

It's the last step that will not work.

So, I decided to setup the CD ROM...small problem....I got 2 CDROMs in the machine...an older 6x and a newer one (12x?). Guess what, it picked up the 6X...which doesn't seem to want to read the ISO image I burned at 24X.

So....I think I will have to unplug that CD-ROM and see if it picks it up.

Boy what a learning curve this is....but at least it's a learning curve.
 
Old 03-06-2004, 09:46 PM   #12
bnice
Member
 
Registered: Feb 2004
Location: Sacramento, CA
Distribution: Slack 9.1, slackware-current
Posts: 284

Rep: Reputation: 30
Quote:
Sorry to be a bit of a pain
not a problem...

Quote:
The disks I am using are bare.i and install.1/install.2. 3 disks in total.
shows you how long it's been since I installed from a floppy. The last time for me, it was bare.i and color.gz! Imagine, only two disks.

Quote:
..which doesn't seem to want to read the ISO image
question: does the BIOS support booting from CD? Back in those days, not many did if I recall correctly.

Are they IDE drives or the psuedo-scsi sound card interface type?

if all ellse fails, boot from the floppies and try looking in /sbin for the setup program, it could be a path problem that you can work around. If it's not in /sbin, try:

Code:
find / -name setup -print
then go get a soda... it'll take a few minutes to complete. If it finds it, it will spit out the absolute path to the file and you can call it just as it's printed.

if it doesn't find it, maybe you should try making fresh copies.
 
Old 03-07-2004, 07:46 PM   #13
DragonDon
LQ Newbie
 
Registered: Mar 2004
Location: Toronto, ON
Posts: 29

Original Poster
Rep: Reputation: 15
Well, got it installed!

What I had to do?

Go through 4 CD-ROMS to finally do so :P

Good thing I've collected a bunch of old systems that I've collected over the least year or so

So, after one trial install, I ran out of room when installing modules. (Choose Newbie method from menu).

Repartitioned the drive, went through a different section ('Menu') and it installed fine.

Of course, finding a few things missing/not installed but getting the hang of things.

Currently trying to get the network card working. But I'll start a new thread I think

Thanks for all your help, looking forward to more :O
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Need advice on OS install MikeZila General 5 08-19-2004 07:02 PM
install advice? el kabong Debian 1 07-15-2003 06:37 AM
pre-install advice lachlan Linux - Software 2 07-19-2002 07:51 AM
An advice? install on partitioned or own hd. MsticAzn Linux - General 4 07-16-2002 10:59 AM
Need advice with Apache install jester_69 Linux - Software 0 05-06-2002 10:07 AM

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

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