Best distro for a PIII/128MB RAM

Permabanned
Joined
19 Aug 2006
Posts
1,604
I have aquired an old PIII 600 Mhz laptop with 128 MB RAM from work, it only has a 12GB HDD, what is the best distro which will run quikly and ideally take up not very much room because I will probably use it to download torrents.

I've tried fedora and that seems ok, download ubuntu atm.

Thanks
 
DSL would be good. If you want to go the *buntu route you should get Xubuntu. The Xfce windowing environment is more suited to low-resource machines than Gnome. Dig through the cupboards and look for more memory. :D
 
I'm pretty sure I've read that Ubuntu feisty fawn requires 192MB to install, but it'll run in far less.

I'd recommend Debian myself - default install is very 'lite' and dpkg/apt are quick/efficient.
 
Arch - with enlightenment or fluxbox :)

Unlike most other distros - it's optimised for i686 architecture.

The package manager (pacman) is also excellent.
 
Look at Puppy Linux. Im trying to install it on a P3 256mb ram at the moment but its proving to be difficult.
 
=walls= said:
Arch - with enlightenment or fluxbox :)

Unlike most other distros - it's optimised for i686 architecture.

The package manager (pacman) is also excellent.


Arch Linux ***, I use Xfce instead, fluxbox is more light then you need.

My laptop is a Dell Latitude LS PIII 500Mhz (Coppermine), 128MB SDRAM, 10GB HDD (partitioned into two), 2.5MB NeoMagic256AV...

Arch Linux runs very well. Everything works, even the pcmcia wireless card I put in. pacman is a fast package manager. You will find that yum is not, especially on a slower computer.
 
fumbles said:
Arch Linux ***, I use Xfce instead, fluxbox is more light then you need.

My laptop is a Dell Latitude LS PIII 500Mhz (Coppermine), 128MB SDRAM, 10GB HDD (partitioned into two), 2.5MB NeoMagic256AV...

Arch Linux runs very well. Everything works, even the pcmcia wireless card I put in. pacman is a fast package manager. You will find that yum is not, especially on a slower computer.
Yip - I've got it on a pIII 650, 128MB ram. It flies.

As for fluxbox - depends on your preferences. I like minimal on laptops...

p.s. anyone know why the the acronym for "for the win" is censored?
 
I've got another one of these laptops from work with slightly better specs, although I can't get any distros of Linux to boot with it. (They are both Gateway laptops)

I've tried Fedora, Ubuntu and Xubuntu and when I boot off the disc they all say something like:

Kernel panic - out of sync (and then it just freezes)

Seeing as all of those discs work fine on a similar laptop with slightly lower spec, I guess this is likely to be a hardware issue?

Is there anything I could try before I throw it into the skip?
 
Chrisss said:
I've got another one of these laptops from work with slightly better specs, although I can't get any distros of Linux to boot with it. (They are both Gateway laptops)

I've tried Fedora, Ubuntu and Xubuntu and when I boot off the disc they all say something like:

Kernel panic - out of sync (and then it just freezes)

Seeing as all of those discs work fine on a similar laptop with slightly lower spec, I guess this is likely to be a hardware issue?

Is there anything I could try before I throw it into the skip?

Well since its a kernel issue, all the distros are going to have the same problem since its the same kernel. A Kernal panic is the Unix equivalent of a BSoD.

Wouldn't a clue what öut of sync means. Try an old version of Windows see if that works.
 
fumbles said:
Well since its a kernel issue, all the distros are going to have the same problem since its the same kernel. A Kernal panic is the Unix equivalent of a BSoD.

Wouldn't a clue what öut of sync means. Try an old version of Windows see if that works.
Not strictly true - there are lots of kernels out there (they're all similar, but not the same) - most distros these days use 2.6.x, whereas DSL uses 2.4.x - which is a lot older. Something with a 2.4.x kernel could well work a treat on this older hardware.

Try acpi=noacpi as a kernel argument when booting. May make a difference. if it doesn't, then try dsl or knoppix (older kernel).
 
are you sure it didn't say 'not syncing' rather than 'out of sync' :)
that means that the kernel's internal state is so mashed up that it's not going to write dirty buffers to the disk, because it could corrupt the filesystem. and no, i have no idea what'd cause that on your system sorry :(

the noacpi trick is a good start, apm=off too
 
I would suggest Puppy Linux, DSL, Fluxbuntu (an unofficial Ubuntu derived distribution using Fluxbox), or Xubuntu.

Hopefully I will be installing something like Xubuntu on an old computer in a little while.

Angus Higgins
 
=walls= said:
Not strictly true - there are lots of kernels out there (they're all similar, but not the same) - most distros these days use 2.6.x, whereas DSL uses 2.4.x - which is a lot older. Something with a 2.4.x kernel could well work a treat on this older hardware.

Try acpi=noacpi as a kernel argument when booting. May make a difference. if it doesn't, then try dsl or knoppix (older kernel).

That is a good point. I also notice that Arch (the distro I use) has a newer kernel then even Ubuntu. So I stand corrected.

me said:
Arch Linux will not work on say a 486, DSL will. Why? Arch is optimised for slightly newer computers (i686). As in you will get a performance boost with Arch that you don't get with DSL and most other distros.

Everything you get is the newest, ie bleeding edge. Everything is kept simple, although most configuration is done through the command line.
 
=walls= said:
Not strictly true - there are lots of kernels out there (they're all similar, but not the same) - most distros these days use 2.6.x, whereas DSL uses 2.4.x - which is a lot older. Something with a 2.4.x kernel could well work a treat on this older hardware.

Try acpi=noacpi as a kernel argument when booting. May make a difference. if it doesn't, then try dsl or knoppix (older kernel).


How do I type in kernel arguments when booting?
 
When you get the LiveCD boot screen, normally you'll press enter just to continue booting. However, there'll be a command prompt where you can type stuff in before you press enter :)
 
Back
Top Bottom