By Damien | February 24, 2012 | 9 Comments
Ubuntu has always been said as the Linux distro for beginners and entry users. It comes with plenty of free software and most of the things will just work after you installed it. However, if you have noticed, the recent build of Ubuntu is getting more and more resource intensive (with more animation and effects) and also come bundled with plenty of software that you probably have no use for. In short, it is getting bloated and doesn’t run well on old laptop anymore (at least in my case). While you can install another distro like Linux Mint, another alternative is to strip off all the software and unnecessary stuff and install Ubuntu from scratch. Here is how you can install a minimal Ubuntu on your (old) PC.
To get started, we can use either the Ubuntu Server edition or the Ubuntu minimal CD as the base install. Both come with the minimum packages to get the distro running and don’t come with any pre-installed software. The Ubuntu Server edition is more focus on server usage though. For this tutorial, we will be using the Ubuntu Minimal CD.
1. Download Ubuntu Minimal (mini.iso) for your PC architecture. The file size is only less than 30MB.
2. You won’t be able to create a USB startup disk with this iso file, so the only way is to burn it into a bootable CD.
3. Make sure your PC/laptop is connected to a LAN network. Insert the CD into your CD-rom and boot up your computer from the ROM. This is what you will see. Select “Install”.
4. Select the language, follow by your location.
5. Let it detect your keyboard. Optionally, you can select “No”, you can select from a list of keyboard layout (the most widely used is English (US)).
6. Next, the installer will proceed to configure some files for networking. When it is done, it will prompt you to enter the hostname. This will be what you will see in the terminal later, so change the hostname to something more personal, like “my-laptop“.
7. Select the mirror for Ubuntu archive that is closest to your location. This allows you to update your system and retrieve packages faster.
8. Unless you are using a proxy to connect to the outside world, leave the HTTP proxy field blank.
9. The installer will now retrieve the necessary packages from the mirror site. Once it is done, it will prompt you to reformat your hard disk. I assume that you are going to use the whole hard disk, so in this case, select “Guided – use entire disk”. If not, you can select “Manual” and configure the partitioning accordingly. I won’t go into the detail here.
When prompted, select “Yes” to confirm the partition setting.
10. Now, sit back and let the installer do its work. Once it’s done, it will prompt you to enter your username, password and whether you want to encrypt your Home directory.
11. Go grab a coffee while the installer do the final installation on your PC.
12. When prompted on how you want the security update to be done, select “Install Security Update Automatically”.
13. The next part is the important part. Here is where you can choose what to install on this machine. Personally, I want to choose what to install on this system, so I am going to select “Manual Package Selection”. You can do otherwise, though.
14. The last thing it will install is the GRUB loader. Select this if this is the only OS running in the machine and the GRUB loader does not interfere with other bootloader.
15. Finally. this is what you will see when the installation is completed. Remove the CD from the CD-rom and select “Continue” to restart the computer.
Post InstallationNow that you have finished the installation, it is only half the battle. You still need to install the desktop manager and several required applications.
1. Restart the computer. Press “Alt + F1″ when the grub loader appears. This will bring you to the command prompt. (If you didn’t press “Alt + F1, you will only see a blank screen).
2. In the command prompt, first login with your username and password. Next, type the following:
sudo apt-get install gdm network-managerThis will install the gdm login manager and the network-manager. Optionally, you can replace the “gdm” with “lightdm” or “lxdm“. You can also use “wicd” as the alternative to network-manager.
3. Next, choose your desktop manager. You can choose to use Gnome, Openbox, LXDE, Fluxbox, XFCE, WindowMaker, etc.
For Gnome, installing the Gnome-core will install a whole bunch of Gnome library and several Gnome applications (including Synaptic). This is a good starting point for beginner.
sudo apt-get install gnome-coreFor Openbox:
sudo apt-get install openbox4. Lastly, start gdm
sudo start gdmNote: I have problems getting lightdm to work with Openbox. It could be just my hardware problem, but since I can’t get it to work, I don’t recommend it here.
That’s it. Restart your PC. Once you are logged back in to the desktop, you can proceed to install all the applications you want/need. If Synaptic is not installed, use the following command to install:
sudo apt-get install synapticEnjoy!
Print this pageSave as PDF
Damien Oh is the owner and chief editor of Make Tech EasierUsing Kirjaudu to Change Windows 7′s Logon ScreenRandom Post4 Must Have Browser Addons To Protect Your Online Privacy Anonymous
Cool. I’m gonna try this, I like the idea.
EdMinimal? Gnome? You are kidding, right?
http://maketecheasier.com/ Damien OhGnome is used as an example. You can install whatever DE you want.
Tom SaundersSo…
What about the huge amount of users with old netbooks that dont have cd drives?
Personally I use and recommend Lubuntu which is snappy on my netbook (released oct 2008)
Gord CampbellYou could call this, Archbuntu!
http://maketecheasier.com/ Damien OhI think this is even simpler than arch linux.
Anonymous@google-ebe2cac1067a471a156b80721e546342:disqus
What about the huge amount of users with old netbooks that dont have cd drives?
Everyone should check into a USB powered portable CD drive. I use it all the time for forensics, etc.
Wouldn’t just using the Debian Net install be easier and much the same ?
http://maketecheasier.com/ Damien OhThe procedure is almost similar, but personally, I am more familiar with Ubuntu than Debian.
Advertise hereRecommendationsTake Our PollFollow Us On Facebook About Make Tech EasierMake Tech Easier is a tutorial blog to help you solve your daily technology woes. One of the top 100 Info Tech blog in Technorati, Make Tech Easier is the place to go for hardware and software tutorials, reviews, tips and tricks.
The topics we covered here include Windows, Linux, Mac, iPhone, Android, Google, Firefox and many other tech related stuff. We do what we believe: Uncomplicating the complicated, making life easier!
Get Connected With Us
0 comments:
Post a Comment