mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
Document: Modify the storage type of VirtualBox
It has been verified on both Windows10/VirtualBox6.1.2 and Linux/VirtualBox7.0.6 that IDE (PIIX4) fails to start SerenityOS, but SATA can.
This commit is contained in:
parent
265c942698
commit
3375f7d9d9
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Serenity will not be able to boot with the default configuration. There are a co
|
|||
|
||||
There are a couple of settings to check:
|
||||
|
||||
- In **Storage**, click on the **Controller**. Make sure the controller type is PIIX4. PIIX3 and ICH6 are untested. Anything else is guaranteed not to work, as Serenity does not currently support them.
|
||||
- In **Storage**, click on the **Controller**. Make sure the controller type is AHCI(SATA) or NVMe. Anything else is guaranteed not to work, as Serenity does not currently support them.
|
||||
- In **Network** and in the **Advanced** drop down, make sure the **Adapter Type** is anything but **Intel PRO/1000 MT Desktop (82540EM)**. While it is the only adapter type Serenity currently supports, it does not currently work in VirtualBox.
|
||||
|
||||
Please note that at the time of writing, audio and networking do not work in VirtualBox.
|
||||
|
|
Loading…
Reference in a new issue