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
Hi all,
Using Ubuntu 23.04 I tried to install Windows 10-11:
quickget windows 10
quickget windows 11
Then I try to run:
quickemu --vm windows-10-22H2.conf
Quickemu 4.8 using /usr/bin/qemu-system-x86_64 v7.2.0
Host: Ubuntu 23.04 running Linux 6.2 (john-Zenbook-UX3402ZA-UX3402ZA)
CPU: 12th Gen Intel(R) Core(TM) i5-1240P
CPU VM: 1 Socket(s), 4 Core(s), 2 Thread(s), 8G RAM
Monitor: On host: nc -U "windows-10/windows-10-22H2-monitor.socket"
or : socat -,echo=0,icanon=0 unix-connect:windows-10/windows-10-22H2-monitor.socket
Serial: On host: nc -U "windows-10/windows-10-22H2-serial.socket"
or : socat -,echo=0,icanon=0 unix-connect:windows-10/windows-10-22H2-serial.socket
audio: Could not init `pa' audio driver
cat: windows-10/windows-10-22H2.pid: No such file or directory
Process: Starting windows-10-22H2.conf as windows-10-22H2 ()
Sending: sendkey ret
2023/09/06 14:05:19 socat[22877] E connect(, AF=1 "windows-10/windows-10-22H2-monitor.socket", 43): Connection refused
quickemu --vm windows-11-22H2.conf
Quickemu 4.8 using /usr/bin/qemu-system-x86_64 v7.2.0
Host: Ubuntu 23.04 running Linux 6.2 (john-Zenbook-UX3402ZA-UX3402ZA)
CPU: 12th Gen Intel(R) Core(TM) i5-1240P
CPU VM: 1 Socket(s), 4 Core(s), 2 Thread(s), 8G RAM
Monitor: On host: nc -U "windows-11/windows-11-22H2-monitor.socket"
or : socat -,echo=0,icanon=0 unix-connect:windows-11/windows-11-22H2-monitor.socket
Serial: On host: nc -U "windows-11/windows-11-22H2-serial.socket"
or : socat -,echo=0,icanon=0 unix-connect:windows-11/windows-11-22H2-serial.socket
audio: Could not init `pa' audio driver
cat: windows-11/windows-11-22H2.pid: No such file or directory
Process: Starting windows-11-22H2.conf as windows-11-22H2 ()
Sending: sendkey ret
2023/09/06 14:02:50 socat[22193] E connect(, AF=1 "windows-11/windows-11-22H2-monitor.socket", 43): Connection refused
Is it possible to fix?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello there 👋
Thanks for submitting your first issue to the Quickemu project 🐛 We'll try and take a look at your issue soon ⏲
In the meantime you might want to join the Wimpys World Discord 🗣 where we have a large community of Linux 🐧 enthusiasts and passionate open source developers 🧑💻
You might also be interested in following Wimpys World Twitch 📡 channel where Wimpy streams let's code video, including this project, several times a week. A back catalog of past live stream and other Linux related content is available on Wimpys World YouTube 📺 channel.
Hi all,
Using Ubuntu 23.04 I tried to install Windows 10-11:
quickget windows 10
quickget windows 11
Then I try to run:
quickemu --vm windows-10-22H2.conf
Quickemu 4.8 using /usr/bin/qemu-system-x86_64 v7.2.0
Looks unused, booting from windows-10/Win10_22H2_EnglishInternational_x64v1.iso
or : socat -,echo=0,icanon=0 unix-connect:windows-10/windows-10-22H2-monitor.socket
or : socat -,echo=0,icanon=0 unix-connect:windows-10/windows-10-22H2-serial.socket
audio: Could not init `pa' audio driver
cat: windows-10/windows-10-22H2.pid: No such file or directory
2023/09/06 14:05:19 socat[22877] E connect(, AF=1 "windows-10/windows-10-22H2-monitor.socket", 43): Connection refused
quickemu --vm windows-11-22H2.conf
Quickemu 4.8 using /usr/bin/qemu-system-x86_64 v7.2.0
Looks unused, booting from windows-11/Win11_22H2_English_x64v1.iso
or : socat -,echo=0,icanon=0 unix-connect:windows-11/windows-11-22H2-monitor.socket
or : socat -,echo=0,icanon=0 unix-connect:windows-11/windows-11-22H2-serial.socket
audio: Could not init `pa' audio driver
cat: windows-11/windows-11-22H2.pid: No such file or directory
2023/09/06 14:02:50 socat[22193] E connect(, AF=1 "windows-11/windows-11-22H2-monitor.socket", 43): Connection refused
Is it possible to fix?
Thanks in advance!
The text was updated successfully, but these errors were encountered: