qm set uefi?

Kosh

Active Member
Dec 24, 2019
66
3
28
44
Hi
I can't create a uefi partition of 4Mb

qm set 300 --efidisk0 local: 0 --efitype = 4m
Unknown option: efitype
400 unable to parse option
qm set <vmid> [OPTIONS]

which command will be correct?
 
Try
Code:
qm set 300 --efidisk0 local:0,efitype=4m
 
Try
Code:
qm set 300 --efidisk0 local:0,efitype=4m

Code:
qm set 300 --efidisk0 local:0,efitype=4m
400 Parameter verification failed.
efidisk0: invalid format - format error
efidisk0.efitype: property is not defined in schema and the schema does not allow additional properties

not work
 
Which version of Proxmox VE do you run? I just tried
Code:
qm set 102 --efidisk0 local:0,efitype=4m

here and it worked fine.
 
Which version of Proxmox VE do you run? I just tried
Code:
qm set 102 --efidisk0 local:0,efitype=4m

here and it worked fine.
Code:
proxmox-ve: 6.4-1 (running kernel: 5.4.157-1-pve)
pve-manager: 6.4-13 (running version: 6.4-13/9f411e79)
pve-kernel-5.4: 6.4-11
pve-kernel-helper: 6.4-11
pve-kernel-5.4.157-1-pve: 5.4.157-1
pve-kernel-5.4.106-1-pve: 5.4.106-1
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.1.5-pve2~bpo10+1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: not correctly installed
ifupdown2: 3.0.0-1+pve4~bpo10
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.22-pve2~bpo10+1
libproxmox-acme-perl: 1.1.0
libproxmox-backup-qemu0: 1.1.0-1
libpve-access-control: 6.4-3
libpve-apiclient-perl: 3.1-3
libpve-common-perl: 6.4-4
libpve-guest-common-perl: 3.1-5
libpve-http-server-perl: 3.2-3
libpve-storage-perl: 6.4-1
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.6-2
lxcfs: 4.0.6-pve1
novnc-pve: 1.1.0-1
proxmox-backup-client: 1.1.13-2
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.6-1
pve-cluster: 6.4-1
pve-container: 3.3-6
pve-docs: 6.4-2
pve-edk2-firmware: 2.20200531-1
pve-firewall: 4.1-4
pve-firmware: 3.3-2
pve-ha-manager: 3.1-1
pve-i18n: 2.3-1
pve-qemu-kvm: 5.2.0-6
pve-xtermjs: 4.7.0-3
qemu-server: 6.4-2
smartmontools: 7.2-pve2
spiceterm: 3.1-1
vncterm: 1.6-2
zfsutils-linux: 2.0.6-pve1~bpo10+1
 
Okay, the efitype is a very recent addition. That is why you got the error. Please upgrade to the latest Proxmox VE 7 version and it should work.
See the Upgrade Guide for Proxmox VE 6 to 7
 
Is there a command to add in 6.4?
Don't add the efitype parameter, and you should be good. Or do it via the GUI.
 
Don't add the efitype parameter, and you should be good. Or do it via the GUI.
if you do not specify the size (efitype), then a partition of only 128kb is created
through the GUI does not suit me

Code:
qm set 300 --efidisk0 local:0
update VM 300: -efidisk0 local:0
Formatting '/var/lib/vz/images/300/vm-300-disk-2.raw', fmt=raw size=131072
transferred 0.0 B of 128.0 KiB (0.00%)
transferred 128.0 KiB of 128.0 KiB (100.00%)
transferred 128.0 KiB of 128.0 KiB (100.00%)
 
add

128kb are created on the ZFS file system
4Mb is created on LVM-Thin
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!