Skip to content

Commit

Permalink
Update hetzner-reinstall.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiiikoo authored Oct 26, 2023
1 parent eddf6fd commit 153b949
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/dedicated-servers/getting-started/hetzner-reinstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@ Scroll down the screen with your arrow keys until you see the section below.
![bouncers 1](../../assets/installimage-partitions.png)

Here you can modify your partitions. What we typically do is we install everything on the Root partition, so modify the field to read:
```PART swap swap 32G
```
PART swap swap 32G
PART /boot ext3 1024M
PART / ext4 all```
PART / ext4 all
```

Remove the part that says **PART /home ext4 all** and modify PART / ext4 XXXXM to read all instead.

Expand All @@ -61,4 +63,4 @@ After you have selected your RAID level and set up your Partitions, you can pres

The installation can take 5-10 minutes, sometimes even longer. So please just wait patiently until you see the `root@rescue` prompt again. Then just type `reboot` and press enter. Once the server is back up you will have a reinstalled OS on the machine. Your root password will be the same as the one you used to login to rescue mode.

As always, if you have questions or issues with the reinstall process, please open a [Ticket](https://my.hostingby.design/submitticket.php)!
As always, if you have questions or issues with the reinstall process, please open a [Ticket](https://my.hostingby.design/submitticket.php)!

0 comments on commit 153b949

Please sign in to comment.