-
Notifications
You must be signed in to change notification settings - Fork 118
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
Add support for RHEL 9 #219
Comments
Tried to create an image based on https://keithtenzer.com/cloud/how-to-create-a-rhel-8-image-for-hetzner-root-servers/ After creating an image and installation if failed, there is still the device uuid My current steps for image creation:Install RHEL 9 minimal, custom partitioning without lvm. Run those commands:
An RHEL 9 installation via KVM & ISO was successful. |
RHEL 9 use UUID in /proc/cmdline:
RHEL 8 use /dev/... in /proc/cmdline:
|
Error message at rhel 9 boot, reproduced via libvirt |
will upgrading from rhel8 to rhel9 work on a working installation? |
@lucamaf never tested, it's possible to upgrade an installation from rhel8 to rhel9? Shame on me I'm not a rhel expert. |
Is there any network-script included in the current configuration? or any
python2 library ? cause those 2 things might be the only preventing a
correct upgrade.
I would assume RHEV should be working without any major difference between
RHEL8 and RHEL9
…On Fri, Jul 22, 2022 at 10:09 AM Robert Bohne ***@***.***> wrote:
@lucamaf <https://github.com/lucamaf> never tested, it's possible to
upgrade an installation from rhel8 to rhel9? Shame on me I'm not a rhel
expert.
—
Reply to this email directly, view it on GitHub
<#219 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANFTI2NZTWUNG4DOHUUEYDVVJJK5ANCNFSM5YCMZ5CQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
LUCA MATTIA FERRARI
EMEA SENIOR EDGE SOLUTION ARCHITECT, ITILV3
Red Hat Spain <https://www.redhat.com/>
travessera de Gracia, 11
08021, Barcelona
***@***.*** M: +34-653-225-181
<http://redhatemailsignature-marketing.itos.redhat.com/>
<https://red.ht/sig>
|
What? I'm lost... RHEV? hetzner-ocp4 use plain kvm. no ovirt no rhev just kvm. |
sorry, just meant kvm (got confused for a second)
…On Fri, Jul 22, 2022 at 11:56 AM Robert Bohne ***@***.***> wrote:
What? I'm lost... RHEV? hetzner-ocp4 use plain kvm. no ovirt no rhev just
kvm.
—
Reply to this email directly, view it on GitHub
<#219 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANFTIZW3NLC422OF327K53VVJV5JANCNFSM5YCMZ5CQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
--
LUCA MATTIA FERRARI
EMEA SENIOR EDGE SOLUTION ARCHITECT, ITILV3
Red Hat Spain <https://www.redhat.com/>
travessera de Gracia, 11
08021, Barcelona
***@***.*** M: +34-653-225-181
<http://redhatemailsignature-marketing.itos.redhat.com/>
<https://red.ht/sig>
|
Lucamaf yes you can update to RHEL 9 from RHEL 8 |
@kborup-redhat Do you have any how-to / information for us? |
Added base image introduction with #234 - thanks to @knumskull |
The text was updated successfully, but these errors were encountered: