LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 06-09-2004, 06:59 PM   #16
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15

To make sure, none of the old problems move along with the new method (not really 'new', just a different list of directions), i decided to wipe the HD clean and start from scratch. I successfully comleted the SL installation... did all the extra stuff listed at the bottom too (even though i dont really know what i added). But... this doesnt change the fact that I cant view my Slackware root disk. I'll try using the older text.gz later tonight.
 
Old 06-10-2004, 12:46 AM   #17
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15
Angry I'm as mad as hell... AND I'm NOT GOING TO TAKE IT ANYMORE!!!

Older text.gz produces the same result... i swear, this damn thing doesnt like to read any slackware boot/root disks. It's nice to know these last 3 weeks have been all for NOTHING.

Anyone know if any other distributions that can support an old 486 laptop with 4MB of ram, 400MB of HD space, a floppy drive, and no cdrom? I've just about had it with slackware, and this stupid SmallLinux doesnt have enough useful commands to keep it around on its own.
 
Old 06-10-2004, 05:01 AM   #18
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Since they have a compressed file system (gzipped) they must be mounted like this:
mount -o loop -t ext2 /dev/fd0 /mnt/floppy
The older color and text may need minix file system instead of ext2 (-t minix)
This is for root disks not boot disks.
Didn't you say you had gotten ZipSlack running?
 
Old 06-10-2004, 05:17 PM   #19
lman
LQ Newbie
 
Registered: Jun 2004
Posts: 3

Rep: Reputation: 0
Quote:
Originally posted by gnashley
Since they have a compressed file system (gzipped) they must be mounted like this:
mount -o loop -t ext2 /dev/fd0 /mnt/floppy
The older color and text may need minix file system instead of ext2 (-t minix)
This is for root disks not boot disks.
Didn't you say you had gotten ZipSlack running?
That might be it.

Also, though not linux I did get NetBSD installed with 4mb ram as well (v1.3?).
 
Old 06-10-2004, 10:21 PM   #20
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15
I just re-loaded zipslack... which means this is my current layout of partitions:

/dev/hda1 - SmallLinux - 40MB - (boots automatically if no bootdisk is present)*
/dev/hda2 - swapspace - 12MB
/dev/hda3 - DOS partition - 120MB - (currently where ZS/Loadlin is located)

(*-I only kept it cause it's small and makes good linux partitions)

How do I get the zipslack on it's own... so that it can boot up by itself w/o DOS?
 
Old 06-11-2004, 01:32 AM   #21
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
Since they have a compressed file system (gzipped) they must be mounted like this:
mount -o loop -t ext2 /dev/fd0 /mnt/floppy
The older color and text may need minix file system instead of ext2 (-t minix)
This is for root disks not boot disks.
I tried it... but it says: mount: could not find any device /dev/loop#
 
Old 06-11-2004, 03:37 AM   #22
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Use your lowmem boot floppy to boot your ZipSlack. First, also unzip the fourmeg.zip onto the same partition. This will increase the size of the swapfile in /root. Or, since you have a swap partition, you could edit fstab before running ZipSlack and change the entry for the swapfile so that it points to your swap partition instead.
at the boot: prompt enter this:
mount root=/dev/hda3 rw
 
Old 06-11-2004, 05:03 PM   #23
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15
i'm having trouble copying the files (as it says to do in the FAQ for zipslack). I got stoppped at while trying to sbin copy over to the clean (i reformated it) hda1... (i did clean out the whole hard drive and changed the current sizes if each partition... as of now it's:

hda1 - 100MB - Where linux will be - 83 linux native
hda2 - 28MB - swapspace - 82 loinux swap
hda3 - 100MB - where zipslack is now - fat 16 (dos paritition)


The error i get is:
cp: cannot create regular file/symbolic link '/mnt/(file)': Read-only file system

I've tried mounting the hda1 with -o rw, but it only last a few files (if it even works)... then all the files just say the error.

Last edited by NeoX51; 06-11-2004 at 05:54 PM.
 
Old 06-12-2004, 02:46 AM   #24
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
Is your swap partition formatted and activated? If not, while running Zipslack do this:
mkswap /dev/hda2
swapon /dev/hda2
This may help.
Also, try using cp -avx instead of cp -a for copying
 
Old 06-12-2004, 10:03 AM   #25
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15
it still says that it's a read-only file system. how do i change it so i can copy the last 4 folders (sbin, temp, usr, and var)?
 
Old 06-13-2004, 01:35 AM   #26
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15
i take that last post back... i was finally about to copy all the necessary files & folders (base on what the FAQ file says i needed). Now, for some reason, i cant mount the partition (from boot).

I get : Warning: unable to open an initial console.
 
Old 06-13-2004, 02:34 AM   #27
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
You mean you are unable to boot ZipSlack now?
 
Old 06-13-2004, 11:16 AM   #28
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15
this is what i've done:

1)First i booted up SmallLinux and made 2 paritions & formatted them:
/dev/hda1 - 100MB (temp root)
/dev/hda2 - 32MB (swap)
2)Next i booted up DOS (7.1) and created a partition for ZipSlack:
C: 100MB [no name] Fat16
3)I transfered Zipslack onto the laptop and extracted the files.
4)I use Loadlin, and mount /dev/hda with read-write protection.
5)I transfer the necessary files (the ones stated in zipslack's FAQ.txt) to /dev/hda1 and edit fstab in the new etc in /dev/hda1.
6)I boot up (using lowmem.i bootdisk) and have it mount root being /dev/hda1...

--Warning: unable to open an initial console.--

I've tried booting with both the boot disk & loadlin... and both say the same thing. the smallLinux boot disk says something slighty different... but it locks up just as well.

I can still mount /dev/hda1 if i boot up SmallLinux using the disks, or if i boot in Dos and run loadlin.
 
Old 06-13-2004, 02:36 PM   #29
gnashley
Amigo developer
 
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,928

Rep: Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612Reputation: 612
It will boot OK with loadlin? I'd try booting that way and then run liloconfig so that it will boot with lilo from MBR.
when you run loadlin, which kernel are you using. zipSlack has it's own kernel already installed. If you are booting successfully with the ZipSlack kernel, then parhaps you could use the zipslack bootdisk to boot with. Still, if you can boot any way at all, try installing lilo.
 
Old 06-13-2004, 03:50 PM   #30
NeoX51
LQ Newbie
 
Registered: Jun 2004
Location: San Francisco, CA
Distribution: Knoppix STD
Posts: 24

Original Poster
Rep: Reputation: 15
Quote:
I can still mount /dev/hda1 if i boot up SmallLinux using the disks, or if i boot in Dos and run loadlin.
What i meant was that if i booted up with SmallLinux's boot AND root disk... or if i used DOS & zipslack's loadlin to boot and choose the dos partition(/dev/hda3) as root.... i could mount /dev/hda1 as /mnt after having logged on. And i switched the zipslack/loadlin kernel to lowmem.i (i just renamed it vmlinuz).

What i'm trying to do now is boot using /dev/hda1 as root... and i've tried the only 3 boot methods i have (the Slackware boot disk, the Zipslack boot from DOS, and the SmallLinux Boot disk), but they all give me the same error.

I'm guessing i have to go into a file or something and edit it... but i dont know where to start. I already edited the fstab & mtab files so that they now have /dev/hda1 in them. What else is left?
 
  


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
linux on 4Mb ram laptop w/floppy only? C1P40R Linux - Laptop and Netbook 1 08-14-2005 12:26 AM
Slackware 9 on a 4MB laptop! wapcaplet LinuxQuestions.org Member Success Stories 12 10-11-2004 09:22 AM
25Mhz / 4MB RAM :: How 'bout linux?! orange400 Linux - Distributions 8 09-28-2004 10:32 PM
I need a distribution that can install on a really old laptop (with only 4MB of RAM!) NeoX51 Linux - Distributions 10 06-12-2004 10:51 AM
Need a Distribution for a 486 4mb ram Racso Linux - General 5 01-13-2002 08:23 PM

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

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