chanders
June 26th, 2006, 03:19 PM
Recently one of my friends wanted to reinstall windoze xpee on his Dell Inspiron 4100 (128MB Ram), so I suggested he use Linux and he agreed to let me install it alongside xpee.
Little did I know that the Ubuntu installer would bork on 128MB ram when I tried to do the install. So I downloaded the Xubuntu installer. This also borked, taking up to 45mins to move from one step to the other, eventually crashing the installer on step 3.... ](*,)
This is quite sad/embarassing seeing that xpee installed perfectly and was up and running in no time... :evil:
I finally got it working following these steps...
Step 1: Download the ISO for the ALTERNATE CD here (http://mirror.cs.umn.edu/ubuntu-releases/6.06/ubuntu-6.06-alternate-i386.iso) and burn it on a CD
Step 2: Reboot the machine with the CD and then it shows the prompt "boot: " type server and press enter. This will take you through a typical install etc. However it does not setup the network. When it reboots, you will be at a command prompt. Login with your login credentials.
Step 3: You will now need to configure your network. Type
sudo pico /etc/network/interfaces
make sure the eth0 (eth1 etc.) section looks like this for DHCP
auto eth0
iface eth0 inet dhcp
or like this (substitute your settings) for a STATIC IP address
auto eth0
iface eth0 inet static
address 10.1.148.129
netmask 255.255.255.0
gateway 10.1.148.1
then press ctrl+o and press enter to save
then press ctrl+x to exit
Step 4: Set up your DNS
sudo pico /etc/resolv.conf
Make sure you have the IP for your DNS look like this (substitute your own)
nameserver 12.152.107.199
again ctrl+o then ctrl+x
Step 5: Edit your sources.list file
sudo pico /etc/apt/sources.list
Remove all #'s that start a line from in front all the deb's
eg. make
# deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
look like
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
etc, for all lines..... again ctrl+o then ctrl+x
Step 6: Type
sudo apt-get update
Step 7: Restart your machine
Step 8: Type
sudo apt-get install xubuntu-desktop
answer y for the question... then wait for it to install....
Step 9: Type
sudo apt-get install gdm
Step 10: Type
sudo apt-get install gnome-system-tools
It will say it's going to remove xubuntu-system-tools, dont worry... just say y
Step 11: Restart your machine... login and now you're in Xubuntu
Step 12: Should you need to change any network settings you can use the graphical way by clicking on "Networking" in the menu instead of the command line way like we did above....
Thats it! Questions, comments welcome...
Little did I know that the Ubuntu installer would bork on 128MB ram when I tried to do the install. So I downloaded the Xubuntu installer. This also borked, taking up to 45mins to move from one step to the other, eventually crashing the installer on step 3.... ](*,)
This is quite sad/embarassing seeing that xpee installed perfectly and was up and running in no time... :evil:
I finally got it working following these steps...
Step 1: Download the ISO for the ALTERNATE CD here (http://mirror.cs.umn.edu/ubuntu-releases/6.06/ubuntu-6.06-alternate-i386.iso) and burn it on a CD
Step 2: Reboot the machine with the CD and then it shows the prompt "boot: " type server and press enter. This will take you through a typical install etc. However it does not setup the network. When it reboots, you will be at a command prompt. Login with your login credentials.
Step 3: You will now need to configure your network. Type
sudo pico /etc/network/interfaces
make sure the eth0 (eth1 etc.) section looks like this for DHCP
auto eth0
iface eth0 inet dhcp
or like this (substitute your settings) for a STATIC IP address
auto eth0
iface eth0 inet static
address 10.1.148.129
netmask 255.255.255.0
gateway 10.1.148.1
then press ctrl+o and press enter to save
then press ctrl+x to exit
Step 4: Set up your DNS
sudo pico /etc/resolv.conf
Make sure you have the IP for your DNS look like this (substitute your own)
nameserver 12.152.107.199
again ctrl+o then ctrl+x
Step 5: Edit your sources.list file
sudo pico /etc/apt/sources.list
Remove all #'s that start a line from in front all the deb's
eg. make
# deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
look like
deb-src http://archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
etc, for all lines..... again ctrl+o then ctrl+x
Step 6: Type
sudo apt-get update
Step 7: Restart your machine
Step 8: Type
sudo apt-get install xubuntu-desktop
answer y for the question... then wait for it to install....
Step 9: Type
sudo apt-get install gdm
Step 10: Type
sudo apt-get install gnome-system-tools
It will say it's going to remove xubuntu-system-tools, dont worry... just say y
Step 11: Restart your machine... login and now you're in Xubuntu
Step 12: Should you need to change any network settings you can use the graphical way by clicking on "Networking" in the menu instead of the command line way like we did above....
Thats it! Questions, comments welcome...