* util/grub-probe.c (probe): Improve error message.
+2008-04-07 Robert Millan <rmh@aybabtu.com>
+
+ * util/grub-probe.c (probe): Improve error message.
+
2008-04-07 Robert Millan <rmh@aybabtu.com>
* util/biosdisk.c (read_device_map): Skip devices that don't exist
drive_name = grub_util_get_grub_dev (device_name);
if (! drive_name)
- grub_util_error ("cannot find a GRUB drive for %s.\n", device_name);
+ grub_util_error ("Cannot find a GRUB drive for %s. Check your device.map.\n", device_name);
if (print == PRINT_DRIVE)
{