User Tools

Site Tools


Sidebar






newpage

linux:crash_recovery

This is an old revision of the document!


Crash Recovery

Strato Root Server

Recovery Console:

Set Boot mode to recovery in “RecoveryManager” at https://config.stratoserver.net/ Wait for 15-20min!! until “ServerData” Serverstatus shows: Installation finished

log in to recovery via

ssh root@IP   # recovery root passwd is shown in "Serverdata"

mount /dev/md127 /mnt/    # system partition
mount /dev/md126 /mnt/boot/    # boot partition

to re-install grub, you need to chroot

mount -o bind /dev /mnt/dev
mount -t proc none  /mnt/proc/
mount -t sysfs none /mnt/sys
chroot /mnt
update-grub

( grub-mkdevicemap  #  In case of error “no such disc” )
grub-install /dev/sda
grub-install /dev/sdb

To exit the recovery console you need to set boot mode to normal and wait 10min until “ServerData” Serverstatus shows: Installation finished

linux/crash_recovery.1446317627.txt.gz · Last modified: 2015/10/31 19:53 by tkilla