We have bough a server and we are using for our website, today I received an email from the provider that your server has started into Rescue mode and they sent to me a temporary password to login through PuTTY.
Any one can teach me what to do? When I log in with SSH, I get root@rescue but I don't know how to set Grub...
I have TRIED some suggestion from google but I couldn't find the solution.
I see some suggestion how to repair it using boot CD, but I don't have the server here and I can't use that method, any other method please?
Here is configuration from /etc/default/grub/:
GRUB_DEFAULT=0
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR=`lsb_release -i -s 2> /dev/null || echo Debian`
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX=""
Thanks!