Bug 1228085 - SLES 16 Minmal-VM images fail to boot
Summary: SLES 16 Minmal-VM images fail to boot
Status: NEW
Alias: None
Product: SUSE Linux Enterprise Server 16.0
Classification: SUSE Linux Framework One
Component: Basesystem (show other bugs)
Version: unspecified
Hardware: Other Other
: P5 - None : Normal
Target Milestone: ---
Assignee: E-mail List
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-07-17 20:06 UTC by Jose Lausuch
Modified: 2024-07-18 09:28 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
Boot screen (23.06 KB, image/png)
2024-07-17 20:06 UTC, Jose Lausuch
Details
trace (1.96 KB, text/plain)
2024-07-18 09:28 UTC, Martin Loviska
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Lausuch 2024-07-17 20:06:04 UTC
Created attachment 876107 [details]
Boot screen

First batch of Minimal-VM images for SLES 16 are failing in booting.
https://openqa.suse.de/tests/14953253#step/bootloader_uefi/3

(This link might disappear soon, so please take a look at the screenshot.)

Steps to reproduce:
Download SLES16-Minimal-VM.x86_64-kvm-and-xen-Build1.1.qcow2 from https://download.suse.de/ibs/SUSE:/SLFO:/Products:/SLES:/16.0:/TEST/images/

> /usr/bin/qemu-img create -f qcow2 -F qcow2 -b /var/lib/openqa/pool/56/SLES16-Minimal-VM.x86_64-kvm-and-xen-Build1.1.qcow2 /var/lib/openqa/pool/56/raid/hd0-overlay0 32G
> /usr/bin/qemu-system-x86_64 -device virtio-vga,edid=on,xres=1024,yres=768 -only-migratable -chardev ringbuf,id=serial0,logfile=serial0,logappend=on -serial chardev:serial0 -audiodev none,id=snd0 -device intel-hda -device hda-output,audiodev=snd0 -global isa-fdc.fdtypeA=none -m 2048 -cpu qemu64 -netdev user,id=qanet0 -device virtio-net,netdev=qanet0,mac=52:54:00:12:34:56 -object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0 -boot order=c -device qemu-xhci -device usb-tablet -smp 1 -enable-kvm -no-shutdown -vnc :146,share=force-shared -device virtio-serial -chardev pipe,id=virtio_console,path=virtio_console,logfile=virtio_console.log,logappend=on -device virtconsole,chardev=virtio_console,name=org.openqa.console.virtio_console -chardev pipe,id=virtio_console_user,path=virtio_console_user,logfile=virtio_console_user.log,logappend=on -device virtconsole,chardev=virtio_console_user,name=org.openqa.console.virtio_console_user -chardev socket,path=qmp_socket,server=on,wait=off,id=qmp_socket,logfile=qmp_socket.log,logappend=on -qmp chardev:qmp_socket -S -device virtio-scsi-pci,id=scsi0 -blockdev driver=file,node-name=hd0-overlay0-file,filename=/var/lib/openqa/pool/56/raid/hd0-overlay0,cache.no-flush=on -blockdev driver=qcow2,node-name=hd0-overlay0,file=hd0-overlay0-file,cache.no-flush=on,discard=unmap -device virtio-blk,id=hd0-device,drive=hd0-overlay0,bootindex=0,serial=hd0

The boot screen restarts the system after 90s every boot.
Comment 1 Martin Loviska 2024-07-18 09:28:59 UTC
Created attachment 876118 [details]
trace