Workaround for version 1.13 new install & upgrade not working after boot #693
Replies: 13 comments 7 replies
-
Thanks for this guide. If you're running on WiFi, you'll likely need to run |
Beta Was this translation helpful? Give feedback.
-
Using 'e' on the "Arch Linux" in systemd did not boot out of the problem, but selecting linux-fallback, 'e' and adding single did get me to a maintenance shell and from there, I was able to backout the uwsm update. |
Beta Was this translation helpful? Give feedback.
-
Using 'e' and adding systemd.unit=single-user.target gets me to put in the password to access btrfs in either of the options(linux/linux-fallback), but then it says "Cannot open access to console, the root account is locked." Press enter to continue, which then goes back to the problem. Edit: I had not setup a root password during archinstall. |
Beta Was this translation helpful? Give feedback.
-
This solution didn't work for me because the root account was locked. I solve with arch ISO boot. https://docs.google.com/document/d/1MXZ3i70mjcOJLX3vqL5ndbY8hIeB1GIuOG8xVj7-BYg/edit?usp=sharing |
Beta Was this translation helpful? Give feedback.
-
My systemd-boot arch entry wasn't unlocked, so I couldn't edit it. Thought I'd post this in case others had the issue, and didn't want to revert to a usb stick, but did have sshd running like myself. |
Beta Was this translation helpful? Give feedback.
-
HOLY **** this literally would have saved me 5 hours of my life... I did this in a roundabout way, learned a lot about uwsm, display managers, read and tried to edit a little bit of C, edited systemd services, installed sddm, ran hyprland from tty, only to read the commit message I had open before I hit reboot. Anyway that last command solved my issue. This package 100% needs to be pinned and tested before anyone can accidentally run the omarchy-update script. I'm actually a little confused why |
Beta Was this translation helpful? Give feedback.
-
Thanks @OmarSkalli this has fixed it for me!
|
Beta Was this translation helpful? Give feedback.
-
Thank you so much. You saved me. May be a stupid question, but how do I prevent upgrading uwsm and will this be patched in the near future? |
Beta Was this translation helpful? Give feedback.
-
This solution didn't work for me because the root account was locked, it also didnt work with arch iso boot, i also try to reinstall uswm and it didnt work too. What should i do? Note: i dual boot |
Beta Was this translation helpful? Give feedback.
-
This fix worked for me. Thank you. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It worked for me, thank you! |
Beta Was this translation helpful? Give feedback.
-
I did not know about these fixes, so I did the following:
It took one try, and now my wife used linux for the first time ever ! Thank you for this bug uwsm ! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks to harpreetchima, nik-securemeasure, ryanrhughes, and others for the workaround to #688.
Below are the summarized steps to restoring Omarchy:
STEP 1)
1. a) If you are on systemd and you see the screen below:
During the bootloader:
e
systemd.unit=single-user.target
1.b) If you are on grub and see the screen below:

single
where indicated in the screenshot, followed by ctrl + x to continue in rescue mode.STEP 2) When you see the Omarchy login screen, log-in as usual
STEP 3) When you're prompted
Enter root password for system maintenance
. Enter your sudo password.Step 4) In the terminal, enter the following to downgrad your version of
uwsm
:Note: if you are using wifi, you will also need to:
systemctl start iwd
STEP 5) Reboot your machine:
STEP 6) Cross fingers, and hopefully things are resolved for now. Until there is a better fix, refrain from updating
uwsm
Beta Was this translation helpful? Give feedback.
All reactions