PDA

View Full Version : [ubuntu] start livecd and install ubuntu in text mode



linux_ub
July 11th, 2011, 07:34 AM
Managed to install ubuntu from remote with GUI
cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.04
DISTRIB_CODENAME=natty
DISTRIB_DESCRIPTION="Ubuntu 11.04"



ubuntu computer
apt-get install openssh-server
sudo su
passwd ubuntu

remote computer
ssh ubuntu -X @192.168.0.4
./ubuquity # Installer launches

Is it possible to run the installer remote in text mode?

Thanks in advance :-)