Rufusを使ってAlmaLinux-9.5-x86_64-minimal.isoをUSBメモリに入れてBlog機にインスト。
https:/
USBメモリのパーテーションはGBTの方がちょっと速い。
※MBRの方はJ1900ではブートに失敗したかと思うほど、カーネルの進行表示が出るまでが長すぎ。
パパッとインストした後は・・・
まず邪魔なSELINUXをおふる。
# grubby --update-kernel ALL --args selinux=0
# reboot {カーネルのパラメータの変更だけだから}
何かと便利なcockpitをインスト
# dnf -y install cockpit {これをインストしておけば、後はブラウザでOK}
# vi /etc/cockpit/disallowed-users
### root {rootも使える様にする}
{サービスを起動する}
# systemctl start cockpit.socket
# systemctl enable cockpit.socket
Created symlink /etc/systemd/system/sockets.target.wants/cockpit.socket → /usr/lib/systemd/system/cockpit.socket.
{rootで端末を使える様にする}
# vi /etc/ssh/sshd_config
PermitRootLogin yes #を追加
# systemctl restart sshd.service
これでパッケージ更新もcockpitからできると思ったら不調なので、
端末から
# dnf update
cockpit画面から
- 画面左の「アプリケーション」を選択
- 画面中央の「アプリケーション」で
- 「マシン」と「ストレージ」の【インストール】ボタンを押す
- 画面中央の「アプリケーション」で
仮装マシンメニューを開くと

と表示するので
# dnf install qemu-kvm libvirt virt-install
# systemctl start libvirtd
Created symlink /etc/systemd/system/multi-user.target.wants/libvirtd.service → /usr/lib/systemd/system/libvirtd.service.
Created symlink /etc/systemd/system/sockets.target.wants/libvirtd.socket → /usr/lib/systemd/system/libvirtd.socket.
Created symlink /etc/systemd/system/sockets.target.wants/libvirtd-ro.socket → /usr/lib/systemd/system/libvirtd-ro.socket.
Created symlink /etc/systemd/system/sockets.target.wants/libvirtd-admin.socket → /usr/lib/systemd/system/libvirtd-admin.socket.
# systemctl enable libvirtd
# virt-host-validate
QEMU: Checking for hardware virtualization : PASS
QEMU: Checking if device '/dev/kvm' exists : PASS
QEMU: Checking if device '/dev/kvm' is accessible : PASS
QEMU: Checking if device '/dev/vhost-net' exists : PASS
QEMU: Checking if device '/dev/net/tun' exists : PASS
QEMU: Checking for cgroup 'cpu' controller support : PASS
QEMU: Checking for cgroup 'cpuacct' controller support : PASS
QEMU: Checking for cgroup 'cpuset' controller support : PASS
QEMU: Checking for cgroup 'memory' controller support : PASS
QEMU: Checking for cgroup 'devices' controller support : PASS
QEMU: Checking for cgroup 'blkio' controller support : PASS
QEMU: Checking for device assignment IOMMU support : WARN (No ACPI DMAR table found, IOMMU either disabled in BIOS or not supported by this hardware platform)
QEMU: Checking for secure guest support : WARN (Unknown if this platform has Secure Guest support)
IOMMUは、CPUがJ1900だからIntel語でVT-dは未搭載なので無視。
secure guest supportは、Intel cpuはどれもWARNっぽい。
仮想マシンAlmaLinux9.5(CPU:2コア、メモリ:3GB、ディスク:10GB)が作れたからOKとする。
後、仮想マシンの「ネットワーク」は仮想LAN用で外から見えないLANなので使わない。