Recovery & Backup
16 articles
Black Screen After Update
A black screen after a Fedora update is almost always caused by a graphics driver or kernel regression, and can be resolved by booting an older kernel or reinstalling the driver.
Fedora Installer Crashes or Freezes: Troubleshooting Steps
Fix Fedora installer crashes by verifying the ISO checksum and booting with the nomodeset kernel parameter to bypass graphics driver conflicts.
Fix broken packages
Repair broken RPM packages on Fedora using dnf's built-in repair commands and manual cache clearing to restore a consistent system state.
How to Back Up Your Fedora System: Complete Strategy Guide
Start by using `rsync` to mirror your home directory and configuration files to an external drive, then use `systemctl` to snapshot your `/etc` directory and critical databases before any major system changes.
How to Create a Full Disk Image Backup on Fedora (dd, Clonezilla)
Create a full Fedora disk backup using the dd command for a raw image or Clonezilla for a bootable recovery.
How to Debug Application Crashes on Fedora (coredumpctl, gdb)
Use coredumpctl to list crash dumps and gdb to analyze the stack trace for application crashes on Fedora.
How to Fix Black Screen After Login on Fedora
Fix Fedora black screen after login by reinstalling graphics drivers and resetting user session configurations via TTY.
How to Fix Broken or Missing Characters in Terminal on Fedora
Fix broken terminal characters on Fedora by setting the LANG and LC_ALL environment variables to en_US.UTF-8.
How to Fix Broken Symlinks and Missing Libraries on Fedora
Broken symlinks and missing shared libraries on Fedora are usually resolved by updating packages, reinstalling the affected package, or installing the missing library directly with dnf.
How to Fix Fedora Black Screen After Login
Fix Fedora black screen after login by updating the system and reinstalling the display server via the command line.
How to Repair a Broken Fedora Installation Using the Live USB
Boot a Fedora Live USB, chroot into your installed system, and use DNF or RPM to repair broken packages and restore a working installation.
How to Restore Fedora from a Backup After System Failure
After a system failure, you can restore Fedora by booting from a live image and recovering data from a backup made with Timeshift, rsync, or a full-disk archive.
How to Use BorgBackup for Deduplicated Backups on Fedora
Install BorgBackup on Fedora, initialize an encrypted repository, and create a timestamped backup of your home directory.
How to Use Emergency and Rescue Mode to Fix a Broken Fedora System
Boot Fedora into Emergency Mode using kernel parameters to access a root shell for fixing broken configurations like /etc/fstab.
How to Use Restic for Encrypted Cloud Backups on Fedora
Install Restic via DNF, initialize a repository on your cloud storage, and configure environment variables for your provider's credentials before running your first backup.
Recover from a Failed Update on Fedora
When a DNF update fails or leaves your system in a broken state, you can complete the interrupted transaction, roll back packages, or use the live environment to repair the installation.