Rescue: Difference between revisions

From ALT Linux Wiki
m (size changes, links rot, new pages appear... count all of that in)
Line 54: Line 54:


These images are automatically built [[regular|weekly]]<ref>there are quarterly [[starterkits]] including a twin rescue image built using stable branch</ref>, here are the '''direct download links''' to files which have been verified to boot already:
These images are automatically built [[regular|weekly]]<ref>there are quarterly [[starterkits]] including a twin rescue image built using stable branch</ref>, here are the '''direct download links''' to files which have been verified to boot already:
* '''[http://nightly.altlinux.org/sisyphus/tested/regular-rescue-latest-x86_64.iso x86_64]''' ([http://mirror.yandex.ru/altlinux-nightly/tested/regular-rescue-latest-x86_64.iso mirror])
* '''[http://nightly.altlinux.org/sisyphus/tested/regular-rescue-latest-x86_64.iso x86_64]''' ([https://mirror.yandex.ru/altlinux-nightly/tested/regular-rescue-latest-x86_64.iso mirror])
* '''[http://nightly.altlinux.org/sisyphus/tested/regular-rescue-latest-i586.iso i586]''' ([http://mirror.yandex.ru/altlinux-nightly/tested/regular-rescue-latest-i586.iso mirror])
* '''[http://nightly.altlinux.org/sisyphus/tested/regular-rescue-latest-i586.iso i586]''' ([https://mirror.yandex.ru/altlinux-nightly/tested/regular-rescue-latest-i586.iso mirror])
* '''[http://nightly.altlinux.org/sisyphus-aarch64/tested/regular-rescue-latest-aarch64.iso aarch64]'''
* '''[http://nightly.altlinux.org/sisyphus-aarch64/tested/regular-rescue-latest-aarch64.iso aarch64]'''



Revision as of 08:19, 12 December 2021

Download.png
x86_64 (~600 Mb)
i586 (~500 Mb)
mirror
Screenshots

What is it for

ALT Linux Rescue is a moderate sized[1] console LiveCD distribution that is designed to help sysadmins fix and repair many kinds of problems with systems they are or feel responsible for; so it comes with tools aiding to:

  • perform hardware diagnostics
  • resize partitions
  • fix bootloaders, partitions, filesystems
  • recover partitions and files deleted by accident
  • backup and restore to network servers
  • deal with optical, tape and file archives
  • optimize filesystem usage
  • diagnose network problems and remote services
  • wipe partitions or drives clean of residual information[2]
  • access Android devices, reset Windows passwords, etc
  • investigate unauthorized access/security breach events

All of that is packaged into a convenient hybrid ISO image file suitable for both CD/DVD media and USB Flash pendrives[3].

The resulting media should be bootable on most of the common systems:

  • i586 ones starting roughly with Intel Pentium III (256 MB RAM) or equivalent,
  • x86_64 ones on any AMD64 compatible hardware with BIOS or UEFI[4],
  • aarch64 ones on any ARMv8 compatible hardware with UEFI.

But above all, don't panic, we've been there too!

Download

Gnome-media-optical.svg Regular Build

These images are automatically built weekly[5], here are the direct download links to files which have been verified to boot already:

This is free software, you can use it, share it and enhance it too! And here are some alternatives.

Note the tips on suitable utilities to write the hybrid ISO image to bootable media; please do not use UNetbootin, Rufus, or UltraISO as those will cripple the result unfortunately.

Software spotlights

This is a GNU/*/Linux based LiveCD so all the software runs under Linux kernel[6]. Contents can be extended in runtime using APT-RPM, just dhcpcd; apt-get update and install away.

Here are some of the packages included to get you started:

  • refind to cope with the lack of EFI boot manager menu
  • smartmontools for HDD/SSD S.M.A.R.T. monitoring
  • testdisk/photorec to recover partitions and data files
  • memtest86 for UEFI[7] and memtest86+ for BIOS
  • android-tools, bonnie++, chntpw, cpuburn, dc3dd/dcfldd/ddrescue, exfat-utils, gpart, hdparm, ipmitool, lft, netcat, parted, rsync, scalpel, sleuthkit (aff/ewf), uudeview, whdd, wipefreespace...

There's more than a hundred of specialized programs there and many more are available through ALT Linux Sisyphus repository which serves as the base for this rescue image providing it with recent software versions. You can also rebuild it with the tools you need[8].

Forensic mode boot aims to minimize impact on media by avoiding activation of swap partitions, software RAID and LVM, mounting no filesystems and switching mount-system to readonly mode using loopback devices; press F2 and choose the appropriate option if UEFI booting. This mode enables hardening against rescue root filesystem spoofing.

"Rescue with remote SSH access (DHCP)" might come handy with laggy iKVM as it would bring up networking via DHCP, generate a root password, start SSH server and print the access parameters to the terminal so that only a few IP-KVM keystrokes are required to obtain faster shell. Please do change the password upon login.

References

Windows-infographic share.png
Upgrade from Windows!
 
  1. about 600 Mb in 64-bit x86 flavour
  2. ...which could be undeletable
  3. with dd(8) or win32diskimager
  4. you might prefer to disable SecureBoot though even if it's handled in late November 2013 snapshots and on
  5. there are quarterly starterkits including a twin rescue image built using stable branch
  6. the kernel version usually either the latest one or pretty close to that, BTW
  7. with PassMark's permission
  8. contact mike at altlinux org, it's about mkimage-profiles