Please note: You are talking about an issue with VirtualBox
within another linux distro.
On Windows Virtualbox I have noticed that selecting Ubuntu as the Linux subtype works fine.
I think it could be the VirtualBox guest additions from Windows throwing a spanner in the works when you install COS2 on VirtualBox on Linux.
COS2 was generated within the Windows version of Virtualbox at the time.
This means the VirtualBox guest additions must have been included(or at a minimum the config files) in the distro, and therefore could quite easily become incompatible when VirtualBox is updated or newer versions of VirtualBox are released.
I must admit this is probably a noob error on my part. You live you learn.
Having done the same, as I come to test COS3 installation on real hardware I see it complains about the VirtualBox kernel service on boot up.
This means I'll have to generate the final COS3 on real generic hardware and uninstall the guest additions manually.
Anyway, do you encounter the error when you attempt to boot into the Live ISO the for the first time?
Or later when you actually go through the installation process?
Or is it when you attempt to boot the installed COS2 for the first time?
You might want to try the following within Commodore OS, if at any time you can make it to a prompt, to remove the VB guest additions.
Code: Select all
sudo /opt/VBoxGuestAdditions-7.1.4/uninstall.sh
#You might have to manually change the version number above(ls /opt) as I haven't got an instance of COS2 to check at the moment.
#PROBABLY NO NEED FOR THIS sudo apt --purge remove 'virtualbox-guest-*'
#PROBABLY NO NEED FOR THIS sudo apt autoremove
This should remove the VirtualBox files that may be confusing the issue.
Then again, I could be completely off track with this as a solution.