Install Fedora 23

This article presents how to install Fedora 23 – Live Workstation version.

I assume you have already downloaded Fedora 23 64 bit Live Workstation(about 1,37 G) and you know how to use VirtualBox 64 bit(100M). Create virtual machine with default settings for Linux Fedora 64 bit. 2GB ram and 64G(includes extra space for Oracle installations) for disk is enough plus increase video memory to 128M. Rest of options you can keep default.

fedora23_1

1. Boot from dvd or iso file. Select first option “Start Fedora Live” and press “enter” key.

fedora23_2

2. Click “Install to Hard Drive”.

fedora23_3

3. Select your language and clink “Continue” button.

fedora23_4

4. Here you can change many options for your host like:

  • date and time localization
  • keyboard
  • network settings
  • storage

At least you must complete settings for marked part “INSTALLATION DESTINATION”. Just click on it.

fedora23_5

5. Select your disk to install Fedora. You can change partitioning here (I don’t do it). When you are happy click “Done”.

fedora23_6 fedora23_6a fedora23_6b

6.Click “DATE & TIME” option.

fedora23_6c

7. Configure your time,date, region, city, automatic time synchronization via network. When you are happy click “Done” button.

fedora23_7

8. You are back on main screen click “Begin installation” button.

fedora23_6c

9. Installation has been started. You need to change password for root user during installation. Click on “ROOT PASSWORD”.

fedora23_8

10. Change password for user root and press “Done”.

fedora23_9

11. You are back on installation screen. Click “USER CREATION” to add extra user.

fedora23_10

12. Enter extra user name, password, check checkbox “Make this user administrator”. The user will be used to login to Fedora. When it’s done click “Done” button.

fedora23_11

13. Installation will continue. When it’s completed click “Quit” button.

fedora23_12

fedora23_13

14. This picture shows main screen of “Fedora 23″.

fedora23_14

15. If you reboot again you should see following screen. To login to “Fedora 23″ click on your username in my case “tomasz”.

fedora23_15

16. Enter password for the user and click “Sign-in” button.

fedora23_16

17. After first login you need to specify OS language for the user.

fedora23_17

18. Select keyboard type an set privacy settings

fedora23_18

19. Optionally configure “Cloud” options for the user like facebook, windows live, google etc. or click “Skip” button to continue.

fedora23_19 fedora23_20

20. Just click “Start using Fedora”.

fedora23_21

21. You should see introduction informations about Gnome.

fedora23_22

22. Following picture shows main screen of “Fedora 23″.

fedora23_23

23. It’s time to change hostname. Login as root user in terminal and execute following commands to change hostname to other name. In my case it’s fedora.dbaora.com

hostnamectl set-hostname fedora.dbaora.com --static

and modify /etc/hosts to set new name for hostname

127.0.0.1  fedora.dbaora.com fedora

In the moment I was writing this article Virtual Box guest doesn’t support latest version of Xorg so the only solution is to downgrade it to version 22. After downgrade reboot machine and reinstall Virtual Box guest.

dnf --showduplicates --allowerasing --releasever=22 \
downgrade xorg-x11-server-Xorg

Have a fun 🙂
Tomasz

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.