[2024] Proxmox VM with custom UEFI: Step-by-Step Guide

Опубликовано: 08 Октябрь 2024
на канале: Francis Techworld
850
9

** Dec 25, 2024 **

Updated the command
args: -drive 'if=pflash,unit=0,format=raw,readonly=on,file=/usr/share/OVMF/OVMF_CODE.sw.fd' -drive 'if=pflash,unit=1,format=raw,file=/usr/share/OVMF/OVMF_VARS.sw.fd'
bios: seabios

** hardisk is virtIO block **
**************************

In this video, I’ll walk you through the process of installing a virtual machine (VM) in Proxmox using UEFI with specific OVMF_VARS.sw.fd and OVMF_CODE.sw.fd files. We’ll cover two key steps:

Switching from UEFI to SeaBIOS.
Modifying the VM configuration file (VM.conf) to include the necessary arguments.
By the end of this tutorial, you’ll have a fully functional VM running in Proxmox. Don’t forget to like, comment, and subscribe for more tech tutorials!

Key Steps:

Use SeaBIOS instead of UEFI.
Modify VM.conf with the following statement:
args: -drive 'if=pflash,format=raw,readonly=on,file=/usr/share/OVMF/OVMF_CODE.sw.fd' -drive 'if=pflash,format=raw,file=/usr/share/OVMF/OVMF_VARS.sw.fd'
bios: seabios

#Proxmox
#VMInstallation
#TechTutorial