Add gos docs 3

This commit is contained in:
Denys Fedoryshchenko
2023-09-01 00:40:51 +03:00
parent 78c1e6af60
commit 7dea0dacd2
+12
View File
@@ -63,3 +63,15 @@ We highly recommend Intel network cards. Several generations exist:
Not recommended: Broadcom, Chelsio cards, they are known to start packetloss way before 10Gbps. Not recommended: Broadcom, Chelsio cards, they are known to start packetloss way before 10Gbps.
## Boot options
### EFI vs BIOS
We support both EFI and BIOS boot modes. But we highly recommend to use EFI boot mode, as BIOS boot known to fail from time to time. Please disable "Secure boot" in BIOS settings.
## BIOS settings
We recommend to do following tuning before deploying server to production:
* Disable "Secure boot" in BIOS settings.
* Change CPU power(powersaving) mode to "OS control" if available, and to "Performance" if not.
* TBD, i need to check BIOS of servers i have :)