LowMemorySystems

Differences between revisions 11 and 12
Revision 11 as of 2005-10-26 03:39:45
Size: 1750
Editor: modemcable201
Comment: disable package cacheing.
Revision 12 as of 2005-12-07 15:44:02
Size: 2077
Editor: SJ-FW
Comment:
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
This installs a lightweight graphical system using the ["IceWM"] window manager.
Line 29: Line 31:

This installs a system running XFCE. If you consider this, bear in mind that the ["Xubuntu"] project might also be a viable option for you.
Line 33: Line 38:

This is the lightest installation possible, which uses ["Fluxbox"] as its window manager.

How to install an Ubuntu-Desktop on low memory systems (Pentium II and III Processor, 32-256 MB RAM)

Install the Server version (no graphics)

To install a base system, once you have booted from the install cd, type:

server

and hit enter.

Install a Lightweight System

A good way to install a lightweight (graphical) system is to do a server install (see the above section) and then install some minimal lightweight components.

Some examples are:

sudo apt-get install gdm x-window-system-core xterm icewm menu mozilla-firefox abiword synaptic

This installs a lightweight graphical system using the ["IceWM"] window manager.

or

sudo apt-get install wdm x-window-system-core xfce4 mozilla-firefox synaptic

This installs a system running XFCE. If you consider this, bear in mind that the ["Xubuntu"] project might also be a viable option for you.

or even

sudo apt-get install fluxbox x-window-system-core xdm dillo synaptic

This is the lightest installation possible, which uses ["Fluxbox"] as its window manager.

Other Ideas

  • A default installation will cache about 300 megs of packages onto the disk. To avoid running out of space on a small 2 gig hard drive add the "archive-copier/copy=false" option to the prompt when installing.

So, when you boot the installer, instead of just pressing enter to continue, enter

linux archive-copier/copy=false

and press enter.

CategoryDocumentation CategoryCleanup

Installation/LowMemorySystems (last edited 2008-08-06 16:33:18 by localhost)