When I executed the command:
sudo lshw | grep core
It's showing following output:
cores:2 cores_enabled:1 threads:2
How can I enable both cores? (Ubuntu 18.04).
Edit:
No options visible in BIOS
output for: cat /etc/default/grub is
output for sudo lscpu -a --extended is
multi-core supportis disabled and enable it. Or maybe this. Or if not, please [edit] your question and add the output ofcat /etc/default/grub– Raffa Apr 08 '20 at 21:30lshw. Trysudo lscpu -a --extended– waltinator Apr 09 '20 at 04:55sudo lscpu -a --extendedshow threads or CPU cores? – NessDan Apr 27 '21 at 17:07