Skip to content

Instantly share code, notes, and snippets.

@alfredodeza
Created November 29, 2025 01:00
Show Gist options
  • Select an option

  • Save alfredodeza/4894d644b578a7057e352e1380584854 to your computer and use it in GitHub Desktop.

Select an option

Save alfredodeza/4894d644b578a7057e352e1380584854 to your computer and use it in GitHub Desktop.
Mount Omarchy root volume

Rescue from Omarchy

If you ever are stuck with Omarchy like I did with a bad hyperland.conf and you have no access to the system, then boot with the ISO with USB and exit from the installer.

Then:

  1. lsblk of fdisk -l to find your partition. Mine is NVME so I used that one
  2. crypsetup luksOpen /dev/your-root-partition cryptroot # this will prompt your password
  3. mount /dev/mapper/cryptroot /mnt

Then you can now go into /mnt and fix anything there. Alternatively, enable SSH and not deal with this problem :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment