Skip to content

Instantly share code, notes, and snippets.

View victor-borges's full-sized avatar
:shipit:

Victor Borges victor-borges

:shipit:
View GitHub Profile
@mikaeldui
mikaeldui / CachyOS Kernel for Fedora with Secure Boot.md
Last active June 15, 2025 16:49
CachyOS Kernel for Fedora with Secure Boot

image

CachyOS Kernel for Fedora with Secure Boot

Did you just install kernel-cachyos and got hit by bad shim signature when booting? Me too. This is how I fixed it.

First, make sure you have Secure Boot with mokutil --sb-state.

Note, there's a second way of doing this by using sbctl, but I didn't want to wipe my Secure Boot keys.

Installing the CachyOS Kernel

@reneklacan
reneklacan / aoe4-mp-fix.sh
Last active December 8, 2024 14:48
Script to fix AOE4 desync issues
#!/bin/bash
set -ex
STEAM_DIR=/home/$USER/.steam/steam/steamapps
AOE4_DIR=$STEAM_DIR/compatdata/1466860
AOE4_WIN_DIR=$AOE4_DIR/pfx/drive_c/windows
AOE4_WIN_SYS32_DIR=$AOE4_WIN_DIR/system32
AOE4_WIN_SYS64_DIR=$AOE4_WIN_DIR/syswow64