Skip to content

Starting instances in a domain other than root fails, #10430

Closed Answered by winterhazel
alsko-icom asked this question in Q&A
Discussion options

You must be logged in to vote

After capturing the correct lines this time it appears as the VM has a UEFI tag which the hosts do not. If I get this right, how do I overcome?

Yup, that's an issue with UEFI, not with tags. You need to setup UEFI support manually in your hosts:

  1. Install ovmf
  2. Create a file in /etc/cloudstack/agent/uefi.properties with the following content (this is for Ubuntu hosts. You may need to change the values depending on your OS):
guest.nvram.template.secure=/usr/share/OVMF/OVMF_VARS_4M.ms.fd
guest.nvram.template.legacy=/usr/share/OVMF/OVMF_VARS_4M.fd
guest.loader.secure=/usr/share/OVMF/OVMF_CODE_4M.ms.fd
guest.loader.legacy=/usr/share/OVMF/OVMF_CODE_4M.fd
guest.nvram.path=/var/lib/libvirt/qemu…

Replies: 6 comments 8 replies

Comment options

You must be logged in to vote
1 reply
@winterhazel
Comment options

Comment options

You must be logged in to vote
2 replies
@DaanHoogland
Comment options

@winterhazel
Comment options

Comment options

You must be logged in to vote
1 reply
@winterhazel
Comment options

Answer selected by DaanHoogland
Comment options

You must be logged in to vote
1 reply
@winterhazel
Comment options

Comment options

You must be logged in to vote
3 replies
@winterhazel
Comment options

@alsko-icom
Comment options

@winterhazel
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #10429 on February 19, 2025 15:40.