related to secure boot. Are you using this within your domU's?
EFI, yes. SecureBoot, no.
Can you give us some more details on the domU configurations (e.g. version of openSUSE, pv/hvm, etc.)?
This DomU is my base config. It's PVHVM, runs Opensuse Leap 42.. Here's the usual base config cat /etc/xen/auto/opensuse.cfg name = 'opensuse' builder = 'hvm' xen_platform_pci = 1 device_model_version="qemu-xen" bios = 'ovmf' bios_override = '/usr/share/qemu/ovmf-x86_64.bin' maxmem = 1024 memory = 1024 boot = 'cd' disk = [ 'phy:/dev/VG0/EFI,xvda,w', 'phy:/dev/VG0/BOOT,xvde,w', 'phy:/dev/VG0/SWAP,xvdf,w', 'phy:/dev/VG0/ROOT,xvdg,w',] vif = [ 'mac=00:16:3E:50:00:01, model=e1000, bridge=br0, vifname=vifT',] acpi = 1 apic = 1 hap = 1 localtime = 0 nestedhvm = 0 nx = 1 pae = 1 tsc_mode = 'default' sdl = 0 serial = 'pty' vga = 'stdvga' vnc = 1 vncdisplay = 1 vnclisten = '0.0.0.0' on_crash = 'destroy' on_reboot = 'restart' on_shutdown = 'destroy'
It would also be interesting to know if a new VM experiences the same problem.
There always seems to be some sort of "can't boot anymore" problem with a Xen full point upgrade. At least the last couple ... Last time around I had to re-install DomUs from scratch. It eventually gets fixed that way, and is cool until the next point upgrade. I'm hoping that's not gonna be the case again. Got some testing I can do 1st. -- To unsubscribe, e-mail: opensuse-virtual+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-virtual+owner@opensuse.org