# Errores del GRUB - No reconoce archivos de sistema

## <mark style="color:green;">Contexto del problema</mark>

Hace un tiempo puse dualboot en mi portátil. Durante un tiempo tuve Windows junto con Kali, pero ahora quiero probar la distribución de Parrot. Por ello eliminé el espacio que reservé para Kali para sustituirlo por la nueva distribución.

Una vez hecha la instalación de Parrot en dicho espacio del disco, al iniciar el portátil aparece el siguiente error con la terminal de GRUB:

```bash
error: unknown filesystem.
grub rescue>
```

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

Este error indica que GRUB no puede leer la partición donde espera encontrar su configuración o el sistema operativo, posiblemente porque se ha eliminado o el orden de arranque UEFI apunta a una entrada incorrecta.

Tras revisar e intentar reinstalar Parrot, me di cuenta de que el problema venía por la prioridad de arranque configurada en la BIOS/UEFI.

## <mark style="color:green;">Solución</mark>

1. Encendemos el ordenador y accedemos a la BIOS/UEFI. (En mi caso pulsando la tecla suprimir)

2. Vamos a la sección **Boot**. En ella debemos establecer como primera opción de arranque la entrada correspondiente a **Parrot OS**. En muchos casos aparecerá como:

   ```
   UEFI: Parrot
   ```

3. En mi caso, al haber tenido una instalación anterior, tuve que abrir las opciones:

   ```
   UEFI Hard Disk Drive BBS Priorities
   ```

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

4. Dentro de ese menú:

   * Seleccionamos **Parrot** como primera opción.
   * Seleccionamos **Windows Boot Manager** como segunda opción (si aún queremos tener acceso a Windows).
   * Podemos dejar la tercera opción como **Disabled** para evitar confusión o errores.

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

5. Volvemos atrás y verificamos que la prioridad general de arranque también refleje correctamente el orden:

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

6. Por último:
   * Pulsamos `F10` para *Guardar y salir*, o bien
   * Accedemos a la sección **Save & Exit** y seleccionamos *Guardar cambios y salir*.

***

## <mark style="color:red;">Notas adicionales</mark>

* Asegúrate de que el modo de arranque esté en **UEFI**, no en *Legacy BIOS*, ya que Parrot instala GRUB en modo UEFI por defecto.
* Si tienes activado **Secure Boot**, y GRUB sigue sin cargar, considera desactivarlo temporalmente para comprobar si interfiere.


---

# 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://bibliotek.gitbook.io/miwiki/configuraciones/configuraciones-linux/errores-del-grub-no-reconoce-archivos-de-sistema.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.
