I want to upgrade from PVE 8 to 9. I ran the pve8to9 test and got some warnings:
This is what I get when checking dkms status:
For the first warning, I assume I just need to stop all containers and VMs.
For the second warning, I understand that I need to uninstall some (or all?) of the running dkms modules. Do i just uninstall ryzen_smu/0.1.5
Not quite sure why an old kernel 6.2.16-20-pve is doing here and do I also uninstall it using the same way?
For the 3rd warning, the container with ID 400 is a Debian 12 template. Not sure what to do here.
Appreciate the help.
Code:
┌──(rootpve)-[~]
└─# pve8to9 --full
= CHECKING VERSION INFORMATION FOR PVE PACKAGES =
.....
WARN: 7 running guest(s) detected - consider migrating or stopping them.
.....
WARN: dkms modules found, this might cause issues during upgrade.
.....
losetup: /mnt/pve/VMs_CT_Main/images/400/base-400-disk-0.raw: failed to set up loop device: Operation not permitted
mounting container failed
WARN: Failed to load config and mount CT 400 - command 'losetup --show -f /mnt/pve/VMs_CT_Main/images/400/base-400-disk-0.raw' failed: exit code 1
.....
= SUMMARY =
TOTAL: 43
PASSED: 36
SKIPPED: 4
WARNINGS: 3
FAILURES: 0
This is what I get when checking dkms status:
Code:
┌──(rootpve)-[~]
└─# dkms status
ryzen_smu/0.1.5, 6.2.16-20-pve, x86_64: installed
For the first warning, I assume I just need to stop all containers and VMs.
For the second warning, I understand that I need to uninstall some (or all?) of the running dkms modules. Do i just uninstall ryzen_smu/0.1.5
dkms remove ryzen_smu/0.1.5
? Not quite sure why an old kernel 6.2.16-20-pve is doing here and do I also uninstall it using the same way?
For the 3rd warning, the container with ID 400 is a Debian 12 template. Not sure what to do here.
Appreciate the help.