Siduction Forum

Siduction Forum => Software - Support => Topic started by: OppaErich on 2017/12/26, 16:31:39

Title: [Solved] d-u yields non-booting system
Post by: OppaErich on 2017/12/26, 16:31:39
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:
Code: [Select]
[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.
Title: Re: d-u yields non-booting system
Post by: samoht on 2017/12/26, 20:20:46

Regarding boot messages, please have a look at

https://forum.siduction.org/index.php?topic=6983.msg56576#msg56576 (https://forum.siduction.org/index.php?topic=6983.msg56576#msg56576)
Title: Re: d-u yields non-booting system
Post by: OppaErich on 2017/12/29, 14:24:09

New Kernel came in today but virtualbox and nvidia still fail to build.
Code: [Select]

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 ?
Code: [Select]

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
Title: Re: d-u yields non-booting system
Post by: pjnsmb on 2017/12/29, 16:29:09
have a look at

https://forum.siduction.org/index.php?topic=6981.msg56623#msg56623

experimental repo worked for me

Title: Re: d-u yields non-booting system
Post by: OppaErich on 2017/12/29, 19:26:54
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.


Code: [Select]

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
Title: Re: d-u yields non-booting system
Post by: piper on 2017/12/29, 22:23:09
Try (versuchen)

Code: [Select]
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
Title: Re: [Solved] d-u yields non-booting system
Post by: OppaErich on 2017/12/30, 20:09:38
A 3+ hours irc session fixed it.  8)


Thanks guys,
Stephan