> For the complete documentation index, see [llms.txt](https://docs.faronics.com/faronicsdeploy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.faronics.com/faronicsdeploy/os-deployment/usb-media-creator/create-a-portable-usb-creator-recovery-usb-drive.md).

# Generate a Portable USB Creator (Used to Create a Recovery USB Drive)

The USB Media Creator allows administrators to create a **Portable USB Creator** based on the Deployment Packages you have created in the OS Deployment section.&#x20;

Once created, a **Portable USB Creator** can be used to create a **Recovery** **USB flash** **drive**. This gives you the ability to recover a computer using a bootable USB flash drive containing your captured image or an image that has been added using an ISO and has the OS Install Settings you defined tied to it. You can do the following:

* Provide your employees with a Recovery USB flash drive created from the **Portable USB Creator**. This is especially useful in the field when a computer needs to go into recovery, you cannot use cloud imaging in this scenario.
* Host the **Portable USB Creator** on a cloud server, e.g., dropbox, for employees to download and create a Recovery USB flash drive.

\
To **Generate a Portable USB Creator**, follow the steps below:

1\. Open the Deploy Imaging Server (DIS) interface and click on **USB Media Creator**.

![ USB Media Creator](/files/-Maewpaf6_gL0sgA33XH)

2.Once the **USB Media Creator** opens up, select the **Deployment Package** you would like to use.

![Create a Boot Utility ](/files/-Me1i0adAfUOhqwVFWju)

3\. Select a **Policy**.

4\. Select **USB Creator Package path** and click **Browse.** Locate the folder where you want to save the "Creator Package".

{% hint style="warning" %}
All data will be wiped from the selected folder.
{% endhint %}

5\. Partitions will be created based on the Install Settings chosen in the Deployment Package.&#x20;

**Optional**: This can be edited here, and up to three partitions can be added.&#x20;

* Select **Edit** in the **Partitions** section.&#x20;
* In the **Configure Partitions Window**, select the number of Partitions you would like to have and enter the partition size for each partition.&#x20;

![Configure Partitions](/files/-Maf0H56OGt-cKxI69rA)

* Click **UPDATE**.

6\. Click **START**.

7\. Upload your **Portable USB Creator** to a cloud server for employees to access and **create a recovery USB flash drive**.

8\. [Create a Recovery USB Flash Drive from a **Portable USB Creator**](/faronicsdeploy/os-deployment/usb-media-creator/creating-a-bootable-usb-flash-drive-from-a-boot-utility.md) to provide to your Remote IT Teams and employees.

{% hint style="success" %}
The **Portable USB Creator** will now be created containing your Deployment Package and Policy.
{% endhint %}


---

# 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://docs.faronics.com/faronicsdeploy/os-deployment/usb-media-creator/create-a-portable-usb-creator-recovery-usb-drive.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.
