red hat linux setup guide - download.lenovo.com

28
Red Hat Linux Setup Guide For ThinkStation P350

Upload: others

Post on 01-May-2022

5 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Red Hat Linux Setup Guide - download.lenovo.com

Red Hat Linux Setup Guide

For ThinkStation P350

Page 2: Red Hat Linux Setup Guide - download.lenovo.com

2

Contents

SECTION 1 – BIOS SETUP & PRE-INSTALLATION STEPS

SECTION 2 – INSTALLING RHEL 8.2

SECTION 3 – LAN CONNECTION

SECTION 4 – INSTALLING THE NVIDIA GRAPHICS DRIVER

SECTION 5 – REVISION HISTORY

Page 3: Red Hat Linux Setup Guide - download.lenovo.com

3

Section 1 – BIOS Setup & Pre-Installation Steps

The first step before installing Linux is to make sure the system BIOS is setup correctly.

• Boot into BIOS by pressing the function F1 key at the “Lenovo” splash screen.

Page 4: Red Hat Linux Setup Guide - download.lenovo.com

4

• Tab over to the Security tab and select “Secure Boot”.

• Check whether Secure Boot is disabled. If found enabled, disable it.

Page 5: Red Hat Linux Setup Guide - download.lenovo.com

5

• Save changes by pressing F10 function key.

Page 6: Red Hat Linux Setup Guide - download.lenovo.com

6

Section 2 – Installing RHEL 8.2

Please refer to the following instructions and screenshots on how to install RHEL 8.2 on the Lenovo ThinkStation P350.

Note: Before proceeding with the installation, users should note that currently,

RHEL 8.2 only support single drive installations and not RAID installations due to

unavailable kernel drivers.

Insert the RHEL installation media (either through USB or CD/DVD).

• Power on the system and press the F12 function key whenever the following Lenovo splash screen appears.

Page 7: Red Hat Linux Setup Guide - download.lenovo.com

7

• Select the Linux bootable installation media from the F12 boot menu list.

• Select “Install Red Hat Enterprise Linux 8.2” from the GRUB boot menu and press e to edit the selected item.

Page 8: Red Hat Linux Setup Guide - download.lenovo.com

8

• Add nomodeset in the “Install Red Hat Enterprise Linux 8.2” option and press Ctrl+X to save the changes.

• The Red Hat Enterprise Linux Welcome Screen should appear. Select the appropriate language and “Continue”.

Page 9: Red Hat Linux Setup Guide - download.lenovo.com

9

• Adjust the “Keyboard”, “Language Support”, and “Time & Date” accordingly by selecting each one.

• Select “SOFTWARE SELECTION” and choose the type of software to install.

Page 10: Red Hat Linux Setup Guide - download.lenovo.com

10

• Select the type of “Base Environment” as well as each “Add-Ons” to install. In this example, “Workstation” was selected for the “Base Environment” and all “Add-Ons” were selected.

• Select “Installation Destination”.

Page 11: Red Hat Linux Setup Guide - download.lenovo.com

11

• Select the device on where to install the operating system and “Done” in the upper left.

• For storage devices with previous partitions created, select “Reclaim space”.

Page 12: Red Hat Linux Setup Guide - download.lenovo.com

12

• Select “Delete all” to delete all the previously created partitions or select each partition to delete and select the “Delete” option. When done, select “Reclaim space” at the bottom.

• Select “Begin Installation” in the bottom right.

Page 13: Red Hat Linux Setup Guide - download.lenovo.com

13

• Select “Root Password”.

• Enter a root password in both of boxes below and select “Done” in the upper left.

Page 14: Red Hat Linux Setup Guide - download.lenovo.com

14

• Select “User Creation”.

• Fill in the appropriate boxes below and select “Done” in the upper left.

Page 15: Red Hat Linux Setup Guide - download.lenovo.com

15

• Once the installation completes, select “Reboot” at the bottom right.

• Select “License Information”.

Page 16: Red Hat Linux Setup Guide - download.lenovo.com

16

• Check the box at the bottom left and “Done” at the upper left.

• Select “FINISH CONFIGURATION”.

Page 17: Red Hat Linux Setup Guide - download.lenovo.com

17

• Log in to the Linux Desktop using the login credentials created above.

• Red Hat Enterprise Linux 8.x Desktop screen.

Page 18: Red Hat Linux Setup Guide - download.lenovo.com

18

Section 3 – LAN Connection

LAN is native to RHEL 8.2 and would not require additional drivers for it to work.

Users should make sure of having working internet connection to carry on with

Section 5.

Page 19: Red Hat Linux Setup Guide - download.lenovo.com

19

Section 4 – Installing the Nvidia Graphics Driver

In order to get optimal performance out of the Nvidia GPU, it is a good idea to install the Nvidia graphics driver.

• Download the latest Nvidia graphics driver for the appropriate Nvidia GPU from here.

• Blacklist the Linux Nouveau driver by following the steps below-

o Open a terminal window and log in as root: su

o Enter /etc/modprobe.d directory and create a file named blacklist.conf

Page 20: Red Hat Linux Setup Guide - download.lenovo.com

20

o Add a line blacklist nouveau in the blacklist.conf file, then save and exit by pressing

o Run the command: dracut -f to update the initramfs file

• Install all prerequisites using the following commands-

o dnf groupinstall “Development Tools”

o dnf install elfutils-libelf-devel Note: If you don’t have a valid RHEL subscription, install the packages above from the installation media. This will require manual intervention steps to modify the yum repository. Once done modifying the yum repository, install “Development Tools” and “elfutils-libelf-devel” as mentioned in the beginning of this step.

Page 21: Red Hat Linux Setup Guide - download.lenovo.com

21

To manually update the yum repository, mount the RHEL installation media to your system and follow the steps below: ***Yellow highlighted text signifies directory path to installation media, so it may slightly vary for every user.

► Copy “media.repo” from the installation source to /etc/yum.repos.d/

directory. # cp -v /run/media/lenovo/RHEL-8-2-0-/media.repo /etc/yum.repos.d/redhat.repo ► Set permission levels accordingly. # chmod 644 /etc/yum.repos.d/redhat.repo

► Edit the redhat.repo file using gedit or vi or nano to look something like

this: [InstallMedia-BaseOS] name=Red Hat Enterprise Linux 8.2.0 – BaseOS metadata_expire=-1 gpgcheck=1 enabled=1 baseurl=file:///run/media/lenovo/RHEL-8-2-0-/BaseOS/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release [InstallMedia-AppStream] name=Red Hat Enterprise Linux 8.2.0 – BaseOS metadata_expire=-1 gpgcheck=1 enabled=1 baseurl=file:///run/media/lenovo/RHEL-8-2-0-/AppStream/ gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release

Page 22: Red Hat Linux Setup Guide - download.lenovo.com

22

Page 23: Red Hat Linux Setup Guide - download.lenovo.com

23

► Once done editing the repo, do yum update: # yum update

► Once the yum update is complete, install the “Development Tools” and “elfutils-libelf-devel” with the help of commands mentioned in the beginning of Step 3.

Page 24: Red Hat Linux Setup Guide - download.lenovo.com

24

• Reboot the system and press ALT+F2 once the grub menu appears to enter the init 3 command line. Follow the steps below to install the Nvidia driver-

o Log in as root: su o Navigate to the directory consisting the Nvidia driver by using the

command: cd directory_name o Make the driver executable: chmod +x Nvidia_driver o Install the driver by using command: ./Nvidia_driver

Page 25: Red Hat Linux Setup Guide - download.lenovo.com

25

• Wait until the completion of building of kernel modules.

• Optional: Choose whether to install the 32-bit compatibility libraries.

• Press “OK” for the warning.

Page 26: Red Hat Linux Setup Guide - download.lenovo.com

26

• Select “Yes” to update the X-configuration file to use the Nvidia X driver.

• Press “OK” when the screen shoots installation completed message.

Page 27: Red Hat Linux Setup Guide - download.lenovo.com

27

• Execute the following command to verify the Nvidia driver is loaded: nvidia-smi

• Reboot the system.

Page 28: Red Hat Linux Setup Guide - download.lenovo.com

28

Section 5 – Revision History

Version Date Author Changes/Updates

1.0 06/16/2021 Sayali Pawar Initial launch release