zoukankan      html  css  js  c++  java
  • Fedora 26: Install Fedora 26

    https://www.hiroom2.com/2017/07/12/fedora-26-en/


    1 Install Fedora 26

    Download Fedora-Workstation-Live-x86_64-26-1.5.iso from download.fedoraproject.org.

    Boot machine with Fedora-Workstation-Live-x86_64-64-1.5.iso. Select "Start Fedora-Workstation-Live 26".

    0001_GRUB.png

    Select "Install to Hard Drive".

    0002_Install-to-HardDrive.png

    Select language.

    0003_Lang.png

    If you choose your country language, keyboard layout will be valid to your keyboard. If you don't choose your country laungage, you need select keyboard layout with selecting "KEYBOARD".

    Select "INSTALLATION DESTINATION" after keyboard setting.

    0004_Locale-and-hard-drive.png

    Select install device on "Local Standard Disks". Fedora will split /home from / when the device has enough size. Splitting /home from / is useful for backup /home. But you do not backup /home, select "Custom" at "Storage Configuration" and click "Done"

    0005_Select-install-device.png

    Select "Click here to create them automatically".

    0006_Manual-partitioning.png

    Remove /home with under minus icon.

    0007_Delete-home.png

    Input large value to "Desired Capacity" of /, focus to /boot and focus to /. The volume size of /home is appended to /.

    Select "Done".

    0008_Desired-capacity.png

    Select "Accept Changes".

    0009_Accept-changes.png

    Select "Begin Installation".

    0010_Begin-installation.png

    Installation is starting. Input root password and add user.

    0011_Root-and-user.png

    Installation is completed. Select "Quit".

    0012_Install-completed.png

    Reboot machine with power button at the upper right. Remove install media on poweroff.

    0013_Restart.png

    Login menu is displayed.

    0014_Login.png

    Login is completed with added user.

    0015_Fedora.png

    2 Upgrade from Fedora 25 to Fedora 26

    Update packages of Fedora 25 and reboot.

    $ sudo dnf update -y
    $ sudo dnf upgrade -y
    $ sudo reboot
    

    Upgrade to Fedora 26. If running command via SSH, SSH will be disconnected. But upgrade will be continued on local console.

    $ sudo dnf install -y dnf-plugin-system-upgrade
    $ sudo dnf system-upgrade -y download --refresh --releasever=26
    $ sudo dnf system-upgrade reboot
    

  • 相关阅读:
    Jetson Nano更改软件源
    树莓派开机启动VNC
    树莓派VNC复制粘贴
    数学之美-泰勒公式
    C++顺序容器
    eigen的简单用法汇总
    C++并发-同步并发
    C++ string类
    C++并发-互斥元
    Nginx常用命令
  • 原文地址:https://www.cnblogs.com/ztguang/p/12644583.html
Copyright © 2011-2022 走看看