diff --git a/Makefile b/Makefile
index 61a2e69d4f742b27e6da32894d04d98f201447cb..8571e8862089fb9d3ad8e3b2c0cb7277cd4f0aa2 100644
--- a/Makefile
+++ b/Makefile
@@ -458,7 +458,7 @@ $(IMAGE_DIR)$(GRUB_INSTALL_DIR)/lipinfo.cfg : | $(WORKSPACE)
 	echo "set lip_release=\"$(ISO_RELEASE)\"" >> "$@"
 	echo "set lip_extra_info=\"$(IMAGE_EXTRA_INFO)\"" >> "$@"
 
-image : image_content
+image : image_content $(GRUB_ASSEMBLE_DIR)/mbr.img
 
 gparted : $(call archdir,$(PRIMARY_ARCH))/gparted-live.iso $(call archdir,$(SECONDARY_ARCH))/gparted-live.iso
 $(call gentargets,/gparted-live.iso) :