Skip to content

How to install RHEL on top of Ubuntu

Cesar Celis Hernandez edited this page Oct 16, 2023 · 4 revisions

Links:

Command:

sudo virt-install \
--name demo-guest3 --memory 4096 --vcpus 4 \
--livecd --os-variant rhel9.0 \
--cdrom /home/celis/Downloads/rhel-9.2-x86_64-dvd.iso

Screenshots:

Screenshot 2023-10-16 at 2 07 30 PM
Clone this wiki locally