Comment 13 for bug 222690

Revision history for this message
Zakhar (alainb06) wrote :

Nth try...

I NEVER have a log written !

But apparently I found a trick to get it written (I got on that randomly while typing on every key to switch to the installer).
Before going OK on the error message I do Ctrl Alt F1.
It writes "Loading please wait..." eventually it would try to boot to the system that is constructed and not succeed... but it writes the log !

This stuff must force some I/O on the disk and do the trick.

So that is the log with :

#!/bin/sh

set -e
set -x

Do you need another like let say :
#!/bin/sh

set -e -x

Or was one of the two logs what you expected ?