{% extends "base.html" %} {% block title %}Step 2 — Boot drive · Furtka Installer{% endblock %} {% block step_indicator %}Step 2 of 3{% endblock %} {% block content %}

Boot drive

Pick the disk Furtka will install onto. We pre-select the drive that looks fastest and healthiest.

{% if not drives %}
No physical disks detected. The live ISO can't see any install targets — check your BIOS / SATA controller.
{% endif %}
{% for d in drives %} {% endfor %}
← Back
{% endblock %}