diff --git a/web/app/docs/create-vm/system-nas/system-nas-others/page.tsx b/web/app/docs/create-vm/system-nas/system-nas-others/page.tsx index a98004e1..88a859c6 100644 --- a/web/app/docs/create-vm/system-nas/system-nas-others/page.tsx +++ b/web/app/docs/create-vm/system-nas/system-nas-others/page.tsx @@ -359,12 +359,6 @@ export default function OtherNASSystemsPage() {
  • UEFI boot is recommended
  • VirtIO network adapter provides best performance
  • -
  • - After installation, install the QEMU Guest Agent: -
    -                    apt update && apt install qemu-guest-agent -y
    -                  
    -
  • @@ -385,13 +379,6 @@ export default function OtherNASSystemsPage() {
  • UEFI boot is recommended
  • VirtIO network adapter provides best performance
  • -
  • - After installation, install the QEMU Guest Agent: -
    -                    pkg install -y qemu-guest-agent && sysrc qemu_guest_agent_enable=YES && service qemu-guest-agent
    -                    start
    -                  
    -
  • @@ -412,12 +399,6 @@ export default function OtherNASSystemsPage() {
  • Both UEFI and Legacy BIOS are supported
  • VirtIO network adapter provides best performance
  • -
  • - After installation, install the QEMU Guest Agent: -
    -                    apt update && apt install qemu-guest-agent -y
    -                  
    -
  • @@ -438,12 +419,6 @@ export default function OtherNASSystemsPage() {
  • UEFI boot is recommended
  • VirtIO network adapter provides best performance
  • -
  • - After installation, install the QEMU Guest Agent: -
    -                    dnf install -y qemu-guest-agent && systemctl enable --now qemu-guest-agent
    -                  
    -
  • diff --git a/web/public/vm/windows/virtio-step-1.png b/web/public/vm/windows/virtio-step-1.png new file mode 100644 index 00000000..1881c747 Binary files /dev/null and b/web/public/vm/windows/virtio-step-1.png differ diff --git a/web/public/vm/windows/virtio-step-2.png b/web/public/vm/windows/virtio-step-2.png new file mode 100644 index 00000000..82bbbcf3 Binary files /dev/null and b/web/public/vm/windows/virtio-step-2.png differ diff --git a/web/public/vm/windows/virtio-step-3.png b/web/public/vm/windows/virtio-step-3.png new file mode 100644 index 00000000..8dfbb06e Binary files /dev/null and b/web/public/vm/windows/virtio-step-3.png differ diff --git a/web/public/vm/windows/virtio-step-4.png b/web/public/vm/windows/virtio-step-4.png new file mode 100644 index 00000000..575ad0e3 Binary files /dev/null and b/web/public/vm/windows/virtio-step-4.png differ diff --git a/web/public/vm/windows/virtio-step-5.png b/web/public/vm/windows/virtio-step-5.png new file mode 100644 index 00000000..f1ba442c Binary files /dev/null and b/web/public/vm/windows/virtio-step-5.png differ