Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rhel9 clear up install steps #254

Merged
merged 2 commits into from
Feb 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.