Using this tutorial:
http://linuxeeepc.blogspot.fr/2012/08/lubuntu-on-eeepc-1025c-with-correct.htmlthe main changes have been adding the video drivers:
$ sudo -s
passwd
# apt-get install cedarview-graphics-drivers libva-cedarview-vaapi-driver cedarview-drm
and add an xorg.conf file (otherwise the boot does not go to the end):
# mcedit /etc/X11/xorg.conf
and paste this in the newly created file:
Section "Device"
Identifier "Intel GMA3600"
Driver "fbdev"
EndSection
then hit F2 to save, and F10 to quit.
The kernel being already a generic one and not a pae, it has not been necessary to change it. The lightdm login screen didn't need any configuration because it has been configured to boot straight to the desktop.