Prepare the Thumb Drive With Oracle Linux 7 Update 7
In order to complete this procedure, you need a clean (no partition table) USB thumb drive 8 GB (or higher) in size.
-
Download the full Oracle Linux 7 Update 7 ISO image from the Oracle Software Download site to your Oracle x86 server or accessible network location:
https://edelivery.oracle.com/osdc/faces/Home.jspx
Example image download details:
V983339-01.iso Oracle Linux Release 7 Update 7 for x86 (64 bit), 4.4 GB SHA-256 1D06CEF6A518C32C0E7ADCAD0A99A8EFBC7516066DE41118EBF49002C15EA84D
-
Log onto Oracle Integrated Lights Out Manager (ILOM) of your Oracle x86 server.
For more information on logging into and using Oracle ILOM, see: https://www.oracle.com/goto/ilom/docs
-
Launch the Oracle ILOM Host Remote System Console.
-
Using Host Remote System Console, do the following:
-
Redirect the storage device to point to your Oracle Linux 7 Update 7 ISO image (for example, V983339-01.iso).
-
After adding the ISO image to storage devices, select the image, disable SSL and click CONNECT.
-
-
Insert your clean (no partitions) USB thumb drive into the system.
-
Boot the system and, when prompted, press F8 to display the boot device selection menu.
-
Boot from the redirected storage device that contains your ISO image. This might be listed as [UEFI]USB:VIRTUAL:Remote ISO CDROM.
The system will then boot from the ISO image and present you with an installation menu.
-
Select Install Oracle Linux 7.7.
The system will then boot from the ISO image and present you with the INSTALLATION SUMMARY menu.
-
Under the LANGUAGE and KEYBOARD options, select the preferred language and keyboard map.
-
Under the DATE & TIME option, adjust the Time Zone.
-
Under the INSTALLATION DESTINATION option:
-
Choose your USB thumb drive.
Caution:
Make absolutely sure that your USB thumb drive and only that drive is selected. Selecting other drives that have data will result in the loss of that data.
-
Choose Automatically configure partitioning.
-
-
Under the SOFTWARE SELECTION option, choose Minimal Install.
-
Under the NETWORK & HOST NAME option, set the switch to ON for the network interface and set the Host name (for example, ol7u7hmp).
-
Select Begin Installation.
-
During the installation, set the ROOT PASSWORD.
-
Once you have completed the user configuration, click Finish Configuration.
-
When the packages have been installed, click Reboot.
-
When prompted during the boot process, press F8 to display the boot device selection menu.
-
Select your Oracle Linux bootable USB thumb drive label from the list.
-
At the host login prompt, log in as root.
-
If your network is not working, there is a quick solution in LAN with DHCP server. Enter the following commands:
#
ip a#
dhclient eno1 (use your device with “state UP”).If you still cannot get a network connection, contact your network administrator.
-
If you have to use a proxy, adjust your username, password, host and ports as needed. For example:
# export http_proxy="http://username:password@host:port" # export https_proxy="http://username:password@host:port"
-
Upgrade the operating system:
#
yum update -
Install these packages:
#
yum install @Base mstflint ftp libusb