Report this

What is the reason for this report?

Digitalocean Images Bootloader

Posted on March 14, 2020

I have downloaded raw disk images of my droplets to have local backup. One droplet image has bootloader and able to boot on VirtualBox after convert raw to vdi format.

Other two raw images don’t have bootloader. I’m able to mount and see contents of these images but they don’t boot on VirtualBox. I think some droplets have seperated bootloaders.

How can I boot the images which don’t have bootloaders?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

I solved. We need to add small partition (I added 32 MB) then change partition flag to bios_grub.

Then we can install grub like following

sudo grub-install --root-directory=/mnt/bootfix --boot-directory=/mnt/bootfix/boot /dev/sdb

Also we may need to configure grub.cfg file.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.