1

I'm preparing an old system with 256 Mb RAM to send it to some children. It doesn't have Ethernet controller and there are no Internet access at the destination. I've chosen Edubuntu for obvious reasons and modified it with UCK trying to minimize memory usage just to install, let alone using it yet.

But Ubiquity won't start even in openbox (edited /etc/lightdm/lightdm.conf) because there are no space left on /cow right after booting. I've already deleted things like ibus, zeitgeist, update-manager (no network access after all), twisted-core, plymouth logos.

I'm thinking about creating a swap partition on HDD, can it be later added to expand this /cow ?

This behavior is reproducible in VM limited to 256Mb RAM.

This question is moved to a follow-up below: Is there a package for the text-mode installation which is used on Alternate CDs? I don't want to re-create Edubuntu from an Alternate CD.

Follow-ups:

How to move packages from the live image to a pool on the disc?

Where is the source code for Alternate CD installer?

int_ua
  • 8,892

2 Answers2

1

After all I've used Alternate CD and added all necessary packages to it:

How to move packages from the live image to a pool on the disc?

int_ua
  • 8,892
-1

I am not sure why you would want to install any Ubuntu flavor on a machine that old. Ubuntus (Edubuntu included) are not designed for a small footprint or compatibility with older hardware. Why don't you use a lightweight distribution? Something like Arch or Gentoo or DamnSmallLinux?

Edubuntu is just a normal Ubuntu linux with certain packages installed. There is nothing that special about it. You can use any distribution and install the necessary packages. Just go through Edubuntu's included packages and choose what you want.

Also, do not use Ubiquity. I would recommend not using a Desktop Environment at all, or if you really want to, go for something simple like LXDE. Otherwise you will not have the resources to run it. Personally, I would just install a simple Window Manager and no Desktop Environment at all. Look at fluxbox, openbox, WindowMaker etc. There are many choices, this is Linux! :)

As for swap, I am not clear on what /cow is but a swap partition will not "expand" your hard drive. If anything, it will reduce your available space since you will use some of it for the swap partition. You can think of it as a kind of extra RAM (emphasis on the "kind of"). In any case, on a system with 256MB RAM you most definately will need a swap partition of at least 1.5 * RAM = 284 MB. I would recommend using more but it depends on your hard drive.

terdon
  • 104,119