LowMemorySystems

Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2005-05-28 20:40:36
Size: 980
Editor: adsl-213-190-44-43
Comment: imported from the old wiki
Revision 9 as of 2005-07-27 00:04:55
Size: 1332
Editor: S0106000000cc07fc
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= InstallUbuntuOnLowMemorySystems =

== How to install Ubuntu on low memory systems ==
Line 7: Line 3:
An approach targeting minimal packages and a lightweight desktop is described at http://www.binonabiso.com/en/Ubuntu-miniRAM-HOWTO.html == Install the Server version (no graphics) ==
Line 9: Line 5:
Regarding the actual install, I tried to install Ubuntu on a laptop with 48Meg RAM. Using expert mode, it always failed at the partitioning step. To install a base system, once you have booted from the install cd, type:
Line 11: Line 7:
Opening another shell, I found lots of modules installed, even though I had selected the minimum. It does this for hardware detect, and partitioning ('xfs', 'reiserfs', 'vfat' etc modules installed). There appears (Warty) to be no 'rmmod'. {{{
server
}}}
Line 13: Line 11:
My (successful) tactics were to approach partitioning, then (in another shell) replace both 'modprobe' and 'insmod' (which were symlinks to 'busybox') with shell scripts saying '/bin/true', to ensure they completed without error and did nothing. 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
}}}

or

{{{
sudo apt-get install wdm x-window-system-core xfce4 mozilla-firefox synaptic
}}}
or even
{{{
sudo apt-get install fluxbox x-window-system-core xdm dillo synaptic
}}}

== Other Ideas ==
 * [http://www.binonabiso.com/en/Ubuntu-miniRAM-HOWTO.html Mini-Ram How-To]
 * http://www.ubuntuforums.org/showthread.php?t=42873 - this guide is similar to the one described in this page, but has a greater list of interesting lightweight packages that you might want to install to do certain tasks.
 * [http://ubuntulite.org/ UbuntuLite]
 * http://nix-dev.dudcore.net/HOWTO/UbuntuFlux - Install a minimal Ubuntu with fluxbox as your Window Manager and XDM as Display Manager.

CategoryDocumentation CategoryCleanup

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

or

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

or even

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

Other Ideas

CategoryDocumentation CategoryCleanup

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