Install Fedora 19

This article presents how to install Fedora 19.

I assume you have already downloaded Fedora 19 64 bit(about 4 G) and you know how to use VirtualBox 64 bit(100M). Create virtual machine with default settings for Linux Fedora 64 bit. 1GB ram and 32G for disk is enough plus increase video memory to 128M and turn on acceleration 3D. Rest of options you can keep default.

Fedora19_1

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

Fedora19_2

2. Select your language and clink “Continue” button

Fedora19_3

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

  • date and time
  • keyboard
  • language support
  • network settings
  • storage

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

Fedora19_4

4. Select your disk to install Fedora. You can change partitioning here. When you are happy click “Done”.

Fedora19_5

5. Just click “Continue” to automatically configure storage.

Fedora19_6

6. Just click “Begin installation” button.

Fedora19_7

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

Fedora19_8

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

Fedora19_9

9. You are back on installation screen. When installation is completed just click on “Reboot” to restart machine.

Fedora19_10

Fedora19_11

10. After first reboot you should see following screen. Choose your language preferences and click “Next” button.

Fedora19_12

11. Select your keyboard preferences. You can add here more keyboards if you click “+”. Click “Next” button to continue.

Fedora19_13

12. Add extra user and set his password to login to Fedora. When it’s done click “Next” button.

Fedora19_14

13. Select your location then click “Next” button.

Fedora19_15

14. It’s new option you can synchronize your local data with cloud services like “Goggle”, “Facebook” etc. I present here adding google account. Click “Add Account” button.

Fedora19_16

15. Select “Google” service

Fedora19_17

16. Enter your “Google” credentials and click “Sign in”.

Fedora19_18

17. You can see here your “Google” cloud services are set. Click “Next” button.

Fedora19_19

18. Just click “Start using GNOME 3” button.

Fedora19_20

19. You should see introduction movie about Gnome 3 and Gnome help.

Fedora19_21

20. This picture shows main screen of “Fedora 19”.

Fedora19_22

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

Fedora19_23

22. You should see screen to enter password for your user. Once it’s done click on “Sign-in” button.

Fedora19_24

23. You should see main screen of “Fedora 19”

Fedora19_25

24. 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 to 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
Hostname configuration moved from /etc/sysconfig/network to /etc/hostname
There are now three separate classes of hostnames in use on a given system. The pretty hostname is the high level hostname often presented to users by their desktop environment or shell. The static hostname is used by the kernel at boot, and is usually the system’s fully qualified domain name. A system may also have a transient hostname assigned by a dhcp server. hostnamectl is provided for administering these hostnames:
Command Function
hostnamectl set-hostname fedorasystem --pretty Set pretty hostname.
hostnamectl set-hostname fedorasystem.example.org --static Set static hostname.
hostnamectl set-hostname fedora-dhcp-client.example.org --transient Set transient hostname.
hostnamectl set-hostname fedorasystem.example.org Without arguments, hostnamectl will apply to all hostname types.
hostnamectl status Show current hostname settings
For more information on hostnames, see man hostname and man hostnamectl

Have a fun 🙂
Tomasz

4 thoughts on “Install Fedora 19

  1. Well done. May I suggest that you may want to edit the presentation to include keyboard selection.

    I am in Canada, but I use the Canadian French keyboard, not the USA keyboard layout.

  2. I hoped to see more on partitioning section! What about installing fedora alongside another OS? how to create separated Home? how to use the home of another pre-installed linux?

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.