Digital Ocean fix droplet Kernel in recovery system

Trying to starting my droplet at digital ocean for external reasons its went to Recovery Mode and my Kernel Setup fall in an issue. Some tips to fix it.

How To Recover from File System Corruption Using Fsck?

Well in my case go in console mode and type the following commands Using initramfs prompt in digital ocean console (droplet page):


blkid
mkdir mnt
mount /dev/vda1 /mnt
mv /mnt/etc/fstab /mnt/etc/fstab.bck
echo 'UUID=xxxxx ... ' >> /mnt/etc/fstab

After the above command just power off and its should works!

Have fun!

If have any issue just leave a comment.


Leave a comment