I just wanted to install a command-line system from my Ubuntu 12.04.3 LTS ISO and the option for that is missing. Am I missing something in the process or what could be the fault? Trying to use it within a VirtualBox VM.
Asked
Active
Viewed 1,601 times
2 Answers
1
You will need to install Ubuntu Server instead of Ubuntu desktop.
Ubuntu server comes without the GUI part of Ubuntu (which means it doesn't have the ubuntu-desktop
meta-package installed). So it only has a command line.
During installation of Ubuntu Server, it asks you what packages/servers you want to install (apache, mysql, etc.). Of course you will be able install them later, even if you didn't choose the packages during installation.

Dan
- 13,119
-
But what does this screenshot show then: screenshot In my understanding this is not a server installation ISO. The server ISO has the option "install minimal system". – andehhh Jan 22 '14 at 10:32
-
If I'm not mistaken that's the alternate install CD. Check this answer to find out the difference between each. – Dan Jan 22 '14 at 10:52
-
Thank you very much. That was what I was searching for. Problem solved! – andehhh Jan 22 '14 at 11:17
1
There is no such option in the standard installation medium.
You could alternatively install Ubuntu Server or use the minimal installation medium.

enzotib
- 93,831