Threads

Every post here is made up. The screenshots and wallpapers are real.

Decorative. This site is static, so there is nothing behind this box.

chimera stopped booting, so I am on omarchy now opsecfever !!wl 08/29/26(Sat)16:55 No.0548

Killed the Chimera install. Not dramatically, and not by doing anything clever. The firmware simply stopped listing it. No entry in the boot menu, no entry in the BIOS setup screen, nothing to select. The disk was fine, the ESP was fine, the kernel and the bootloader were all sitting there exactly where I left them. The machine just would not admit any of it existed.

That is a UEFI boot variable problem. The bootloader lives on the EFI system partition, but what the firmware boots is an entry in NVRAM pointing at it, and those entries are firmware state, not disk state. They get dropped. A firmware update resets them, the NVRAM fills up, some boards prune entries they decide are stale. Your install is intact and unreachable, which is a genuinely annoying combination because every instinct says the disk died.

The lesson, and the thing I will do on every install from now on: also put a copy of the bootloader at the removable media fallback path, EFI/BOOT/BOOTX64.EFI on the ESP. Firmware will boot that with no NVRAM entry at all, because that is the path it uses for USB sticks. Costs one file copy and turns this failure from unbootable into merely untidy.

Could I have fixed it from a live USB with efibootmgr? Yes, in about ten minutes. I did not, and here is the honest reason.

NetworkChuck put out a video on Omarchy the same week, I watched it, and I thought fine, I will just try that instead. Not a considered technical migration. A video and a broken bootloader on the same evening.

Omarchy is DHH's opinionated Arch and Hyprland setup: one command on top of a fresh Arch install and you get a configured Wayland desktop, LUKS full disk encryption as standard, Alacritty, Neovim, tmux and a pile of themes with Tokyo Night as the default. It is aggressively somebody else's taste, which after a year of maintaining my own is precisely what I wanted.

And this is the part that would have annoyed me a year ago. It is Arch, so it is systemd, and I no longer care. >>0388 was me switching to a musl distro with dinit and learning which of my scripts were quietly GNU-specific. I enjoyed that. I do not want to do it again. I want the machine to boot, suspend properly, and not need me.

>spent about a year having opinions about init systems >now I want something that works

The dwl setup was better in ways I could defend in an argument. This one is better in the way that matters, which is that I have not touched it in a week.

Anonymous 08/29/26(Sat)17:20 No.0552

>>0548

>the disk was fine, the firmware just forgot

this happens far more than people realise and it always gets diagnosed as a dead drive. the fallback path trick is the correct answer and almost nobody does it until it bites them once.

Anonymous 08/29/26(Sat)17:44 No.0555

>>0548

the init system arc is universal. everyone does the musl and runit phase, everyone learns something real from it, everyone ends up back on systemd when they get a job or a hobby that is not their operating system.

no shame in it. you did the thing, you know what is on the other side, you picked anyway.

opsecfever !!wl 08/29/26(Sat)18:05 No.0559

>>0555

That is it exactly. Doing it once was worth it. Doing it forever was the mistake.

One thing I will note for the theme: it ships Chromium as the default browser, which is D tier on my own list over at /opsec/ >>0742. First thing I changed.

ss2.jpg (179 KB, 1400x788)

dwl desktop: a terminal and ASCII art panels over a black and white mountain wallpaper

desktop, current state opsecfever !!wl 08/27/26(Thu)14:01 No.0530

dwl, one of the wallpapers from the set below, a terminal running mfetch, and a couple of ASCII panels. Bar across the top. Nothing exotic.

Click the thumbnails for the full size.

opsecfever !!wl 08/27/26(Thu)14:03 No.0532

ss1.jpg (95 KB, 1400x788)

A terminal showing fastfetch output on Chimera Linux

Second one, just the terminal with fastfetch.

Both of these were taken with grim, because flameshot could not do it. It needs a screenshot portal and the wlroots one was not installed, so it sat there for thirty seconds and gave up. You can actually watch it fail in the left terminal.

>Screenshot portal timed out after 30 seconds >Unable to capture screen

Anonymous 08/27/26(Thu)14:20 No.0535

>>0532

based. grim is the answer on wlroots basically always, one binary and no daemon.

wp1.jpg (8 KB, 280x158)

Black and white photograph of a mountain valley

wallpapers, current set opsecfever !!wl 08/26/26(Wed)22:14 No.0512

Five of them, on rotation. All shot on a phone, all converted to black and white and cropped to 1920x1080.

Monochrome is doing a lot of work here. Anything with colour in it fights the bar and the borders, and I lost that argument enough times to stop having it.

opsecfever !!wl 08/26/26(Wed)22:16 No.0514

rest of the set

Black and white photograph of a hillside under cloud Black and white photograph of a dark ridge line Black and white photograph of a valley and track Black and white photograph of a lake below cloud

Anonymous 08/26/26(Wed)23:02 No.0519

>>0514

the lake one is the best one and it is not close. comfy set overall.

rewrote the status bar again opsecfever !!wl 06/12/26(Fri)01:19 No.0420

Fourth time this month. Shell, then C, then back to shell. It shows the time and the volume, which is what it showed in every previous version.

Anonymous 06/12/26(Fri)01:44 No.0423

>>0420

kek. it being fine has never stopped anybody.

Anonymous 06/12/26(Fri)02:02 No.0431

how many lines is it at this point anon

moved to a musl distro, everything moved with it opsecfever 06/07/26(Sun)14:52 No.0388

Half my scripts assumed GNU flags. Turns out a lot of what I thought was Linux was just one particular set of coreutils.

>stat -c >sed -i with no argument

Both of those cost me an evening each.

Anonymous 06/07/26(Sun)15:30 No.0391

>>0388

wait until you hit date. ask me how I know.

a month into tiling Anonymous 05/30/26(Fri)20:11 No.0301

>tfw reaching for a keybind on someone else's laptop

Happens about once a week now.