Based on the installation instructions of the previous version here a how-to guide to install the desktop version of Ubuntu Karmic Koala (version 9.10) on an Eee PC. This guide has been tested using an Eee PC 701 and will take one or two hours to execute (depending on your download speed and the hardware used).
Starting points
- The (smaller) SSD will be erased (backup important data!)
- Ubuntu will be installed without customizations ('Vanilla') and without swap space
- You have some experience using the CLI (Terminal)
- An USB flash memory stick of at least 1 GB is available
Instructions
The first four steps can be executed on a desktop PC running Microsoft Windows too. Instead of UNetbootin it is possible to use the new Ubuntu USB Startup Disk Creator too (System | Administration | USB Startup Disk Creator).
- Download the desktop version of Ubuntu here
- Download UNetbootin here
- Insert the USB flash memory stick into your desktop PC
- Start UNetbootin
- Select 'Disk Image' and select the downloaded .iso file
- Select the inserted USB flash memory stick and press 'Ok'
- Remove all removable media from the Eee PC and insert the prepared USB flash memory stick
- Turn the Eee PC on
- Press Esc soon after startup
- Select USB Flash Memory or Disk and press enter
- Select 'Default' (or wait a moment)
- Ubuntu Live should startup
- Check if everything works (wireless, sound, etc)
- Select System | Preferences | Appearance, Visual Effects -> None
- Press the 'Close' button below
- By pressing Alt + left mouse you can drag larger windows using the mouse pad now
- Start the installation wizard by double clicking the install icon and follow its steps
- I choose my own keyboard layout: 'USA - International (AltGr dead keys)'
- At the step 'Prepare disk space':
- Select 'Specify partitions manually (advanced)' and press 'Forward'
- Take a good look at what drive you want to install Ubuntu (all data will be erased!)
- You probably want to install on the smaller SSD, because it is the fastest
- Delete all partitions from the chosen drive (click on each partition and press 'Delete')
- Select 'free space' and press 'Add...'
- Choose 'Ext3 journaling file system' as 'Use as:' (I don't recommend using Ext4)
- Choose '/' as 'Mount Point'
- Check 'Format?'
- Press 'Forward'
- Confirm the message that no swap has been selected by pressing 'Continue'
- Continue the wizard, the installation will take about 25 minutes
- Press 'Reboot Now' and remove the USB flash memory stick when asked
Karmic Koala is installed and should work now.
Tweaks
The following steps are to improve some things and to setup others. Skip what you don't need/want.
- Open the terminal and run this command:
- gconftool-2 --set /apps/compiz/plugins/move/allscreens/options/constrain_y --type bool false
- By pressing Alt + left mouse you can drag larger windows using the mouse pad now
- Setup wireless internet:
- Click the signal indicator in the upper task bar
- Select your network of preference
- Enter the network password if required
- Limit the number of writes to the SSD this way (sudo gedit /etc/fstab)
- Don't change the UUID!
- Apply this patch
- Disable login sound:
- Open the terminal and run this command:
- gconftool-2 --set /desktop/gnome/sound/event_sounds --type bool false
- Select System | Administration | Synaptic Package Manager, then Settings | Preferences | Files
- Select 'Delete downloaded packages after installation'
- Set 'Delete History files older than 0 days'
- Press 'Ok'
- Select System | Administration | Time and Date
- Press the keys symbol and enter your password if asked
- Set 'Configuration' to 'Keep Synchronized'
- Press 'Install NTP support'
- Select one or more servers near your location
- Right click on the date/time in the upper task bar and select 'Preferences'
- General | 24 hour format
- Location | Add, enter a location name near to you
- Weather | C & km/h
- I installed the following applications:
- Using Applications | Ubuntu Software Center:
- Setup:
- Edit | Software Sources | Other Software, check '... partner'
- Software:
- Setup:
- FileZilla (sudo apt-get install filezilla)
- Truecrypt
- Open a TrueCrypt volume by right clicking and selecting 'Open with Other Application'
- Select 'Use a custom command', type 'truecrypt'
- RAR (sudo apt-get install rar)
- Nautilus Image Converter (sudo apt-get install nautilus-image-converter)
- Using Applications | Ubuntu Software Center:
- Localized spell-checker: sudo apt-get install aspell-<language> (thanks Satyamo)
- Localize OpenOffice (thanks Satyamo):
- Go here
- Search for your language
- Press 'Get it!' and save the file
- Right click on the saved file
- Select 'Open with Other Application'
- Select 'OpenOffice.org Word Processor'
- Follow the dialog
- I changed the following Firefox settings:
- View | Toolbars | Bookmarks Toolbar -> Uncheck
- View | Status Bar -> Uncheck
- Edit | Preferences | Advanced | Network | Offline Storage ->Use up to 0 MB
- Type 'about:config' in the addres bar
- Press 'I'll will be carefull, I promise!'
- Set 'browser.urlbar.clickSelectsAll' to 'true' by double clicking
- Tool | Add-ons, search 'Firebug', click 'Add to Firefox...', etc
- Start Pidgin automatically (or Empathy)
- Default detailed file lists: Open a file browser, Edit | Preferences, View new folders using -> List View
- Default subtitles: Move Player | Edit | Preferences, Text Subtitles | Automatically Load ... -> Check
Performance
| Startup until login prompt: | about 35 seconds (Intrepid: 65 sec; Jaunty: 45 sec) |
| Login until desktop: | about 25 seconds (Intrepid: 30 sec; Jaunty: 25 sec) |
| Shutdown: | about 7 seconds (Intrepid: 15 sec; Jaunty: 15 sec) |
| Used space after all updates: | about 2.2 GiB (df -h) (Intrepid: 2.6 GiB; Jaunty: 2.2 GiB) |
Desktop
After some shuffling around, my desktop looks like this:

Basically the bottom panel has been removed and most of its items have been moved to the top panel.
Function keys
|
Other functions
|
Comments, corrections and additions are as always very welcome!




Nice overview – many thanks for publishing. But I have one request – if you can find the time can you please add an entry about installing Karmic Koala on an SD or SDHC card (or USB thumbdrive)? In this way you can leave the Xandros or Windows OS on the SSD intact and have a Ubuntu/Xandros multiboot.
The reason for my question is that a full install of Ubuntu on a SD / SDHC card or USB drive or USB disk can be problematic. GRUB does not always like it (refuses to boot from external devices) and especially USB drives are not automatically flagged as bootable.
thanks in advance…