Migration from R4.2 to R4.3 didn't go as planned

Hi everyone,
after a few hours of not being able to migrate, I have to ask - did anyone encounter following issues during in-place upgrade from R4.2 to R4.3? By the way, I know you’d most likely want to kill me for the photos of screen, I was so angry I didn’t spend the time with connecting USB device to dom0, sorry about that.
I’m using qubes-dist-upgrade utility.
When following command is used, error happens during distro-sync (command qubes-dist-upgrade --releasever=4.3 --all-pre-reboot -y):

At this point, even qubes-dom0-update isn’t possible.

However, here is uname and os-release info:

Any ideas on how to continue from this point? I tried to use stage 4 of the qubes-dist-upgrade, however it looks like this utility doesn’t recognize dom0 as upgraded to R4.3

Do you know what stage (of the 3 stages in pre-boot) qubes-dist-upgrade got to before the error?

Hi everyone,
long time no see. It took some time, but today I did figure out what to do about this error, and it was solution that most likely wasn’t expected.
For hte Grub2, I was able to manually install fc41 versions by searching for RPMs.
ALL OF THE COMMANDS ARE BEING EXECUTED AS ROOT
:cowboy_hat_face:

dnf remove breeze-icon-theme

with this, I was able to actually execute stage 3

qubes-dist-upgrade --releasever=4.3 -y -s

More than 1600 packages were upgraded/downloaded
But, after the upgrade, sys-net, sys-firewall and sys-whonix didn’t start. To fix this, I used commands from

These were the commands I executed:

journalctl --vacuum-time=1d
lvresize --size 40G /dev/qubes_dom0/root
resize2fs /dev/mapper/qubes_dom0-root
lvconvert --repair qubes_dom0/vm-pool

With this done, all previously mentioned qubes did start again.
Then, I executed another part of migration

qubes-dist-upgrade --releasever=4.3 -y --all-post-reboot

For stage 4, every single migration attempt is failing. This bug is reported

And with that, I was able to boot into R4.3 with 6.18 kernel :money_mouth_face: