for x in {252..255};do for y in {0..255};do for z in {0..255};do printf "52:54:00:%X:%X:%X\n" $x $y $z;done;done;done >> MAC.list
Oracle's downloading script downloads many ISOs around 14.1GB totally. I tried 'Oracle Linux Release 7 Update 4 Boot ISO image for x86 (64 bit) (461.0MB)' and 'Oracle Linux Release 7 Update 4 source DVD 1(3.4GB)' ISOs. The first one was given 'Error setting up base repository' and second one is not booting. So, download the below image and use it to install.
V921569-01.iso(4.6GB)
Oracle Linux Release 7 Update 4 for x86 (64 bit)
SHA-1: A855783F4CD8BDD17B785591A21746EDA7ABF476
SHA-256: F2E11A2FCEBA8E285490C8DF7C2172336CC23EB4BAB95924B98D1029DCE7EB0B
CGroupsV2 as default in Fedora 31 Server. We change it and can assign CGroupV1 as default using the below line in kernel command line.
systemd.unified_cgroup_hierarchy=0
sudo vim /etc/default/grub
# Add 'systemd.unified_cgroup_hierarchy=0' in kernel command line. It will look like below