Qemu: Failed to connect to MirQEMU hardware error 0x80000021Ubuntu KVM guest uses only 1 out of N cores - even under loadQEMU Connect physical diskGTX1080 gpu passthrough Qemuqemu-system-x86_64 boot failedLibvirt Qemu passwordHuge lags when playing multiplayer games using qemu/kvm, win7 guest, lubuntu host.VMs not starting on KVM after rebootUnable to connect to libvirt qemu+ssh
What does this wavy downward arrow preceding a piano chord mean?
How to use dependency injection and avoid temporal coupling?
How can I roleplay a follower-type character when I as a player have a leader-type personality?
How to increase the size of the cursor in Lubuntu 19.04?
Pressure inside an infinite ocean?
Where are the "shires" in the UK?
Will 700 more planes a day fly because of the Heathrow expansion?
SafeCracker #3 - We've Been Blocked
Is there an official reason for not adding a post-credits scene?
Should homeowners insurance cover the cost of the home?
Are the Night's Watch still required?
How does this change to the opportunity attack rule impact combat?
How can I get people to remember my character's gender?
What is a smasher?
Something that can be activated/enabled
Point of the Dothraki's attack in GoT S8E3?
Causes of bimodal distributions when bootstrapping a meta-analysis model
Out of scope work duties and resignation
I need a disease
How I can I roll a number of non-digital dice to get a random number between 1 and 150?
Where is the documentation for this ex command?
Can my company stop me from working overtime?
Should I decline this job offer that requires relocating to an area with high cost of living?
What is the solution to this metapuzzle from a university puzzling column?
Qemu: Failed to connect to Mir
QEMU hardware error 0x80000021Ubuntu KVM guest uses only 1 out of N cores - even under loadQEMU Connect physical diskGTX1080 gpu passthrough Qemuqemu-system-x86_64 boot failedLibvirt Qemu passwordHuge lags when playing multiplayer games using qemu/kvm, win7 guest, lubuntu host.VMs not starting on KVM after rebootUnable to connect to libvirt qemu+ssh
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to run a qemu vm on Ubuntu 18.10.
But every attempt, it is return:
root@Ubuntu:/home/echo/Documents/VMdata# qemu-virgil
> -name guest=win,debug-threads=on
> -machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
> -cpu Haswell-noTSX-IBRS,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc_adjust=on,ssbd=on,xsaveopt=on,pdpe1gb=on,abm=on
> -drive file=wOVMF_VARS.ms.fd,if=pflash,format=raw,unit=0,readonly=on
> -drive file=wwin_VARS.fd,if=pflash,format=raw,unit=1
> -m 4096
> -realtime mlock=off
> -smp 8,maxcpus=64,sockets=1,cores=8,threads=8 -uuid 7495161b-f918-4a85-8b55-373d04d0d790
> -no-user-config
> -nodefaults
> -rtc base=utc,driftfix=slew
> -global kvm-pit.lost_tick_policy=delay
> -no-hpet
> -no-shutdown
> -global ICH9-LPC.disable_s3=1
> -global ICH9-LPC.disable_s4=1
> -device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
> -device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0
> -device pcie-root-port,port=0x11,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x1
> -device pcie-root-port,port=0x12,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x2
> -device pcie-root-port,port=0x13,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x3
> -device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.5,addr=0x0
> -device lsi,id=scsi0,bus=pci.2,addr=0x2
> -device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0
> -drive file=wAMD64.img,format=raw,if=none,id=drive-sata0-0-0,cache=writeback,aio=threads
> -device ide-hd,bus=ide.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1,write-cache=on
> -drive file=wWindows_10_1803_64bit.iso,format=raw,if=none,id=drive-sata0-0-1,media=cdrom,readonly=on,cache=writeback,aio=threads
> -device ide-cd,bus=ide.1,drive=drive-sata0-0-1,id=sata0-0-1,bootindex=2,write-cache=on
> -drive file=wVirtIO.iso,format=raw,if=none,id=drive-sata0-0-2,media=cdrom,readonly=on,cache=writeback,aio=threads
> -device ide-cd,bus=ide.2,drive=drive-sata0-0-2,id=sata0-0-2,bootindex=3,write-cache=on
> -device virtserialport,bus=virtio-serial0.0,nr=1,id=channel0,name=com.redhat.spice.0
> -device virtio-gpu,virgl=on
> -display gtk
> -device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0
> -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
2019/04/13 21:36:36.930689 cmd_run.go:885: WARNING: cannot start document portal: read unix @->/run/user/1000/bus: EOF
No protocol specified
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
gtk initialization failed
root@Ubuntu:/home/echo/Documents/VMdata#
the run script is:
qemu-virgil
-name guest=win,debug-threads=on
-machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
-cpu Haswell-noTSX-IBRS,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc_adjust=on,ssbd=on,xsaveopt=on,pdpe1gb=on,abm=on
-drive file=wOVMF_VARS.ms.fd,if=pflash,format=raw,unit=0,readonly=on
-drive file=wwin_VARS.fd,if=pflash,format=raw,unit=1
-m 4096
-realtime mlock=off
-smp 8,maxcpus=64,sockets=1,cores=8,threads=8 -uuid 7495161b-f918-4a85-8b55-373d04d0d790
-no-user-config
-nodefaults
-rtc base=utc,driftfix=slew
-global kvm-pit.lost_tick_policy=delay
-no-hpet
-no-shutdown
-global ICH9-LPC.disable_s3=1
-global ICH9-LPC.disable_s4=1
-device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
-device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0
-device pcie-root-port,port=0x11,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x1
-device pcie-root-port,port=0x12,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x2
-device pcie-root-port,port=0x13,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x3
-device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.5,addr=0x0
-device lsi,id=scsi0,bus=pci.2,addr=0x2
-device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0
-drive file=wAMD64.img,format=raw,if=none,id=drive-sata0-0-0,cache=writeback,aio=threads
-device ide-hd,bus=ide.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1,write-cache=on
-drive file=wWindows_10_1803_64bit.iso,format=raw,if=none,id=drive-sata0-0-1,media=cdrom,readonly=on,cache=writeback,aio=threads
-device ide-cd,bus=ide.1,drive=drive-sata0-0-1,id=sata0-0-1,bootindex=2,write-cache=on
-drive file=wVirtIO.iso,format=raw,if=none,id=drive-sata0-0-2,media=cdrom,readonly=on,cache=writeback,aio=threads
-device ide-cd,bus=ide.2,drive=drive-sata0-0-2,id=sata0-0-2,bootindex=3,write-cache=on
-device virtserialport,bus=virtio-serial0.0,nr=1,id=channel0,name=com.redhat.spice.0
-device virtio-gpu,virgl=on
-display gtk
-device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
does everyone khow how tofix that issues or find what is wrong in the run script?
virtualization gtk kvm qemu
add a comment |
I want to run a qemu vm on Ubuntu 18.10.
But every attempt, it is return:
root@Ubuntu:/home/echo/Documents/VMdata# qemu-virgil
> -name guest=win,debug-threads=on
> -machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
> -cpu Haswell-noTSX-IBRS,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc_adjust=on,ssbd=on,xsaveopt=on,pdpe1gb=on,abm=on
> -drive file=wOVMF_VARS.ms.fd,if=pflash,format=raw,unit=0,readonly=on
> -drive file=wwin_VARS.fd,if=pflash,format=raw,unit=1
> -m 4096
> -realtime mlock=off
> -smp 8,maxcpus=64,sockets=1,cores=8,threads=8 -uuid 7495161b-f918-4a85-8b55-373d04d0d790
> -no-user-config
> -nodefaults
> -rtc base=utc,driftfix=slew
> -global kvm-pit.lost_tick_policy=delay
> -no-hpet
> -no-shutdown
> -global ICH9-LPC.disable_s3=1
> -global ICH9-LPC.disable_s4=1
> -device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
> -device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0
> -device pcie-root-port,port=0x11,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x1
> -device pcie-root-port,port=0x12,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x2
> -device pcie-root-port,port=0x13,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x3
> -device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.5,addr=0x0
> -device lsi,id=scsi0,bus=pci.2,addr=0x2
> -device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0
> -drive file=wAMD64.img,format=raw,if=none,id=drive-sata0-0-0,cache=writeback,aio=threads
> -device ide-hd,bus=ide.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1,write-cache=on
> -drive file=wWindows_10_1803_64bit.iso,format=raw,if=none,id=drive-sata0-0-1,media=cdrom,readonly=on,cache=writeback,aio=threads
> -device ide-cd,bus=ide.1,drive=drive-sata0-0-1,id=sata0-0-1,bootindex=2,write-cache=on
> -drive file=wVirtIO.iso,format=raw,if=none,id=drive-sata0-0-2,media=cdrom,readonly=on,cache=writeback,aio=threads
> -device ide-cd,bus=ide.2,drive=drive-sata0-0-2,id=sata0-0-2,bootindex=3,write-cache=on
> -device virtserialport,bus=virtio-serial0.0,nr=1,id=channel0,name=com.redhat.spice.0
> -device virtio-gpu,virgl=on
> -display gtk
> -device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0
> -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
2019/04/13 21:36:36.930689 cmd_run.go:885: WARNING: cannot start document portal: read unix @->/run/user/1000/bus: EOF
No protocol specified
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
gtk initialization failed
root@Ubuntu:/home/echo/Documents/VMdata#
the run script is:
qemu-virgil
-name guest=win,debug-threads=on
-machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
-cpu Haswell-noTSX-IBRS,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc_adjust=on,ssbd=on,xsaveopt=on,pdpe1gb=on,abm=on
-drive file=wOVMF_VARS.ms.fd,if=pflash,format=raw,unit=0,readonly=on
-drive file=wwin_VARS.fd,if=pflash,format=raw,unit=1
-m 4096
-realtime mlock=off
-smp 8,maxcpus=64,sockets=1,cores=8,threads=8 -uuid 7495161b-f918-4a85-8b55-373d04d0d790
-no-user-config
-nodefaults
-rtc base=utc,driftfix=slew
-global kvm-pit.lost_tick_policy=delay
-no-hpet
-no-shutdown
-global ICH9-LPC.disable_s3=1
-global ICH9-LPC.disable_s4=1
-device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
-device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0
-device pcie-root-port,port=0x11,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x1
-device pcie-root-port,port=0x12,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x2
-device pcie-root-port,port=0x13,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x3
-device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.5,addr=0x0
-device lsi,id=scsi0,bus=pci.2,addr=0x2
-device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0
-drive file=wAMD64.img,format=raw,if=none,id=drive-sata0-0-0,cache=writeback,aio=threads
-device ide-hd,bus=ide.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1,write-cache=on
-drive file=wWindows_10_1803_64bit.iso,format=raw,if=none,id=drive-sata0-0-1,media=cdrom,readonly=on,cache=writeback,aio=threads
-device ide-cd,bus=ide.1,drive=drive-sata0-0-1,id=sata0-0-1,bootindex=2,write-cache=on
-drive file=wVirtIO.iso,format=raw,if=none,id=drive-sata0-0-2,media=cdrom,readonly=on,cache=writeback,aio=threads
-device ide-cd,bus=ide.2,drive=drive-sata0-0-2,id=sata0-0-2,bootindex=3,write-cache=on
-device virtserialport,bus=virtio-serial0.0,nr=1,id=channel0,name=com.redhat.spice.0
-device virtio-gpu,virgl=on
-display gtk
-device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
does everyone khow how tofix that issues or find what is wrong in the run script?
virtualization gtk kvm qemu
add a comment |
I want to run a qemu vm on Ubuntu 18.10.
But every attempt, it is return:
root@Ubuntu:/home/echo/Documents/VMdata# qemu-virgil
> -name guest=win,debug-threads=on
> -machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
> -cpu Haswell-noTSX-IBRS,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc_adjust=on,ssbd=on,xsaveopt=on,pdpe1gb=on,abm=on
> -drive file=wOVMF_VARS.ms.fd,if=pflash,format=raw,unit=0,readonly=on
> -drive file=wwin_VARS.fd,if=pflash,format=raw,unit=1
> -m 4096
> -realtime mlock=off
> -smp 8,maxcpus=64,sockets=1,cores=8,threads=8 -uuid 7495161b-f918-4a85-8b55-373d04d0d790
> -no-user-config
> -nodefaults
> -rtc base=utc,driftfix=slew
> -global kvm-pit.lost_tick_policy=delay
> -no-hpet
> -no-shutdown
> -global ICH9-LPC.disable_s3=1
> -global ICH9-LPC.disable_s4=1
> -device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
> -device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0
> -device pcie-root-port,port=0x11,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x1
> -device pcie-root-port,port=0x12,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x2
> -device pcie-root-port,port=0x13,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x3
> -device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.5,addr=0x0
> -device lsi,id=scsi0,bus=pci.2,addr=0x2
> -device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0
> -drive file=wAMD64.img,format=raw,if=none,id=drive-sata0-0-0,cache=writeback,aio=threads
> -device ide-hd,bus=ide.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1,write-cache=on
> -drive file=wWindows_10_1803_64bit.iso,format=raw,if=none,id=drive-sata0-0-1,media=cdrom,readonly=on,cache=writeback,aio=threads
> -device ide-cd,bus=ide.1,drive=drive-sata0-0-1,id=sata0-0-1,bootindex=2,write-cache=on
> -drive file=wVirtIO.iso,format=raw,if=none,id=drive-sata0-0-2,media=cdrom,readonly=on,cache=writeback,aio=threads
> -device ide-cd,bus=ide.2,drive=drive-sata0-0-2,id=sata0-0-2,bootindex=3,write-cache=on
> -device virtserialport,bus=virtio-serial0.0,nr=1,id=channel0,name=com.redhat.spice.0
> -device virtio-gpu,virgl=on
> -display gtk
> -device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0
> -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
2019/04/13 21:36:36.930689 cmd_run.go:885: WARNING: cannot start document portal: read unix @->/run/user/1000/bus: EOF
No protocol specified
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
gtk initialization failed
root@Ubuntu:/home/echo/Documents/VMdata#
the run script is:
qemu-virgil
-name guest=win,debug-threads=on
-machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
-cpu Haswell-noTSX-IBRS,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc_adjust=on,ssbd=on,xsaveopt=on,pdpe1gb=on,abm=on
-drive file=wOVMF_VARS.ms.fd,if=pflash,format=raw,unit=0,readonly=on
-drive file=wwin_VARS.fd,if=pflash,format=raw,unit=1
-m 4096
-realtime mlock=off
-smp 8,maxcpus=64,sockets=1,cores=8,threads=8 -uuid 7495161b-f918-4a85-8b55-373d04d0d790
-no-user-config
-nodefaults
-rtc base=utc,driftfix=slew
-global kvm-pit.lost_tick_policy=delay
-no-hpet
-no-shutdown
-global ICH9-LPC.disable_s3=1
-global ICH9-LPC.disable_s4=1
-device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
-device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0
-device pcie-root-port,port=0x11,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x1
-device pcie-root-port,port=0x12,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x2
-device pcie-root-port,port=0x13,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x3
-device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.5,addr=0x0
-device lsi,id=scsi0,bus=pci.2,addr=0x2
-device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0
-drive file=wAMD64.img,format=raw,if=none,id=drive-sata0-0-0,cache=writeback,aio=threads
-device ide-hd,bus=ide.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1,write-cache=on
-drive file=wWindows_10_1803_64bit.iso,format=raw,if=none,id=drive-sata0-0-1,media=cdrom,readonly=on,cache=writeback,aio=threads
-device ide-cd,bus=ide.1,drive=drive-sata0-0-1,id=sata0-0-1,bootindex=2,write-cache=on
-drive file=wVirtIO.iso,format=raw,if=none,id=drive-sata0-0-2,media=cdrom,readonly=on,cache=writeback,aio=threads
-device ide-cd,bus=ide.2,drive=drive-sata0-0-2,id=sata0-0-2,bootindex=3,write-cache=on
-device virtserialport,bus=virtio-serial0.0,nr=1,id=channel0,name=com.redhat.spice.0
-device virtio-gpu,virgl=on
-display gtk
-device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
does everyone khow how tofix that issues or find what is wrong in the run script?
virtualization gtk kvm qemu
I want to run a qemu vm on Ubuntu 18.10.
But every attempt, it is return:
root@Ubuntu:/home/echo/Documents/VMdata# qemu-virgil
> -name guest=win,debug-threads=on
> -machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
> -cpu Haswell-noTSX-IBRS,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc_adjust=on,ssbd=on,xsaveopt=on,pdpe1gb=on,abm=on
> -drive file=wOVMF_VARS.ms.fd,if=pflash,format=raw,unit=0,readonly=on
> -drive file=wwin_VARS.fd,if=pflash,format=raw,unit=1
> -m 4096
> -realtime mlock=off
> -smp 8,maxcpus=64,sockets=1,cores=8,threads=8 -uuid 7495161b-f918-4a85-8b55-373d04d0d790
> -no-user-config
> -nodefaults
> -rtc base=utc,driftfix=slew
> -global kvm-pit.lost_tick_policy=delay
> -no-hpet
> -no-shutdown
> -global ICH9-LPC.disable_s3=1
> -global ICH9-LPC.disable_s4=1
> -device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
> -device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0
> -device pcie-root-port,port=0x11,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x1
> -device pcie-root-port,port=0x12,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x2
> -device pcie-root-port,port=0x13,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x3
> -device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.5,addr=0x0
> -device lsi,id=scsi0,bus=pci.2,addr=0x2
> -device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0
> -drive file=wAMD64.img,format=raw,if=none,id=drive-sata0-0-0,cache=writeback,aio=threads
> -device ide-hd,bus=ide.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1,write-cache=on
> -drive file=wWindows_10_1803_64bit.iso,format=raw,if=none,id=drive-sata0-0-1,media=cdrom,readonly=on,cache=writeback,aio=threads
> -device ide-cd,bus=ide.1,drive=drive-sata0-0-1,id=sata0-0-1,bootindex=2,write-cache=on
> -drive file=wVirtIO.iso,format=raw,if=none,id=drive-sata0-0-2,media=cdrom,readonly=on,cache=writeback,aio=threads
> -device ide-cd,bus=ide.2,drive=drive-sata0-0-2,id=sata0-0-2,bootindex=3,write-cache=on
> -device virtserialport,bus=virtio-serial0.0,nr=1,id=channel0,name=com.redhat.spice.0
> -device virtio-gpu,virgl=on
> -display gtk
> -device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0
> -sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
2019/04/13 21:36:36.930689 cmd_run.go:885: WARNING: cannot start document portal: read unix @->/run/user/1000/bus: EOF
No protocol specified
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
gtk initialization failed
root@Ubuntu:/home/echo/Documents/VMdata#
the run script is:
qemu-virgil
-name guest=win,debug-threads=on
-machine q35,accel=kvm,usb=off,vmport=off,dump-guest-core=off
-cpu Haswell-noTSX-IBRS,vme=on,ss=on,vmx=on,f16c=on,rdrand=on,hypervisor=on,arat=on,tsc_adjust=on,ssbd=on,xsaveopt=on,pdpe1gb=on,abm=on
-drive file=wOVMF_VARS.ms.fd,if=pflash,format=raw,unit=0,readonly=on
-drive file=wwin_VARS.fd,if=pflash,format=raw,unit=1
-m 4096
-realtime mlock=off
-smp 8,maxcpus=64,sockets=1,cores=8,threads=8 -uuid 7495161b-f918-4a85-8b55-373d04d0d790
-no-user-config
-nodefaults
-rtc base=utc,driftfix=slew
-global kvm-pit.lost_tick_policy=delay
-no-hpet
-no-shutdown
-global ICH9-LPC.disable_s3=1
-global ICH9-LPC.disable_s4=1
-device pcie-root-port,port=0x10,chassis=1,id=pci.1,bus=pcie.0,multifunction=on,addr=0x2
-device pcie-pci-bridge,id=pci.2,bus=pci.1,addr=0x0
-device pcie-root-port,port=0x11,chassis=3,id=pci.3,bus=pcie.0,addr=0x2.0x1
-device pcie-root-port,port=0x12,chassis=4,id=pci.4,bus=pcie.0,addr=0x2.0x2
-device pcie-root-port,port=0x13,chassis=5,id=pci.5,bus=pcie.0,addr=0x2.0x3
-device qemu-xhci,p2=15,p3=15,id=usb,bus=pci.5,addr=0x0
-device lsi,id=scsi0,bus=pci.2,addr=0x2
-device virtio-serial-pci,id=virtio-serial0,bus=pci.3,addr=0x0
-drive file=wAMD64.img,format=raw,if=none,id=drive-sata0-0-0,cache=writeback,aio=threads
-device ide-hd,bus=ide.0,drive=drive-sata0-0-0,id=sata0-0-0,bootindex=1,write-cache=on
-drive file=wWindows_10_1803_64bit.iso,format=raw,if=none,id=drive-sata0-0-1,media=cdrom,readonly=on,cache=writeback,aio=threads
-device ide-cd,bus=ide.1,drive=drive-sata0-0-1,id=sata0-0-1,bootindex=2,write-cache=on
-drive file=wVirtIO.iso,format=raw,if=none,id=drive-sata0-0-2,media=cdrom,readonly=on,cache=writeback,aio=threads
-device ide-cd,bus=ide.2,drive=drive-sata0-0-2,id=sata0-0-2,bootindex=3,write-cache=on
-device virtserialport,bus=virtio-serial0.0,nr=1,id=channel0,name=com.redhat.spice.0
-device virtio-gpu,virgl=on
-display gtk
-device virtio-balloon-pci,id=balloon0,bus=pci.4,addr=0x0
-sandbox on,obsolete=deny,elevateprivileges=deny,spawn=deny,resourcecontrol=deny -msg timestamp=on
does everyone khow how tofix that issues or find what is wrong in the run script?
virtualization gtk kvm qemu
virtualization gtk kvm qemu
asked Apr 13 at 14:47
RedGreenBlue123RedGreenBlue123
11
11
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133553%2fqemu-failed-to-connect-to-mir%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133553%2fqemu-failed-to-connect-to-mir%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown