Upgrading ROME(rolling) after Nov. 9, 2025 upgrade

Doing this upgrade with System Upgrade, dnfdrake, Discover, of dnfdragora will not work.

Edit (Nov. 21, 2025): This was redone because of user reports of differing results from the sudo dnf swap plasma6-sddm sddm swap compared to what I saw on my own ROME systems.

A fresh install is recommended over doing this procedure. See post 4 below for more on that.

OK, I have been able to create the test system I believed I needed to do this procedure. This was a ROME Plasma6 X11 x86_64 iso #4172 installed in a Qemu VM which I used because it was built Sept. 14, 2025 to simulate a user system that had not been upgraded in close to 2 months. There were no extra configs, or 3rd party software, the goal is to test that the system upgrades properly, resulting in a usable system.

A second test was run on a ROME Plasma6 Wayland x86_64 iso #4248 built Oct. 23, 2025 installed in Qemu VM. Both tests worked as expected.

These are the exact steps I used:

Boot system in console mode and login at the prompt >>> Important you are booting in to console mode from Advanced Options line in the grub menu not booting in to your graphical desktop.

This can take a bit of time >>> There are about about 1270 downloads done on these very default, just like the ā€˜Live’ iso systems.

I did these steps in this exact order:

sudo dnf clean all
sudo dnf swap plasma6-sddm sddm
sudo dnf swap plasma6-sddm-theme-breeze sddm-theme-breeze
sudo dnf swap plasma6-sddm-kcm sddm-kcm

rpm -qa | grep sddm

You want to see this output:

$ rpm -qa | grep sddm
sddm-0.21.0-11.znver1
sddm-theme-breeze-6.5.2-1.znver1
sddm-kcm-6.5.2-1.znver1

sudo systemctl enable sddm

sudo dnf up kernel-desktop
sudo dnf dsync --allowerasing --refresh | tee rome-dsync.log.txt
sudo systemctl enable sddm

To be sure sddm is enabled run:

sudo systemctl status sddm

reboot

Yes, I put sudo systemctl enable sddm in there twice. This is one area, the switch from plasma6-sddm to sddm where I seem to be seeing different results than some users have reported. What I post should be technically correct.

If you have problems with this procedure you will need the rome-dsync.log.txt for your forum or bug report.

This is a more complicated dsync than most and users with highly user configured systems or different hardware may see different results.
If you are one of those with a highly configured system you have to tell us exactly what you have done. This command should be sufficient to
show what hardware you have:

inxi -Fz

Note: sudo dnf dsync --allowerasing --refresh | tee rome-dsync.log.txt creates a .txt log file rome-dsync.log.txt. If you encounter problems you are going to need a log of that dnf transaction.

1 Like

After rebooting there are some more problems, all are easy to fix.

KSplash screen was switched from OpenMandriva to Breeze. You can change this in SystemSettings>Colors and Themes>Splash screen.

WiFi password no longer recognized. Re-enter the password in the dialog window.

Desktop wallpaper was changed. You can change this by right click on desktop and selecting ā€œDesktop and Wallpaperā€.

All in all given the complexity of this particular upgrade and the name changing from Plasma6 to regular KDE naming scheme not to bad.

If you encounter difficulties with this please make a new forum post or bug report with a descriptive title and enough information like steps to reproduce the issue or logs so we have something to work with. Please only one issue per forum thread. Otherwise user with the same issue may not be able to find any solution and for people trying to help multiple problems at once are to hard to follow. Just good manners.

Be aware we really, really, really, will need to know exactly, exactly, what you have done to your computer before the issue occurred. This is essential information. If you have customized your system we may need to know exactly, exactly, what you have done. Again essential information.

1 Like

Users wishing to use the latest ROME(rolling) ISOs can find them here:

Most recent ROME (rolling) ISO

There are some problems with the latest isos described here:

Problems with latest ROME ISOs (4292)

In spite of the problems noted above I found my installed system works rather well after applying the workarounds.

Edit: My opinion: Using these latest ISOs would be a far better choice resulting in fewer problems rather than using the 24.12 ISOs that are at SourceForge.

Edit-2: At SourceForge under Nightly.Builds there are ROME isos from 2025-06-15. IMO those are still to old one may as well use the latest.

Edited again Nov. 20 12:45 UTC.

Edited Nov. 21, 2025 to post results of final testing.

If there are ROME users with Plasma5 systems that has not been tested as far as I know, I am not committing to doing that.