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)).
No comments :
Post a Comment
If you will ask a question, please don't comment here..
For your questions, please create an issue into my forum.
Forum Link: http://ermanarslan.blogspot.com.tr/p/forum.html
Register and create an issue in the related category.
I will support you from there.