How can a Hermitian Hamiltonian $H = b^\dagger b^\dagger + b b$, with $b$ boson, cannot be diagonlized?
Given a Hamiltonian $$\hat H = b^\dagger b^\dagger + b b \tag{1}$$ with $b, b^\dagger$ boson operators and $[b, b^\dagger] = 1$, this Hamiltonian is obviously Hermitian ${\hat H}^\dagger = {\hat H}$.
Let's compute the eigenvalue of this Hamiltonian, we need to do Bogoliubov transformation,
$$b = u a + v a^\dagger\tag{2}$$ $$b^\dagger = u^* a^\dagger + v^* a$$
The commutation relation requires: $$[b,b^\dagger] = (|u|^2 - |v|^2) [a, a^\dagger]$$ that is $$|u|^2 - |v|^2 = 1 \tag{3}$$
Take (2) into (1): $$H = (u^* a^\dagger + v^* a)(u^* a^\dagger + v^* a)+ (u a + v a^\dagger)(u a + v a^\dagger)$$ $$H = ((u^*)^2 + v^2) a^\dagger a^\dagger + ((u)^2 + (v^*)^2) a a + (v^* u^* + v u) (a a^\dagger + a^\dagger a)$$
The diagonalizing of $H$ requires $$(u^*)^2 + v^2 = 0 \tag{4}$$
$(3)\implies$
$$u = \cosh r e^{i \theta_1}$$ $$v = \sinh r e^{i \theta_2} \tag{5}$$ Take $(5)$ into $(4)$, we get $$\cosh^2 r e^{-2 i \theta_1} + \sinh^2 r e^{ 2 i \theta_2 } = 0\tag{6}$$ i.e. $$\cosh^2 r \cos 2\theta_1 + \sinh^2 r \cos 2\theta_2 = 0$$ $$\cosh^2 r \sin 2\theta_1 - \sinh^2 r \sin 2\theta_2 = 0$$
We can prove there is no real solutions of above equations.
How is it possible a Hermitian Hamiltonian (especially a quadratic Hamiltonian) cannot be diagonalized?
My questions:
Is there any loophole in above argument? I can't believe it is possible. If $H$ can be diagonalized, how to get the eigenvalue and eigenvector of this specific Hamiltonian?
If it's really true that $H$ cannot be diagonalized, please give me the reason why it contradicts the common sense like Hermitian matrix/operator can be diagonalized with real eigenvalue, quadratic Hamiltonian can be exactly solvable, etc.