2007-10-05 Robert Millan * normal/misc.c (grub_normal_print_device_info): Do not require that device is a partition. diff -ur grub2/normal/misc.c grub2.disk_fs/normal/misc.c --- grub2/normal/misc.c 2007-07-22 01:32:29.000000000 +0200 +++ grub2.disk_fs/normal/misc.c 2007-10-05 11:55:29.000000000 +0200 @@ -40,7 +40,7 @@ dev = grub_device_open (name); if (! dev) grub_printf ("Filesystem cannot be accessed"); - else if (! dev->disk || ! dev->disk->has_partitions || dev->disk->partition) + else { char *label; grub_fs_t fs;