-------------- "Erman Arslan's Oracle Forum is available now. Click here to ask a question. " --------------
Friday, November 24, 2023
Erman Arslan's Oracle Forum / OCT 12 - NOV 24, 2023 - "Q & A Series"
Monday, November 20, 2023
-Revisiting- --> Problem installing Oracle Linux 7 and 8 on Virtual Box 7.0.19 -- Unsupported command : unsupported_hardware
Found a quicker way to workaround the issue, that's why revisiting this ->(https://ermanarslan.blogspot.com/2023/11/problem-installing-oracle-linux-7-and-8.html).
Some background info:
This problem is fixed in the Virtual Box Release version 7.0.12.
In the problem-free Virtual box release 7.0.12, they commented that unsupported_hardware line in the default ks.cfg, that is delivered with the Virtual Box. That ks.cfg is automatically used in unattended installation, as you may guess. Therefore, the unattended installation works properly in 7.0.12.
The Quicker Way -> So, If you are still using in 7.0.10, and if you just comment the unsupported_hardware line in the ks.cfg in the relevant directory, which is created on your PC with the Virtual Box installation, then the unattended installation will also work properly. No need for other extra efforts..
Also, it seems inconsistent to both provide ks.cfg in Linux boot and select unattended installation in Virtual Box. One of these should be done.
To boot with the kickstart in the problematic Virtual Box environments, the ks.cfg that comes with the virtual box should be modified (as suggested above) and unattended installation should be selected for the Linux boot. This is the simplest method to kick-start in Virtual Box. Actually, there is "no need" to go into the Linux ISO, repackage it and do any work there. If we select the unattended installation, then the Virtual Box uses its own ks.cfg to kickstart.. Probably Virtual Box has its own boot loader and that's why it is able to do it. I mean, without touching anything Virtual Box starts a kick start installation with its own ks.cfg and we don't need to touch anything in the Linux ISO for this.. (This is just my opinion, I didn't dive too deep about it.. Just saying...)
Friday, November 3, 2023
Another fun departure from the norm : Another TV show! This time It was a LIVE Brodcast!
As an Oracle ACE PRO + System and Database Senior Director, I was the guest of University TV's Professional Agenda Program. We had a nice conversation about my areas of expertise with the host of the program. We had some chats on AI and Quantum Computing, too. We discussed proper career planning for university students. We talked about curiosity and passion in this context. This was a live broadcast on Wednesday, October 18, 2023.
Nowadays, offers are coming one after another for me to participate in the TV programs and I am starting to enjoy it :)
Here I 'm leaving some photos from the last show. Sharing the poster of the TV Program as well.. Just for the memories..
Problem installing Oracle Linux 7 and 8 on Virtual Box 7.0.19 -- Unsupported command : unsupported_hardware
Let's do some Linux & virtualization gymnastics by going through a real life problem.
Getting unsupported command: unsupported_hardware error during Oracle Linux 7 (and 8) installation on Virtual Box 7.0.10 (a very up-to-date release of Virtual Box release at the moment).
The installation couldn't start actually.. It was terminated due to the unknown command error. (note that, this is not related with hardware.) That error message may be a bit misleading in the first glance.. Having unsupported_hardware there make it a bit counter-intuitive.. The real error is the unknown command error.. The installer just doesn't know the command which is "unsupported_hardware".
Source Specs: Windows 11 (or Windows 10) -- actually there is no causal connection between this error and the client OS. The error seems purely related with Virtual Box. But! still noted the Windows version here.
The reason behind this error is using an deprecated command in the kickstart file..
unsupported_hardware is a deprecated command and that's why it was causing the error. (note that using these type of commands in the kickstart "may" cause an error and here it did!)
Brief info about kickstart:
Kickstart helps us to automate the installation with a simple text file..
It is an automated process that let us install the operating system by specifying all our requirements and configurations in a file. (time zone, drive partitions, packages etc..)
No user intervention is needed.
It is mostly used when deploying Linux on a large number of systems at once.
Workaround 1)
In order to workaround the problem and continue the installation, open a different TTY when the issue appeared.. (using Ctrl + Alt + F3 : (tty3) or Ctrl + Alt + F4 : (tty4)).