Actualmente me estoy divirtiendo mucho, apt-get
y lo malo es que fue mi culpa. Había habilitado los testing
paquetes /etc/apt/sources.list
para instalar un paquete determinado. Y le dije a mi sistema que lo haga apt-get dist-upgrade
. Todo funcionó bien, pero ahora estoy tratando de volver a la stable
actualización, y fallo ...
Al intentar hacer apt-get dist-upgrade
, obtengo la siguiente información:
The following packages will be REMOVED:
linux-image-3.10-3-amd64
The following NEW packages will be installed:
libcgi-fast-perl libfcgi-perl libyaml-syck-perl
The following packages will be DOWNGRADED:
initramfs-tools libdate-manip-perl munin munin-common
Bueno, está bien, pero cuando trato de hacer esto, recibo una advertencia en negrita y amistosa en letras rojas:
You are running a kernel (version 3.10-3-amd64) and attempting to remove the same version.
...
It is highly recommended to abort the kernel removal unless you are prepared to fix the system after removal.
Bueno, me gusta seguir las recomendaciones. La versión correcta del kernel para el stable
lanzamiento sería linux-image-3.2.0-4-amd64
y ya está instalada. ¿Probablemente la degradación no sería un problema si estuviera trabajando con el kernel anterior? En realidad, no tengo idea de cómo habilitar el núcleo en 3.2.0
lugar de 3.10
.
dpkg -l | grep grub
en la pregunta.