{% extends "base.html" %} {% block title %}Installing… · Furtka Installer{% endblock %} {% block head_extra %} {# Fallback for users with JS disabled — otherwise the JS below takes over and updates in-place so the log
doesn't re-collapse. #} {% endblock %} {% block step_indicator %}Installing{% endblock %} {% block content %}

{% if progress.status == "done" %}Furtka is ready {% elif progress.status == "error" %}Installation hit a snag {% else %}Installing Furtka{% endif %}

{% if progress.status == "done" %}Installation finished. Two more steps and Furtka is running from its own disk. {% elif progress.status == "error" %}Something went wrong. Open the details below and share them so we can help. {% else %}This takes a few minutes. Don't close this page or power off the machine.{% endif %}

{% if progress.status == "done" %} {# The USB-stick step has to be read *before* the click: the machine reboots 3 s after it, and most BIOSes boot the stick before the disk — so the installer would just come back. Seen on the first hardware bench. #}
  1. Pull out the USB stick (or eject the installer ISO in your VM). If it stays in, the computer will start this installer again instead of Furtka.
  2. Click the button below. The computer restarts and comes back as http://{{ hostname }}.local in about a minute.
{% endif %}

{{ progress.phase }} · {{ progress.percent }}%

Show details
{{ log or "(waiting for install to start)" }}
{% endblock %}