Comment 8 for bug 1308574

Revision history for this message
Colin Ian King (colin-king) wrote :

Thanks, so the kernel isn't oopsing, so that's a good sign. Can you run strace on fwts, e.g.

sudo strace fwts uefirtvariable

and capture the output. I am expecting to see it break on an ioctl() call to the fwts UEFI kernel test driver, in which case, it will clearly mean that that the UEFI run time service is the root cause.

Thanks!