Add warning about bridged adapter (#24481)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Matheson Steplock 2022-10-10 16:30:51 -04:00 committed by GitHub
parent 81238fcf89
commit bcbeabd542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -230,6 +230,10 @@ _All these can be extended if your usage calls for more resources._
3. Select “Use an existing virtual hard disk file”, select the unzipped VDI file from above
4. Edit the “Settings” of the VM and go “System” then “Motherboard” and select “Enable EFI”
5. Then go to “Network” “Adapter 1” choose “Bridged Adapter” and choose your Network adapter
<div class="note warning">
Please keep in mind that the bridged adapter only functions over a hardwired ethernet connection.
Using Wi-Fi on your VirtualBox host is unsupported.
</div>
6. Then go to “Audio” and choose “Intel HD Audio” as Audio Controller.
<div class="note info">