crash when embedding onto filesystem.
+2012-05-02 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * util/grub-setup.c (setup): Remove duplicate call to embed. Fixes
+ crash when embedding onto filesystem.
+
2012-05-02 Vladimir Serbinenko <phcoder@gmail.com>
* util/getroot.c (find_root_devices_from_poolname): Handle spaces in the
N_("Your embedding area is unusually small. "
"core.img won't fit in it."));
}
- err = dest_partmap->embed (dest_dev->disk, &nsec, maxsec,
- GRUB_EMBED_PCBIOS, §ors);
if (err)
{