A imagem 3.16.0-4-amd64 irá interromper o meu sistema devido à falha de BUILD_EXCLUSIVE?

0

Estou executando o Debian 9 em um Dell Latitude E7250. Esta é uma CPU i5 de 64 bits.

Esta manhã, corri apenas apt-get dist-upgrade . Procedeu-se a atualizar minha imagem através do pacote linux-image-3.16.0-4-amd64_3.16.43-2 + deb8u5_amd64. No processo, recebi o seguinte erro:

Error!  The dkms.conf for this module includes a BUILD_EXCLUSIVE directive which
does not match this kernel/arch.  This indicates that it should not be built.

A atualização continuou e terminou sem solicitar minha entrada. Meu sistema vai fazer cocô em si mesmo quando eu reiniciar? Se sim, o que devo fazer?

Resultado inteiro abaixo:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
The following packages have been kept back:
  virtualbox-5.1
The following packages will be upgraded:
  heroku linux-image-3.16.0-4-amd64
2 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Need to get 48.5 MB of archives.
After this operation, 2,048 B of additional disk space will be used.
Do you want to continue? [Y/n] 
Get:1 https://cli-assets.heroku.com/branches/stable/apt ./ heroku 6.14.25-1 [14.6 MB]
Get:2 http://security-cdn.debian.org jessie/updates/main amd64 linux-image-3.16.0-4-amd64 amd64 3.16.43-2+deb8u5 [34.0 MB]
Fetched 48.5 MB in 1s (48.3 MB/s)                                                    
Reading changelogs... Done
Preconfiguring packages ...
(Reading database ... 309446 files and directories currently installed.)
Preparing to unpack .../linux-image-3.16.0-4-amd64_3.16.43-2+deb8u5_amd64.deb ...
Unpacking linux-image-3.16.0-4-amd64 (3.16.43-2+deb8u5) over (3.16.43-2+deb8u3) ...
Preparing to unpack .../heroku_6.14.25-1_amd64.deb ...
Unpacking heroku (6.14.25-1) over (6.14.24-1) ...
Setting up heroku (6.14.25-1) ...
Setting up linux-image-3.16.0-4-amd64 (3.16.43-2+deb8u5) ...
/etc/kernel/postinst.d/dkms:
Error!  The dkms.conf for this module includes a BUILD_EXCLUSIVE directive which
does not match this kernel/arch.  This indicates that it should not be built.
/etc/kernel/postinst.d/initramfs-tools:
update-initramfs: Generating /boot/initrd.img-3.16.0-4-amd64
/etc/kernel/postinst.d/zz-update-grub:
Generating grub configuration file ...
Found background image: /usr/share/images/desktop-base/desktop-grub.png
Found linux image: /boot/vmlinuz-4.9.0-3-amd64
Found initrd image: /boot/initrd.img-4.9.0-3-amd64
Found linux image: /boot/vmlinuz-3.16.0-4-amd64
Found initrd image: /boot/initrd.img-3.16.0-4-amd64
Adding boot menu entry for EFI firmware configuration
done
    
por Brandon Arnold 21.09.2017 / 18:27

1 resposta

2

O Debian 9 usa a versão 4.9.0-3-amd64 do kernel, então eu não acho que você vai ter problemas quando você reiniciar. No entanto, se você fizer isso.

  1. Remova os kernels antigos de /boot/
  2. update-initramfs -c -v

Agora você irá inicializar no Debian 9 com a versão do kernel de 4.9.0-3-amd64 .

    
por 21.09.2017 / 18:35

Tags