Stefan Nuernberger
Stefan Nuernberger
Our installation shows the same behavior. It's rather annoying and unexpected, since the transition from username to password input does work correctly. Could this issue be re-opened or is there...
Just an observation, we do set [`VBOX_WITH_DRIVERLESS_FORCED=1` when building the KVM (NEM) backend](https://github.com/cyberus-technology/virtualbox-kvm/blob/dev/Config.kmk#L1587-L1598), but we do it [too late to force disable the hardening](https://github.com/cyberus-technology/virtualbox-kvm/blob/dev/Config.kmk#L1289-L1293) with it. ``` # No need...
We should eventually take a closer look at the [`VBOX_WITH_INTNET_SERVICE_IN_R3` config](https://github.com/cyberus-technology/virtualbox-kvm/blob/dev/Config.kmk#L533-L536) that is used on Darwin to provide more options here without the custom kernel modules.
I obviously forgot to fix some tests after the rebase from LTS. I'll take care of those (as well as the missing sign-off). But let me know if you have...
> Thanks for your PR. FYI, we don't generally review a PR until most of the checks are green - I think you have a build issue under the `snp_sev`...