VirtualBox: Difference between revisions
m Fixed a spelling error |
Added a warning not to include virtualbox in environment.systemPackages |
||
| Line 16: | Line 16: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
In this case, the audio driver causes a crash. This can be fixed by switching to another driver such as PULSE.}} | In this case, the audio driver causes a crash. This can be fixed by switching to another driver such as PULSE.}} | ||
{{Warning|Ensure that you do not put <code>virtualbox</code> into your <code>environment.systemPackages</code> when you've enabled it with <code>virtualisation.virtualbox.host.enable {{=}} true</code>. If you put <code>virtualbox</code> into your <code>environment.systemPackages</code>, VirtualBox won't be able to access it's driver, and attempting to start a VM will fail with the error NS_ERROR_FAILURE (0X80004005).}} | |||
== VirtualBox Oracle Extensions == | == VirtualBox Oracle Extensions == | ||