Suppose $A\in M_n(C)$ and define $B = \begin{pmatrix}O & A\\ A & 2A\end{pmatrix}$. Find eigenvalues of $B$ in terms of $A$.
I know that to find eigenvalues of $B$ we have to solve $det(B-xI)=0$. Also, $B$ has square blocks of the same order so based on Determinant of Block matrices: $det \begin{pmatrix}-xI & A\\A & 2A-xI\end{pmatrix}= det((-xI)(2A-xI) -A^2)$.
But I don't know how to solve the equation.
The quick approach is to simply note that $B$ is the Kronecker product $B = M \otimes A$, where $$ M = \pmatrix{0&1\\1&2}. $$ Because the eigenvalues of $M$ are $1 \pm \sqrt{2}$, the properties of the Kronecker product imply that the eigenvalues of $B$ will be of the form $\lambda (1 \pm \sqrt{2})$ for all eigenvalues $\lambda$ of $A$.
Alternatively, we can continue your approach to note that $$ \det(M - xI) = \det(-xI(2A-xI) -A^2) = \det(x^2 I - 2x A - A^2)\\ = \det([xI - (1 - \sqrt{2})A][xI - (1 + \sqrt{2})A]). $$