Skip to content

Instantly share code, notes, and snippets.

View EdmundGoodman's full-sized avatar

Edmund Goodman EdmundGoodman

View GitHub Profile
@EdmundGoodman
EdmundGoodman / fixing_endeavourOS.md
Last active September 5, 2025 14:07
Fixing EndeavourOS Boot Failures

Fixing EndeavourOS Boot Failures

This gist enumerates a process which worked for me to repair an installation of EndeavourOS with full-disk encryption when it is unable to boot. It is also available as a blog post on my website.

Specifically, this set of steps fixed the boot process on a HP-Envy laptop running EndeavourOS with an ext4 file system. The issue normally occurs after an interrupted update using pacman -Syu, which then causes the system to be unable to boot after the next restart (showing only "boot to firmware interface" in the boot menu).

Steps to fix

1) Boot with an EndeavourOS live USB stick

@meain
meain / loading_messages.js
Last active December 7, 2025 07:02
Funny loading messages
export default [
"Reticulating splines...",
"Generating witty dialog...",
"Swapping time and space...",
"Spinning violently around the y-axis...",
"Tokenizing real life...",
"Bending the spoon...",
"Filtering morale...",
"Don't think of purple hippos...",
"We need a new fuse...",
@dogukancagatay
dogukancagatay / Makefile
Created June 27, 2014 18:14
Simple latex Makefile using latexmk
# Latex Makefile using latexmk
# Modified by Dogukan Cagatay <dcagatay@gmail.com>
# Originally from : http://tex.stackexchange.com/a/40759
#
# Change only the variable below to the name of the main tex file.
PROJNAME=main
# You want latexmk to *always* run, because make does not have all the info.
# Also, include non-file targets in .PHONY so they are run regardless of any
# file of the given name existing.