6

Do the Ubuntu 14.04 Server installation .iso files come with a 'Try Ubuntu' option, or is that only on the Desktop versions? In other words, can I use this media as a live CD, for tasks such as administering and imaging partitions?

Maythux
  • 84,289
Arronical
  • 19,893

1 Answers1

8

There is no 'Try Ubuntu' option In server editions, the LiveCD use the GUI since it boots in GUI mode to use the apps and other software inside.

So you have to use the Desktop iso as LiveCd and don't be frighten you can use the desktop iso to do administration tasks, since mostly there is no major difference between desktop and server versions unless the GUI related apps.

What's the difference between desktop and server?

Quoted from Ubuntu docs:

  • The first difference is in the CD contents. The "Server" CD avoids including what Ubuntu considers desktop packages (packages like X, Gnome or KDE), but does include server related packages (Apache2, Bind9 and so on). Using a Desktop CD with a minimal installation and installing, for example, apache2 from the network, one can obtain the exact same result that can be obtained by inserting the Server CD and installing apache2 from the CD-ROM.
  • The Ubuntu Server Edition installation process is slightly different from the Desktop Edition. Since by default Ubuntu Server doesn't have a GUI, the process is menu driven, very similar to the Alternate CD installation process.
  • Before 12.04, Ubuntu server installs a server-optimized kernel by default. Since 12.04, there is no difference in kernel between Ubuntu Desktop and Ubuntu Server since linux-image-server is merged into linux-image-generic.
  • For Ubuntu LTS releases before 12.04, the Ubuntu Desktop Edition only receives 3 years of support. This was increased to 5 years in Ubuntu LTS 12.04 In contrast, all Ubuntu LTS Server Edition releases are supported for 5 years.
Maythux
  • 84,289
  • 1
    +1 Good one ,especially that desktop is OK to use. – Pilot6 Jun 10 '15 at 12:24
  • @Arronical yeah that's true, but if you just really like command line you can still use the virtual console ctrl+Alt+F1..6 from your livecd – Maythux Jun 10 '15 at 12:29