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 a98004e..88a859c 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 0000000..1881c74 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 0000000..82bbbcf 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 0000000..8dfbb06 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 0000000..575ad0e 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 0000000..f1ba442 Binary files /dev/null and b/web/public/vm/windows/virtio-step-5.png differ