Where to store the ISO image to insall OS on the VM created on HCI cluster

SAKTHIMURUGAN ARUMUGAM 66 Reputation points
2021-10-05T16:20:17.047+00:00

We are trying to create a VM and install the OS as part of the VM creation itself. There is a option to choose the ISO image, don't know how & where to copy the image files. We are referring https://video2.skills-academy.com/en-us/azure-stack/hci/manage/vm#create-a-new-vm on step 13.

Azure Stack HCI
Azure Stack HCI
A hyperconverged infrastructure operating system delivered as an Azure service that provides security, performance, and feature updates.
301 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Trent Helms - MSFT 2,536 Reputation points Microsoft Employee
    2021-10-05T18:18:47.13+00:00

    Hi @SAKTHIMURUGAN ARUMUGAM ,

    You can put the ISO file on any path that can be accessed by the host where you are creating the VM. When you select this option and click 'Browse', the default path will be listed across the top of the 'Select an image file' page. You can browse to any accessible location to get the ISO file. Note that if you are creating the VM from within the cluster, the path you are looking at is on the cluster node where the VM will be placed originally. This is based on the 'Host' option on the previous page. Of course, with clustered VMs, you should put the VM files with the CSV.

    For example, in the screenshot below, the host where the VM would be placed is azhci-deploy1. Therefore, when I click 'Browse', I am looking on the C:\ of node azhci-deploy1.

    137891-image.png

    One thing to note is that attaching the ISO here does not automatically deploy the OS for you when the VM is created. Instead, it attaches the ISO image to the VM just like putting a DVD in the drive. As such, it would boot to the ISO to allow you to deploy the OS once the VM is booted.

    If you are looking to deploy VHDX files with HCI pre-installed, then you may want to look at a scripted option like MSLab - https://github.com/microsoft/MSLab

    Hope this helps!
    Trent

    0 comments No comments