On 19/09/2023 02.59, Larry Len Rainey wrote:
I would take a slowroll virtualbox vm that works. I have no idea how to set virtualbox to work with slowroll - it seems to get recreated with every Tumbleweed kernel but seems to be backward compatible.
I made some cloud/VM images based on the Leap ones. They don't have a root password set, so if you run them outside of a cloud, you need to set a password with wget https://download.opensuse.org/repositories/openSUSE:/ALP:/Experimental:/Slow... sudo modprobe nbd sudo qemu-nbd --connect=/dev/nbd0 openSUSE-Slowroll.x86_64-1.0.0-NoCloud-Build4.1.qcow2 #fdisk -l /dev/nbd0 sudo mount /dev/nbd0p3 /mnt sudo chroot /mnt/ passwd exit sudo umount /mnt/ sudo qemu-nbd --disconnect /dev/nbd0 # and finally run it with qemu-kvm -m 1000 -hda openSUSE-Slowroll.x86_64-1.0.0-NoCloud-Build4.1.qcow2 There is also a serial console view with boot logs and copy+paste-ability. If you want to run it with VirtualBox, you need to do qemu-img convert -O vdi IN.qcow2 OUT.vdi Ciao Bernhard M.