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

Home » Articles » Linux » Here

Fedora 30 (F30) Installation

This article provides a pictorial guide for performing a basic installation of Fedora 30 (F30).

Basic Installation

  1. Boot from the DVD or ISO image. Use the up arrow to pick the "Install Fedora 30" 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. Once you have completed your alterations to the default configuration, click the "Begin Installation" button.

    Installation Summary

  6. Click the "Root Password" link.

    Configuration

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

    Root Password

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

    Complete

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

    Login

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

    # dnf update -y
    # dnf groupinstall -y "Basic Desktop"
    # dnf install -y gdm
    # systemctl enable gdm 
    # systemctl set-default graphical.target
    # 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.