usr/src/grub/grub-0.95/stage2/common.c
changeset 6423 437422a29d3a
parent 3912 f6891a60bd72
child 7300 3f0c3af330d3
--- a/usr/src/grub/grub-0.95/stage2/common.c	Fri Apr 11 16:15:33 2008 -0700
+++ b/usr/src/grub/grub-0.95/stage2/common.c	Fri Apr 11 18:36:28 2008 -0700
@@ -93,8 +93,9 @@
   [ERR_WONT_FIT] = "Selected item cannot fit into memory",
   [ERR_WRITE] = "Disk write error",
   [ERR_BAD_GZIP_CRC] = "Incorrect gunzip CRC checksum",
-  [ERR_FILESYSTEM_NOT_FOUND] = "File System not found"
+  [ERR_FILESYSTEM_NOT_FOUND] = "File System not found",
     /* this zfs file system is not found in the pool of the device */
+  [ERR_NO_BOOTPATH] = "No valid boot path found in the zfs label. This may be caused by attempting to boot from an off-lined device."
 };