mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
208 lines
8.9 KiB
Markdown
208 lines
8.9 KiB
Markdown
|
[#]: collector: (lujun9972)
|
|||
|
[#]: translator: ( )
|
|||
|
[#]: reviewer: ( )
|
|||
|
[#]: publisher: ( )
|
|||
|
[#]: url: ( )
|
|||
|
[#]: subject: (Fedora 30 Workstation Installation Guide with Screenshots)
|
|||
|
[#]: via: (https://www.linuxtechi.com/fedora-30-workstation-installation-guide/)
|
|||
|
[#]: author: (Pradeep Kumar https://www.linuxtechi.com/author/pradeep/)
|
|||
|
|
|||
|
Fedora 30 Workstation Installation Guide with Screenshots
|
|||
|
======
|
|||
|
|
|||
|
If you are a **Fedora distribution** lover and always try the things at Fedora Workstation and Servers, then it is good news for you as Fedora has released its latest OS edition as **Fedora 30** for the Workstation and Server. One of the important updates in Fedora 30 from its previous release is that it has introduced **Fedora CoreOS** as a replacement of Fedora Atomic host.
|
|||
|
|
|||
|
Some other noticeable updates in Fedora 30 are listed beneath:
|
|||
|
|
|||
|
* Updated Desktop Gnome 3.32
|
|||
|
* New Linux Kernel 5.0.9
|
|||
|
* Updated Bash Version 5.0, PHP 7.3 & GCC 9
|
|||
|
* Updated Python 3.7.3, JDK12, Ruby 2.6 Mesa 19.0.2 and Golang 1.12
|
|||
|
* Improved DNF (Default Package Manager)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
In this article we will walk through the Fedora 30 workstation Installation steps for laptop or desktop.
|
|||
|
|
|||
|
**Following are the minimum system requirement for Fedora 30 workstation,**
|
|||
|
|
|||
|
* 1GHz Processor (Recommended 2 GHz Dual Core processor)
|
|||
|
* 2 GB RAM
|
|||
|
* 15 GB unallocated Hard Disk
|
|||
|
* Bootable Media (USB / DVD)
|
|||
|
* nternet Connection (Optional)
|
|||
|
|
|||
|
|
|||
|
|
|||
|
Let’s Jump into Installation steps,
|
|||
|
|
|||
|
### Step:1) Download Fedora 30 Workstation ISO File
|
|||
|
|
|||
|
Download the Fedora 30 Workstation ISO file on your system from its Official Web Site
|
|||
|
|
|||
|
<https://getfedora.org/en/workstation/download/>
|
|||
|
|
|||
|
Once the ISO file is downloaded, then burn it either in USB drive or DVD and make it bootable.
|
|||
|
|
|||
|
### Step:2) Boot Your Target System with Bootable media (USB Drive or DVD)
|
|||
|
|
|||
|
Reboot your target machine (i.e. machine where you want to install Fedora 30), Set the boot medium as USB or DVD from Bios settings so system boots up with bootable media.
|
|||
|
|
|||
|
### Step:3) Choose Start Fedora-Workstation-30 Live
|
|||
|
|
|||
|
When the system boots up with bootable media then we will get the following screen, to begin with installation on your system’s hard disk, choose “ **Start Fedora-Workstation-30 Live** “,
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Choose-Start-Fedora-Workstation-30-Live.jpg>
|
|||
|
|
|||
|
### Step:4) Select Install to Hard Drive Option
|
|||
|
|
|||
|
Select “ **Install to Hard Drive** ” option to install Fedora 30 on your system’s hard disk, you can also try Fedora on your system without installing it, for that select “ **Try Fedora** ” Option
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Fedora-30-Install-hard-drive.jpg>
|
|||
|
|
|||
|
### Step:5) Choose appropriate language for your Fedora 30 Installation
|
|||
|
|
|||
|
In this step choose your language which will be used during Fedora 30 Installation,
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Language-Fedora30-Installation.jpg>
|
|||
|
|
|||
|
Click on Continue
|
|||
|
|
|||
|
### Step:6) Choose Installation destination and partition Scheme
|
|||
|
|
|||
|
In the next window we will be present the following screen, here we will choose our installation destination, means on which hard disk we will do installation
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Installation-Destination-Fedora-30.jpg>
|
|||
|
|
|||
|
In the next screen we will see the local available hard disk, select the disk that suits your installation and then choose how you want to create partitions on it from storage configuration tab.
|
|||
|
|
|||
|
If you choose “ **Automatic** ” partition scheme, then installer will create the necessary partition for your system automatically but if you want to create your own customize partition scheme then choose “ **Custom** ” option,
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Custom-Partition-Fedora-30-installation.jpg>
|
|||
|
|
|||
|
Click on Done
|
|||
|
|
|||
|
In this article I will demonstrate how to create [**LVM**][1] based custom partitions, in my case I have around 40 GB unallocated hard drive, so I will be creating following partitions on it,
|
|||
|
|
|||
|
* /boot = 2 GB (ext4 file system)
|
|||
|
* /home = 15 GB (ext4 file system)
|
|||
|
* /var = 10 GB (ext4 file system)
|
|||
|
* / = 10 GB (ext4 file system)
|
|||
|
* Swap = 2 GB
|
|||
|
|
|||
|
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/LVM-Partition-MountPoint-Fedora-30-Installation.jpg>
|
|||
|
|
|||
|
Select “ **LVM** ” as partitioning scheme and then click on plus (+) symbol,
|
|||
|
|
|||
|
Specify the mount point as /boot and partition size as 2 GB and then click on “Add mount point”
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/boot-partiton-fedora30-installation.jpg>
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/boot-standard-parttion-fedora-30.jpg>
|
|||
|
|
|||
|
Now create next partition as /home of size 15 GB, Click on + symbol
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/home-partition-fedora-30-installation.jpg>
|
|||
|
|
|||
|
Click on “ **Add mount point** ”
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Modify-Volume-Group-Fedora30-Installation.jpg>
|
|||
|
|
|||
|
If you might have noticed, /home partition is created as LVM partition under default Volume Group, if you wish to change default Volume Group name then click on “ **Modify** ” option from Volume Group Tab,
|
|||
|
|
|||
|
Mention the Volume Group name you want to set and then click on Save. Now onward all the LVM partition will be part of fedora30 volume group.
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Volume-Group-Fedora-30-Installation.jpg>
|
|||
|
|
|||
|
Similarly create the next two partitions **/var** and **/** of size 10 GB respectively,
|
|||
|
|
|||
|
**/var partition:**
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/var-partition-fedora30-installation.jpg>
|
|||
|
|
|||
|
**/ (slash) partition:**
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/slash-partition-fedora30-installation.jpg>
|
|||
|
|
|||
|
Now create the last partition as swap of size 2 GB,
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Swap-partition-fedora30-installation.jpg>
|
|||
|
|
|||
|
In the next window, click on Done
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Choose-Done-After-Parttions-Creation-Fedora30.jpg>
|
|||
|
|
|||
|
In the next screen, choose “ **Accept Changes** ”
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Accept-Changes-Fedora30-Installation.jpg>
|
|||
|
|
|||
|
Now we will get Installation Summary window, here you can also change the time zone that suits to your installation and then click on “ **Begin Installation** ”
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Begin-Installation-Fedora30-Installation.jpg>
|
|||
|
|
|||
|
### Step:7) Fedora 30 Installation started
|
|||
|
|
|||
|
In this step we can see Fedora 30 Installation has been started and it is in progress,
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Fedora-30-Installation-Progress.jpg>
|
|||
|
|
|||
|
Once the Installation is completed, you will be prompted to restart your system
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Fedora30-Installation-Completed-Screen.jpg>
|
|||
|
|
|||
|
Click on Quit and reboot your system.
|
|||
|
|
|||
|
Don’t forget the Change boot medium from Bios settings so your system boots up with hard disk.
|
|||
|
|
|||
|
### Step:8) Welcome message and login Screen after reboot
|
|||
|
|
|||
|
When we first time reboot Fedora 30 system after the successful installation, we will get below welcome screen,
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Welcome-Screen-After-Fedora30-Installation.jpg>
|
|||
|
|
|||
|
Click on Next
|
|||
|
|
|||
|
In the next screen you can Sync your online accounts or else you can skip,
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Online-Accounts-Sync-Fedora30.jpg>
|
|||
|
|
|||
|
In the next window you will be required to specify the local account (user name) and its password, later this account will be used to login to the system
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Local-Account-Fedora30-Installation.jpg>
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Local-Account-password-fedora30.jpg>
|
|||
|
|
|||
|
Click on Next
|
|||
|
|
|||
|
And finally, we will get below screen which confirms that we are ready to use Fedora 30,
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Reday-to-use-fedora30-message.jpg>
|
|||
|
|
|||
|
Click on “ **Start Using Fedora** ”
|
|||
|
|
|||
|
<https://www.linuxtechi.com/wp-content/uploads/2019/05/Gnome-Desktop-Screen-Fedora30.jpg>
|
|||
|
|
|||
|
Above Gnome Desktop Screen confirms that we have successfully installed Fedora 30 Workstation, now explore it and have fun 😊
|
|||
|
|
|||
|
In Fedora 30 workstation, if you want to install any packages or software from command line use DNF command.
|
|||
|
|
|||
|
Read More On: **[26 DNF Command Examples for Package Management in Fedora Linux][2]**
|
|||
|
|
|||
|
--------------------------------------------------------------------------------
|
|||
|
|
|||
|
via: https://www.linuxtechi.com/fedora-30-workstation-installation-guide/
|
|||
|
|
|||
|
作者:[Pradeep Kumar][a]
|
|||
|
选题:[lujun9972][b]
|
|||
|
译者:[译者ID](https://github.com/译者ID)
|
|||
|
校对:[校对者ID](https://github.com/校对者ID)
|
|||
|
|
|||
|
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
|||
|
|
|||
|
[a]: https://www.linuxtechi.com/author/pradeep/
|
|||
|
[b]: https://github.com/lujun9972
|
|||
|
[1]: https://www.linuxtechi.com/lvm-good-way-to-utilize-disks-space/
|
|||
|
[2]: https://www.linuxtechi.com/dnf-command-examples-rpm-management-fedora-linux/
|