Try using the mini.iso:
https://help.ubuntu.com/community/In...tion/MinimalCD
When it says boot on screen, type cli and hit enter. it'll install a base CLI system, where you can install your own ubuntu system yourself, from the DM you use, to the window manager.
also, gnome-meta is probably still broken, so if you want a minimal gnome install:
Code:
sudo apt-get install gnome-core gdm xorg
if you want a minimal xfce install:
Code:
sudo apt-get install xfce4 xorg wicd alsa-utils xfce4-terminal
Then once you next login to the tty1, type startx and hit enter. When you want to change your volume, in terminal, type alsamixer and hit enter to open up the alsamixer.
Or LXDE minimal:
Code:
sudo apt-get install lxde-core wicd xorg alsa-utils lxde-terminal
Do the same things to startx and alsamixer like above.
Bookmarks