Welcome to our guide on how to install Fedora 32 Workstation or Server edition. For Fedora Lovers, Fedora 32 Beta is out for Developers and end users to test it and share feedback for improvements. Check the ChangeSet page for what is to be expected in the final release.

This guide will cover step by step Installation of Fedora 32 with screenshots. The installation can be on a Virtual environment such as VirtualBox, VMware, KVM or a dedicated machine such as a Laptop or a server. So let’s get started.

Step 1: Download Fedora 32 ISO

I’ll demonstrate installation of Fedora 32 Workstation. Download the ISO file from Fedora Workstation downloads page. If you want Fedora Server, download from the Server releases page. The differences are:

  • Fedora Workstation – Fedora Workstation is a
    polished, easy to use operating system for laptop and desktop computers,
    with a complete set of tools for developers and makers of all kinds.
  • Fedora Server
    – Fedora Server is a powerful, flexible operating system that includes
    the best and latest datacenter technologies. It puts you in control of
    all your infrastructure and services.

Step 2: Create a bootable USB device

Once you download your pick, you can create bootable USB if the installation is done on a Laptop or physical server hardware. For Linux/Unix users, dd command can be used for this.

First, identify the name of your USB device partition. Then run the following command replacing sdX with the name of your USB, e.g sdb.

$ sudo dd if=/path/to/image.iso of=/dev/sdX bs=8M status=progress oflag=direct

Wait until the command completes then proceed to boot your system from USB stick.

Install Fedora 32 Workstation on VirtualBox

For installations done on a Virtual environment such as VirtualBox,
you need to attach ISO image during VM creation and it will boot from it
automatically.

Create a new VM – give it a name and select OS type.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fed-31-01-1024×603.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Set memory allocation for the VM.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-02.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Create new virtual disk for the instance.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-03.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Select disk file type – default for VirtualBox is VDI

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-04.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Choose dynamic allocation to benefit from thin provisioning.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-05.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Give virtual hard disk a name and size.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fed-31-02-1024×745.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Your VM should be defined.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-07-1024×370.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Click on “Start” to choose installation ISO image.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-08.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Navigate to folder with the ISO file for Fedora 32. Click “Open” to attach ISO file to your Fedora 32 virtual machine.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fed-31-03-1024×400.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

The “Start” button is used to initiate Fedora 32 installation on VirtualBox.

Step 3: Begin Fedora 32 Installation process

The first screen will ask you to start Fedora 32 Live installation.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-32-step-by-step-with-screenshots-01.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Hit enter to get to the next screen. Choose “Install to Hard Drive

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-32-step-by-step-with-screenshots-02-1024×517.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Select installation language and hit Continue button.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-32-step-by-step-with-screenshots-03-1024×517.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Select correct Keyboard and Timezone for your region, and go to choose “Installation Destination“.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-32-step-by-step-with-screenshots-04-1024×517.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Since I’m doing installation on a VM, I’ll go with “Automatic” storage configuration.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-32-step-by-step-with-screenshots-06-1024×517.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

If you’re in for advanced storage configuration like a separate partition for swap, /var, /tmp, or RAID configuration e.t.c, then select Custom under Storage Configuration. When done, click “Done” at the top of the screen.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-32-step-by-step-with-screenshots-07-1024×517.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Begin installation and wait for it to complete.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-32-step-by-step-with-screenshots-08-1024×517.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Step 4: Create Admin User

Click the Finish installation button to complete.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-32-step-by-step-with-screenshots-09-1024×517.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Remove installation media, for Virtual Environment, detach ISO file and reboot your system. On the next screen.

Set your User information and username.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-18.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Provide strong password and confirm for your account.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-19.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

You have completed installation of Fedora 32 and is ready for use.

<img alt="" data-ezsrc="https://kirelos.com/wp-content/uploads/2020/03/echo/install-fedora-30-20.png" data-ez ezimgfmt="rs rscb8 src ng ngcb8 srcset" src="data:image/svg xml,”>

Click “Start Using Fedora” to login and update your system:

sudo dnf -y update

We’ll be updating our articles daily to cover Fedora 32.