[Solved] d-u yields non-booting system

Started by OppaErich, 2017/12/26, 16:31:39

Previous topic - Next topic

OppaErich

Hi,


I just did a dist-upgrade and the new kernel does not boot. There were errors about nvidia and virtualbox modules not building during d-u too.


I get to see some error messages:

[BUG] using smp_processor_id() im preemptible [00000000] code sshd/1113
       "                                                                       "        code sshd/1191
and ... code isc-worker 0000/4537
      ... code dnsmasq/1167



The boot process stops then. Kernel 4.14.8-towo.1-siduction-amd64 does boot though.


Have fun,
Stephan


Edit: I can't suspend for days now. Well - I can but only the PC wakes up again, the display stays dark. The power LED of it keeps blinking which means there is no carrier = "dead" input.

samoht


OppaErich


New Kernel came in today but virtualbox and nvidia still fail to build.


DKMS make.log for nvidia-current-384.98 for kernel 4.14.9-towo.2-siduction-amd64 (x86_64)
Fri 29 Dec 13:54:05 CET 2017
make  KBUILD_VERBOSE=1 -C /lib/modules/4.14.9-towo.2-siduction-amd64/build M=/var/lib/dkms/nvidia-current/384.98/build ARCH=x86_64 NV_KERNEL_SOURCES=/lib/modules/4.14.9-towo.2-siduction-amd64/build NV_KERNEL_OUTPUT=/lib/modules/4.14.9-towo.2-siduction-amd64/build NV_KERNEL_MODULES="nvidia nvidia-uvm nvidia-modeset nvidia-drm" INSTALL_MOD_DIR=kernel/drivers/video Q= modules
make[1]: Entering directory '/usr/src/linux-headers-4.14.9-towo.2-siduction-amd64'
Makefile:944: *** "Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel".  Stop.
make[1]: Leaving directory '/usr/src/linux-headers-4.14.9-towo.2-siduction-amd64'
Makefile:81: recipe for target 'modules' failed
make: *** [modules] Error 2

libelf-dev ?


oppa@oppa-hex-ssd:~$ apt policy libelf-dev
libelf-dev:
  Installed: 0.170-0.1
  Candidate: 0.170-0.1
  Version table:
*** 0.170-0.1 500
        500 http://ftp.de.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status

pjnsmb

regards
pjnsmb

OppaErich

Hi,


thanks for answering. I've tried the driver from Experimental. This one builds fine but the newer Kernels still don't work. Where dont't work means gdm does not show up. 4.14.8 is fine.




oppa@oppa-hex-ssd:~$ inxi -G
Graphics:  Card: NVIDIA GM204 [GeForce GTX 970]
           Display Server: x11 (X.Org 1.19.5 ) driver: nvidia Resolution: 1920x1080@59.93hz
           OpenGL: renderer: GeForce GTX 970/PCIe/SSE2 version: 4.5.0 NVIDIA 387.34



Thanks again,
Stephan

piper

Try (versuchen)

apt purge $(dpkg -l | awk '/nvidia/{ print $2 }');

apt purge libelf-dev linux-image-4.14.9-towo.2-siduction-amd64 linux-headers-4.14.9-towo.2-siduction-amd64

apt install libelf-dev linux-image-4.14.9-towo.2-siduction-amd64 linux-headers-4.14.9-towo.2-siduction-amd64

apt update; apt install -t experimental nvidia-driver
I have a Lucky Rabbit:    "Svoot" ..... (It's Swedish)

I am MAGA

OppaErich

A 3+ hours irc session fixed it.  8)


Thanks guys,
Stephan