LowMemorySystems

Differences between revisions 1 and 8 (spanning 7 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 8 as of 2005-07-26 23:31:25
Size: 1475
Editor: c906e942
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= InstallUbuntuOnLowMemorySystems = '''Como instalar o Ubuntu-Desktop em computadores com pouca memória ( Pentium 2 e 3, com 32-256 MB de Memória Ram)'''
Line 3: Line 3:
== How to install Ubuntu on low memory systems == == Instalando a versão Server (sem interface gráfica)==
Line 5: Line 5:
'''How to install an Ubuntu-Desktop on low memory systems (Pentium II and III Processor, 32-256 MB RAM)''' Para instalar somente o sistema base, após o boot pelo cd de instalação digite:
Line 7: Line 7:
An approach targeting minimal packages and a lightweight desktop is described at http://www.binonabiso.com/en/Ubuntu-miniRAM-HOWTO.html {{{
server
}}}
Line 9: Line 11:
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. Aperte Enter
Line 11: Line 13:
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'. == Instalando um sistema leve ==
Line 13: Line 15:
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. Um bom modo para instalar um sistema leve (com gráficos) é fazer a instalação no modo Server (ver a seção acima) e então instalar somente alguns componentes mais leves.

Alguns exemplos são:

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

ou

{{{
sudo apt-get install wdm x-window-system-core xfce4 mozilla-firefox synaptic
}}}
ou então
{{{
sudo apt-get install fluxbox x-window-system-core xdm dillo synaptic
}}}

== Outras idéias (Alguns desses sites podem estar em inglês)==
 * [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 CategoryDocumentation CategoryDocumentation

Como instalar o Ubuntu-Desktop em computadores com pouca memória ( Pentium 2 e 3, com 32-256 MB de Memória Ram)

== Instalando a versão Server (sem interface gráfica)==

Para instalar somente o sistema base, após o boot pelo cd de instalação digite:

server

Aperte Enter

Instalando um sistema leve

Um bom modo para instalar um sistema leve (com gráficos) é fazer a instalação no modo Server (ver a seção acima) e então instalar somente alguns componentes mais leves.

Alguns exemplos são:

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

ou

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

ou então

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

== Outras idéias (Alguns desses sites podem estar em inglês)==

CategoryDocumentation CategoryCleanup CategoryDocumentation CategoryDocumentation

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