You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to use gpu virtualization by virtio gpu
github.com/virtio-win/kvm-guest-drivers-windows
When I add "-device virtio-gpu-gl-pci" in the boot parameters I get the error
windows | ❯ Starting Windows for Docker v4.00...
windows | ❯ For support visit https://github.com/dockur/windows
windows | ❯ CPU: AMD EPYC 7K62 48 Core Processor | RAM: 496/504 GB | DISK: 689 GB (ext4) | HOST: 5.15.0-125...
windows |
windows | ❯ Host: aacf60f9f827 IP: 172.18.0.3 Gateway: 172.18.0.1 Interface: eth0 MAC: 02:D7:18:D5:10:67
windows | nameserver 127.0.0.11
windows |
windows | swtpm: Could not open UnixIO socket: Permission denied
windows | ❯ ERROR: Failed to start TPM emulator, reason: 0
windows | Arguments:
windows |
windows | -nodefaults
windows | -cpu host,kvm=on,l3-cache=on,+hypervisor,migratable=no,+invtsc,hv_passthrough,-hv-evmcs
windows | -smp 16,sockets=1,dies=1,cores=16,threads=1
windows | -m 32G
windows | -machine type=q35,smm=on,graphics=off,vmport=off,dump-guest-core=off,hpet=off,accel=kvm
windows | -enable-kvm
windows | -global kvm-pit.lost_tick_policy=discard
windows | -display vnc=:0,websocket=5700
windows | -vga virtio
windows | -monitor telnet:localhost:7100,server,nowait,nodelay
windows | -daemonize
windows | -D /run/shm/qemu.log
windows | -pidfile /run/shm/qemu.pid
windows | -name windows,process=windows,debug-threads=on
windows | -serial pty
windows | -device qemu-xhci,id=xhci
windows | -device usb-tablet
windows | -netdev tap,id=hostnet0,ifname=qemu,vhost=on,vhostfd=40,script=no,downscript=no
windows | -device virtio-net-pci,romfile=,netdev=hostnet0,mac=02:D7:18:D5:10:67,id=net0
windows | -drive file=/storage/data.qcow2,id=data3,format=qcow2,cache=none,aio=native,discard=on,detect-zeroes=on,if=none
windows | -device virtio-scsi-pci,id=data3b,bus=pcie.0,addr=0xa,iothread=io2
windows | -device scsi-hd,drive=data3,bus=data3b.0,channel=0,scsi-id=0,lun=0,rotation_rate=1,bootindex=3
windows | -object iothread,id=io2
windows | -rtc base=localtime
windows | -global ICH9-LPC.disable_s3=1
windows | -global ICH9-LPC.disable_s4=1
windows | -global driver=cfi.pflash01,property=secure,value=on
windows | -drive file=/storage/windows_secure.rom,if=pflash,unit=0,format=raw,readonly=on
windows | -drive file=/storage/windows_secure.vars,if=pflash,unit=1,format=raw
windows | -object rng-random,id=objrng0,filename=/dev/urandom
windows | -device virtio-rng-pci,rng=objrng0,id=rng0,bus=pcie.0,addr=0x1c
windows | -device virtio-gpu
windows | -device virtio-gpu-gl-pci
windows | ❯ Booting Windows securely using QEMU v9.1.0...
windows | ❯ ERROR: qemu-system-x86_64: -device virtio-gpu-gl-pci: 'virtio-gpu-gl-pci' is not a valid device model name
windows exited with code 15
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered:
Operating system
ubuntu 22.04
Description
I try to use gpu virtualization by virtio gpu
github.com/virtio-win/kvm-guest-drivers-windows
When I add "-device virtio-gpu-gl-pci" in the boot parameters I get the error
Docker compose
version: "3"
services:
windows:
image: dockurr/windows
build: .
container_name: windows
privileged: true
environment:
VERSION: "http://winiso/win11x64.iso"
MANUAL: "N"
TPM: "N"
DEBUG: Y
ARGUMENTS: "-device virtio-gpu -device virtio-gpu-gl-pci "
RAM_SIZE: "32G"
CPU_CORES: "16"
DISK_SIZE: "128G"
DISK_FMT: "qcow2"
#DISK2_SIZE: "256G"
devices:
- /dev/dri
- /dev/kvm
group_add:
- "0"
cap_add:
- NET_ADMIN
- SYS_ADMIN
Docker log
windows | ❯ Starting Windows for Docker v4.00...
windows | ❯ For support visit https://github.com/dockur/windows
windows | ❯ CPU: AMD EPYC 7K62 48 Core Processor | RAM: 496/504 GB | DISK: 689 GB (ext4) | HOST: 5.15.0-125...
windows |
windows | ❯ Host: aacf60f9f827 IP: 172.18.0.3 Gateway: 172.18.0.1 Interface: eth0 MAC: 02:D7:18:D5:10:67
windows | nameserver 127.0.0.11
windows |
windows | swtpm: Could not open UnixIO socket: Permission denied
windows | ❯ ERROR: Failed to start TPM emulator, reason: 0
windows | Arguments:
windows |
windows | -nodefaults
windows | -cpu host,kvm=on,l3-cache=on,+hypervisor,migratable=no,+invtsc,hv_passthrough,-hv-evmcs
windows | -smp 16,sockets=1,dies=1,cores=16,threads=1
windows | -m 32G
windows | -machine type=q35,smm=on,graphics=off,vmport=off,dump-guest-core=off,hpet=off,accel=kvm
windows | -enable-kvm
windows | -global kvm-pit.lost_tick_policy=discard
windows | -display vnc=:0,websocket=5700
windows | -vga virtio
windows | -monitor telnet:localhost:7100,server,nowait,nodelay
windows | -daemonize
windows | -D /run/shm/qemu.log
windows | -pidfile /run/shm/qemu.pid
windows | -name windows,process=windows,debug-threads=on
windows | -serial pty
windows | -device qemu-xhci,id=xhci
windows | -device usb-tablet
windows | -netdev tap,id=hostnet0,ifname=qemu,vhost=on,vhostfd=40,script=no,downscript=no
windows | -device virtio-net-pci,romfile=,netdev=hostnet0,mac=02:D7:18:D5:10:67,id=net0
windows | -drive file=/storage/data.qcow2,id=data3,format=qcow2,cache=none,aio=native,discard=on,detect-zeroes=on,if=none
windows | -device virtio-scsi-pci,id=data3b,bus=pcie.0,addr=0xa,iothread=io2
windows | -device scsi-hd,drive=data3,bus=data3b.0,channel=0,scsi-id=0,lun=0,rotation_rate=1,bootindex=3
windows | -object iothread,id=io2
windows | -rtc base=localtime
windows | -global ICH9-LPC.disable_s3=1
windows | -global ICH9-LPC.disable_s4=1
windows | -global driver=cfi.pflash01,property=secure,value=on
windows | -drive file=/storage/windows_secure.rom,if=pflash,unit=0,format=raw,readonly=on
windows | -drive file=/storage/windows_secure.vars,if=pflash,unit=1,format=raw
windows | -object rng-random,id=objrng0,filename=/dev/urandom
windows | -device virtio-rng-pci,rng=objrng0,id=rng0,bus=pcie.0,addr=0x1c
windows | -device virtio-gpu
windows | -device virtio-gpu-gl-pci
windows | ❯ Booting Windows securely using QEMU v9.1.0...
windows | ❯ ERROR: qemu-system-x86_64: -device virtio-gpu-gl-pci: 'virtio-gpu-gl-pci' is not a valid device model name
windows exited with code 15
Screenshots (optional)
No response
The text was updated successfully, but these errors were encountered: