0

I want to install Ubuntu 16.04. I downloaded Ubuntu 16.04 ISO image from the official website. Then I created a bootable USB using Rufus in Windows 8 (as per the guide). Firstly I want to Try Ubuntu (like from a live CD). I changed first boot device to USB and booted the iso. I got to this window:

enter image description here

And I don't know what the next step is. I am new to Ubuntu, any help?

Zanna
  • 70,465
M. Geo
  • 1

3 Answers3

0

This image will install Ubuntu Server.

If you wish to install it, go ahead and select Install Ubuntu Server and follow the instructions.

You can go to custom installation and do a custom install selecting the correct disk and partitions.

0xF2
  • 3,154
0

You have downloaded the image for Ubuntu Server. This is catered more for servers (running with no screen, running networked services etc)

You can download the Ubuntu desktop image from here and use that. Instructions for installation are available here (after these on creating the disc but you appear fine with that).

Alternatively (may not be the best idea) you can install the server optimised system and then install desktop features with the ubuntu-desktop metapackage (you can do others desktops*)

sudo apt-get install ubuntu-desktop

However the server features could cause issues for a new user (particularly if running a non-GUI (text interface) install), in which case you will be better off downloading the desktop ISO

*Ubuntu and other Linux distros can use a variety of desktops, you can find ones that work with Ubuntu here. Currently the default is Unity, with future releases likely to use Gnome Shell (more on that here).

Wilf
  • 30,194
  • 17
  • 108
  • 164
0

If you wish to install ubuntu not ubuntu server you can download it here

Cyber_Star
  • 903
  • 1
  • 9
  • 27