April 25, 201610 yr I can't seem to get my VM to show up on my monitor properly. I followed the wiki. I can't get VNC or monitor unless I use seabios. I have to use PCIe override. If I set the output to the monitor the VM will start to boot and then the VM will crash. I tried both machines types as well. I tried to manually load the video ROM and got the same result, except the video output was messed up as well. When I first run the VM and it crashes I get the following in the log: 2016-04-25 05:08:51.330+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Tower Domain id=1 is tainted: high-privileges Domain id=1 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2016-04-25 05:10:07.161+0000: shutting down If I start it again, it appends this: 2016-04-25 05:11:19.038+0000: starting up libvirt version: 1.3.1, qemu version: 2.5.1, hostname: Tower Domain id=1 is tainted: high-privileges Domain id=1 is tainted: host-cpu char device redirected to /dev/pts/0 (label charserial0) 2016-04-25T05:11:21.466177Z qemu-system-x86_64: vfio-pci: Cannot read device rom at 0000:06:00.0 Device option ROM contents are probably invalid (check dmesg). Skip option ROM probe with rombar=0, or load from file with romfile= This is without the ROM file. Any suggestions?
April 25, 201610 yr Author What about disabling KVM? I tried adding "-cpu host, kvm=off" but I just get this: internal error: process exited while connecting to monitor: qemu-system-x86_64: -cpu host,-no-kvm: invalid option
April 26, 201610 yr Author Wow, no one? Anyway, I got that part fixed. I had the formatting of the XML wrong. Apparently it needed to be split in two lines like this: <qemu:commandline> <qemu:arg value='-cpu'/> <qemu:arg value='host,kvm=off'/> </qemu:commandline> instead of how I first had it: <qemu:commandline> <qemu:arg value='-cpu host,kvm=off'/> </qemu:commandline>
April 26, 201610 yr Maybe if you included more info the respond would be quicker. A minimum is hardware specs, unraid version, XML file of VM and diagnostic zip.
Archived
This topic is now archived and is closed to further replies.