Please reply with "reply to all", thanks.
2012/10/15 Hristo Venev mustrumr97@gmail.com:
Fixed it by using my linux distribution's toolchain but specifying -march=i686 Probable reason: some instructions enabled by default by gcc but not enabled at early stages of booting.
Hm, I suppose that i686 is not (exactly) the same as -march=i386 (?) and therefor is not suitable as a generic solution.
P.S. I didn't see any patches applied to my gcc which are not about _FORTIFY_SOURCE/relro/gnu hash.