Tagged articles
17 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Nov 15, 2022 · Operations

Recovering a Linux Server Stuck in Rescue Mode and Re-mounting a Data Disk without Formatting

This article describes a step‑by‑step process for diagnosing a Linux server that entered rescue mode after an illegal reboot, using journalctl and systemctl commands, checking disk status, repairing an XFS filesystem with xfs_repair, and safely unmounting, re‑formatting, and re‑mounting the data partition without losing existing data.

Disk MountFilesystem RepairLinux
0 likes · 7 min read
Recovering a Linux Server Stuck in Rescue Mode and Re-mounting a Data Disk without Formatting
Efficient Ops
Efficient Ops
Nov 5, 2019 · Operations

How to Fix Linux Boot Failures: Single‑User Mode, GRUB & Rescue Techniques

This guide explains how to troubleshoot Linux boot problems by using single‑user mode to reset forgotten root passwords, repairing disk errors with fsck, correcting GRUB configuration mistakes, and employing Linux rescue mode to restore missing system files or rebuild the bootloader for dual‑boot systems.

GRUBLinuxboot
0 likes · 13 min read
How to Fix Linux Boot Failures: Single‑User Mode, GRUB & Rescue Techniques
ITPUB
ITPUB
Jan 24, 2018 · Operations

How to Rescue a Failing Linux Boot: Single‑User, GRUB & Rescue Mode Hacks

Learn step‑by‑step how to recover a Linux system that won’t boot by using single‑user mode, fixing GRUB configuration errors, and employing the Linux rescue environment, with concrete command examples for resetting root passwords, repairing disk sectors, and restoring critical configuration files.

LinuxSystem Administrationboot
0 likes · 14 min read
How to Rescue a Failing Linux Boot: Single‑User, GRUB & Rescue Mode Hacks
ITPUB
ITPUB
Oct 13, 2017 · Operations

Rescue a Broken Linux Boot: Single‑User Mode, GRUB Fixes & Recovery Steps

This guide walks through Linux boot failure troubleshooting, covering single‑user mode, common GRUB misconfigurations, disk‑sector errors, and step‑by‑step recovery using rescue mode, with concrete commands and examples for each scenario.

GRUBSystem Administrationboot
0 likes · 14 min read
Rescue a Broken Linux Boot: Single‑User Mode, GRUB Fixes & Recovery Steps