2) Installed "yum install libaio"
Hi Martin!
For 5.0.51, I actually followed the READMEOS2 installation instructions included with 5.0.6, when I installed it many years ago (don't know if the one on hobesarchive has a README for installation. Using those instructions I was able to get 5.0.51 to run with the following:
It said the following packages were required:
How to "Install" and Run
------------------------
1. Run the following lines in order to install all required rpm/yum packages
yum install libc libgcc1 libcx libstdc++6 libstdc++
yum install libsupc++6 libsupc++ libgcc-fwd
yum install gettext libxml2 libxslt openssl libcurl zlib
yum install libidl libvncserver libaio SDL glib2
yum install libqt4 pthread libvpx libpng libjpeg
yum install urpo yum install expat curl mmap
Some of these packages may have been depreciated since v5.1 of ArcaOS was released
The rest of the installation instructions were:
2. Unpack this archive somewhere.
3. Make sure you have a dot (.) in your LIBPATH statement in CONFIG.SYS.
4. Put the following line at the beginning of your CONFIG.SYS
and reboot:
DEVICE=<somewhere>\VBoxDrv.sys
5. Go to <somewhere> and run VirtualBox.exe (Qt GUI frontend).
6. Note that by default VirtualBox stores all user data in the
%HOME%\.VirtualBox directory. If %HOME% is not set, it will use
the <boot_drive>:\.VirtualBox directory. In either case, you may
overwrite the location of this directory using the VBOX_USER_HOME
environment variable.
Reviewing the thread from a few years back, we found the SET LIBCX_HIGHMEM=2 was required in order for it to run as well as upping VIRTUALADDRESSLIMIT, which were not part of the original information instructions.
Once it is running correctly I also found that when you start the OS2 VBOX (ie. have the startup window up and running) that I needed to wait 15 seconds or above to startup the chosen virtual operating system.
I suspect that it is about the DLL's as well.
Best!
M