- ChapterВ 1В Preinstallation Configuration
- 1.1В System Requirements
- 1.2В Preparing Installation Media
- 1.2.1В Obtaining ISO Images
- 1.2.2В Preparing CD or DVD Installation Media
- 1.2.3В Preparing USB Installation Media
- 1.2.4В Extracting the Contents of the Full Installation ISO Image
- 1.2.5В Extracting and Preparing the UEK ISO
- 1.3В Planning an Installation
- 1.4В Using a Driver Update Disk
- Preparing to use a Driver Update Disk image
- Using the Driver Update Disk during installation
- Oracle linux boot iso image
- 1.6В Customizing an Installation Boot Image
ChapterВ 1В Preinstallation Configuration
This chapter describes the system requirements for installing Oracle Linux 8, including information about how to obtain the software and general preparation guidelines.
1.1В System Requirements
The latest Oracle Linux 8 release includes both the Unbreakable Enterprise Kernel (UEK) and the Red Hat Compatible Kernel (RHCK). To install Oracle Linux 8, your system must fulfill the following requirements:
Minimum of 2 logical CPUs up to 2048 logical CPUs
1.5 GB of memory per logical CPU, up to a maximum of 64 TB
At least 10 GB of disk space (20 GB is the recommended minimum)
On UEFI systems, ensure that the target disk uses GPT (GUID Partition Table), as some UEFI firmwares do not support UEFI/MBR boot.
Refer to the following additional resources for information related to installation issues and system requirements:
1.2В Preparing Installation Media
The Oracle Linux distribution is free to download, use, and distribute. This section describes how to download the required ISO images and prepare media for installation.
1.2.1В Obtaining ISO Images
Oracle makes the Oracle Linux 8 ISO image for the x86_64 platform at the Oracle Software Delivery Cloud at https://edelivery.oracle.com/. Unless indicated otherwise, the ISO image for the aarch64 platform is also available at the same site.
Additionally, the same ISO images are also available at https://yum.oracle.com/oracle-linux-isos.html.
The latest Oracle Linux 8 packages are also available in the Unbreakable Linux Network (ULN) and the Oracle Linux yum server. To install additional software for Oracle Linux 8, do one of the following:
Subscribe to different channels on ULN.
To explore the channels that are available to you on ULN, log in to https://linux.oracle.com/ and select the Channels tab.
Enable the required repositories within your yum or DNF configuration.
To view the Oracle Linux yum repositories that are available for Oracle Linux 8, visit https://yum.oracle.com/.
The Oracle Linux yum server does not provide equivalent repositories for some channels that are available on ULN. These channels provide non-open source packages.
The Media Pack contains the following ISO images:
Full ISO of Oracle Linux 8
This ISO image contains everything needed to boot a system and install Oracle Linux, and is particularly useful for offline installations.
Boot ISO of Oracle Linux 8
This ISO image contains everything that is required to boot a system and start an installation. However, to complete the installation, you must specify the location of the packages, for example an NFS share. For more information on installing directly from the Oracle Linux yum server, see Section 3.1.3, “Setting Software Options”.
RHCK is used during the installation and both UEK and RHCK kernels are installed. After the installation, the system boots the UEK kernel by default. On Oracle Linux 8 systems, the default kernel is Unbreakable Enterprise Kernel Release 6
Boot ISO of the supported UEK release
This ISO image contains everything that is required to boot a system and start an installation. However, to complete the installation, you must specify the location of the packages, for example on a local disk or an NFS share. For more information on installing directly from the Oracle Linux yum server, see Section 3.1.3, “Setting Software Options”.
UEK is used during the installation and is the default kernel that is booted after an installation. Use this boot image if you have hardware that is only supported on UEK, or if you are having trouble with the installer when using the RHCK boot image.
You must use this boot image if you want to install Oracle Linux 8 with a Btrfs root file system. See ChapterВ 6, Installing a System With a Btrfs root File System.
Oracle Linux 8 source DVDs
These ISO images contain the source code for the software packages in the release.
For a more accurate listing of ISOs for the three most recent updates to the Oracle Linux releases, refer to https://yum.oracle.com/oracle-linux-isos.html.
This installation guide assumes that you are performing installations on physical systems at your site. However, you can also install a full Oracle Linux 8 media image on a compute instance on Oracle Cloud Infrastructure, provided that you have an account. For more information, visit https://www.oracle.com/cloud/compute/.
You can use the full installation ISO image or the boot ISO image to install Oracle Linux 8 from various boot sources, including the following:
Virtual DVD-ROM. This source enables you to boot and install an Oracle VM or Oracle VM VirtualBox virtual machine (guest).
Note that the media pack might contain additional content that may pertain to a particular release update of Oracle Linux. Items such as Driver Update Disks might also be included. These items are described in further detail in the release notes for the particular update release.
After installation, you can obtain Oracle Linux packages from the Unbreakable Linux Network (ULN) and the Oracle Linux yum server. For more information, see ChapterВ 5, Post-Installation Configuration.
1.2.2В Preparing CD or DVD Installation Media
Due to storage limits, you can write the full installation ISO image only on a recordable DVD. A recordable CD can only store the boot ISO image.
To write an ISO image file to a CD or DVD, use a command such as cdrecord , for example:
To display the SCSI subsystem and device that corresponds to the CD or DVD writer, use the cdrecord -scanbus command
1.2.3В Preparing USB Installation Media
If a system’s firmware supports booting from a USB drive, you can create a boot image on the drive to use to install Oracle Linux. Whether you can create the full installation ISO image or only the boot ISO image depends on the capacity of the USB media.
To create a bootable USB drive, use the dd command or a separate utility that can write an ISO image to a USB drive. The following steps describe how to use the dd command.
This procedure destroys any existing data on the drive. Therefore, ensure that you specify the correct device name for the USB drive on your system.
Insert a USB drive into an Oracle Linux system.
Unmount any file systems on the device.
Assuming that the USB drive is the /dev/sdb1 device, you would type:
Write the contents of the ISO image file to the USB device, for example:
The USB drive is now ready to be used to boot a system and start the installation.
1.2.4В Extracting the Contents of the Full Installation ISO Image
Mount the full installation ISO image on a suitable mount point such as /mnt :
Extract the contents of the full installation ISO image.
Ensure that the command you use extracts the .treeinfo file at the root of the ISO image, for example:
The following example extracts the ISO image mounted on /mnt to an NFS share at /var/OSimage/OL8 :
To extract the ISO image mounted on /mnt to a web server directory at /var/www/html/OSimage/OL8 , you would enter:
Unmount the DVD image:
1.2.5В Extracting and Preparing the UEK ISO
If you intend to use the boot ISO of the UEK release, particularly as a source for a network installation, you can use it in conjunction with the full installation ISO image.
Download both the full installation ISO image and the UEK boot ISO image using the information provided in Section 1.2.1, “Obtaining ISO Images”.
Extract the full installation ISO image following the instructions in Section 1.2.4, “Extracting the Contents of the Full Installation ISO Image”.
Remove the existing images directory within extracted version of the full installation ISO. For example, if you extracted the image to /var/www/html/OSimage/OL8 :
Mount the UEK boot ISO image. For example:
Copy the images directory from the UEK boot ISO image to the location where you extracted the full installation ISO. For example, if you extracted the full installation ISO image to /var/www/html/OSimage/OL8 :
Unmount the UEK boot ISO image. For example:
You can now use the extracted ISO as a source for a network installation. Note that the kernel images are updated. If you are using a TFTP service to provide access to the installation kernel ( vmlinuz ), and the ram-disk image file ( initrd.img ), you should ensure that these images match the versions that you have just copied across from the UEK boot ISO.
1.3В Planning an Installation
The following are the main considerations when planning to install a system:
Includes the following:
Storage devices on which you intend to install the operating system, such as a local hard disk. Identify the partitions, if any exist, that can be used for the installation. The installation program indicates how much disk space is required, and displays a warning if disk space is insufficient.
Layout of the storage devices on which the operating system’s file systems will be installed, including any provision for logical volume management or RAID configuration.
Required amount of space for each file system ( / , /boot , /home , /var/tmp , and so on), the file system type, and whether the block device underlying each file system should be encrypted.
For iSCSI or FCoE connections, the WWID or the port, target, and LUN to be used.
Includes the following:
Network interface to use for network installation, as well as the IP address, netmask, and gateway settings if you do not use DHCP.
Fully qualified domain name of the system, or, if using DHCP, the host name.
Other network interfaces to be configured during installation, and, if not using DHCP, their IP addresses, netmasks, and gateway settings.
Other specialized network interfaces to be configured during installation, such as VLANs and bonds.
Includes the following:
Software packages to be installed based on system’s intended purpose, such as a web server.
URLs of any additional repositories and proxy settings to be used to install packages.
1.4В Using a Driver Update Disk
A Driver Update Disk (DUD) provides a mechanism for delivering updated device drivers during system installation. On some systems, hardware may not be fully supported for an Oracle Linux release. In these cases, a DUD may be released at a later date to facilitate installation on newer hardware.
DUDs are released as modules become available for previously unsupported hardware. The DUD is usually in the form of an ISO and is available in the Oracle Software Delivery Cloud or through Oracle Support.
Preparing to use a Driver Update Disk image
Writing the DUD ISO to the wrong device may result in data loss. Check that you reference the correct device node when you copy the image. Use the lsblk utility to help you to identify the different disks block devices on your system.
Use the dd command line utility to transfer the DUD image to an alternate storage device:
Full path to the location of the DUD ISO file.
Device node of the storage media that you intend to use for the DUD.
As an alternative, you can transfer the DUD image to a location that is accessible over the network such as a web server or an NSF server.
Using the Driver Update Disk during installation
To use the DUD during an installation, choose from one of the following methods depending on where the DUD image is stored.
DUD image is in an attachable media (USB)
Boot the system from the standard Oracle Linux installation media.
While the system is booting, but before the installer starts, attach the media that contains the DUD image.
As an example, attach the media when the system displays the GRUB boot prompt.
The installer recognizes the DUD and would use it. The installer might also prompt you to select the drivers to install.
The kernel used by the installer might not include support for USB 3.0. When using the DUD on USB media, ensure that you use a USB 2.0 compatible port when connecting the USB media to the system.
DUD image is on the network
While the system is booting, press the key that enables you to edit the boot options.
On BIOS-based systems, press Tab. On UEFI-based systems, press E .
Add the following line to the boot options:
The network location can be a URL, such as http://www.example.com/dd.iso , or the full path of the NFS share directory.
If you are using DUD in a kickstart installation, indicate the DUD location in the kickstart file. The specific entry to add depends on the location of the DUD image.
DUD image is in an attached block device:
DUD image is on the network location:
The network location can be a URL, such as http://www.example.com/dd.iso , or the full path of the NFS share directory.
Copyright В© 2019, 2021, Oracle and/or its affiliates. Legal Notices
Источник
Oracle linux boot iso image
OracleВ® Linux 6
The software described in this documentation is either in Extended Support or Sustaining Support. See https://www.oracle.com/us/support/library/enterprise-linux-support-policies-069172.pdf for more information.
Oracle recommends that you upgrade the software described by this documentation as soon as possible.
1.6В Customizing an Installation Boot Image
You can write the kickstart file to a modified installation boot image, which you can use to install a guest machine under Oracle VM or Oracle VM Virtualbox. Alternatively, you can burn the image to a bootable CD or DVD.
For information about using kickstart for automated installation, see ChapterВ 3, Installing Oracle Linux by Using Kickstart.
To customize an installation boot image:
On another Oracle Linux 6 system, mount the installation CD, DVD, or boot ISO image on a suitable mount point, for example /media/Oracle\ Linux\ Server .
Copy the isolinux directory to a temporary directory such as /tmp :
Copy the kickstart file to /tmp/isoimage , for example:
Change the mode on the files in /tmp/isoimage to be writable by root :
Edit /tmp/isoimage/isolinux.cfg and change the setting for append in the label linux menu entry to use the kickstart file, for example:
If required, specify the method that should be used for the installation together with any other parameters. For example, use DHCP to configure the network interface and install the system from an HTTP server on which the installation image is available:
Create the ISO image file:
In Oracle VM VirtualBox or Oracle VM, you can make the boot.iso file available to a guest machine via a virtual CD-ROM device, and boot the machine from this device.
To write the image to a CD or DVD that you can use to boot a physical system, use a command such as cdrecord , for example:
You can use the cdrecord -scanbus command to display the SCSI subsystem and device that corresponds to the CD or DVD writer.
Copyright В© 2013, 2021, Oracle and/or its affiliates. Legal Notices
Источник