A while back, I wrote a blog post that outlined a process of injecting deprecated storage controller drivers into RHEL 8 via a Driver Update Disk. In a nutshell, this process allows you to install RHEL 8 on the R710/R610 (11th Gen)This process worked fine, unless you wanted to yum update your server. Rather than … Continue reading Running RHEL 8 on Dell R710/610 via Raid Controller Retrofit
RHEL8
RHEL 8/CentOS 8: Install and Enable Libvirt
[root@bastion ~]$ dnf module install virt [root@bastion ~]$ dnf install virt-install virt-viewer [root@bastion ~]$ systemctl start libvirtd [root@bastion ~]$ systemctl enable libvirtd [root@bastion ~]$ systemctl status libvirtd ● libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled) Active: active (running) since Mon 2020-12-14 15:16:44 EST; 8s ago Docs: man:libvirtd(8) https://libvirt.org Main PID: 33522 … Continue reading RHEL 8/CentOS 8: Install and Enable Libvirt
Installing RHEL 8.1 on Dell R710/R610 with H700 Raid Controller
Introduction A large number of storage controller drivers have been removed from RHEL 8.x, which means that the Dell R710/R610 with the H700 RAID controller, no longer supports RHEL 8.x natively. While this fact is unfortunate for a lot of hobbyists with their own homelabs, you can still install RHEL 8.x on these machines with … Continue reading Installing RHEL 8.1 on Dell R710/R610 with H700 Raid Controller