Você deve usar o parâmetro nomodeset :
nomodeset
The newest kernels have moved the video mode setting into the kernel. So all the programming of the hardware specific clock rates and registers on the video card happen in the kernel rather than in the X driver when the X server starts.. This makes it possible to have high resolution nice looking splash (boot) screens and flicker free transitions from boot splash to login screen. Unfortunately, on some cards this doesnt work properly and you end up with a black screen. Adding the nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until X is loaded.
Desta forma, você pode inicializar com segurança e, em seguida, distribuir para X o negócio de selecionar a unidade apropriada para suas necessidades. Você pode até decidir não fazer programação alguma, e ver se o comando simples
dpkg-reconfigure xserver-xorg
(isso funciona no Debian e derivados, que é o seu caso) pode fazer no seu caso.
EDITAR:
é possível desativar completamente uma inicialização gráfica. Copiar
cp /etc/default/grub /etc/default/grub-orig
A edição / etc / default / grub, comente esta linha,
#GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
modifique esta linha para se parecer com
GRUB_CMDLINE_LINUX="text"
descomente esta linha,
GRUB_TERMINAL=console
Salvar, executar
update-grub
quando você reiniciar, se você não tiver uma instalação quebrada, você se classificará no modo de texto. Depois de reconfigurar o X, você pode iniciar a sessão gráfica com
startx