diff --git a/3.硬件BIOS配置.md b/3.硬件BIOS配置.md index 80e3d69..0e47c00 100644 --- a/3.硬件BIOS配置.md +++ b/3.硬件BIOS配置.md @@ -52,3 +52,14 @@ PVE 系统安装完成后,进入 `Boot` 菜单,将 `Fast Boot` 选项设置 ![快速启动](img/BIOS/bios_fast_boot.png) +调整系统启动顺序,将 `Proxmox` 设置为第一启动项,并关闭其他启动项内容: + +![启动顺序](img/BIOS/bios_boot_order.png) + +最后保存 BIOS 设置 `Save Changes and Exit` : + +![保存BIOS](img/BIOS/bios_save.png) + +使用键盘左右方向键选择 `yes` 并回车键执行保存: + +![确认保存](img/BIOS/bios_save_yeahhhh.png) \ No newline at end of file diff --git a/img/BIOS/bios_boot_order.png b/img/BIOS/bios_boot_order.png new file mode 100644 index 0000000..b8390e1 Binary files /dev/null and b/img/BIOS/bios_boot_order.png differ diff --git a/img/BIOS/bios_save.png b/img/BIOS/bios_save.png new file mode 100644 index 0000000..3deb33c Binary files /dev/null and b/img/BIOS/bios_save.png differ diff --git a/img/BIOS/bios_save_yeahhhh.png b/img/BIOS/bios_save_yeahhhh.png new file mode 100644 index 0000000..d82e683 Binary files /dev/null and b/img/BIOS/bios_save_yeahhhh.png differ