Oracle Linux Install
VirtualBox
Oracle Linux 9
UTM
Tested on an M4 MacOracle Linux 9
Bare Metal
Create a bootable USB drive containing the appropriate ISO image.
Boot the target server from the USB drive.
Oracle Linux 9
Screenshots are the same as those already shown for the Virtualbox install.
Set an Installation Destination
Root Password
User Creation
Troubleshooting
In case of issues you can use the following keystrokes to drop out of the GUI to a root prompt...
ctrl-alt-f1
ctrl-b 2
To return to GUI...
ctrl-alt-f6
Duplicate UUID
Duplicate UUID '1ab8e8c5-01' found for devices: 'sde1' and 'sdc1'.
Use these commands for more info...
blkid /dev/sde1
blkid /dev/sde
blkid /dev/sdc1
blkid /dev/sdc
fdisk /dev/sde
fdisk /dev/sdc
In my case the PTUUID/PARTUUID/"Disk identifier" was the same across both devices.
Use these commands to fix...
fdisk /dev/sdc
Welcome to fdisk (util-linux 2.37.4).
Changes will remain in memory ony, until you decide to write them.
Be careful before using the write command.
Command (m for help): x
for "expert mode"Expert command (m for help): i
for "identifier"Enter the new disk identifier: 0x1ab8e8c6
the new disk identifierDisk identifier changed from 0x1ab8e8c5 to 0x1ab8e8c6
Expert command (m for help): r
to "return to main menu"Command (m for help): w
to "write" and exitThe partition table has been altered.
Calling ioctl() to re-read partition table.
Syncing disks.
Bibliography
UTMhttps://blogs.oracle.com/linux/post/oracle-linux-9-with-qemu-on-an-m1-machttps://mac.getutm.app/
Disk Partitionshttps://unix.stackexchange.com/questions/658/linux-how-can-i-view-all-uuids-for-all-available-disks-on-my-systemhttps://askubuntu.com/questions/1250224/how-to-change-partuuidhttps://unix.stackexchange.com/questions/530703/fdisk-error-messagehttps://liquidat.wordpress.com/2013/03/13/uuids-and-linux-everything-you-ever-need-to-know/