summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorPankaj Raghav <pankydev8@gmail.com>2022-01-27 17:05:03 +0530
committerAndreas Kling <kling@serenityos.org>2022-02-02 18:26:59 +0100
commitd93ffe3cf80f4e828049eb35f495aa2d3400f39e (patch)
treeac60babdb5e9063f8d54b5fe1dd4adba96d5d80b /Documentation
parentd234e6b801992875c892222c5c1725f151eb3f12 (diff)
downloadserenity-d93ffe3cf80f4e828049eb35f495aa2d3400f39e.zip
Documentation: Update BareMetalInstallation's storage support section
NVMe drive has been tested on a BareMetal HW :^) . Update the BareMetalInstallation instruction to reflect the same.
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/BareMetalInstallation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BareMetalInstallation.md b/Documentation/BareMetalInstallation.md
index f8a5e4c8b3..e09e2f419d 100644
--- a/Documentation/BareMetalInstallation.md
+++ b/Documentation/BareMetalInstallation.md
@@ -8,7 +8,7 @@ Whilst it is possible to run Serenity on physical x86-compatible hardware, it is
## Hardware support and requirements
Storage-wise Serenity requires a >= 2 GB parallel ATA or SATA IDE disk. Some older SATA chipsets already operate in IDE mode whilst some newer ones will depend upon adjusting a BIOS option to run your SATA controller in IDE (sometimes referred to as Legacy or PATA) mode. SATA AHCI is supported, but may not work on every controller due to bugs in the implementation.
-SCSI, SAS, eMMC and NVMe HBAs are all presently unsupported.
+NVMe drives are supported but it is recommended to use `nvme_poll` boot parameter in newer hardwares as we lack MSI(X) support at the moment. SCSI, SAS and eMMC HBAs are all presently unsupported.
You must be willing to wipe your disk's contents to allow for writing the Serenity image so be sure to back up any important data on your disk first! Serenity uses the GRUB2 bootloader so it should be possible to multiboot it with any other OS that can be booted from GRUB2 post-installation.