# Instalar el Ubuntu desde USB con Rufus

{% embed url="<https://releases.ubuntu.com/24.04/ubuntu-24.04-desktop-amd64.iso>" %}

## Crear una USB de arranque

Para ello, tendrás que utilizar un software de terceros, como [Rufus](https://rufus.ie/es/).

<table><thead><tr><th width="253">Link</th><th>Tipo</th><th>Plataforma</th><th>Tamaño</th></tr></thead><tbody><tr><td><a href="https://github.com/pbatard/rufus/releases/download/v4.5/rufus-4.5.exe"><code>rufus-4.5.exe</code></a></td><td>Estándar</td><td>Windows x64</td><td>1.4 MB</td></tr><tr><td><a href="https://github.com/pbatard/rufus/releases/download/v4.5/rufus-4.5_x86.exe"><code>rufus-4.5_x86.exe</code></a></td><td>Estándar</td><td>Windows x86</td><td>1.5 MB</td></tr></tbody></table>

Sólo tienes que abrir el archivo ejecutable y Rufus se iniciará. Una vez hecho esto, asegúrate de que la unidad USB está conectada y selecciona el archivo ISO de Ubuntu.

### Preparar la unidad de USB

{% hint style="warning" %}
Para el esquema de partición, selecciona **GPT** si estás usando un ordenador más actual. De lo contrario, elige **MBR**
{% endhint %}

<figure><img src="https://apruebaselectividad.com/wp-content/uploads/image.png" alt=""><figcaption><p>Dejarlo como está, en modo MBR y BIOS o UEFI - Large FAT32</p></figcaption></figure>

<figure><img src="https://apruebaselectividad.com/wp-content/uploads/image-1.png" alt=""><figcaption><p>Escribir en modo imagen ISO (Recomendado)</p></figcaption></figure>

<figure><img src="https://apruebaselectividad.com/wp-content/uploads/image-2.png" alt=""><figcaption><p>Aceptar</p></figcaption></figure>

{% embed url="<https://youtu.be/cYE3QCh6hjc?si=g5PjgXB7j3UgRj2J>" %}


---

# Agent Instructions: 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://donkolia.gitbook.io/crear-servidor-web-en-ubuntu/instalar-el-ubuntu-desde-usb-con-rufus.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.
