Isn't the first sector reserved for the boot block in UFS?

Grégoire
=== modified file 'grub-core/fs/ufs.c'
--- grub-core/fs/ufs.c  2010-10-16 20:16:52 +0000
+++ grub-core/fs/ufs.c  2011-01-07 09:31:49 +0000
@@ -786,6 +786,9 @@ static struct grub_fs grub_ufs_fs =
 #endif
     .uuid = grub_ufs_uuid,
     .mtime = grub_ufs_mtime,
+#ifdef GRUB_UTIL
+    .reserved_first_sector = 1,
+#endif
     .next = 0
   };
 

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to