Upd README
This commit is contained in:
parent
2be74c8923
commit
e4e2cb4435
64
README.md
64
README.md
@ -55,38 +55,38 @@ After firmware updates (UEFI/BIOS), the TPM bindings need to be updated:
|
||||
- SSH public key for the default user
|
||||
|
||||
2. **Install on Hetzner Server**
|
||||
- Log into Hetzner Robot
|
||||
- Select your server
|
||||
- Go to "Rescue" tab
|
||||
- Choose "Linux" and "64 bit"
|
||||
- Activate Rescue System
|
||||
- Upload the installer:
|
||||
```bash
|
||||
scp install.sh root@your-server:/root/
|
||||
```
|
||||
- SSH into Rescue System:
|
||||
```bash
|
||||
ssh root@your-server
|
||||
```
|
||||
- Make it executable and run:
|
||||
```bash
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
```
|
||||
- If the script tells you that no TPM is available, you'll need to make a support ticket to get KVM access and enable TPM in the BIOS.
|
||||
- The script will:
|
||||
- Generate and display a LUKS passphrase (save this!)
|
||||
- Download and prepare the Fedora installer
|
||||
- Configure networking for Hetzner's unusual setup
|
||||
- Start the Fedora installer
|
||||
- You can monitor the installation via SSH on port 2222:
|
||||
```bash
|
||||
ssh -p 2222 root@your-server
|
||||
```
|
||||
- During the Fedora installation:
|
||||
- Disk encryption and RAID will be configured
|
||||
- TPM and Tang bindings will be set up
|
||||
- Network configuration will be applied
|
||||
- Log into Hetzner Robot
|
||||
- Select your server
|
||||
- Go to "Rescue" tab
|
||||
- Choose "Linux" and "64 bit"
|
||||
- Activate Rescue System
|
||||
- Upload the installer:
|
||||
```bash
|
||||
scp install.sh root@your-server:/root/
|
||||
```
|
||||
- SSH into Rescue System:
|
||||
```bash
|
||||
ssh root@your-server
|
||||
```
|
||||
- Make it executable and run:
|
||||
```bash
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
```
|
||||
- If the script tells you that no TPM is available, you'll need to make a support ticket to get KVM access and enable TPM in the BIOS.
|
||||
- The script will:
|
||||
- Generate and display a LUKS passphrase (save this!)
|
||||
- Download and prepare the Fedora installer
|
||||
- Configure networking for Hetzner's unusual setup
|
||||
- Start the Fedora installer
|
||||
- You can monitor the installation via SSH on port 2222:
|
||||
```bash
|
||||
ssh -p 2222 root@your-server
|
||||
```
|
||||
- During the Fedora installation:
|
||||
- Disk encryption and RAID will be configured
|
||||
- TPM and Tang bindings will be set up
|
||||
- Network configuration will be applied
|
||||
|
||||
3. **Verify Installation**
|
||||
```bash
|
||||
|
Loading…
Reference in New Issue
Block a user