1. Installation
-
Perform Initial Setup.
-
Install Firmware Updates.
-
Perform RAID Configuration.
1.1. Configure RAID and Deploy an Operating System
-
Select Configure RAID and Deploy an Operating System.
-
Choose Go Directly to OS Deployment.
-
Click Next.
Boot Mode . BIOS * UEFI Secure Boot * Disable . Enable Secure Boot Policy * Standard . Custom Secure Boot Mode Deployed Mode Available Operating Systems Any Other Operating System
-
Click Next.
-
Uncheck Unattended Install.
-
Check Manual Install.
-
Insert the Debian 11.3 USB key.
-
Click Next.
Select Media DEBIAN 11_3 (Back USB 1)
-
Click Next.
-
Click Finish.
-
Wait for the server to restart.
-
Install Debian.
2. Configuration
-
Enter the following commands at a Command Line with root privileges.
smru config apt 10.10.1.170:8080 # Configure apt repositories with proxy server. export http_proxy=http://10.10.1.170:8080 export https_proxy=http://10.10.1.170:8080 smru config bash 10.10.1.170:8080 # Configure bash shell with proxy server. smru config cron # Configure cron jobs. smru config editor # Set default editor to vim.tiny. smru config locale # Configure locale settings. smru setup kernel-firmware smru setup sudo smru setup timezone smru setup vim smru setup systemd-ethernet eno8303 10.10.1.202 10.10.1.170 10.10.1.1 smru.shoklo-unit.com -
Restart the computer.
-
Enter the following commands at a Command Line.