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:
Jamlee 2024-10-28 22:05:41 +08:00 committed by Nico Weber
parent 265c942698
commit 3375f7d9d9

View file

@ -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.