Test the F44 images #21

Open
opened 2026-06-05 15:46:38 +00:00 by kashyapc · 4 comments
Owner

We have a few images available here for testing:

We have a few images available here for testing: - Fedora-Server-Host-Generic: https://riscv-koji.fedoraproject.org/koji/buildinfo?buildID=90869 - Fedora-Container-Base-Generic: https://riscv-koji.fedoraproject.org/koji/buildinfo?buildID=90866 - Fedora-Server-Host-Omni: https://riscv-koji.fedoraproject.org/koji/buildinfo?buildID=90874
Author
Owner

The container image is fine:

$ podman load -i Fedora-Container-Base-Generic-44-20260604.0.riscv64.oci.tar.xz
$ podman run --rm -it bd55709b07e7 /bin/bash


[root@801d4e4d27a9 /]# uname -r
6.6.62+
[root@801d4e4d27a9 /]# uname -a
Linux 801d4e4d27a9 6.6.62+ #1 SMP Tue Nov 26 20:00:12 CST 2024 riscv64 GNU/Linux
[root@801d4e4d27a9 /]# cat /etc/fedora-release 
Fedora release 44 (Forty Four)
The container image is fine: ``` $ podman load -i Fedora-Container-Base-Generic-44-20260604.0.riscv64.oci.tar.xz $ podman run --rm -it bd55709b07e7 /bin/bash [root@801d4e4d27a9 /]# uname -r 6.6.62+ [root@801d4e4d27a9 /]# uname -a Linux 801d4e4d27a9 6.6.62+ #1 SMP Tue Nov 26 20:00:12 CST 2024 riscv64 GNU/Linux [root@801d4e4d27a9 /]# cat /etc/fedora-release Fedora release 44 (Forty Four) ```
Author
Owner

Omni kernel image from here also works for me. Fedora-Server-Host-Omni-44-20260604.0.riscv64.raw.xz:

[...]
[  OK  ] Reached target network-online.target - Network is Online.
         Starting cockpit-issue.service - Cockpit issue updater service...
         Starting rpc-statd-notify.service - Notify NFS peers of a restart...
         Starting rsyslog.service - System Logging Service...

Fedora Linux 44 (Server Edition)
Kernel 7.0.11-200.0.riscv64.omni.fc44.riscv64 on riscv64 (ttyS0)

Web console: https://localhost:9090/

localhost login: fedora
Password: 
[fedora@localhost ~]$ uname -r; cat /etc/fedora-release 
7.0.11-200.0.riscv64.omni.fc44.riscv64
Fedora release 44 (Forty Four)
Omni kernel image from [here](https://riscv-koji.fedoraproject.org/koji/buildinfo?buildID=90874) also works for me. `Fedora-Server-Host-Omni-44-20260604.0.riscv64.raw.xz`: ``` [...] [ OK ] Reached target network-online.target - Network is Online. Starting cockpit-issue.service - Cockpit issue updater service... Starting rpc-statd-notify.service - Notify NFS peers of a restart... Starting rsyslog.service - System Logging Service... Fedora Linux 44 (Server Edition) Kernel 7.0.11-200.0.riscv64.omni.fc44.riscv64 on riscv64 (ttyS0) Web console: https://localhost:9090/ localhost login: fedora Password: [fedora@localhost ~]$ uname -r; cat /etc/fedora-release 7.0.11-200.0.riscv64.omni.fc44.riscv64 Fedora release 44 (Forty Four) ```
Author
Owner

The Fedora-Server-Host-Generic image from here also works for me. Fedora-Server-Host-Omni-44-20260604.0.riscv64.raw.xz:

[...]
[  OK  ] Reached target network-online.target - Network is Online.
         Starting cockpit-issue.service - Cockpit issue updater service...
         Starting rpc-statd-notify.service - Notify NFS peers of a restart...
         Starting rsyslog.service - System Logging Service...

Fedora Linux 44 (Server Edition)
Kernel 6.19.8-200.0.riscv64.fc43.riscv64 on riscv64 (ttyS0)

Web console: https://localhost:9090/ or https://192.168.122.148:9090/

localhost login: fedora
Password: 
[fedora@localhost ~]$ uname -r; cat /etc/fedora-release 
6.19.8-200.0.riscv64.fc43.riscv64
Fedora release 44 (Forty Four)

I used this little virt-install invocation to boot it:

virt-install \
    --import \
    --name vm2-host-gen \
    --osinfo fedora-rawhide \
    --arch riscv64 \
    --cpu mode=maximum \
    --vcpus 4 \
    --ram 4096 \
    --boot uefi \
    --disk path=/var/lib/libvirt/images/Fedora-Server-Host-Generic-44-20260604.0.riscv64.raw\
    --network default \
    --tpm none \
    --graphics none \
    --controller scsi,model=virtio-scsi \

The `Fedora-Server-Host-Generic` image from [here](https://riscv-koji.fedoraproject.org/koji/buildinfo?buildID=90869) also works for me. `Fedora-Server-Host-Omni-44-20260604.0.riscv64.raw.xz`: ``` [...] [ OK ] Reached target network-online.target - Network is Online. Starting cockpit-issue.service - Cockpit issue updater service... Starting rpc-statd-notify.service - Notify NFS peers of a restart... Starting rsyslog.service - System Logging Service... Fedora Linux 44 (Server Edition) Kernel 6.19.8-200.0.riscv64.fc43.riscv64 on riscv64 (ttyS0) Web console: https://localhost:9090/ or https://192.168.122.148:9090/ localhost login: fedora Password: [fedora@localhost ~]$ uname -r; cat /etc/fedora-release 6.19.8-200.0.riscv64.fc43.riscv64 Fedora release 44 (Forty Four) ``` ------ I used this little `virt-install` invocation to boot it: ``` virt-install \ --import \ --name vm2-host-gen \ --osinfo fedora-rawhide \ --arch riscv64 \ --cpu mode=maximum \ --vcpus 4 \ --ram 4096 \ --boot uefi \ --disk path=/var/lib/libvirt/images/Fedora-Server-Host-Generic-44-20260604.0.riscv64.raw\ --network default \ --tpm none \ --graphics none \ --controller scsi,model=virtio-scsi \ ```
Owner

Tested the Omni image on Megrez and it worked fine.

Tested the Omni image on Megrez and it worked fine.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
riscv/planning#21
No description provided.