Operating System
[[ os.name ]]
Network Settings
Access
Do not pass the root password in plain text, use SHA-512 hash.

Linux:
mkpasswd --method=sha-512

Python:
python3 -c "import crypt; print(crypt.crypt('PASSWORD', crypt.mksalt(crypt.METHOD_SHA512)))"
Disk Partitioning
Warning: Data Wipe

The installer scans disks and assigns them based on the type you select.

Sorting: Smallest disk first.
Which type to choose?
  • Hardware RAID / VMs:
    Always select HDD (disk type is hidden by the controller).
  • HBA / JBOD / No controller:
    Select the actual type (HDD / SSD / NVMe).
Mount point File system Size (GB)
captcha