8i | 9i | 10g | 11g | 12c | 13c | 18c | 19c | 21c | 23c | Misc | PL/SQL | SQL | RAC | WebLogic | Linux

Home » Articles » Linux » Here

Fedora 34 (F34) Installation

This article provides a pictorial guide for performing a basic installation of Fedora 34 (F34).

Basic Installation

  1. Boot from the DVD or ISO image. Use the up arrow to pick the "Install Fedora 34" option and hit the return key.

    Boot

  2. Select the appropriate language, then click the "Continue" button.

    Language

  3. You are presented with the "Installation Summary" screen. You must complete any marked items before you can continue with the installation. Depending on your requirements, you may also want to alter the default settings by clicking on the relevant links.

    Installation Summary

    Click the "Installation Destination" link.

  4. If you are happy to use automatic partitioning of the whole disk, click the "Done" button to return to the previous screen.

    Installation Destination

    If you want to modify the partitioning configuration, select the "Custom" option and click the "Done" button to work through the partitioning screens.

  5. When complete click the "Root Password" link.

    Installation Summary

  6. Enter the password details and click the "Done" button.

    Root Password

  7. Click the "User Creation" link. You might have to scroll to see this.

    Installation Summary

  8. Enter the user details and click the "Done" button.

    User Creation

  9. Once you have completed your alterations to the default configuration, click the "Begin Installation" button.

    Installation Summary

  10. Wait for the installation to complete and click the "Reboot System" button.

    Complete

  11. Login using the username "root" and the password you specified earlier.

    Login

  12. We did a minimal installation, but if you want a GUI desktop with the usual desktop items, log in and issue the following commands from the console to install the desktop packages and reboot.

    # dnf groupinstall -y "Fedora Workstation" --skip-broken
    # systemctl set-default graphical.target
    # dnf update -y
    # reboot

Network Configuration

The specific instructions will vary a little, depending on the window manager you have installed.

SELinux

Firewall

You can install and configure it later if you wish.

SSH

For more information see:

Hope this helps. Regards Tim...

Back to the Top.