mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
OSx Big Sur VirtualBox YunoHost image load error+solution
I bumped into an issue of VirtualBox crashing on OSx Big Sur while trying to load the YunoHost startup image (as described in this thread: https://download.virtualbox.org/virtualbox/6.1.16/VirtualBox-6.1.16-140961-OSX.dmg). Downloading and installing VirtualBox 6.1.16 from https://www.virtualbox.org/wiki/Download_Old_Builds_6_1 resolved the issue.
This commit is contained in:
parent
00fd651699
commit
fd2c979d70
1 changed files with 4 additions and 0 deletions
|
@ -217,6 +217,10 @@ Here are some VPS providers supporting YunoHost natively :
|
|||
|
||||
{% if virtualbox or regular %}
|
||||
!!! If your host OS is 32 bits, be sure to download the 32-bit image.
|
||||
{% if virtualbox %}
|
||||
! If your host OS is OSx 64-bit, you should download [VirtualBox 6.1.16](https://download.virtualbox.org/virtualbox/6.1.16/VirtualBox-6.1.16-140961-OSX.dmg) to avoid a [bug that prevents loading the startup image](https://forums.virtualbox.org/viewtopic.php?f=8&t=101717) (tested on OSx Big Sur).
|
||||
|
||||
|
||||
{% elseif arm_unsup %}
|
||||
<a href="https://www.armbian.com/download/" target="_BLANK" type="button" class="btn btn-info col-sm-12">[fa=external-link] Download the image for your board on Armbian's website</a>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue