#!/bin/sh

echo 'Welcome to rescue shell'
echo -e 'To restore the bootloader run \033[2mfixmbr\033[0m'

HOME=/root
export HOME

exec /bin/bash -l
