Dual boot configuration with Xandros (which is on /dev/sda2, with "home" partition on /dev/sdb1).
- get EEEbuntu Base;
- run the eeebuntu ("base" cd version) installer:
- install / (root) folder on /dev/sda1;
- install /usr folder on /dev/sdb2 (no space left on sda);
- reboot (boot time 45 sec.);
- install better network manager "wicd";
- install OpenOffice;
- take a snapshot of /dev/sda1 and /dev/sdb2 with partimage (record 1);
- install a faster kernel (eeepc-lean) from array.org;
- reboot (boot time 33 sec.);
- remove some virtual consoles (tty7 is for X and tty1 is for text, Knowledge76 article):
# rm /etc/event.d/tty2
..
# rm /etc/event.d/tty6 - add "rootfstype=ext2" to grub boot instructions (avoid kernel very little guessing time, Debian Italia post);
- add "noresume" options to grub boot instructions (if hibernation disabled, avoid kernel looking for resume image Debian Italia post);
- replace the bash shell with the faster (for scripts) dash shell (Ubuntu wiki):
# apt-get install dash
# dpkg-reconfigure dash - improve performance by setting "noatime" option (instead of "relatime" or "atime") in fstab entries (same Debian User forum post);
- remove create_floppy_devices, pcmcia-check-broken-cis, pcmcia-socket-startup from /lib/udev;
- improve boot time by disabling some services (same Knowledge76 article);
- reboot (boot time 32 sec.);
- install mc and set it to use the internal editor (mcedit) through Options->Configuration;
- install gimp;
- install totem;
- install moonlight plugin for firefox;
- install Adobe flash player plugin for firefox;
- enable archive.canonical.com ("Third party") repositories
- install acroread
- install Medibuntu repositories and non-free codecs (Ubuntu help)
- install wine;
- install exifer (win32);
- install xnview (win32);
- update kernel to version 2.6.29-1-netbook;
- reboot (boot time 28 sec.);
- take a snapshot of /dev/sda1 and /dev/sdb2 with partimage (record 2);
- install eeepc-laptop-dkms (to make Fn-F2 work again);
- install PalmDesktop (win32) and DocumentsToGo (win32) (my way, coming soon);
- fix broken "Scroll Lock" (Fn+F12) button (EEEbuntu forum);
- install some plug-in ("Terminal here", "Open as administrator") for nautilus via Synaptic;
- install GDM theme ("Simply Grace");
- configure login windows (users, faces, timed login);
- install AbiWord;
- install TrueCrypt;
- install GnoCHM;
- ...