LinuxQuestions.org
Review your favorite Linux distribution.
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 08-19-2007, 12:57 PM   #1
zykhou
LQ Newbie
 
Registered: Aug 2007
Posts: 4

Rep: Reputation: 0
Root Partition Mounting Problems on First Boot


I'm trying to install slackware on an older system (200 Mhz AMD-K6, 32 MB RAM).

No matter what packages I include during the install, I get this error during boot,

Code:
udevd-event[1900]: udevd_node_mknodL mknod(/dev/pty/s139, 020660, 3, 139) failed: No space left on device
This repeats for every device udev supports.

Likewise, syslogd has the same problem.

Code:
Starting syslogd daemons: /usr/sbin/syslogd syslogd: cannot create /dev/log: No space left on device
There is 5GB free space on the disk (It's a 6 GB drive) according to df -h (run with a bootdisk). This seems like an odd error to have during a fresh install.

My partition scheme is as follows,

Code:
1 - (bootable) 1-700 Linux [EXT3]
2 - 701-782 Linux Swap [Swap]
Another annoying error (one I had back when I had gentoo on this box long ago) is that during boot, it always tries to do a DMA scan on the HDD, though the drive is old and DMA does not work, it however runs this long scan EVERYTIME it boots... (though the system worked fine back on gentoo), is there a way to turn this check off completely?

One last annoyance, during the install certain packages would cause the installer to hang and simply report "Killed" and return me to the command prompt. Perhaps it's a CD error? My latest install went without issue as I only installed the base A packages (though I get the EXACT same errors if I do my normal setup or even a full complete install).

Any solutions would be greatly appreciated.
 
Old 08-19-2007, 02:14 PM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
How do we know the errors are not related to the small RAM size? 32MB is pretty small for any OS--maybe too small for slackware.

What is the numbering for the partitioning--eg 700 what?? Can you post the output of "fdisk -l"?
 
Old 08-19-2007, 04:46 PM   #3
zykhou
LQ Newbie
 
Registered: Aug 2007
Posts: 4

Original Poster
Rep: Reputation: 0
http://www.slackware.com/install/sysreq.php

According to the source, it _should_ run under 32MB of RAM. Though the site may be outdated with the latest release (my discs are Version 12)

700 is the number of cylinders. The root partition has ~5.5GB and the swap has ~600MB.

fdisk -l reports

Code:
Disk /dev/hda: 6448 MB
255 Heads, 63 sectors/track, 784 cylinders
Units = cylinders of 16065 * 512 = 8225200 bytes

Device       Boot   Start   End   Blocks         Id   System
/dev/hda1  *             1   700  5622718+  83  Linux 
/dev/hda2             701  784       67430    82  Linux Swap
One thing worth noting is that to boot, I had to use the huge.s kernel (huge.smp was not supported by my processor). However, the latest install never asked me to choose a kernel :/
 
Old 08-19-2007, 05:00 PM   #4
zykhou
LQ Newbie
 
Registered: Aug 2007
Posts: 4

Original Poster
Rep: Reputation: 0
Hmmm, apparently adding a 128 MB stick I had lying around allowed the machine to boot. I'd rather not use that for this machine though. I'm surprised Slackware had so much trouble, It seems like one of the best candidates for older hardware.
 
Old 08-20-2007, 09:36 AM   #5
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
Quote:
Originally Posted by zykhou View Post
http://www.slackware.com/install/sysreq.php

According to the source, it _should_ run under 32MB of RAM. Though the site may be outdated with the latest release (my discs are Version 12)

700 is the number of cylinders. The root partition has ~5.5GB and the swap has ~600MB.

fdisk -l reports

Code:
Disk /dev/hda: 6448 MB
255 Heads, 63 sectors/track, 784 cylinders
Units = cylinders of 16065 * 512 = 8225200 bytes

Device       Boot   Start   End   Blocks         Id   System
/dev/hda1  *             1   700  5622718+  83  Linux 
/dev/hda2             701  784       67430    82  Linux Swap
One thing worth noting is that to boot, I had to use the huge.s kernel (huge.smp was not supported by my processor). However, the latest install never asked me to choose a kernel :/
Hi,

The system requirements link is old information but standard. The newer Slackware 12.0 on older hardware can present some problems.

Most people have had better luck with rolling back to Slackware 11.0 or even 10.2 on systems of your type. I'm not saying 12 won't work but you are going to experience some unusual problems. Therefore requiring more effort!

The problems shouldn't be CPU related but udev and hardware support. You will mostly likely need to compile a custom kernel for the hardware.

Yes, you should increase the RAM to as much as possible for the machine, no matter which release you choose. The machine performance will be better with the increased RAM.
 
Old 08-20-2007, 11:44 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Yes, you should increase the RAM to as much as possible for the machine, no matter which release you choose. The machine performance will be better with the increased RAM.
Amen and Hallelujah!!!!--I once had a Windows box which would slow to a crawl when used by my spouse (What do you mean I can't have 10 browsers and 15 instances of Word open at once???!!!)

Moving from 128M to 192M made a world of difference. In your case, just going from 32 to 64 might solve most issues.
 
  


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
mounting windows partition as non-root r00tb33r Linux - Software 5 02-25-2007 02:46 PM
Problems mounting on boot | running app as root Ephracis Mandriva 0 07-12-2005 06:18 AM
Mounting ext3 partition with rw permissions for non-root user ilyushin Linux - Newbie 5 06-27-2005 07:58 AM
mounting partition at boot jayzon Linux - Hardware 2 05-08-2005 03:45 PM
root partition mounting error dc_cid Linux - Newbie 1 09-15-2004 07:45 AM

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

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