Documentation Index
Fetch the complete documentation index at: https://docs.edisglobal.com/llms.txt
Use this file to discover all available pages before exploring further.
๐ UEFI, BIOS & vTPM Overview
EDIS Global VPS supports both BIOS (legacy boot) and UEFI (modern boot), as well as vTPM (software-based Trusted Platform Module). These options are primarily relevant for operating system compatibility, especially for modern systems like Windows 11.๐งญ BIOS vs UEFI
๐ข BIOS (Default)
- Legacy boot mode
- Maximum compatibility
- Works with all supported operating systems
- Recommended for most Linux installations
๐ต UEFI
- Modern boot standard
- Required for newer operating systems
- Supports advanced features like Secure Boot
- Windows 11
- Windows Server 2025
๐ What is vTPM?
vTPM (Virtual Trusted Platform Module) is a software emulation of a TPM chip. It is required for:- Windows 11 installation
- Certain OS security features (disk encryption, secure boot chains)
Options
- None (Default) โ TPM disabled
- Software TPM โ TPM enabled
โ๏ธ Default Configuration
To ensure maximum compatibility:- Boot Mode: BIOS
- TPM: Disabled
๐ค Auto-Installer Behavior
When using EDIS Global Auto-Installers:- BIOS / UEFI is automatically selected
- TPM is enabled or disabled as required
๐งฉ When Manual Configuration Matters
Manual BIOS / UEFI / TPM settings are relevant when:โ๏ธ Custom Cloud-Init Images
- You can:
- Use current VPS settings, or
- Override boot mode and TPM during deployment
โ๏ธ Custom ISO / Uploaded Images
- VPS will use the System Configuration settings
- If needed:
- Change Boot Mode / TPM
- Power-cycle the VPS
- Boot your image
โ ๏ธ Important Considerations
OS Compatibility
- A significant number of operating systems are not UEFI-compatible
- Switching from BIOS โ UEFI on an existing installation will usually result in:
- โ Boot failure
Changing Boot Mode
- Boot mode must match how the OS was installed
- Changing it later requires:
- Reinstallation, or
- Advanced manual recovery
TPM Usage
- Not required for Linux in most cases
- Only enable when explicitly needed
- Adds complexity without benefit if unused
๐งพ Quick Recommendations
- Use BIOS + no TPM for:
- Linux servers
- General-purpose workloads
- Use UEFI + TPM only for:
- Windows 11 / modern Windows deployments
๐งญ Summary
| Feature | Default | When to Change |
|---|---|---|
| Boot Mode | BIOS | Only if OS requires UEFI |
| TPM | Disabled | Only if OS requires TPM |
If you are unsure which configuration to use, the Auto-Installer will always choose the correct setup automatically.