> For the complete documentation index, see [llms.txt](https://documentation.2pintsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.2pintsoftware.com/deployr/1.2/reference/step-definitions/install-ubuntu-desktop-from-nfs.md).

# Install Ubuntu Desktop from NFS

{% hint style="info" %}
This is only supported in DeployR Enterprise.  Applies to: DeployR 1.1 and later.
{% endhint %}

The Install Ubuntu Desktop from NFS is similar to the [Install Ubuntu Desktop from ISO](/deployr/1.2/reference/step-definitions/install-ubuntu-desktop-from-iso.md)step.  Instead of downloading the complete ISO, it will instead get the needed installation files (a copy of the ISO contents) from an NFS share.

<figure><img src="/files/6twESDVnB0Hv4LzUS7jV" alt=""><figcaption></figcaption></figure>

To create this NFS share on Windows, you must first install the "Server for NFS" role in the "File and Storage Services" group in Server Manager.  Once installed, the NFS share can be created with any named desired; the path should be resolvable from the boot image (e.g. using a DNS name that can be resolved, or an IP address of the server).  This does not need to be on the DeployR server itself.

When creating the NFS share, specific settings are needed for the Linux installation environment to access the share.  No server authentication can be enabled, and anonymous access must be allowed.  Read-only access is sufficient.  NTFS permissions also need to be modified to ensure "NT AUTHORITY\ANONYMOUS LOGON" has read and execute permissions to the contents of the NFS share.

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

Since the needed boot files can be easily obtained from the NFS share itself, no separate content item is needed for those files.  Since the entire ISO is not downloaded into a RAMdisk, less memory is required; see the Ubuntu Desktop documentation for recommended and minimum values.


---

# 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:

```
GET https://documentation.2pintsoftware.com/deployr/1.2/reference/step-definitions/install-ubuntu-desktop-from-nfs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
