diff --git a/docs/hetzner_rhel9.md b/docs/hetzner_rhel9.md index 9342424e..f474e610 100644 --- a/docs/hetzner_rhel9.md +++ b/docs/hetzner_rhel9.md @@ -8,14 +8,17 @@ 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) +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` -![RHEL 9 disk layout 2](../images/rhel9_disk-layout-2.png) +![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. diff --git a/images/rhel9_disk-layout-1.png b/images/rhel9_disk-layout-1.png index 0f5057bc..351ac3f1 100644 Binary files a/images/rhel9_disk-layout-1.png and b/images/rhel9_disk-layout-1.png differ diff --git a/images/rhel9_disk-layout-2.png b/images/rhel9_disk-layout-2.png index c1f72154..0f5057bc 100644 Binary files a/images/rhel9_disk-layout-2.png and b/images/rhel9_disk-layout-2.png differ diff --git a/images/rhel9_disk-layout-3.png b/images/rhel9_disk-layout-3.png index b92297f7..c1f72154 100644 Binary files a/images/rhel9_disk-layout-3.png and b/images/rhel9_disk-layout-3.png differ diff --git a/images/rhel9_disk-layout-4.png b/images/rhel9_disk-layout-4.png new file mode 100644 index 00000000..b92297f7 Binary files /dev/null and b/images/rhel9_disk-layout-4.png differ