---
title: "How to Install Ubuntu Minimal Desktop"
description: "Strip down your Ubuntu installation with the Ubuntu Mini installation and only get what you need in this ATA Learning tutorial!"
canonical: "https://adamtheautomator.com/ubuntu-mini/"
---

# How to Install Ubuntu Minimal Desktop

> Strip down your Ubuntu installation with the Ubuntu Mini installation and only get what you need in this ATA Learning tutorial!

Source: https://adamtheautomator.com/ubuntu-mini/

---

ATA Learning

Tap to hide

[

ATA Learning

](/)

*   [Home](/)
*   [Tutorials](/tutorials/)
*   [Instructors](/author/)
*   [Advertising](/advertising/)
*   [Recommended Resources](/resources/)
*   [About Adam](/about-adam/)

Search for:  

*   [](https://twitter.com/adbertram)
*   [](https://github.com/Adam-the-Automator)
*   [](https://www.linkedin.com/company/adam-the-automator-llc)
*   [](/feed/)

![How to Install Ubuntu Minimal Desktop](https://adamtheautomator.com/wp-content/uploads/2022/11/How-to-Install-Ubuntu-Minimal-Desktop.jpg)

# How to Install Ubuntu Minimal Desktop

[![](https://secure.gravatar.com/avatar/1bc5e1d52466fc3739f550c8d78be310684747bf1466a98d698320627ea243e2?s=192&d=mm&r=g)Michael Nguyen Tu](https://adamtheautomator.com/author/michael-nguyen-tu/)21 November 20226 min. read

Categories: [IT Ops](/category/it-ops/)

Tags:[Ubuntu Linux](/tag/ubuntu-linux/)

Table of Contents

*   [Prerequisites](#prerequisites)
*   [Creating a Bootable USB Drive](#creating-a-bootable-usb-drive)
*   [Booting from the USB Drive](#booting-from-the-usb-drive)
*   [Installing Ubuntu Minimal Desktop](#installing-ubuntu-minimal-desktop)
*   [Conclusion](#conclusion)

Not a fan of [bloatware](https://www.makeuseof.com/what-is-bloatware/) that comes with your operating system? Well, you are not the only one. Why not go for Ubuntu Minimal Desktop installation instead? Ubuntu Minimal Desktop is a lightweight version of the regular Ubuntu desktop, which comes with only the basic applications and packages installed.

The Ubuntu Minimal Desktop is ideal for those who want a leaner system or for those who want to install a custom desktop environment. And in this tutorial, you will learn how to install Ubuntu Minimal Desktop.

Ready? Be more confident with Linux and install a system you can truly make your own!

> _An older, but now unsupported method, was to utilize the [Ubuntu mini installation CD](https://help.ubuntu.com/community/Installation/MinimalCD). This tutorial refers to the currently supported method used during the installation of Ubuntu._

## Prerequisites

This tutorial will be a hands-on demonstration. To follow along, be sure you have the following:

*   A USB drive with at least 8GB of free space.
*   A computer with the ability to boot from a USB drive.
*   [Rufus](https://rufus.ie/en/) downloaded on your computer.
*   A partition or drive of at least 20GB for Ubuntu installation.
*   An [ISO file of the Ubuntu desktop](https://ubuntu.com/download/desktop) downloaded on your USB drive – This tutorial uses Ubuntu 20.04 since it is the latest LTS (Long Term Support) release.

Related:[How to Install Ubuntu 20.04 \[Step-by-Step\]](https://adamtheautomator.com/install-ubuntu/)

## Creating a Bootable USB Drive

Since many computers no longer come with optical disk drives, a bootable USB drive is best suited for installing an operating system like Ubuntu. A bootable USB drive is faster than using a CD or DVD to install an operating system.

Plus, a bootable USB drive is more convenient since you can keep it plugged in without worrying about losing a disc. While there are a few ways to create a bootable USB drive, you will use Rufus for this tutorial. Rufus is a free and open-source utility that lets you create bootable USB drives in a few clicks.

To create a bootable USB drive:

1\. Plug in your USB drive to your computer, and launch Rufus.

2\. Once Rufus is up, configure the following **Drive Properties** with the following:

*   **Device** – Select your USB drive from the drop-down field.
*   **Boot selection** – Click **SELECT** and locate your Ubuntu Desktop ISO file.
*   **Persistent partition size** – You can leave this option at default or increase the value as you need. This partition size is the amount of space on the USB drive used to store your personal files and settings.
*   **Partition scheme** and **Target system** – Select **MBR** and **BIOS or UEFI**. This setting tells Rufus to format the USB drive using the MBR partitioning scheme and make the drive bootable on BIOS or UEFI computers.

Related:[MBR or GPT? Which Partition Style to Use?](https://adamtheautomator.com/mbr-or-gpt/)

*   **List USB Hard Drive** – Tick this checkbox if you are using an external USB hard drive. Otherwise, your external hard drive will not show up. But if you are using a USB flash drive, leave this checkbox unticked.
*   **Add fixes for old BIOSes** – This setting is for old computers that might have problems booting from a USB drive. You can leave this option unticked if your computer is relatively new (2015 or later).

![Configuring the drive properties](https://adamtheautomator.com/wp-content/uploads/2022/11/image-255.png)

Configuring the drive properties

3\. Next, configure the **Format Options** as follows:

*   **Volume label** – Enter a name for your USB drive. This field is optional but providing a descriptive name, like Ubuntu Mini, to your USB drive is a good idea.
*   **File system** – Select the **Large FAT32** file system from the drop-down field. Rufus will use this file system to format your USB drive. Large FAT32 is an excellent all-around file system compatible with most operating systems and computers.
*   **Cluster size** – Leave the default value of 32 KB. 32KB as it is the recommended cluster size for a FAT32 file system.
*   Keep other default settings and click **START** to initiate formatting your USB drive.

> _Formatting your drive is irreversible, so ensure you have backed up any data on the drive you want to keep._

Related:[How to Use the Windows File Recovery Tool in Windows 10](https://adamtheautomator.com/windows-file-recovery/)

![Configuring the USB drive format options](https://adamtheautomator.com/wp-content/uploads/2022/11/image-256.png)

Configuring the USB drive format options

4\. Now, choose the **Write in ISO Image mode** option, as shown below, and click **OK** since you are using an ISO image for this tutorial.

![Selecting the ISO image mode](https://adamtheautomator.com/wp-content/uploads/2022/11/image-257.png)

Selecting the ISO image mode

Click **OK** when prompted with the message below to confirm formatting the drive.

![Confirming formatting of the USB drive](https://adamtheautomator.com/wp-content/uploads/2022/11/image-258.png)

Confirming formatting of the USB drive

As you can see below, Rufus starts formatting your USB drive and will later copy the Ubuntu desktop ISO file to your USB drive.

This formatting process will take a few minutes, depending on the size of the ISO file and the speed of your USB drive.

![Viewing the formatting progress ](https://adamtheautomator.com/wp-content/uploads/2022/11/image-259.png)

Viewing the formatting progress

Once formatted, you will see a green bar, which confirms bootable drive is ready, as shown below.

![Verifying the bootable drive is ready](https://adamtheautomator.com/wp-content/uploads/2022/11/image-260.png)

Verifying the bootable drive is ready

6\. Finally, close Rufus and eject your USB drive. Congratulations! You have just created your bootable Ubuntu Mini USB drive.

## Booting from the USB Drive

Now that you have created a bootable Ubuntu Mini USB drive, it is time to install Ubuntu Mini on your computer. But first, you must change your boot priority settings.

1\. Shut down your computer and insert your USB drive.

2\. Next, turn on your computer and look for a boot menu key. This key depends on your computer’s make and model. For example, you would press the F8 key on an ASUS laptop to bring up the boot menu.

3\. In the boot menu, select and move your USB drive or USB hard drive from the list of boot devices to the top, as shown below. Save your changes and exit the boot menu.

This boot priority change tells your computer to boot from the USB drive first.

![Configuring booting order](https://adamtheautomator.com/wp-content/uploads/2022/11/image-261.png)

Configuring booting order

4\. Now, reboot your computer, which will boot into the GRUB menu. GRUB is a bootloader that allows you to choose which operating system you want to use.

5\. Select **Ubuntu** from the GRUB menu and press Enter.

Related:[Ubuntu GRUB Linux Bootloader and Configuration](https://adamtheautomator.com/ubuntu-grub/)

![Booting into the GRUB menu ](https://adamtheautomator.com/wp-content/uploads/2022/11/image-262.png)

Booting into the GRUB menu

Wait for Ubuntu to check your computer’s hardware and prepare to boot into the desktop.

![Checking your computer's hardware](https://adamtheautomator.com/wp-content/uploads/2022/11/image-263.png)

Checking your computer’s hardware

6\. Click **Try** **Ubuntu** from the Ubuntu Desktop installation screen to test Ubuntu without installing it.

![Choosing to try Ubuntu without installing it](https://adamtheautomator.com/wp-content/uploads/2022/11/image-264.png)

Choosing to try Ubuntu without installing it

## Installing Ubuntu Minimal Desktop

Satisfied with how Ubuntu Minimal Desktop looks and feels? If yes, then get ready to install Ubuntu Minimal Desktop.

> _A minimal Ubuntu installation will remove a number of packages and even categories of packages that are not necessary for the functioning of the system. This can be useful if you want to minimize the amount of data that is stored on your system, or if you want to use as few resources as possible._

Click the **Install Ubuntu** shortcut on your desktop, as shown below, to bring up the Ubuntu installation screen (step two).

![Initiating installing Ubuntu Minimal Desktop](https://adamtheautomator.com/wp-content/uploads/2022/11/image-265.png)

Initiating installing Ubuntu Minimal Desktop

2\. Select your preferred language on the **Welcome** page, and click **Continue**.

This language setting only affects the installation process and not the system language. You can change the system language post-installation.

![Selecting the installer language](https://adamtheautomator.com/wp-content/uploads/2022/11/image-266.png)

Selecting the installer language

3\. Select your keyboard layout and click **Continue**.

If unsure which keyboard layout to select, click **Detect Keyboard Layout** and follow the onscreen instructions. Ubuntu will try to detect your keyboard layout and preselect the appropriate one for you.

![Selecting your keyboard layout](https://adamtheautomator.com/wp-content/uploads/2022/11/image-267.png)

Selecting your keyboard layout

4\. Now, select **Minimal installation**, keep other settings as is, and click **Continue**.

This option lets you install a minimal system with no additional software.

![Selecting the minimal installation](https://adamtheautomator.com/wp-content/uploads/2022/11/image-268.png)

Selecting the minimal installation

5\. Select the **Erase disk and install Ubuntu** option to erase your hard drive and install Ubuntu completely. This option is the easiest to use and is recommended for most users.

![Choosing to erase the disk and install Ubuntu](https://adamtheautomator.com/wp-content/uploads/2022/11/image-269.png)

Choosing to erase the disk and install Ubuntu

6\. Next, select the drive or partition where you want to install Ubuntu and click **Install Now**.

![Selecting the installation drive](https://adamtheautomator.com/wp-content/uploads/2022/11/image-270.png)

Selecting the installation drive

7\. Click **Continue** when prompted with the message below to proceed with the installation.

![Confirming installation settings](https://adamtheautomator.com/wp-content/uploads/2022/11/image-271.png)

Confirming installation settings

8\. Select your time zone and click **Continue**. This setting sets your computer’s clock and calendar.

![Selecting your time zone](https://adamtheautomator.com/wp-content/uploads/2022/11/image-272.png)

Selecting your time zone

9\. Now, configure the following, and click **Continue** to create a regular account that can run commands with administrative privileges (a sudoer account).

<table><tbody><tr><td>Your name</td><td>Choose any name you prefer.</td></tr><tr><td>Your computer’s name</td><td>Set your computer’s name.</td></tr><tr><td>Pick a username</td><td>Input a username for your account.</td></tr><tr><td>Choose and Confirm your password</td><td>Provide and confirm a strong password.</td></tr></tbody></table>

Related:[Secure Linux With the Sudoers File](https://adamtheautomator.com/sudoers-file/)

![Creating a user account ](https://adamtheautomator.com/wp-content/uploads/2022/11/image-273.png)

Creating a user account

At this point, the installation process begins, which usually takes about 10-15 minutes. Sit back and relax while Ubuntu copies file to your computer and installs them.

![The installation process begins. ](https://adamtheautomator.com/wp-content/uploads/2022/11/image-274.png)

The installation process begins.

Once the installation completes, remove your USB drive, and click **Restart Now** on the pop-up message to reboot your computer to Ubuntu Minimal Desktop.

![Rebooting your computer ](https://adamtheautomator.com/wp-content/uploads/2022/11/image-275.png)

Rebooting your computer

After reboot, you will see the desktop screen shown below, the same as when you previously tried Ubuntu without installation.

But this time, you will notice the Install Ubuntu shortcut is gone.

![Booting to Ubuntu Minimal Desktop](https://adamtheautomator.com/wp-content/uploads/2022/11/image-276.png)

Booting to Ubuntu Minimal Desktop

10\. Finally, open your terminal and run the [`apt update`](http://%3Chttps://linuxize.com/post/how-to-use-apt-command/#updating-package-index-apt-update%3E) command below to update your system.

```bash
sudo apt update -y
```

Related:[Learning Ubuntu Apt Get Through Examples](https://adamtheautomator.com/ubuntu-apt-get/)

And that’s it! You have successfully installed and updated Ubuntu Minimal Desktop on your computer. From here, you can start using Ubuntu and installing software.

![Updating the Ubuntu system](https://adamtheautomator.com/wp-content/uploads/2022/11/image-277.png)

Updating the Ubuntu system

## Conclusion

Ubuntu Minimal Desktop installation is a great way to start using Ubuntu without installing all the unnecessary software. This approach can also be helpful when installing Ubuntu on a computer with limited storage space.

Now, why not customize your system yourself? Fine-tune your installation with only the software you want in your system!

Share this article

[Share on X](https://twitter.com/intent/tweet?url=https%3A%2F%2Fadamtheautomator.com%2Fubuntu-mini%2F&text=How%20to%20Install%20Ubuntu%20Minimal%20Desktop)[Share on Facebook](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fadamtheautomator.com%2Fubuntu-mini%2F)[Share on LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fadamtheautomator.com%2Fubuntu-mini%2F)

## Related Posts

![](https://adamtheautomator.com/wp-content/uploads/2024/03/openldap-4.jpg)

### [How to Install and Configure an OpenLDAP Ubuntu Server](/openldap/)

Unlock the power of OpenLDAP on Ubuntu for centralized user authentication, seamless access control management, and enhanced directory services!

![](https://adamtheautomator.com/wp-content/uploads/2024/03/ubuntu-ntp.jpg)

### [How to Setup Ubuntu NTP Server](/ubuntu-ntp/)

Learn to configure an Ubuntu NTP server for precise time synchronization across your network. Ensure seamless operations with accurate timekeeping!

![](https://adamtheautomator.com/wp-content/uploads/2022/04/How-to-Install-Apache-on-Ubuntu.jpg)

### [Install Apache on Ubuntu and Master Website Traffic Management](/install-apache-on-ubuntu/)

Ready to optimize your website for high traffic? Install Apache on Ubuntu with this step-by-step guide and ensure smooth performance under heavy loads.

## Categories

*   [IT Ops](/category/it-ops/)
*   [Cloud](/category/cloud/)
*   [DevOps](/category/devops/)
*   [Home Ops](/category/home-ops/)
*   [Information Security](/category/infosec/)
*   [Software Development](/category/software-development/)

## Site

*   [Home](/)
*   [Tutorials](/tutorials/)
*   [Instructors](/author/)
*   [Advertising](/advertising/)
*   [Recommended Resources](/resources/)
*   [About Adam](/about-adam/)

Copyright 2026© ATA Learning | [Privacy Policy](/privacy/)
