Ubuntu 7.10 Gutsy Gibbon Desktop (Live) CD does not run on 128 MB RAM machine but it has a boot option "only-ubiquity" for installation on Low RAM machines. I decided to install Ubuntu on 128 MB RAM desktop PC using this option.
Booting Ubuntu Live CD on low RAM machine also requires SWAP partition, therefore, I booted with Puppy Linux Live CD and created 512 MB Linux SWAP partition using Gparted. (The same could be done with Gparted Live CD or any other Linux Live CD which can boot on 128 MB RAM and has Gparted).
Then I inserted Ubuntu 7.10 Live CD and pressed "Esc" key to get the "boot:" prompt. I used the following command:
boot: live only-ubiquity
After waiting for a few minutes the first screen of Ubiquity installer was in front of me on default Ubuntu background. I did the selections on each step and chose the "Manual" partitioning method. I selected the / partition and proceeded to install.
Ubiquity took 3 hours but I could successfully install Ubuntu 7.10 Gutsy Gibbon on the machine.
Kamalakar
Subscribe to:
Post Comments (Atom)
Zero income tax on Capital Gain on sale of house property
We signed agreement to sale our flat in Delhi on 31st March 2025 and started house hunting in Bhopal online immediately on sites like 99acre...
-
Today I installed Ubuntu 12.04 on a Laptop which had Windows XP and Ubuntu 10.04 in dual boot and large extended NTFS partition on E:/ dri...
-
Update: This is four years old. A new post on same topic may be found here . I wrote in the previous post that I would write about how to...
-
In Sep 2010 I had written about using Micromax 3G modem on Ubuntu 10.04 . Since then I could not find time to see whether Ubuntu 10.11, 11....
2 comments:
Does the swap partition have to go in at the beginning or end of partition tables, or can it be in the middle? Does it matter?
doesn't matter, you can even use a swap file.
dd of=/target/swap.file if=/dev/zero count=1000000 bs=1024
mkswap /target/swap.file
swapon /target/swap.file
after installation add:
/swap.file swap swap defaults 0 0
to /etc/fstab
Post a Comment