chore: Added note about CPU socket on Windows Virt Manager

This commit is contained in:
Cristian Ditaputratama 2024-09-22 17:13:24 +07:00
parent ec2ee59791
commit 116ef3e14a
Signed by: ditatompel
GPG key ID: 31D3D06D77950979
2 changed files with 22 additions and 0 deletions

View file

@ -98,6 +98,17 @@ beberapa perubahan konfigurasi hardware dari _virt-manager_.
- Klik pada bagian **Network interface** dan ubah **Device model** dari
`e1000e` menjadi `virtio`.
> Catatan: Jika Anda mengalokasikan _virtual_ CPU (vCPU) lebih dari satu,
> pastikan topologi CPU yang Anda konfigurasi mengunakan 1 socket. Hal ini
> dikarenakan Windows Home Edition hanya membaca maksimal 1 CPU socket,
> sedangkan Windows Pro Edition maksimal 2 CPU socket. Untuk informasi lebih
> detail bisa dilihat di
> [chart perbandingan edisi Windows][win_edition_comp_wiki].
>
> Jadi bermainlah pada CPU _cores_ dan _thread_, karena rata-rata
> _consumer hardware_ hanya memiliki 1 CPU socket
> (kecuali Anda menggunakan _mid-range_ / _high-end_ server).
## Install Windows 11
Jalankan VM dan ikuti proses installasi Windows 11 hingga proses
@ -154,3 +165,4 @@ Anda.
[virtio_win_iso]: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso "Windows 11 virtio driver"
[swtpm_gh]: https://github.com/stefanberger/swtpm "swtpm GitHub repository"
[swtpm_ppa]: https://launchpad.net/~stefanberger/+archive/ubuntu/swtpm "swtpm PPA repository"
[win_edition_comp_wiki]: https://en.wikipedia.org/wiki/Windows_10_editions#Comparison_chart "Windows Edition Comparison chart"

View file

@ -86,6 +86,15 @@ its virtual hardware.
- Click **Network interface** section and change Device model from
`e1000e` to `virtio`.
> Note: If you allocate more than one virtual CPU (vCPU), make sure the CPU
> topology you configure uses 1 socket. This is because Windows Home Edition
> only reads a maximum of 1 CPU socket, while Windows Pro Edition reads
> a maximum of 2 CPU sockets. For more detailed information, see the
> [Windows edition comparison chart][win_edition_comp_wiki].
>
> So play on CPU cores and threads, because the average consumer hardware only
> has 1 CPU socket (unless you are using a mid-range / high-end server).
## Install Windows 11
Boot up the VM and follow Windows 11 _installation wizard_ and
@ -138,3 +147,4 @@ driver is successfully installed.
[virtio_win_iso]: https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso "Windows 11 virtio drivers"
[swtpm_gh]: https://github.com/stefanberger/swtpm "swtpm GitHub repository"
[swtpm_ppa]: https://launchpad.net/~stefanberger/+archive/ubuntu/swtpm "swtpm PPA repository"
[win_edition_comp_wiki]: https://en.wikipedia.org/wiki/Windows_10_editions#Comparison_chart "Windows Edition Comparison chart"