grub_util_warn("%s",_("Attempting to install GRUB to a disk with multiple partition labels or both partition label and filesystem. This is not supported yet."));
gotounable_to_embed;
}
fs=grub_fs_probe(dest_dev);
if(!fs)
grub_errno=GRUB_ERR_NONE;
is_ldm=grub_util_is_ldm(dest_dev->disk);
if(fs_probe)
{
if(!fs&&!ctx.dest_partmap)
grub_util_error(_("unable to identify a filesystem in %s; safety check can't be performed"),
dest_dev->disk->name);
if(fs&&!fs->reserved_first_sector)
/* TRANSLATORS: Filesystem may reserve the space just GRUB isn't sure about it. */
grub_util_error(_("%s appears to contain a %s filesystem which isn't known to "
"reserve space for DOS-style boot. Installing GRUB there could "
"result in FILESYSTEM DESTRUCTION if valuable data is overwritten "
"by grub-setup (--skip-fs-probe disables this "
"check, use at your own risk)"),dest_dev->disk->name,fs->name);