Skip to content

Commit

Permalink
Rhel9 clear up install steps (#254)
Browse files Browse the repository at this point in the history
* Make rhel9 install process clearer
* dealing with lvm settings

---------

Co-authored-by: Rhys <[email protected]>
  • Loading branch information
rhyspowell and Rhys authored Feb 22, 2023
1 parent fb5d22e commit ee90c6e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/hetzner_rhel9.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,19 @@ Create a virtual machine and boot from the downloaded ISO. Once the `Anaconda In

Adjust the filesystem layout to be more compatible with automation of this repository.

Open the disk partitioning dialog and select `Manual Partitioning` and create the filesystem layout choosing the automation proposal and LVM.
Open the disk installation destination dialog and select `Custom` under the `Storage Configuration` section.
![RHEL 9 disk layout 1](../images/rhel9_disk-layout-1.png)

Once created, change the volume group for `root` and `swap` logical volume to `vg0`
![RHEL 9 disk layout 2](../images/rhel9_disk-layout-2.png)
Hit the Done button. Confirm that `New mount points will use the following partitioning scheme` says LVM and then select the `Click here to create them automatically` text.
![RHEL 9 disk layout 1](../images/rhel9_disk-layout-2.png)

Once created, change the volume group for `root` and `swap` logical volume to `vg0`. Select `Volume Group` Drop down, if vg0 does not exist `Create new volume group`.
![RHEL 9 disk layout 2](../images/rhel9_disk-layout-3.png)

When finished, it will look like this.
![RHEL 9 disk layout 3](../images/rhel9_disk-layout-3.png)
![RHEL 9 disk layout 3](../images/rhel9_disk-layout-4.png)

Wait until the installation is finished and press reboot.
Press Done. Accept changes. Begin Installation. Wait until the installation is finished and press reboot.

### Configure the system to match Hetzner requirements

Expand Down
Binary file modified images/rhel9_disk-layout-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/rhel9_disk-layout-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/rhel9_disk-layout-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/rhel9_disk-layout-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee90c6e

Please sign in to comment.