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

Bus 'pci.0' not found on Rocky Linux 9.5 aarch64 #1440

Open
disjustin opened this issue Nov 23, 2024 · 0 comments
Open

Bus 'pci.0' not found on Rocky Linux 9.5 aarch64 #1440

disjustin opened this issue Nov 23, 2024 · 0 comments

Comments

@disjustin
Copy link

I'm encountering the following issue with the livemedia-creator on Rocky Linux 9.5 when setting up the qemu-kvm. I can bypass this issue with --no-virt but would like avoiding this option if possible. Thanks ahead of time!

[root@localhost Documents]# livemedia-creator --make-iso --nomacboot --iso-only --ks simple.ks --iso Rocky-9.5-aarch64-dvd.iso
2024-11-22 18:12:11,702: livemedia-creator v34.9.26-1
2024-11-22 18:12:11,702: selinux is enabled and in Enforcing mode
2024-11-22 18:12:11,739: disk_img = /var/tmp/lmc-disk-ez1u7ldj.img
2024-11-22 18:12:11,739: Adding 500M for reqpart
2024-11-22 18:12:11,739: Using disk size of 7158MiB
2024-11-22 18:12:11,739: install_log = /root/Documents/virt-install.log
2024-11-22 18:12:12,074: qemu vnc=127.0.0.1:0
2024-11-22 18:12:12,074: Running qemu
2024-11-22 18:12:12,088: Processing logs from ('127.0.0.1', 45726)
2024-11-22 18:12:12,219: Running qemu failed:
2024-11-22 18:12:12,219: cmd: /usr/libexec/qemu-kvm -cpu host -no-user-config -m 2048 -machine accel=kvm -kernel /var/tmp/lorax.imgutils.bum5ljgh/images/pxeboot/vmlinuz -initrd /var/tmp/lmc-initrd-4spes9ci.img -drive file=/var/tmp/lmc-disk-ez1u7ldj.img,cache=unsafe,discard=unmap,format=raw -drive file=/root/Documents/Rocky-9.5-aarch64-dvd.iso,media=cdrom,readonly=on -append inst.ks=file:/simple.ks inst.stage2=hd:LABEL=Rocky-9-5-aarch64-dvd inst.text inst.cmdline -nographic -monitor none -serial null -display vnc=127.0.0.1:0 -netdev user,id=n1 -device virtio-net-pci,netdev=n1 -device virtio-serial-pci,id=virtio-serial0 -device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=org.fedoraproject.anaconda.log.0 -chardev socket,id=charchannel0,host=127.0.0.1,port=60767 -object rng-random,id=virtio-rng0,filename=/dev/random -device virtio-rng-pci,rng=virtio-rng0,id=rng0,bus=pci.0,addr=0x9
2024-11-22 18:12:12,220: output: qemu-kvm: -device virtio-rng-pci,rng=virtio-rng0,id=rng0,bus=pci.0,addr=0x9: Bus 'pci.0' not found

2024-11-22 18:12:12,230: VirtualInstall failed: QEMUInstall failed
2024-11-22 18:12:12,230: unmounting the iso
2024-11-22 18:12:12,246: Install failed: QEMUInstall failed
2024-11-22 18:12:12,246: Removing bad disk image
2024-11-22 18:12:12,246: ERROR: Image creation failed: QEMUInstall failed
2024-11-22 18:12:12,247: Image creation failed: QEMUInstall failed
[root@localhost Documents]# 
[root@localhost Documents]# cat /etc/system-release
Rocky Linux release 9.5 (Blue Onyx)
[root@localhost Documents]# uname -a
Linux localhost.localdomain 5.14.0-503.14.1.el9_5.aarch64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 07:14:03 EST 2024 aarch64 aarch64 aarch64 GNU/Linux
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