> For the complete documentation index, see [llms.txt](https://kb.hostednetwork.com.au/support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.hostednetwork.com.au/support/services/cloud/infrastructure-as-a-service/virtual-machines-and-vapps/mounting-an-iso-to-a-vm.md).

# Mounting an ISO to a VM

If you've deployed a fresh VM (not deployed from a template) or need to mount an ISO to install some software you can easily do this via the vCloud interface, follow the steps below to do this.

**Step 1.** Login to the vCloud Director portal

![](/files/YYOcv2hAHBTmvZbqeGkG)

**Step 2.** Click into the Virtual Datacenter that has the VM you want to mount the ISO to

<figure><img src="/files/a7zkDYx1pjPZ8gNGMI6c" alt=""><figcaption></figcaption></figure>

**Step 3.** Locate the VM you want to attach the ISO to and click 'Actions'&#x20;

<figure><img src="/files/EOtGephBXBHXNDKgA81r" alt=""><figcaption></figcaption></figure>

**Step 4.** From the drop down menu click on 'Media' and then 'Insert Media'&#x20;

<figure><img src="/files/ncIx3UwgORUp0JNKL3km" alt=""><figcaption></figcaption></figure>

**Step 5.** Locate the ISO you want to attach, click on it and then click 'INSERT'. if you haven't uploaded the ISO already follow this guide to do so [LINK](/support/services/cloud/infrastructure-as-a-service/administrative-tasks/uploading-iso-files-or-ova-ovf-templates.md)

<figure><img src="/files/DgyNEt4joylf1OnWietF" alt=""><figcaption></figcaption></figure>

The ISO will now be mounted to the VM, to remove it once done with the ISO go back to the same dropdown menu and select 'Eject Media' instead to remove the ISO.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://kb.hostednetwork.com.au/support/services/cloud/infrastructure-as-a-service/virtual-machines-and-vapps/mounting-an-iso-to-a-vm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
