Index: trunk/version =================================================================== --- trunk/version (revision 57) +++ trunk/version (revision 58) @@ -1 +1 @@ -2.0-RC5pre6 \ No newline at end of file +2.0-RC5pre7 \ No newline at end of file Index: trunk/CHANGES =================================================================== --- trunk/CHANGES (revision 57) +++ trunk/CHANGES (revision 58) @@ -1,3 +1,5 @@ +- Nvidia injection fix +- pciroot would not always return correct uuid in autodection mode - Fixed the hibernation problem in boot2/resume.c - Fixed all new booter versions with SystemType would override the facp value even if correct, now keeps the facp value if correct and no override has been done, implemented a best effort algo. Index: trunk/i386/libsaio/nvidia.c =================================================================== --- trunk/i386/libsaio/nvidia.c (revision 57) +++ trunk/i386/libsaio/nvidia.c (revision 58) @@ -662,7 +662,7 @@ verbose("Using nVidia Video BIOS File %s (%d Bytes)\n", nvFilename, nvBiosOveride); DBG("%s Signature 0x%02x%02x %d bytes\n", nvFilename, rom[0], rom[1], nvBiosOveride); } else { - printf("ERROR: unable to open Vidia Video BIOS File %s\n", nvFilename); + printf("ERROR: unable to open nVidia Video BIOS File %s\n", nvFilename); return false; } } else {