This repository has been archived on 2026-08-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pve_toss_notes/3.硬件BIOS配置.md
T

55 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 1.虚拟化功能确认
进入 `Advanced` 菜单的子菜单 `CPU Configuration`
![cpu设置](img/BIOS/bios_cpu.png)
检查 `Intel (VMX) Virtualization Technology` 选项为 `Enabled` 状态:
![cpu设置-vmx](img/BIOS/bios_cpu_vmx.png)
## 2.CPU功耗确认
进入 `Advanced` 菜单的子菜单 `Power & Performance`
![cpu功耗](img/BIOS/bios_power.png)
进入 `CPU - Power Management Control`
![cpu功耗控制](img/BIOS/bios_power_control.png)
确认 `C states` 选项为 `Enabled` 状态:
![c-states](img/BIOS/bios_c_states.png)
再进入 `HDC Control` 菜单的子菜单 `View/Configure Turbo Options`
![turbo选项](img/BIOS/bios_turbo_options.png)
确认以下内容
- `Power Limit 1 Override` 参数:`Enabled`
- `Power Limit 1` 参数:`15000`
- `Power Limit 1 Time Window` 参数:为最大 `128`
![turbo选项确认](img/BIOS/bios_turbo_max.png)
## 3.来电自启确认
进入 `Advanced` 菜单的子菜单 `Hardware Monitor`
![硬件监控](img/BIOS/bios_hardware_monitor.png)
确认 `Restore AC Power Loss` 选项为 `Power On` 状态:
![来电自启](img/BIOS/bios_hardware_ac.png)
## 4.设置快速启动
PVE 系统安装完成后,进入 `Boot` 菜单,将 `Fast Boot` 选项设置为 `Enabled` 状态:
![快速启动](img/BIOS/bios_fast_boot.png)