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 have searched the issues and this bug has not been reported previously
Describe the bug
When the Host has less than 4 CPUs (in my case I have 2 CPUs: 1 socket, 2 cores and one thread per core)
in quickemu there is the code line 499 GUEST_CPU_CORES="1"
When starting the Windows 11 Installer ISO, quickemu outputs CPU VM: host, 1 Socket(s), 1 Core(s), 1 Thread(s) accordingly.
But when you have only 1 CPU, Windows 11 Installer says "Windows can't be installed, see https://aka.ms/WindowsSysReq"
which is "Find Windows 11 specs, features, and computer requirements"
For Processor it says 2 or more cores
To Reproduce
Steps to reproduce the behavior:
Run quickget windows 11 German
Run quickemu --vm windows-11-German.conf
Expected behavior
Windows is installed
work around
add the line cpu_cores='2' to file windows-11-German.conf
The text was updated successfully, but these errors were encountered:
Gitsarry
changed the title
bug: windows-11 can't be installed because guest_cpus is set to 1 which is below the requirement (2)
bug: windows-11 can't be installed because GUEST_CPU_CORES is set to 1 which is below the minimum requirement (2)
Aug 13, 2024
Gitsarry
changed the title
bug: windows-11 can't be installed because GUEST_CPU_CORES is set to 1 which is below the minimum requirement (2)
bug: windows-11 can't be installed when Host has 3 or less CPUs, because then GUEST_CPU_CORES is set to 1 which is below the minimum required (2)
Aug 13, 2024
Gitsarry
changed the title
bug: windows-11 can't be installed when Host has 3 or less CPUs, because then GUEST_CPU_CORES is set to 1 which is below the minimum required (2)
bug: windows-11 can't be installed when Host has less than 4 CPUs, because then GUEST_CPU_CORES is set to 1 which is below the minimum required (2)
Aug 13, 2024
flexiondotorg
changed the title
bug: windows-11 can't be installed when Host has less than 4 CPUs, because then GUEST_CPU_CORES is set to 1 which is below the minimum required (2)
bug: windows-11 can't be installed when Host has less than 4 CPUs
Aug 27, 2024
I confirm this bug has not already been reported
Describe the bug
When the Host has less than 4 CPUs (in my case I have 2 CPUs: 1 socket, 2 cores and one thread per core)
in quickemu there is the code line 499
GUEST_CPU_CORES="1"
When starting the Windows 11 Installer ISO, quickemu outputs
CPU VM: host, 1 Socket(s), 1 Core(s), 1 Thread(s)
accordingly.But when you have only 1 CPU, Windows 11 Installer says "Windows can't be installed, see https://aka.ms/WindowsSysReq"
which is "Find Windows 11 specs, features, and computer requirements"
For Processor it says 2 or more cores
To Reproduce
Steps to reproduce the behavior:
quickget windows 11 German
quickemu --vm windows-11-German.conf
Expected behavior
Windows is installed
work around
add the line
cpu_cores='2'
to file windows-11-German.confThe text was updated successfully, but these errors were encountered: