Bazzite os 1 & 0 launching into black screen after attempting to install openrazer via just command

I have been trying for the last little bit to install openrazer via the ujust install-openrazer command, but everytime I would open Razer Genie it would say the daemon isn't found, ran the journalctl command and saw it was disabled. Enabled it and attempted to start it, it gave me an error saying I wasn't part of the plugdev group, added myself and rebooted, now either os tree 1 or 0 launches into a black screen. I need help, not sure what to do from here or what I've been doing wrong.
69 Replies
nagito || Knight of Emilia
strange that id'd affect both systems but i do have ideas
borhannjk56
borhannjk56OP7d ago
BUT NAGITO IS EVIL, jk what should I do?
nagito || Knight of Emilia
let's first get to grub once there press E that'll open up a text editor menu use the arrow keys to get to the line starting with linux press ctrl+e to get to the line's end now hit space type systemd.unit=multi-user.target now ctrl+x should get you to a login
borhannjk56
borhannjk56OP7d ago
No description
borhannjk56
borhannjk56OP7d ago
Adding image just to have the record
borhannjk56
borhannjk56OP7d ago
Hmm, it just shows me this now:
borhannjk56
borhannjk56OP6d ago
No description
borhannjk56
borhannjk56OP6d ago
Which login does it want? I had two accounts
nagito || Knight of Emilia
that's the login screen try the one that can use sudo if both can either is fine
borhannjk56
borhannjk56OP6d ago
Cool beans, I'm signed in with my sudo one, now what should I do?
nagito || Knight of Emilia
not sure to be honest i guess let's try starting the desktop to make sure that works if you're on kde startplasma-wayland will do
borhannjk56
borhannjk56OP6d ago
Oh that worked hmm What the helly lol No idea why it's been such a struggle to get openrazer installed
nagito || Knight of Emilia
yeeeah seems like the login screen is broken let's try starting the login screen
borhannjk56
borhannjk56OP6d ago
Should I just try to sign out? Using the KDE menu?
nagito || Knight of Emilia
if you sign out it exits KDE which in this case brings you back to the terminal
borhannjk56
borhannjk56OP6d ago
Sorry I might be using the wrong terminology
borhannjk56
borhannjk56OP6d ago
No description
borhannjk56
borhannjk56OP6d ago
Using this
nagito || Knight of Emilia
ok you can log out & then we try starting the login screen
borhannjk56
borhannjk56OP6d ago
Ah I see it led back to the cli
nagito || Knight of Emilia
sudo systemctl start sddm
borhannjk56
borhannjk56OP6d ago
aand it worked
nagito || Knight of Emilia
so it isn't the login screen it's something else tied to graphical.target we can check what
borhannjk56
borhannjk56OP6d ago
Ty for helping me, I'd be lost
nagito || Knight of Emilia
systemctl list-dependencies graphical.target will show you a tree of sorts
borhannjk56
borhannjk56OP6d ago
Oh yeah it's pretty big We looking for red x's? I see 2
nagito || Knight of Emilia
is there a line starting from graphical.target
borhannjk56
borhannjk56OP6d ago
Yes sir
nagito || Knight of Emilia
you can ignore everything under multi-user.target
borhannjk56
borhannjk56OP6d ago
Oh lol Then here ya go
nagito || Knight of Emilia
multi-user.target is where we are right now
borhannjk56
borhannjk56OP6d ago
No description
nagito || Knight of Emilia
none of those seem too unusual most of the services i've seen before
borhannjk56
borhannjk56OP6d ago
I'm basically on a fresh install, only like 3 things from Bazaar, I'm not sure what openrazer did/tried to do 🤷‍♂️
nagito || Knight of Emilia
you could disable most of them just leave sddm & then we re enable them until something breaks accounts-daemon is also very likely fine so is rtkit probably so is udisks2 & upower sudo systemctl disable NAME will disable the service with the NAME but most of these seem perfectly fine
borhannjk56
borhannjk56OP6d ago
:spinthink: Is there maybe a way to pull up a log of what was happening when I was trying to boot the other times?
nagito || Knight of Emilia
yes indeed there is
borhannjk56
borhannjk56OP6d ago
Maybe that would get us some answers?
borhannjk56
borhannjk56OP6d ago
Dude I just want my razer mouse to work :sob: 😅
nagito || Knight of Emilia
sudo journalctl -b -1 -n 10 this'll give you the last 10 logged lines from the last boot attempt
borhannjk56
borhannjk56OP6d ago
No description
nagito || Knight of Emilia
hmm all of that looks fine it's like it was shutting down normally
borhannjk56
borhannjk56OP6d ago
It was, i only had to tap the power button and it would shut off
nagito || Knight of Emilia
wait did you shut it down normally last time oh
borhannjk56
borhannjk56OP6d ago
Yea, I just tapped power and that was working
nagito || Knight of Emilia
sudo journalctl -b -1 -p err this should show all errors from last boot
borhannjk56
borhannjk56OP6d ago
Uh quite a few
nagito || Knight of Emilia
yeeeeeeah that happens random errors happen
borhannjk56
borhannjk56OP6d ago
No description
nagito || Knight of Emilia
hmm none of this seems that bad i wonder if sudo rpm-ostree reset helps this removes all layered packages specifically it makes a system with no layered packages & sets that to be the main ostree:0 if this doesn't fix it that narrows things down
borhannjk56
borhannjk56OP6d ago
Let me try that, one sec It's staging It's done, now I can reboot Do I need to remove that line from grub?
nagito || Knight of Emilia
no that was not permanent anyways
borhannjk56
borhannjk56OP6d ago
Oh, I didn't know that, good to know Rebooting Well I'm at the login screen after the reboot But I have two questions So we did the reset, is there a reason I still see openrazer when doing a rpm-ostree status ?
borhannjk56
borhannjk56OP6d ago
No description
nagito || Knight of Emilia
yeah the other entry is ostree:1
borhannjk56
borhannjk56OP6d ago
Then the 2nd thing of course is how do I get this working:
No description
nagito || Knight of Emilia
the old system
borhannjk56
borhannjk56OP6d ago
Ohh Should I reset that one too?
nagito || Knight of Emilia
when you did a reset you did it on the old one it made a new system which you are currently using the old system will go away next time you update or layer/change something i guess & this one will become the old
borhannjk56
borhannjk56OP6d ago
Ah okay, well good to know, I'm learning Bazzite better :coolfingergunscry:
nagito || Knight of Emilia
as for how to fix it this isn't really your problem to solve one of the maintainers should probably fix the justfile btw what happens when you try to install it with ujust
borhannjk56
borhannjk56OP6d ago
So it installs with no issues, but then when you enable it and reboot and everything that's when I was getting the black screen Should I try again?
nagito || Knight of Emilia
strange well you can try again if it fails again you can always roll back to this system
borhannjk56
borhannjk56OP6d ago
Using the tips and tricks Nagito has shown me! Let me try it again
nagito || Knight of Emilia
gotta go good luck
borhannjk56
borhannjk56OP6d ago
Thank you! IT WORKS

Did you find this page helpful?