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

Home » Articles » Linux » Here

Fedora 27 (F27) Installation

This article provides a pictorial guide for performing a basic installation of Fedora 27 (F27).

Basic Installation

  1. Boot from the DVD. Use the up arrow to pick the "Start Fedora-WorkStation-Live 27" option and hit the return key.

    Boot

  2. Click the "Install to Hard Drive" option.

    Install to Hard Drive

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

    Language

  4. 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.

  5. 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.

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

    Installation Summary

  7. Click the "Root Password" link.

    Configuration

  8. Enter the root password and click the "Done" button.

    Root Password

    Click the "User Creation" link.

  9. Enter the user details and select the "Make this user administrator" option, then click the "Done" button.

    Create User

  10. Wait for the installation to complete. When prompted, click the "Quit" button, then reboot the Live DVD session.

    Configuration

  11. If chose to do a minimal installation and you now 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 "MATE Desktop" -y
    # dnf install gdm -y
    # systemctl enable gdm 
    # systemctl set-default graphical.target
    # reboot
  12. Select the user you wish to log in as and enter the password, then click the "Sign In" button.

    Sign In

  13. You are now presented with the console screen.

    Console

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.