Khadas VIM2 ubuntu server version?

Is there any plan to publish a server version, without gui, only terminal.

Thx in advance.

at the moment I answer my self about second part of the question. I found that solution:

To boot Ubuntu 16.04 Desktop without X one time, add systemd.unit=multi-user.target to the linux command line in GRUB.

To make this the default, use

sudo systemctl set-default multi-user.target

To return to default booting into X, use

sudo systemctl set-default graphical.target

To see the current default target,

sudo systemctl get-default

Hi themacboy,

We will release ubuntu server of VIM2 this week.

Thanks.

1 Like