$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

How to Boot Single User Mode on Arch Linux

November 15, 2025 | By the+gnu+linux+evangelist.

Boot Single User Mode Arch Linux

How to Boot into Single User Mode on Arch GNU/Linux – Step by step Tutorial.

And Startup Arch into Single User Mode is Necessary whenever you Need to Create New Admin, Reset Root Pass or Make Any Admin Task in Runlevel 1.

For your Comfort this Guide is Split into several Pages to make it Easier to View and Follow every single Step involved.

Finally, this Setup is valid for all others Arch-based Distros like:

  • Manjaro
  • CachyOS
  • EndeavourOS
  • Bluestar
  • BigLinux
  • Garuda
  • ArcoLinux
  • Archman
  • Archcraft
  • ArchLabs
  • ArchBang
  • BlackArch
  • Artix
How to Boot Single User Mode on Arch Linux
  1. 1. Accessing Edit Mode

    Arch Linux GRUB Access Keys:
    Possibly, hold Shift during Boot (BIOS)
    Press Esc during Boot (UEFI)
    Or keep pressing Space to reveal the GRUB Menu.

    On the GRUB Screen Hit ‘e
    This to enter in Edit mode.