[ovirt-users] Re: UEFI Guest can only be started on UEFI host (4.4)

2021-10-20 Thread Sandro Bonazzola
+Arik Hadas  can you please have a look here?

Il giorno mar 21 set 2021 alle ore 14:32 nroach44--- via Users <
users@ovirt.org> ha scritto:

> Hi All,
>
> A problem I've just "dealt with" over the past months is that the two UEFI
> VMs I have installed (One Windows 10, one RHEL8) will only start on the
> oVirt Node (4.4.x, still an issue on 4.4.8) hosts that have been installed
> using UEFI.
>
> In the case of both guests, they will "start" but get stuck on a small
> 640x480-ish black screen, with no CPU or disk activity. It looks as if the
> VM has been started with "Start paused" enabled, but the VM is not paused.
> I've noticed that this matches the normal startup of the guest, although it
> only spends a second or two like that before TianoCore takes over.
>
> Occasionally, I'm able to migrate the VM to a BIOS host. When it fails,
> the following is seen on the /sending/ host:
>
> 2021-09-21 20:09:42,915+0800 ERROR (migsrc/86df93bc) [virt.vm]
> (vmId='86df93bc-3304-4002-8939-cbefdea4cc60') internal error: qemu
> unexpectedly closed the monitor: 2021-09-21T12:08:57.355188Z qemu-kvm:
> warning: Spice: reds.c:2305:reds_handle_read_link_done: spice channels 1
> should be encrypted
> 2021-09-21T12:08:57.393585Z qemu-kvm: warning: Spice:
> reds.c:2305:reds_handle_read_link_done: spice channels 3 should be encrypted
> 2021-09-21T12:08:57.393805Z qemu-kvm: warning: Spice:
> reds.c:2305:reds_handle_read_link_done: spice channels 4 should be encrypted
> 2021-09-21T12:08:57.393960Z qemu-kvm: warning: Spice:
> reds.c:2305:reds_handle_read_link_done: spice channels 2 should be encrypted
> 2021-09-21T12:09:40.799119Z qemu-kvm: warning: TSC frequency mismatch
> between VM (3099980 kHz) and host (3392282 kHz), and TSC scaling unavailable
> 2021-09-21T12:09:40.799228Z qemu-kvm: error: failed to set MSR 0x204 to
> 0x10
> qemu-kvm: ../target/i386/kvm/kvm.c:2778: kvm_buf_set_msrs: Assertion `ret
> == cpu->kvm_msr_buf->nmsrs' failed. (migration:331)
> 2021-09-21 20:09:42,938+0800 INFO  (migsrc/86df93bc) [virt.vm]
> (vmId='86df93bc-3304-4002-8939-cbefdea4cc60') Switching from State.STARTED
> to State.FAILED (migration:234)
> 2021-09-21 20:09:42,938+0800 ERROR (migsrc/86df93bc) [virt.vm]
> (vmId='86df93bc-3304-4002-8939-cbefdea4cc60') Failed to migrate
> (migration:503)
> Traceback (most recent call last):
>   File "/usr/lib/python3.6/site-packages/vdsm/virt/migration.py", line
> 477, in _regular_run
> time.time(), machineParams
>   File "/usr/lib/python3.6/site-packages/vdsm/virt/migration.py", line
> 578, in _startUnderlyingMigration
> self._perform_with_conv_schedule(duri, muri)
>   File "/usr/lib/python3.6/site-packages/vdsm/virt/migration.py", line
> 667, in _perform_with_conv_schedule
> self._perform_migration(duri, muri)
>   File "/usr/lib/python3.6/site-packages/vdsm/virt/migration.py", line
> 596, in _perform_migration
> self._migration_flags)
>   File "/usr/lib/python3.6/site-packages/vdsm/virt/virdomain.py", line
> 159, in call
> return getattr(self._vm._dom, name)(*a, **kw)
>   File "/usr/lib/python3.6/site-packages/vdsm/virt/virdomain.py", line
> 101, in f
> ret = attr(*args, **kwargs)
>   File
> "/usr/lib/python3.6/site-packages/vdsm/common/libvirtconnection.py", line
> 131, in wrapper
> ret = f(*args, **kwargs)
>   File "/usr/lib/python3.6/site-packages/vdsm/common/function.py", line
> 94, in wrapper
> return func(inst, *args, **kwargs)
>   File "/usr/lib64/python3.6/site-packages/libvirt.py", line 2126, in
> migrateToURI3
> raise libvirtError('virDomainMigrateToURI3() failed')
> libvirt.libvirtError: internal error: qemu unexpectedly closed the
> monitor: 2021-09-21T12:08:57.355188Z qemu-kvm: warning: Spice:
> reds.c:2305:reds_handle_read_link_done: spice channels 1 should be encrypted
> 2021-09-21T12:08:57.393585Z qemu-kvm: warning: Spice:
> reds.c:2305:reds_handle_read_link_done: spice channels 3 should be encrypted
> 2021-09-21T12:08:57.393805Z qemu-kvm: warning: Spice:
> reds.c:2305:reds_handle_read_link_done: spice channels 4 should be encrypted
> 2021-09-21T12:08:57.393960Z qemu-kvm: warning: Spice:
> reds.c:2305:reds_handle_read_link_done: spice channels 2 should be encrypted
> 2021-09-21T12:09:40.799119Z qemu-kvm: warning: TSC frequency mismatch
> between VM (3099980 kHz) and host (3392282 kHz), and TSC scaling unavailable
> 2021-09-21T12:09:40.799228Z qemu-kvm: error: failed to set MSR 0x204 to
> 0x10
> qemu-kvm: ../target/i386/kvm/kvm.c:2778: kvm_buf_set_msrs: Assertion `ret
> == cpu->kvm_msr_buf->nmsrs' failed.
>
> The receiving host simply sees
>
> 2021-09-21 20:09:42,840+0800 INFO  (libvirt/events) [virt.vm]
> (vmId='86df93bc-3304-4002-8939-cbefdea4cc60') underlying process
> disconnected (vm:1135)
> 2021-09-21 20:09:42,840+0800 INFO  (libvirt/events) [virt.vm]
> (vmId='86df93bc-3304-4002-8939-cbefdea4cc60') Release VM resources (vm:5325)
> 2021-09-21 20:09:42,840+0800 INFO  (libvirt/events) [virt.vm]
> (vmId='86df93bc-3304-4002-8939-cbefdea4cc

[ovirt-users] Re: UEFI

2018-06-12 Thread Greg Sheremeta
You can always build from source :) But in this case we build all the time
for you, so just grab a snapshot of 4.3.
https://www.ovirt.org/develop/dev-process/install-nightly-snapshot/

You can probably track this one, but Michal knows best

Bug 1327846 – [RFE] Q35: Support booting virtual machines via UEFI
https://bugzilla.redhat.com/show_bug.cgi?id=1327846

Best wishes,
Greg

On Tue, Jun 12, 2018 at 11:56 AM, Conrad Jones 
wrote:

> Is there a roadmap for release date? Or can I build from source?
>
> On Tue, 12 Jun 2018, 07:44 Michal Skrivanek, 
> wrote:
>
>>
>>
>> > On 11 Jun 2018, at 23:45, Conrad Jones  wrote:
>> >
>> > Does ovirt support UEFI yet ?
>>
>> not yet
>>
>> >
>> > I saw some code reviews in gerrit. But I couldn't find it in my 4.23
>> install. I'm guessing it's not finished / released yet ?
>>
>> correct
>> UEFI will likely come in 4.3
>>
>> > ___
>> > Users mailing list -- users@ovirt.org
>> > To unsubscribe send an email to users-le...@ovirt.org
>> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
>> > oVirt Code of Conduct: https://www.ovirt.org/community/about/community-
>> guidelines/
>> > List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/
>> message/M5ON6B36WIDRAH6TQPXBDAD4FR52AEVP/
>>
>>
> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: https://www.ovirt.org/community/about/community-
> guidelines/
> List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/
> message/UQYRQ7KDWNQPLHI4TBYEEW77EXN5PBDM/
>
>


-- 

GREG SHEREMETA

SENIOR SOFTWARE ENGINEER - TEAM LEAD - RHV UX

Red Hat NA



gsher...@redhat.comIRC: gshereme

___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/S5CF7X4CWCGR3XY3HFYFFAA5CHH5ILHO/


[ovirt-users] Re: UEFI

2018-06-12 Thread Conrad Jones
Is there a roadmap for release date? Or can I build from source?

On Tue, 12 Jun 2018, 07:44 Michal Skrivanek, 
wrote:

>
>
> > On 11 Jun 2018, at 23:45, Conrad Jones  wrote:
> >
> > Does ovirt support UEFI yet ?
>
> not yet
>
> >
> > I saw some code reviews in gerrit. But I couldn't find it in my 4.23
> install. I'm guessing it's not finished / released yet ?
>
> correct
> UEFI will likely come in 4.3
>
> > ___
> > Users mailing list -- users@ovirt.org
> > To unsubscribe send an email to users-le...@ovirt.org
> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> > oVirt Code of Conduct:
> https://www.ovirt.org/community/about/community-guidelines/
> > List Archives:
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/M5ON6B36WIDRAH6TQPXBDAD4FR52AEVP/
>
>
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/UQYRQ7KDWNQPLHI4TBYEEW77EXN5PBDM/


[ovirt-users] Re: UEFI

2018-06-11 Thread Michal Skrivanek


> On 11 Jun 2018, at 23:45, Conrad Jones  wrote:
> 
> Does ovirt support UEFI yet ?

not yet

> 
> I saw some code reviews in gerrit. But I couldn't find it in my 4.23 install. 
> I'm guessing it's not finished / released yet ?

correct
UEFI will likely come in 4.3

> ___
> Users mailing list -- users@ovirt.org
> To unsubscribe send an email to users-le...@ovirt.org
> Privacy Statement: https://www.ovirt.org/site/privacy-policy/
> oVirt Code of Conduct: 
> https://www.ovirt.org/community/about/community-guidelines/
> List Archives: 
> https://lists.ovirt.org/archives/list/users@ovirt.org/message/M5ON6B36WIDRAH6TQPXBDAD4FR52AEVP/
___
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-le...@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/users@ovirt.org/message/JPTV5U2JAWAJRN7H2VWR6JNGS4BFREO3/