On 20/12/12 21:41, Programmingkid wrote:
The above indicates a larger problem - the open of output-device failed somehow. You don't want to just drop output, you want to figure out why that failed.
According to this page: http://lists.openbios.org/pipermail/openbios/2011-August/006620.html, bootx is setting this variable to null.
I think this patch is all we need fo fix the problem.
Indeed. We need to know *why* it is being set to null. If it is because we are not setting another variable then this patch is not the correct solution.
ATB,
Mark.