Operating System
[[ os.name ]]
Network Settings
Automatically combines all active interfaces into bond0.
Requirement:
Switch must support and have LACP Fallback enabled to allow initial PXE boot.
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.
  • HBA / JBOD / No controller:
    Select the actual type (HDD / SSD / NVMe).
Mount point File system Size (GB)
captcha