diff --git a/00.硬件BIOS配置.md b/00.硬件BIOS配置.md index 697c5e4..707d1a8 100644 --- a/00.硬件BIOS配置.md +++ b/00.硬件BIOS配置.md @@ -2,66 +2,75 @@ 进入 `Advanced` 菜单的子菜单 `CPU Configuration` : -![cpu设置](img/p00/bios_cpu.png) +![cpu设置](img/p00/bios_cpu.jpeg) 检查 `Intel (VMX) Virtualization Technology` 选项为 `Enabled` 状态: -![cpu设置-vmx](img/p00/bios_cpu_vmx.png) - +![cpu设置-vmx](img/p00/bios_cpu_vmx.jpeg) ## 2.CPU功耗确认 进入 `Advanced` 菜单的子菜单 `Power & Performance` : -![cpu功耗](img/p00/bios_power.png) +![cpu功耗](img/p00/bios_power.jpeg) 进入 `CPU - Power Management Control` : -![cpu功耗控制](img/p00/bios_power_control.png) +![cpu功耗控制](img/p00/bios_power_control.jpeg) -检查 `C states` , **默认** 选项为 `Enabled` 状态。 +检查 `C states` , **默认** 选项为 `Enabled` 状态,如果遇到网卡 **无法跑满** 的情况,可以尝试将该选项关闭: -如果遇到网卡 **无法跑满** 的情况,可以尝试将该选项关闭: - -![c-states](img/p00/bios_c_states.png) +![c-states](img/p00/bios_c_states.jpeg) 再进入 `HDC Control` 菜单的子菜单 `View/Configure Turbo Options` : -![turbo选项](img/p00/bios_turbo_options.png) +![turbo选项](img/p00/bios_turbo_options.jpeg) 检查以下内容,适当调整以改变功耗墙: - `Power Limit 1 Override` 选项:`Enabled` -- `Power Limit 1` 选项:`15000` +- `Power Limit 1` 选项:`50000` - `Power Limit 1 Time Window` 选项:为最大 `128` -![turbo选项确认](img/p00/bios_turbo_max.png) +![turbo选项确认](img/p00/bios_turbo_max.jpeg) - -## 3.来电自启确认 +## 3.温控风扇 进入 `Advanced` 菜单的子菜单 `Hardware Monitor` : -![硬件监控](img/p00/bios_hardware_monitor.png) +![硬件监控](img/p00/bios_hardware_monitor.jpeg) -确认 `Restore AC Power Loss` 选项为 `Power On` 状态: +进入 `Smart Fan Function` : -![来电自启](img/p00/bios_hardware_ac.png) +![风扇状态](img/p00/bios_smart_fan.jpeg) +可对温控风扇参数进行调整: -## 4.设置快速启动 +![风扇设置](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.png) +![快速启动](img/p00/bios_fast_boot.jpeg) 调整系统启动顺序,将 `Proxmox` 设置为第一启动项,并关闭其他启动项内容: -![启动顺序](img/p00/bios_boot_order.png) +![启动顺序](img/p00/bios_boot_order.jpeg) 最后保存 BIOS 设置 `Save Changes and Exit` : -![保存BIOS](img/p00/bios_save.png) +![保存BIOS](img/p00/bios_save.jpeg) 使用键盘左右方向键选择 `yes` 并回车键执行保存: -![确认保存](img/p00/bios_save_yeahhhh.png) \ No newline at end of file +![确认保存](img/p00/bios_save_yeahhhh.jpeg) \ No newline at end of file diff --git a/img/p00/bios_boot_order.jpeg b/img/p00/bios_boot_order.jpeg new file mode 100644 index 0000000..cabd659 Binary files /dev/null and b/img/p00/bios_boot_order.jpeg differ diff --git a/img/p00/bios_boot_order.png b/img/p00/bios_boot_order.png deleted file mode 100644 index fb452d0..0000000 Binary files a/img/p00/bios_boot_order.png and /dev/null differ diff --git a/img/p00/bios_c_states.jpeg b/img/p00/bios_c_states.jpeg new file mode 100644 index 0000000..555332e Binary files /dev/null and b/img/p00/bios_c_states.jpeg differ diff --git a/img/p00/bios_c_states.png b/img/p00/bios_c_states.png deleted file mode 100644 index a791eda..0000000 Binary files a/img/p00/bios_c_states.png and /dev/null differ diff --git a/img/p00/bios_cpu.jpeg b/img/p00/bios_cpu.jpeg new file mode 100644 index 0000000..f82c219 Binary files /dev/null and b/img/p00/bios_cpu.jpeg differ diff --git a/img/p00/bios_cpu.png b/img/p00/bios_cpu.png deleted file mode 100644 index 08ed4f8..0000000 Binary files a/img/p00/bios_cpu.png and /dev/null differ diff --git a/img/p00/bios_cpu_vmx.jpeg b/img/p00/bios_cpu_vmx.jpeg new file mode 100644 index 0000000..6557d64 Binary files /dev/null and b/img/p00/bios_cpu_vmx.jpeg differ diff --git a/img/p00/bios_cpu_vmx.png b/img/p00/bios_cpu_vmx.png deleted file mode 100644 index 64517c5..0000000 Binary files a/img/p00/bios_cpu_vmx.png and /dev/null differ diff --git a/img/p00/bios_fast_boot.jpeg b/img/p00/bios_fast_boot.jpeg new file mode 100644 index 0000000..ace5bc9 Binary files /dev/null and b/img/p00/bios_fast_boot.jpeg differ diff --git a/img/p00/bios_fast_boot.png b/img/p00/bios_fast_boot.png deleted file mode 100644 index f861274..0000000 Binary files a/img/p00/bios_fast_boot.png and /dev/null differ diff --git a/img/p00/bios_hardware_ac.jpeg b/img/p00/bios_hardware_ac.jpeg new file mode 100644 index 0000000..1d32ad0 Binary files /dev/null and b/img/p00/bios_hardware_ac.jpeg differ diff --git a/img/p00/bios_hardware_ac.png b/img/p00/bios_hardware_ac.png deleted file mode 100644 index a0125d4..0000000 Binary files a/img/p00/bios_hardware_ac.png and /dev/null differ diff --git a/img/p00/bios_hardware_monitor.jpeg b/img/p00/bios_hardware_monitor.jpeg new file mode 100644 index 0000000..b7f8075 Binary files /dev/null and b/img/p00/bios_hardware_monitor.jpeg differ diff --git a/img/p00/bios_hardware_monitor.png b/img/p00/bios_hardware_monitor.png deleted file mode 100644 index 742b732..0000000 Binary files a/img/p00/bios_hardware_monitor.png and /dev/null differ diff --git a/img/p00/bios_pch.jpeg b/img/p00/bios_pch.jpeg new file mode 100644 index 0000000..e9d8742 Binary files /dev/null and b/img/p00/bios_pch.jpeg differ diff --git a/img/p00/bios_power.jpeg b/img/p00/bios_power.jpeg new file mode 100644 index 0000000..716d365 Binary files /dev/null and b/img/p00/bios_power.jpeg differ diff --git a/img/p00/bios_power.png b/img/p00/bios_power.png deleted file mode 100644 index 9a96610..0000000 Binary files a/img/p00/bios_power.png and /dev/null differ diff --git a/img/p00/bios_power_control.jpeg b/img/p00/bios_power_control.jpeg new file mode 100644 index 0000000..ea4b430 Binary files /dev/null and b/img/p00/bios_power_control.jpeg differ diff --git a/img/p00/bios_power_control.png b/img/p00/bios_power_control.png deleted file mode 100644 index 59bd98a..0000000 Binary files a/img/p00/bios_power_control.png and /dev/null differ diff --git a/img/p00/bios_save.jpeg b/img/p00/bios_save.jpeg new file mode 100644 index 0000000..353897e Binary files /dev/null and b/img/p00/bios_save.jpeg differ diff --git a/img/p00/bios_save.png b/img/p00/bios_save.png deleted file mode 100644 index 1cd2f28..0000000 Binary files a/img/p00/bios_save.png and /dev/null differ diff --git a/img/p00/bios_save_yeahhhh.jpeg b/img/p00/bios_save_yeahhhh.jpeg new file mode 100644 index 0000000..d07c926 Binary files /dev/null and b/img/p00/bios_save_yeahhhh.jpeg differ diff --git a/img/p00/bios_save_yeahhhh.png b/img/p00/bios_save_yeahhhh.png deleted file mode 100644 index 6bc7773..0000000 Binary files a/img/p00/bios_save_yeahhhh.png and /dev/null differ diff --git a/img/p00/bios_smart_fan.jpeg b/img/p00/bios_smart_fan.jpeg new file mode 100644 index 0000000..adf5870 Binary files /dev/null and b/img/p00/bios_smart_fan.jpeg differ diff --git a/img/p00/bios_smart_fan_config.jpeg b/img/p00/bios_smart_fan_config.jpeg new file mode 100644 index 0000000..56a1251 Binary files /dev/null and b/img/p00/bios_smart_fan_config.jpeg differ diff --git a/img/p00/bios_turbo_max.jpeg b/img/p00/bios_turbo_max.jpeg new file mode 100644 index 0000000..016642f Binary files /dev/null and b/img/p00/bios_turbo_max.jpeg differ diff --git a/img/p00/bios_turbo_max.png b/img/p00/bios_turbo_max.png deleted file mode 100644 index fdb72af..0000000 Binary files a/img/p00/bios_turbo_max.png and /dev/null differ diff --git a/img/p00/bios_turbo_options.jpeg b/img/p00/bios_turbo_options.jpeg new file mode 100644 index 0000000..9a56284 Binary files /dev/null and b/img/p00/bios_turbo_options.jpeg differ diff --git a/img/p00/bios_turbo_options.png b/img/p00/bios_turbo_options.png deleted file mode 100644 index 4d017e9..0000000 Binary files a/img/p00/bios_turbo_options.png and /dev/null differ