ruffedgz
ruffedgz
UBUniversal Blue
Created by Atom on 2/24/2025 in #🛟bazzite-help
Sometimes bazzite doesn’t boot
no worries, the kmsg part is for you to see it when it happens since like you said, its not able to collect any logs since it cant start.. I think you know this hence the quote but explaining it for others that are curious 🙂
27 replies
UBUniversal Blue
Created by Atom on 2/24/2025 in #🛟bazzite-help
Sometimes bazzite doesn’t boot
mars 04 16:51:42 bazzite systemd-journald[377]: Journal stopped
mars 04 16:51:43 bazzite systemd-journald[377]: Received SIGTERM from PID 1 (systemd).
mars 04 16:51:42 bazzite systemd-journald[377]: Journal stopped
mars 04 16:51:43 bazzite systemd-journald[377]: Received SIGTERM from PID 1 (systemd).
This is interesting to me as it looks like systemd causes a SIGTERM but then was able to start it up again shortly after... yea hard to say what without more info but I did read something about adding some kernel parameters to help grab more verbose info: systemd.log_level=debug systemd.log_target=kmsg It could help if you go to the systemd peeps as well
27 replies
UBUniversal Blue
Created by Atom on 2/24/2025 in #🛟bazzite-help
Sometimes bazzite doesn’t boot
Just curious about this but can you do more of a journalctl instead of the systemctl status after boot? From this code snipet, it looks like systemd-journald starts up later just has a hard time during boot but would be interested in what it says in something like:
journalctl -b | grep systemd-journald
journalctl -b | grep systemd-journald
27 replies
UBUniversal Blue
Created by Drakedragondraken on 3/3/2025 in #🛟bazzite-help
So I I'm not using windows I want to purely install bazzite constant error 1 what's the problem here
I would recommend setting up a USB with https://medicatusb.com/ as it has a lot of tools like disk managers, backup and restore apps, etc.. and I use it for my OS installs like Windows or Linux Distros.. Its a handy tool for sure.
14 replies
UBUniversal Blue
Created by Paulo Dybala on 2/28/2025 in #🛟bazzite-help
WiFi USB Adapter Not Working
Ok so Im doing a disclaimer here as I dont think this is permanent solution but a possible way to verify your issue if you want to try it as I was able to remove the mt76x2u driver from the blacklist after commenting it out and rebooting my host. Here is what I found.
# Remount /usr as rw
mount -o remount,rw /dev/sdb3 /usr

# comment out the driver in /usr/lib/modprobe.d/xone.conf
vim /usr/lib/modprobe.d/xone.conf

# Verify that /lib/modprobe.d/xone.conf is also commented out
cat /lib/modprobe.d/xone.conf

# Reboot OS
# Remount /usr as rw
mount -o remount,rw /dev/sdb3 /usr

# comment out the driver in /usr/lib/modprobe.d/xone.conf
vim /usr/lib/modprobe.d/xone.conf

# Verify that /lib/modprobe.d/xone.conf is also commented out
cat /lib/modprobe.d/xone.conf

# Reboot OS
So I found out that the file you found was a linked file and then when I found the file it was linked to, I found it was on a ReadOnly FS so just remounting it as RW and making the change helped with my test on my system and was able to confirm that its not on the blacklist.
root@bazzite:~# modprobe -c | grep mt76x2u
alias usb:v045Ep02E6d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v045Ep02FEd*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v057Cp8503d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0846p9014d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0846p9053d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0B05p17EBd*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0B05p180Bd*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0B05p1833d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0E8Dp7612d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0E8Dp7632d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v2C4Ep0103d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v7392pB711d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
root@bazzite:~# modprobe -c | grep mt76x2u
alias usb:v045Ep02E6d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v045Ep02FEd*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v057Cp8503d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0846p9014d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0846p9053d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0B05p17EBd*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0B05p180Bd*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0B05p1833d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0E8Dp7612d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v0E8Dp7632d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v2C4Ep0103d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
alias usb:v7392pB711d*dc*dsc*dp*ic*isc*ip*in* mt76x2u
Not sure this will help with your actual issue and Im assuming an update might just revert this change back in the future so be warned. Also Im still playing around with Atomic more and more every day and learning the in's and out's compared to normal Linux servers that I use everyday for work. Hope this helps.
4 replies
UBUniversal Blue
Created by dragaoazuljr on 3/2/2025 in #🛟bazzite-help
Nvidia pre release driver
So just putting some notes here for reference related to your issue: https://github.com/ValveSoftware/Proton/issues/8408#issuecomment-2692177220 https://developer.nvidia.com/vulkan-driver I also read that the Nvidia Driver 570.86.16 which is the current BETA release on the site can help with this as well. If no one helps out soon will see what I can find related to upgrading driver to the newest BETA release
4 replies
UBUniversal Blue
Created by shadowknight on 2/27/2025 in #🛟bazzite-help
I can't get planet crafter to work
I just did a quick google search and found this related to Planet Crafter and Linux, Im wondering if it could help - https://www.gamingonlinux.com/2022/03/the-planet-crafter-is-a-great-start-to-a-open-world-terraforming-game/ Also found something here as well on the protondb site related to the game - https://www.protondb.com/app/1284190 Just a thought :oldmanshrug:
31 replies
UBUniversal Blue
Created by Dry Paper Hammer Bro on 3/1/2025 in #🛟bazzite-help
How'd I bypass this screen?
Just for reference with that @Kyle Gospo said: https://docs.bazzite.gg/General/Installation_Guide/secure_boot/
13 replies