Files
pve_toss_notes/00.硬件BIOS配置.md
2023-06-23 20:29:28 +08:00

76 lines
2.0 KiB
Markdown
Raw Permalink 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/p00/bios_cpu.jpeg)
检查 `Intel (VMX) Virtualization Technology` 选项为 `Enabled` 状态:
![cpu设置-vmx](img/p00/bios_cpu_vmx.jpeg)
## 2. CPU 功耗
进入 `Advanced` 菜单的子菜单 `Power & Performance`
![cpu功耗](img/p00/bios_power.jpeg)
进入 `CPU - Power Management Control`
![cpu功耗控制](img/p00/bios_power_control.jpeg)
检查 `C states` **默认** 选项为 `Enabled` 状态,如果遇到网卡 **无法跑满** 的情况,可以尝试将该选项关闭:
![c-states](img/p00/bios_c_states.jpeg)
再进入 `HDC Control` 菜单的子菜单 `View/Configure Turbo Options`
![turbo选项](img/p00/bios_turbo_options.jpeg)
检查以下内容,适当调整以改变功耗墙:
- `Power Limit 1 Override` 选项:`Enabled`
- `Power Limit 1` 选项:`50000`
- `Power Limit 1 Time Window` 选项:为最大 `128`
![turbo选项确认](img/p00/bios_turbo_max.jpeg)
## 3.温控风扇
进入 `Advanced` 菜单的子菜单 `Hardware Monitor`
![硬件监控](img/p00/bios_hardware_monitor.jpeg)
进入 `Smart Fan Function`
![风扇状态](img/p00/bios_smart_fan.jpeg)
可对温控风扇参数进行调整:
![风扇设置](img/p00/bios_smart_fan_config.jpeg)
## 4.来电自启
进入 `Chipset` 菜单的子菜单 `PCH-IO Configuration`
![硬件监控](img/p00/bios_pch.jpeg)
确认 `State After G3` 选项为 `Power On` 状态:
![来电自启](img/p00/bios_hardware_ac.jpeg)
## 5.快速启动
PVE 系统安装完成后,进入 `Boot` 菜单,将 `Fast Boot` 选项设置为 `Enabled` 状态:
![快速启动](img/p00/bios_fast_boot.jpeg)
调整系统启动顺序,将 `Proxmox` 设置为第一启动项,并关闭其他启动项内容:
![启动顺序](img/p00/bios_boot_order.jpeg)
最后保存 BIOS 设置 `Save Changes and Exit`
![保存BIOS](img/p00/bios_save.jpeg)
使用键盘左右方向键选择 `yes` 并回车键执行保存:
![确认保存](img/p00/bios_save_yeahhhh.jpeg)