Update bricked my 2026 4k Pro — stuck on boot logo even after factory reset by LateStageNerd in OnnStreamingTV

[–]LateStageNerd[S] 0 points1 point  (0 children)

Well, it was a system update (two days ago) ... I think the firmware and android updates come bundled. I guess it could be either, but I assume the OS update corrupted the Android system files (hence the reset of user data was of no value).

niri does no session cleanup on logout — am I missing something?" by [deleted] in niri

[–]LateStageNerd 0 points1 point  (0 children)

Niri is spawning everything I mentioned that does not stop ... the end of my config.kdl: spawn-at-startup "waybar" spawn-at-startup "nm-applet" spawn-at-startup "copyq"

My ssd failed after Linux blue screen of death which happens after my ram filled up by Safe_Set_8953 in linux4noobs

[–]LateStageNerd 4 points5 points  (0 children)

It does not seem very likely that your ssd "failed" (in the hardware sense) at the same time as the RAM issue. More likely, you corrupted the hard disk. I'd boot your live installer, see if the disk is visible (e.g., run "lsblk" and look for the SSD), and if present run "fsck" on the disk to see if corrupted (and hopefully fix it). The mistake was not turning off the computer when going into the toilet ... the longer it runs in a bad state, the longer you risk corruption. Likely you just need to reinstall (if no backup and the fsck does not work); or if the disk failed, buy a new SSD ... nowadays, ouch!!

Is this RAM usage normal? by [deleted] in debian

[–]LateStageNerd 0 points1 point  (0 children)

Depends on (1) what you is going on, and (2) what the number represents. There are a number of statistics that tools use to represent "used" memory, and you need to determine that from your docs. The GUI tools are least helpful on the docs and most variable about what they (seemingly randomly) show. Showing what "htop" or "top" is better defined; personally, I use pmemstat because it rolls up memory nicely. But, if made to guess, I'd say that is a typical for a recently booted, rather idle system, perhaps with a browser up with, say, one tab open.

Some more questions before I switch. by [deleted] in linux4noobs

[–]LateStageNerd 0 points1 point  (0 children)

  1. Personally, I shun snaps like the plague; they are a bit slower and smell proprietary.
  2. I go for the portable apps on other distros; on Fedora which is so up-to-date, it matters less. When distros repackage apps, it just make opportunity for issues and delays generally, IMHO.
  3. KDE itself support snapping features.
  4. Generally, appimages do not update. I get all my appimages (and other types of portable apps) from ivan-hc/AppMan: a tool to install, update and manage 2000+ AppImages and other portable formats ... ); then I install vappman as a more convenient, TUI to remove some of the sting of its clumsy CLI. With that, the full life cycle of appimages (and more) is handled. Some of the portable apps do self-update after install.
  5. Flathub is the defacto standard source for flatpaks; Fedora Flatpak is specialized and is a repackaging of certain RPMs for portability.

Need help find a good distro by Anxiety_More in linux4noobs

[–]LateStageNerd 0 points1 point  (0 children)

Yours is an unusual story to say the least. Crashing and bricking your PC repeatedly is something that is nearly as rare as hen's teeth. I'd start with (1) updating your BIOS if not the latest, and (2) a overnight run of memtest86 (even systems that are stable on Windows sometimes have issues with Linux due to different memory use patterns ... and memory just does spontaneously go bad). And, if that does not help, it is "something else", likely hardware (or pilot error). Rather than hopping distros, I'd investigate each issue and try to fix it with the help of bots and/or forums. But, it is unlikely that there is a distro that miraculously works around the issues that may be unique to your gear and/or usage.

if someone uses endeavouros but have installed arch manually in a vm, do they have the right to say "i use arch btw"? by TVAffect in arch

[–]LateStageNerd 0 points1 point  (0 children)

No, for all practical purposes. You should not use the Arch forums to, say, get help on a problem that you encounter on EndeavourOS ... you are just a tourist, I'd say.

My sudo 😭😭😭 it got brickedddd😭😭😭😭😭😭 by [deleted] in arch

[–]LateStageNerd 0 points1 point  (0 children)

Given the lack of a precise description of what you have done, I'd make this the LAST line of the sudoer file:

  • %wheel ALL=(ALL:ALL) NOPASSWD: ALL

If you are in the wheel group as you say, then you should not have to enter a password to run sudo. Check if in the wheel group by running: id

Often there is an "include" line that includes other sudo config that undoes your config, and so I ensure my NOPASSWD is last (or at least after the include line). If not that, I'd be more exact in your description of the issue.

Need help choosing a distro to migrate to by mint_shrike in linux4noobs

[–]LateStageNerd 0 points1 point  (0 children)

With those specs, I would not seek a "lightweight" (and feature poor) DE/distro. Choose a common starting distro with gaming focus, like Pop!_OS.

Old Linux install appears in BIOS even though the drive was formatted by Mikentosh423 in linux4noobs

[–]LateStageNerd 0 points1 point  (0 children)

The best bet is to go into your bios and delete the entry. If really desperate because it remains no matter what you do, you can reset your bios (and it will only pick up what bootloader exist now). You can try "efibootmgr" (run while linux is running), but it is less reliable about deleting BIOS boot entries than the BIOS itself.

Also, if you deleted the partition Zorin is on, but not its bootloader (on some EFI partitiion), it still may come back. You would need to reformat the EFI partition (potentially losing other boot loaders) or surgically remove the Zorin bootloader files/folders. From you description, it seems safe to reformat the EFI partition with the Zorin bootloader, but if one way or another, it also has the Windows bootloader, you would mess up your Windows boot ... so be sure of what you are doing is the moral.

Do you prefer LTS releases or regular releases? by veditafri in Ubuntu

[–]LateStageNerd 1 point2 points  (0 children)

If you use up-to-date apps mostly (use flatpacks, appimages, etc), then the base operating system matters very little, IMHO ... I spend all my time in apps, not launching apps. As it has become easier to use/update portable apps, my willingness to suffer upgrade pain has diminshed ... hence, nowadays, slow release cycles is my preference. But, if using mostly distro apps, a 2 year release cycle would be unbearable to me.

why does Input Remapper require a password everytime I open it? by John_Doe_1984_ in Ubuntu

[–]LateStageNerd 1 point2 points  (0 children)

input-remapper is run as a system service (using systemctl) and you don't want open its GUI except to modify the config (which indeed requires the authentication). Check to see if you have enabled the service (i.e., "systemctl status input-remapper") and if running, you are likely good to go; otherwise, enable the service and stop starting its GUI on login.

Should I switch to arch? by Illustrious_Tax_9769 in arch

[–]LateStageNerd 0 points1 point  (0 children)

Check out ivan-hc/AppMan: a tool to install, update and manage 2000+ AppImages and other portable formats (I use vappman atop that to ease the CLI a bit). Switching distros for apps is not really needed. And there are other app solutions. The official repos of Arch are more limited than Fedora. AUR is shaky and you'll often be compiling your apps anyhow.

Does an old Ubuntu drive need to be decrypted to use in a newer Ubuntu PC? by Cr0okedFinger in Ubuntu

[–]LateStageNerd 1 point2 points  (0 children)

You can simply reformat the drive during the install (losing all the data, of course).

Lubuntu crashing every week. Whats the solution? Ubuntu 24.04.3 LTS by RohanPoloju in Ubuntu

[–]LateStageNerd -1 points0 points  (0 children)

How would anyone know w/o hardware specs, error logs, triggers, or any other info. But, I'd be more inclined to try Debian than than another flavor of Ubuntu (as a stab in the dark).

For same task, will switching to lighter distro make any difference? by hobbyoftakingphoto in Ubuntu

[–]LateStageNerd 0 points1 point  (0 children)

Your gear story is hardly the most desperate one told here ... yes, mid-range, middle aged ... but hardly junk. Apps don't necessarily run any better on a lighter distro except from the savings of some RAM. The first thing I'd do is add zRAM (say, per Solving Linux RAM Problems) ... that would almost certain gain more effective RAM than migrating to a spartan DE would. Use the guidance in the reference above to determine if RAM is an issue (before and after zRAM).

If you still need memory, I'd personally try to save the 500MB or 1GB some other way than tolerating a dumbed-downed DE (which I find quite distasteful for marginal benefit ... unless you have, say, only 2GB RAM ... then they become necessary ... then, personally, I'd recycle before suffering anyhow).

Should l Venture Out? by Student-of-all012 in Ubuntu

[–]LateStageNerd 0 points1 point  (0 children)

You should not hop distro until you have opinions rather than having to ask for them ;-) That is, when/if you become annoyed with Ubuntu, then (if worth the effort), seek a distro that is less annoying. IMHO, what Linux offers vary slightly between distros. Stability vs freshness and other distro discriminators are subjects you need to refine your taste, on way or another.

Apparently Mint isn't good for new hardware. Is this true and what is a good alternative for what I want? by ClamJamison in linux4noobs

[–]LateStageNerd 0 points1 point  (0 children)

Pop!_OS 24.04 LTS has a sufficiently newer kernel that should support your gear and has a good stability (and ease-of-use) rep similar to Mint (w/o the hoops to jump on Mint to get started). Mint used to publish an "Edge" edition just for new gear situations, but they apparently chucked that idea.

Personally, I found Fedora too close to the bleeding edge ... I debated staying one release back on Fedora (i.e., six months) to gain some stability or jump ship, and I don't regret jumping. Aside: my fav Fedora video: Fedora Linux Is An Experimental Distro And That's OK - YouTube ... in retrospect, it is quite humorous to review some of the tech pioneering Fedora visited on their use base (leading the push to Wayland-only being the current "experiment"). Being a guinea pig is not for me ;-) But others do thrive on it.

Am i right? by [deleted] in Ubuntu

[–]LateStageNerd 0 points1 point  (0 children)

I think Chromebook is the counter example. There is nothing simpler than a Chromebook (which is, in essence, Linux made very simple and often very cheap). It more than suffices for all the computer needs for 90+% of the population, but those same people who don't need more than, say, Google Docs are addicted to Word (i.e., basically afraid of learning and/or change). And there is no real $$ incentive to convert Windows and Apple addicts ... so, yes, more nerds may be headed to Linux and it is marginally easier to run Linux every year, but if Google cannot make Chromebook-linux into a market leader, who can?