11

I want to start my computer and it should open up to a CLI. I don't want a GUI, no fancy login screen etc.

I need a solution that does not use a minimal ISO because it requires an internet connection. I need an offline installation.

yarwest
  • 105
  • @muru i think it's not duplicate. he want solution "Without using minimal ISO because it requires internet connection". – ryanw Jan 17 '17 at 07:24
  • @Bharat Middha do you want (boot start into command line and keep GUI installed) or (boot start into command line and remove GUI)? . PS: i mean "gui" here is "desktop environment" – ryanw Jan 17 '17 at 07:29
  • 2
    I suggest ubuntu server edition. When is fails to acquire an IP address via DHCP, just accept and continue. See also here – Doug Smythies Jan 17 '17 at 07:30
  • 1
    @ryan Then install as normal and dupe of http://askubuntu.com/q/16371/158442 – muru Jan 17 '17 at 07:48
  • @muru Or maybe remove GUI completely? https://askubuntu.com/questions/147858/how-to-remove-desktop-environments – Melebius Jan 17 '17 at 07:52

2 Answers2

14

You can install Ubuntu Server. Ubuntu Server 16.10

Just download the ISO file and make a installation USB disk with UltraISO or other tools, and install it on your computer offline.

Denny
  • 156
4

You can install Ubuntu 16.04.1+ LTS (up to date 2017-01-15) with mkusb-nox or mkusb-dus in text mode from a compressed image file according to the following link,

help.ubuntu.com/community/Installation/UEFI-and-BIOS

This picture shows what it looks like after log in.

enter image description here

sudodus
  • 46,324
  • 5
  • 88
  • 152