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
When I try yo start a Windows 10 Virtual Machine I get this output:
I can't understand if it is normal and what is the issue. I just followed the guide in the quickemu documentation.
The quickemu --vm windows-10.conf output:
Quickemu 4.9.6 using /usr/bin/qemu-system-x86_64 v6.0.0
- Host: Ubuntu 20.04.6 LTS running Linux 5.15.0-119-generic NB050
- CPU: Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz
- CPU VM: host, 1 Socket(s), 2 Core(s), 2 Thread(s)
- MSR: WARNING! Ignoring unhandled Model-Specific Registers is disabled.
echo 1 | sudo tee /sys/module/kvm/parameters/ignore_msrs
If you are unable to run macOS or Windows VMs then run the above 👆
This will enable ignoring of unhandled MSRs until you reboot the host.
You can make this change permanent by running: 'quickemu --ignore-msrs-always'
- RAM VM: 8G RAM
- BOOT: EFI (Windows), OVMF (/usr/share/OVMF/OVMF_CODE.fd), SecureBoot (off).
- Disk: windows-10/disk.qcow2 (64G)
Looks unused, booting from windows-10/Win10_22H2_EnglishInternational_x64v1.iso
- Boot ISO: windows-10/Win10_22H2_EnglishInternational_x64v1.iso
- CD-ROM: windows-10/virtio-win.iso
- Display: SDL, virtio-vga,virgl=on, GL (on), VirGL (on) @ (1280 x 800)
- Sound: intel-hda (hda-micro)
- ssh: On host: ssh user@localhost -p 22220
- WebDAV: On guest: dav://localhost:9843/
- Network: User (virtio-net)
- Monitor: On host: socat -,echo=0,icanon=0 unix-connect:windows-10/windows-10-monitor.socket
- Serial: On host: socat -,echo=0,icanon=0 unix-connect:windows-10/windows-10-serial.socket
- Process: Started windows-10.conf as windows-10 (253820)
- Sending: via socket sendkey ret
- Sending: via socket sendkey ret
- Sending: via socket sendkey ret
- Sending: via socket sendkey ret
- Sending: via socket sendkey ret
The host details:
Operating System: Ubuntu 20.04.6 LTS
Kernel: Linux 5.15.0-119-generic
Architecture: x86-64
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I try yo start a Windows 10 Virtual Machine I get this output:
I can't understand if it is normal and what is the issue. I just followed the guide in the quickemu documentation.
The
quickemu --vm windows-10.conf
output:The host details:
The windows-10.conf:
Many thanks for the support.
Beta Was this translation helpful? Give feedback.
All reactions