chore: Added way install without internet conn

By default, latest Windows installation need an internet connection.
This commit add an information how to show "I don't have internet"
button during Windows installation and setuop process.
This commit is contained in:
Cristian Ditaputratama 2024-08-25 18:16:17 +07:00
parent 8a8005d017
commit 71f23f809f
Signed by: ditatompel
GPG key ID: 31D3D06D77950979
3 changed files with 10 additions and 0 deletions

View file

@ -77,6 +77,12 @@ Hal ini diebabkan karena Windows 11 belum dapat mendeteksi *Network Interface*ny
Klik **_"I don't have internet"_** kemudian **_"Continue with limited setup"_** dan selesaikan _initial setup_ hingga kita berhasil login masuk ke Desktop. Klik **_"I don't have internet"_** kemudian **_"Continue with limited setup"_** dan selesaikan _initial setup_ hingga kita berhasil login masuk ke Desktop.
> **Catatan**: Di versi Windows terbaru (yang terakhir saya coba di iso `Win11_23H2_English_x64v2.iso`), tombol **_"I don't have internet"_** tidak tampil.
>
> ![BypassNRO.cmd](kvm-win11-oobe-bypassnro.jpg#center "BypassNRO.cmd")
>
> Untuk menampilkannya, tekan tombol <kbd>SHIFT</kbd> + <kbd>F10</kbd>. untuk menampilkan _command prompt_ dan Ketikan `OOBE\BypassNRO.cmd` lalu tekan <kbd>ENTER</kbd>. Setelah itu komputer akan restart dan tombol **_"I don't have internet"_** akan muncul.
## Install _virtio driver_ pada VM Windows 11 ## Install _virtio driver_ pada VM Windows 11
Setelah proses installasi selesai, matikan dulu VM Windows 11 supaya kita bisa memperbaiki permasalahan pada **_Ethernet Driver_**nya. Kemudian kembali ke konfigurasi VM di `virt-manager`, pilih **SATA CDROM 1**, dan ubah `Source path` dari yang semula adalah **ISO Windows 11** menjadi lokasi tempat **Windows 11 virtio drivers** dengan mengeklik tombol **Browse** dan pilih [Windows 11 virtio drivers](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso) yang sudah Anda download dan simpan di KVM host Anda. Setelah proses installasi selesai, matikan dulu VM Windows 11 supaya kita bisa memperbaiki permasalahan pada **_Ethernet Driver_**nya. Kemudian kembali ke konfigurasi VM di `virt-manager`, pilih **SATA CDROM 1**, dan ubah `Source path` dari yang semula adalah **ISO Windows 11** menjadi lokasi tempat **Windows 11 virtio drivers** dengan mengeklik tombol **Browse** dan pilih [Windows 11 virtio drivers](https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso) yang sudah Anda download dan simpan di KVM host Anda.

View file

@ -68,6 +68,10 @@ Click **"I don't have internet"** and **"Continue with limited setup"**.
![KVM Windows 11 No Network](kvm-win11-02-no-network-iface.png#center) ![KVM Windows 11 No Network](kvm-win11-02-no-network-iface.png#center)
> Note: In the latest version of Windows (the last one I tried in the `Win11_23H2_English_x64v2.iso`), the **"I don't have internet"** button does not appear.
> ![BypassNRO.cmd](kvm-win11-oobe-bypassnro.jpg#center "BypassNRO.cmd")
> To display it, press <kbd>SHIFT</kbd> + <kbd>F10</kbd> type `OOBE\BypassNRO.cmd` then press <kbd>ENTER</kbd>. After that the computer will restart and the **"I don't have internet"** button will appear.
Continue initial setup wizard by create a **local account**, set **3 security questions** and **"privacy" settings** stuff. Wait for a few minutes until you boot into Windows desktop successfully. Continue initial setup wizard by create a **local account**, set **3 security questions** and **"privacy" settings** stuff. Wait for a few minutes until you boot into Windows desktop successfully.
Until this step, your Windows 11 VM is successfully installed. Now, you need to poweroff the VM to fix network driver problem. Until this step, your Windows 11 VM is successfully installed. Now, you need to poweroff the VM to fix network driver problem.

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB