$$\begin{align} x^5 + x^4 + 1 = x^5 + x^4 + x^3 + x^2 + x + 1 - x^3 - x^2 - x & = x^3(x^2 + x + 1) + 1(x^2 + x + 1) - x (x^2 + x + 1) \\ &= (x^3 - x + 1)(x^2 + x + 1)\end{align}$$
EDIT : In particular, $x^5 + x^4 + 1 = 0 \Rightarrow t^5 + t + 1 = 0$ where $t = 1/x$. $t^n + t + 1$ has always a factor of the form $t^2 + t + 1$ for $t = 2 \bmod 3$.