Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

centos stream 10 aarch64 qcow2 VM was stuck in starting #491

Open
chunfuwen opened this issue Jun 24, 2024 · 0 comments
Open

centos stream 10 aarch64 qcow2 VM was stuck in starting #491

chunfuwen opened this issue Jun 24, 2024 · 0 comments

Comments

@chunfuwen
Copy link

  1. On aarch64 baremetal machine, run below command to generate qcow2 image:
sudo podman run --rm -it --privileged --pull=newer --security-opt label=type:unconfined_t -v /var/lib/libvirt/images/output:/output -v /var/lib/libvirt/images/config.json:/config.json   quay.io/centos-bootc/bootc-image-builder:latest  --type qcow2 --tls-verify=true  --config /config.json  quay.io/centos-bootc/centos-bootc:stream10  --chown 107:107  --rootfs ext4
  1. use virt-install to create one VM as below
virt-install --name armstream10vm --disk path=/var/lib/libvirt/images/output/qcow2/disk.qcow2,bus=virtio,format=qcow2,size=10 --import  --vcpus 3 --memory 3096 --osinfo detect=on,require=off --graphics vnc --video virtio --noautoconsole --serial pty --wait 10 --debug     --noreboot
  1. Attempt to launch this VM, and VM is stuck in black screen as attached screen. And also there is no responsive in virsh console vm
    Screenshot from 2024-06-24 16-48-28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant