1

I have digitalocean droplet ( a server). I restarted the droplet. Then Boot drops to a (initramfs) prompts/busybox. I found a solution:

Ubuntu 15.10 - "BusyBox built-in shell (initramfs)" on every boot

But fsck command not available. Available Commands are:

Available Commands

The error is:

Error

What can I do about that?

GG gg
  • 21

1 Answers1

1

This issue is caused by the UUID in the /etc/fstab file not matching the UUID of the disk itself. DigitalOcean Support team have set my Droplet to boot to recovery mode. Then I power off and on the Droplet from the control panel. From the recovery mode, I mounted my droplets disk. I viewed the correct UUID with the command "blkid" and then edit the /mnt/etc/fstab file after mounting my disk to correct this. Then I power off and on the Droplet from the control panel once again. DigitalOcean Support team set the Droplet to boot normally. Then droplet worked very well.

GG gg
  • 21