Index: trunk/i386/boot2/drivers.c =================================================================== --- trunk/i386/boot2/drivers.c (revision 2253) +++ trunk/i386/boot2/drivers.c (revision 2254) @@ -748,8 +748,8 @@ required = XMLGetProperty(moduleDict, kPropOSBundleRequired); - if ( (required != NULL) && (required->type == kTagTypeString) && !strcmp(required->string, "Safe Boot")) - //if ( (required == 0) || (required->type != kTagTypeString) || !strcmp(required->string, "Safe Boot")) + //if ( (required != NULL) && (required->type == kTagTypeString) && !strcmp(required->string, "Safe Boot")) + if ( (required == 0) || (required->type != kTagTypeString) || !strcmp(required->string, "Safe Boot")) { XMLFreeTag(moduleDict); return -2;