isard-vdi / isard

Isard VDI. Open Source KVM Virtual Desktops based on KVM Linux and dockers. Please use https://gitlab.com/isard/isardvdi
http://www.isardvdi.com
GNU Affero General Public License v3.0
192 stars 57 forks source link

Issues between creating a VM using an image and connecting to a VM created as a template #426

Closed dndud2532 closed 2 years ago

dndud2532 commented 2 years ago

hello. I'm testing the IsardVDI environment.

I have below two problems between tests, can you help me?

1. The following error occurs when connecting the VM created through the IsardVDI download service with the VNC viewer. can i know why?? (It doesn't seem to be a firewall issue as the same happens even if I access it directly from the server where IsardVDI is configured..)

localhost connection deny error(ERR_CONNECTION_REFUSED)

2. If you try to create a desktop using the ISO image after downloading the media, the following error occurs. How can I fix it?

image

P.S
In addition, in the previous article, it seems that the guide document to configure Windows 10 has been provided by another issue, but the link to the file has expired and could not be checked. Can you provide a Win10 configuration guide?

Thank You.

jvinolas commented 2 years ago

hello. I'm testing the IsardVDI environment.

I have below two problems between tests, can you help me?

1. The following error occurs when connecting the VM created through the IsardVDI download service with the VNC viewer. can i know why?? (It doesn't seem to be a firewall issue as the same happens even if I access it directly from the server where IsardVDI is configured..)

localhost connection deny error(ERR_CONNECTION_REFUSED)

If you start with the default isardvdi.cfg then the DOMAIN will be localhost and the viewers will only be reacheable from localhost. Change it to your IP/DNS and should be reacheable after build.sh and docker compose up -d again.

2. If you try to create a desktop using the ISO image after downloading the media, the following error occurs. How can I fix it?

image

It seems you hitted this bug (https://gitlab.com/isard/isardvdi/-/merge_requests/1165). Do a docker compose pull and up again and see if the problem is solved. P.S In addition, in the previous article, it seems that the guide document to configure Windows 10 has been provided by another issue, but the link to the file has expired and could not be checked. Can you provide a Win10 configuration guide?

Thank You.

dndud2532 commented 2 years ago

Thanks for your help.

With the method you provided, I was able to create a Win10 Desktop by accessing the Viewer and creating a Desktop through Media.

Afterwards, referring to the previous issue, I am creating a Win10 VM, but after Virtio is recognized, the boot disk is not recognized and cannot be created. Is there a guide to solve this part?

  1. image

  2. image

  3. image

  4. image

Windows cannot be installed on this disk. The hardware on this computer may not boot from this disk. Make sure you have enabled the disk's controller in your computer's BIOS menu.

referenced article

181

https://isard.gitlab.io/isardvdi-docs/install/first-steps/#win-guest

In the end, after booting with the Disk Bus type set to SATA, I installed VirtIO individually after installing the OS. Is there any problem in this case?In the end, after booting with the Disk Bus type set to SATA, I installed VirtIO individually after installing the OS. Is there any problem in this case?

Thank you for your help as always.

dndud2532 commented 2 years ago

Win10 configuration was carried out with the above contents.

I will close the case Thank you.