# Booting Error

If your computer fails to boot from the IODD, please follow this troubleshooting checklist to identify and resolve the issue.

### 📋 Troubleshooting Checklist

{% hint style="info" %}
**ISO & Media Validation**

* **Verify Bootability**: Ensure that the ISO file you are using is a bootable image. Non-bootable data ISOs will not trigger a boot sequence.
* **Hardware Comparison**: If a bootable ISO fails, try testing it with a physical USB DVD-ROM to confirm if the issue is with the ISO file itself or the system's compatibility.
  {% endhint %}

{% hint style="warning" %}
**Drive & System Configuration**

* **Multi-LUN Support**: Some older PCs do not support multiple Logical Unit Numbers (LUN). If the IODD is not recognized, configure it as a single drive in the **Mode Configuration** settings.
* **Internal DVD Conflict**: If your laptop has an internal DVD-ROM, it may conflict with the IODD. Disable the internal drive in the BIOS settings or physically remove it if necessary.
  {% endhint %}

{% hint style="danger" %}
**Power Supply Issues** The IODD is a high-performance, bus-powered USB device. If your computer's USB port provides unstable power, the boot process may fail.

* **Solution**: Use a **USB Y-Cable** to draw additional power from a second USB port.
  {% endhint %}

{% hint style="warning" %}
**OS & Platform Compatibility** Newer hardware platforms may lack the necessary drivers for older operating systems.

* **Example**: You cannot install a genuine Windows 7 on the **Skylake** (or newer) platform using a USB DVD-ROM device without injecting proper USB 3.0/XHCI drivers into the ISO.
  {% endhint %}

***

### Advanced Hardware Check (Linux/macOS)

You can check if the IODD is correctly being recognized as a bootable optical or mass storage device via the terminal:

```bash
    # On macOS, check if the disk is listed as external and bootable
    $ diskutil list
    
    # On Linux, check the device type and partitions
    $ lsblk
```


---

# 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://help.iodd.kr/troubleshooting/booting-error.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.
