Below are steps to Increase Initial Boot / Startup Screen Default Time In Console For VM (To Get to BIOS, Firmware & Other Device Settings) in Proxmox Virtual Environment
1. Identify the ID of the VM, for e.g. 101
2. On the Proxmox Host, go to /etc/pve/qemu-server directory and look for VM ID conf file.
ls -lrt /etc/pve/qemu-server/*
-rw-r----- 1 root www-data 589 Dec 11 12:15 /etc/pve/qemu-server/100.conf
-rw-r----- 1 root www-data 626 Dec 12 13:30 /etc/pve/qemu-server/101.conf
3. Edit the VM ID conf file and update the args as follows shown in bold large. In this example splash-time of 20000 is milliseconds which is 20 seconds
agent: 0
args: -boot menu=on,splash-time=20000 -vnc 0.0.0.0:15
bios: ovmf
boot: order=scsi0;ide2;net0
cores: 2
cpu: host,flags=+nested-virt
efidisk0: virt-storage:101/vm-101-disk-0.qcow2,efitype=4m,size=528K
ide2: virt-storage:iso/OracleLinux-R8-U10-x86_64-dvd.iso,media=cdrom,size=13501M
memory: 16024
meta: creation-qemu=10.1.2,ctime=1765512295
name: workstation
net0: virtio=BC:24:11:A2:F0:54,bridge=vmbr0
numa: 0
onboot: 1
ostype: l26
scsi0: local-lvm:vm-101-disk-0,iothread=1,size=300G
scsihw: virtio-scsi-single
smbios1: uuid=0adb148a-fe05-4382-99d8-587e82c06b4b
sockets: 4
vmgenid: 0b91ff8b-f416-408e-972e-a58067730966
Keywords:
virtual machine virtualmachine bios screen esc f2 f10 f12 del bootup booting boot screen screens setup VM machines server servers enable enabling
No comments:
Post a Comment