You are not logged in.

#1 2020-07-29 20:23:03

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

[Solved] Crash at boot after adding additional nvidia display adapter

So I made a hardware change, added a GTX560Ti to my GTX1070Ti system, and it borked my archlinux installation, crashing during boot.
After returning to original hardware configuration, arch still crashes during boot.

So I accessed the arch SSD from a manjaro SSD on the same hardware, switched over to mesa and arch boots with novueau on the arch SSD.

I then reinstalled nvidia and systemd, updated the arch, deleted xorg.conf and ~/.nvidia-settings-rc, added minimal configuration block '20-nvidia-conf' and switched back to nvidia using  /usr/lib/modprobe.d/nvidia.conf.

This produced the original problem of crashing at boot with nvidia.

The crash produces no useful log entries, no consoles are available, cannot ssh in from another computer but can exit with Ctrl-Alt-Del.

Confident that it not a hardware problem since hardware also runs Windows 10, Manjaro and Xubuntu w/o problems, Windows runs with both nvidia graphic adapters.
The arch system is my main working system, others only for the few things inappropriate for the arch system.

Details are in listing below...

[ljohnson@kise-005 Desktop]$ sudo -i
[kise-005 ~]# mount /dev/sda2 /mnt
[kise-005 ~]# mount /dev/sda1 /mnt/boot
[kise-005 ~]# mount /dev/sda5 /mnt/home
[kise-005 ~]# cd /mnt/var/log/
[kise-005 log]# ls -lt
total 16472
-rw-rw-r--  1 root   20  908544 Jul 29 12:10 wtmp
-rw-r--r--  1 root root 6647621 Jul 29 12:10 ntp.log
-rw-rw-r--  1 root   20  292584 Jul 29 12:09 lastlog
-rw-r--r--  1 root root 8040495 Jul 29 10:52 pacman.log
......
drwxr-xr-x  2 root root    4096 Oct 31  2019 mythtv
drwxr-xr-x  2   64   64    4096 Nov 26  2018 clamav
drwxr-xr-x  2 root root    4096 Sep  6  2018 audit
drwx------  2 root root    4096 Jul  6  2018 private
-rw-------  1 root root   39552 Jan 11  2018 tallylog
-rw-------  1 root root   32064 Jan 11  2018 faillog
drwx--x--x  2 root  620    4096 Dec 18  2017 lightdm
drwxr-x---  2 root root    4096 May 22  2016 watchdog
drwxr-sr-x+ 4 root  190    4096 Jun  2  2015 journal
drwxr-xr-x  2 root root    4096 May  9  2015 speech-dispatcher
drwxr-xr-x  2 root root    4096 Apr 28  2015 samba
drwxr-xr-x  2 root root    4096 Mar 31  2015 gssproxy
drwxr-xr-x  2 root root    4096 Feb 15  2015 old
[kise-005 log]# cd /mnt/etc/X11/
[kise-005 X11]# ls -lt
total 24
drwxr-xr-x 2 root root 4096 Jul 29 11:27 xorg.conf.d
drwxr-xr-x 3 root root 4096 Jul 28 17:23 xinit
-rw-r--r-- 1 root root 2709 Mar  1  2017 xorg.conf.20200729
-rw-r--r-- 1 root root 2709 Mar  1  2017 xorg.conf.backup
-rw-r--r-- 1 root root 2710 Oct 13  2016 xorg.conf.20151013
-rw-r--r-- 1 root root   27 Jun  4  2015 XvMCConfig
-rw-r--r-- 1 root root    0 Jun  2  2015 xorg.conf.nvidia-xconfig-original
[kise-005 X11]# cd /mnt/etc/X11/xorg.conf.d/
[kise-005 xorg.conf.d]# ls -lt
total 4
-rw-r--r-- 1 root root 165 Jul 29 11:27 20-nvidia.conf
[kise-005 xorg.conf.d]# cat 20-nvidia.conf
Section "Device"
        Identifier "Nvidia Card"
        Driver "nvidia"
        VendorName "NVIDIA Corporation"
        BoardName "GeForce GTX 1070 Ti"
EndSection
[kise-005 xorg.conf.d]# cd /mnt/usr/lib/modprobe.d/
[kise-005 modprobe.d]# ls -lt
total 16
-rw-r--r-- 1 root root  37 Jul 29 11:33 nvidia.conf
-rw-r--r-- 1 root root 765 Jul 27 11:24 systemd.conf
-rw-r--r-- 1 root root 101 Jul 23 00:10 nvdimm-security.conf
-rw-r--r-- 1 root root 128 Apr 25 02:43 bluetooth-usb.conf
[kise-005 modprobe.d]# cat nvidia.conf
#blacklist nvidia
blacklist nouveau

Update: I have added the Xorg.0.log file from similar manjaro system at https://pastebin.com/LJahTJSa

Last edited by keepitsimpleengineer (2020-08-03 15:14:07)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#2 2020-07-29 20:38:32

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [Solved] Crash at boot after adding additional nvidia display adapter

560 Ti is a fermi card which has been relegated to nvidia-390xx support so using that with the current nvidia 450 driver is a no go anyway, it's not entirely clear to me whether you are accounting for that from Arch.

Also that 20-nvidia.conf doesn't do anything useful and might be the entire reason for your issue  you should remove it anyway

Offline

#3 2020-07-29 21:24:06

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

V1del wrote:

560 Ti is a fermi card which has been relegated to nvidia-390xx support so using that with the current nvidia 450 driver is a no go anyway, it's not entirely clear to me whether you are accounting for that from Arch.

Also that 20-nvidia.conf doesn't do anything useful and might be the entire reason for your issue  you should remove it anyway

I deleted the 20-nvidia.conf and no love... .. .

I was aware of the nvidia-390xx issue, but the GTX1070Ti will run on nvidia-390xx so I was planning on that,

Oddly, in the Windows domain, both run on 451.67

Thanks for the suggestion smile


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#4 2020-07-29 21:30:31

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [Solved] Crash at boot after adding additional nvidia display adapter

Is the nvidia module loaded in the initrd or later?  Is X started on boot?  Please post the journal from a failed boot from arch.
Also the output of

pacman -Qs nvidia
pacman -Qs linux

Offline

#5 2020-07-29 22:12:07

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

loqs wrote:

Is the nvidia module loaded in the initrd or later?  Is X started on boot?  Please post the journal from a failed boot from arch.
Also the output of

pacman -Qs nvidia
pacman -Qs linux

Boot crash goes to a empty screen. When booted with 'emergency' as kernel parameter the output of 'journalctl -b' is empty except for start and end dates.

X is not started at boot, x is started by 'startxfce4'

[root@KISE-005 ~]# cat /usr/bin/startxfce4
#!/bin/sh
#
#  xfce4
#
#  Copyright (C) 1996-2003 Olivier Fourdan (fourdan@xfce.org)
#
#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; either version 2 of the License, or
#  (at your option) any later version.
#
#  This program is distributed in the hope that it will be useful,
#  but WITHOUT ANY WARRANTY; without even the implied warranty of
#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#  GNU General Public License for more details.
#
#  You should have received a copy of the GNU General Public License
#  along with this program; if not, write to the Free Software
#  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#

if test "x$*" != "x"
then
  OPTS=""
  for OPT in $*
  do
    if test "x$OPT" = "x--help"
    then
      # print help and exit
      echo "Usage:"
      echo "  startxfce4 [OPTIONS...]"
      echo
      echo "Options:"
      echo "  --help                   Show help options"
      echo "  --with-ck-launch         Start xfce4-session inside a"
      echo "                           ConsoleKit session"
      echo

      exit 0
    elif test "x$OPT" = "x--with-ck-launch"
    then
      # try to launch xfce4-session with ck-launch-session in xinitrc
      XFCE4_SESSION_WITH_CK="1"
      export XFCE4_SESSION_WITH_CK
    else
      # append
      OPTS="$OPTS $OPT"
    fi
  done

  if test "x${OPTS#*--}" = "x${OPTS}"
  then
    CLIENTRC=${OPTS}
  else
    SERVERRC=${OPTS#*-- }
    CLIENTRC=${OPTS%--*}
  fi
fi

if test "x$XDG_CONFIG_HOME" = "x"
then
  BASEDIR="$HOME/.config/xfce4/"
else
  BASEDIR="$XDG_CONFIG_HOME/xfce4"
fi

if test "x$XDG_DATA_DIRS" = "x"
then
  if test "x/usr/share" = "x/usr/local/share" -o "x/usr/share" = "x/usr/share"; then
    XDG_DATA_DIRS="/usr/local/share:/usr/share"
  else
    XDG_DATA_DIRS="/usr/share:/usr/local/share:/usr/share"
  fi
else
  XDG_DATA_DIRS="$XDG_DATA_DIRS:/usr/share"
fi
export XDG_DATA_DIRS

if test "x$XDG_CONFIG_DIRS" = "x"
then
  if test "x/etc" = "x/etc"; then
    XDG_CONFIG_DIRS="/etc/xdg"
  else
    XDG_CONFIG_DIRS="/etc/xdg:/etc/xdg"
  fi
else
  XDG_CONFIG_DIRS="$XDG_CONFIG_DIRS:/etc/xdg"
fi
export XDG_CONFIG_DIRS

if test "x$DISPLAY" = "x"
then
  echo "$0: Starting X server"
  prog=xinit

  if test ! "x$XDG_VTNR" = "x"; then
    SERVERRC="vt$XDG_VTNR $SERVERRC"
  fi
else
  echo "$0: X server already running on display $DISPLAY"
  prog=/bin/sh
fi

if [ -f "$HOME/.xserverrc" ]; then
  SERVERRC="$HOME/.xserverrc $SERVERRC"
elif [ -f /etc/X11/xinit/xserverrc ]; then
  SERVERRC="/etc/X11/xinit/xserverrc $SERVERRC"
fi

if test ! "x$SERVERRC" = "x"
then
  SERVERRC="-- $SERVERRC"
fi

if [ -f $BASEDIR/xinitrc ]; then
  exec $prog $BASEDIR/xinitrc $CLIENTRC $SERVERRC
elif [ -f $HOME/.xfce4/xinitrc ]; then
  mkdir -p $BASEDIR
  cp $HOME/.xfce4/xinitrc $BASEDIR/
  exec $prog $BASEDIR/xinitrc $CLIENTRC $SERVERRC
else
  exec $prog /etc/xdg/xfce4/xinitrc $CLIENTRC $SERVERRC
fi

pacman -Qs output:

[--ljohnson{14:59:12}~]$ sudo -i
[root@KISE-005 ~]# pacman -Qs nvidia
local/egl-wayland 1.1.5-1
    EGLStream-based Wayland external platform
local/lib32-nvidia-utils 450.57-1
    NVIDIA drivers utilities (32-bit)
local/libvdpau 1.4-1
    Nvidia VDPAU library
local/libxnvctrl 450.57-1
    NVIDIA NV-CONTROL X extension
local/nvidia 450.57-4
    NVIDIA drivers for linux
local/nvidia-settings 450.57-1
    Tool for configuring the NVIDIA graphics driver
local/nvidia-utils 450.57-2
    NVIDIA drivers utilities
local/opencl-nvidia 450.57-2
    OpenCL implemention for NVIDIA
local/xf86-video-nouveau 1.0.16-2 (xorg-drivers)
    Open Source 3D acceleration driver for nVidia cards
[root@KISE-005 ~]# pacman -Qs linux
local/alsa-lib 1.2.3.2-1
    An alternative implementation of Linux sound support
local/alsa-utils 1.2.3-2
    Advanced Linux Sound Architecture - Utilities
local/antiword 0.37-8
    A free MS Word reader for Linux and RISC OS
local/arch-install-scripts 23-2
    Scripts to aid in installing Arch Linux
local/archlinux-keyring 20200622-1
    Arch Linux PGP keyring
local/archlinuxcn-keyring 20181204-1
    Arch Linux CN PGP keyring
local/asp 6-1
    Arch Linux build source file management tool
local/avahi 0.8+15+ge8a3dd0-1
    Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour
local/bluez-tools 0.2.0-5
    A set of tools to manage Bluetooth devices for Linux
local/bridge-utils 1.7-1
    Utilities for configuring the Linux ethernet bridge
local/clamtk 6.03-1
    Easy to use, light-weight, on-demand virus scanner for Linux systems
local/cpupower 5.7-1 (linux-tools)
    Linux kernel tool to examine and tune power saving related features of your processor
local/devtools 20200407-1
    Tools for Arch Linux package maintainers
local/ell 0.31-1
    Embedded Linux library
local/epson-inkjet-printer-escpr2 1.1.15-2
    Epson Inkjet Printer Driver 2 (ESC/P-R) for Linux
local/filesystem 2020.05.20-1
    Base Arch Linux files
local/green-recorder 3.2.3-2
    A simple yet functional desktop recorder for Linux systems.
local/hdparm 9.58-3
    A shell utility for manipulating Linux IDE drive/driver parameters
local/i7z-git 5023138-3
    A better i7 (and now i3, i5) reporting tool for Linux. Git version.
local/iptables 1:1.8.5-2
    Linux kernel packet control tool (using legacy interface)
local/keyutils 1.6.3-1
    Linux Key Management Utilities
local/kmod 27-1
    Linux kernel module management tools and library
local/ladspa 1.15-2
    Linux Audio Developer's Simple Plugin API (LADSPA)
local/lib32-alsa-lib 1.2.3.2-1
    An alternative implementation of Linux sound support (32 bit)
local/lib32-keyutils 1.6.3-1
    Linux Key Management Utilities (32-bit)
local/lib32-libxshmfence 1.3-2
    a library that exposes a event API on top of Linux futexes (32-bit)
local/lib32-util-linux 2.35.2-1
    Miscellaneous system utilities for Linux (32-bit)
local/lib32-v4l-utils 1.20.0-1
    Userspace tools and conversion library for Video 4 Linux (32-bit)
local/libaio 0.3.112-2
    The Linux-native asynchronous I/O facility (aio) library
local/libiec61883 1.2.0-6
    A higher level API for streaming DV, MPEG-2 and audio over Linux IEEE 1394
local/libimobiledevice 1.3.0-1
    Library that talks the protocols to support iPhone and iPod Touch devices on Linux
local/libiodbc 3.52.13-2
    Independent Open DataBase Connectivity for Linux
local/libraw1394 2.1.2-3
    Provides an API to the Linux IEEE1394 (FireWire) driver
local/libutil-linux 2.36-1
    util-linux runtime libraries
local/libva 2.8.0-1
    Video Acceleration (VA) API for Linux
local/libxshmfence 1.3-2
    a library that exposes a event API on top of Linux futexes
local/linux 5.7.10.arch1-1
    The Linux kernel and modules
local/linux-api-headers 5.6.11-1
    Kernel headers sanitized for use in userspace
local/linux-firmware 20200721.2b823fc-1
    Firmware files for Linux
local/lirc 1:0.10.1-6
    Linux Infrared Remote Control utilities
local/man-pages 5.07-1
    Linux man pages
local/mdadm 4.1-2
    A tool for managing/monitoring Linux md device arrays, also known as Software RAID
local/mplayer 38157-2
    Media player for Linux
local/ndctl 69-1
    Utility library for managing the libnvdimm (non-volatile memory device) sub-system in the Linux kernel
local/net-tools 1.60.20181103git-2
    Configuration tools for Linux networking
local/nvidia 450.57-4
    NVIDIA drivers for linux
local/pacman-mirrorlist 20200606-1
    Arch Linux mirror list for use by pacman
local/pinball 0.3.1-7
    The Emilia Pinball Project strives to fulfil your needs for a great pinball game in Linux
local/python-distro 1.5.0-1
    Linux OS platform information API
local/python2-distro 1.5.0-1
    Linux OS platform information API
local/skypeforlinux-stable-bin 8.62.0.85-1
    Skype for Linux - Stable/Release Version
local/smile 1.0-4
    Slideshow Maker In Linux Environnement
local/syslinux 6.04.pre2.r11.gbf6db5b4-3
    Collection of boot loaders that boot from FAT, ext2/3/4 and btrfs filesystems, from CDs and via PXE
local/ttf-linux-libertine 5.3.0-5
    Serif (Libertine) and Sans Serif (Biolinum) OpenType fonts with large Unicode coverage
local/turbostat 5.7-1 (linux-tools)
    Report processor frequency and idle statistics
local/util-linux 2.36-1
    Miscellaneous system utilities for Linux
local/v4l-utils 1.20.0-1
    Userspace tools and conversion library for Video 4 Linux

Last edited by keepitsimpleengineer (2020-07-29 22:15:50)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#6 2020-07-29 22:20:41

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [Solved] Crash at boot after adding additional nvidia display adapter

If the issue is present with 390xx try booting to the rescue target instead of emergency,  also check the journal for the previous boot.

Offline

#7 2020-07-29 23:35:15

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

So I retreived journal for both fail/nvidia and success/nouveau while in the nouveau system.

Too long to post here so

Boot for nvidia system (fail) @ https://pastebin.com/L9jG45x1

Boot for nouveau system (success) @ https://pastebin.com/DLMqR3FH

Thanks


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#8 2020-07-30 17:14:10

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

So I went back and fetched a journal for a boot on Wed 2020-07-15 which was after upgrade to 450.57 and was successful. Note that all but /root, /boot & /home partitions were commented out in fstab after this boot.

Boot for nvidia system (success 7/15) @ https://pastebin.com/fRJLpEWK

The difference start immediately after (Jul 29 16:16:54 KISE-005 systemd[498]: Reached target Main User Target.) ~line 1679 in fail when (systemd[1]: Received SIGINT. is seen.)

In the successful boot this is at (Jul 15 08:11:31 KISE-005 systemd[678]: Reached target Main User Target ~line 1514

If anybody can ken this out, I would be grateful for the help.

I will add some debug parameters to the kernel and look at those.


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#9 2020-07-30 17:29:22

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

So the nvidia fail with debug parameters ran and the journal is here @ https://pastebin.com/GgnbajAk

This is extracted from the journal between 'Reached target Main User Target' ~line 11887 and 'Received SIGINT' ~line11990

Jul 30 09:17:00 KISE-005 systemd[688]: Reached target Main User Target.linux   /vmlinuz-linux root=UUID=5a1ca848-b27c-966c-8bb5-fb498991521a rw  verbose debug ignore_loglevel earlyprintk=vga,keep fbcon=scrollback:128k
Jul 30 09:17:00 KISE-005 systemd[688]: Startup finished in 1.316s.
Jul 30 09:17:00 KISE-005 systemd[1]: user@1000.service: Got notification message from PID 688 (STATUS=Startup finished in 1.316s.)
Jul 30 09:17:00 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/user_401000_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=275 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:00 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/user_401000_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=276 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:00 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/user_401000_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=275 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:00 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/user_401000_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=276 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:01 KISE-005 systemd-networkd[375]: NDISC: Sent Router Solicitation, next solicitation in 7s
Jul 30 09:17:07 KISE-005 systemd[688]: Time has been changed
Jul 30 09:17:07 KISE-005 systemd[1]: Time has been changed
Jul 30 09:17:07 KISE-005 systemd[688]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
Jul 30 09:17:07 KISE-005 systemd[1]: Set up TFD_TIMER_CANCEL_ON_SET timerfd.
Jul 30 09:17:07 KISE-005 systemd[1]: fstrim.timer: Time change, recalculating next elapse.
Jul 30 09:17:07 KISE-005 systemd[1]: fstrim.timer: Adding 1h 26min 35.848037s random time.
Jul 30 09:17:07 KISE-005 systemd[1]: fstrim.timer: Realtime timer elapses at Mon 2020-08-03 01:26:35 PDT.
Jul 30 09:17:07 KISE-005 systemd[1]: shadow.timer: Time change, recalculating next elapse.
Jul 30 09:17:07 KISE-005 systemd[1]: shadow.timer: Realtime timer elapses at Fri 2020-07-31 00:00:00 PDT.
Jul 30 09:17:07 KISE-005 systemd[1]: man-db.timer: Time change, recalculating next elapse.
Jul 30 09:17:07 KISE-005 systemd[1]: man-db.timer: Realtime timer elapses at Fri 2020-07-31 00:00:00 PDT.
Jul 30 09:17:07 KISE-005 systemd[1]: logrotate.timer: Time change, recalculating next elapse.
Jul 30 09:17:07 KISE-005 systemd[1]: logrotate.timer: Realtime timer elapses at Fri 2020-07-31 00:00:00 PDT.
Jul 30 09:17:07 KISE-005 systemd[1]: systemd-tmpfiles-clean.timer: Time change, recalculating next elapse.
Jul 30 09:17:07 KISE-005 systemd[1]: systemd-tmpfiles-clean.timer: Monotonic timer elapses in 14min 37.351023s.
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=277 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=278 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=279 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=280 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=281 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=277 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=282 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=283 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=284 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/fstrim_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=285 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/fstrim_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=286 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dtmpfiles_2dclean_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=278 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=279 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/logrotate_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=280 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=281 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/man_2ddb_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=282 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=283 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/shadow_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=284 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/fstrim_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=285 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:07 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/fstrim_2etimer interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=286 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:09 KISE-005 systemd-networkd[375]: NDISC: Sent Router Solicitation, next solicitation in 14s
Jul 30 09:17:09 KISE-005 systemd-networkd[375]: NDISC: No RA received before link confirmation timeout
Jul 30 09:17:09 KISE-005 systemd-networkd[375]: NDISC: Invoking callback for 'timeout' event.
Jul 30 09:17:24 KISE-005 systemd-networkd[375]: NDISC: Sent Router Solicitation, next solicitation in 27s
Jul 30 09:17:25 KISE-005 dbus-daemon[479]: [system] Failed to activate service 'org.bluez': timed out (service_start_timeout=25000ms)
Jul 30 09:17:25 KISE-005 pulseaudio[694]: E: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jul 30 09:17:28 KISE-005 systemd-hostnamed[509]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=AddMatch cookie=4 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-hostnamed[509]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=ReleaseName cookie=5 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Got notification message from PID 509 (STOPPING=1)
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Changed running -> stop-sigterm
Jul 30 09:17:28 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=287 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-hostnamed[509]: Got message type=method_return sender=org.freedesktop.DBus destination=:1.14 path=n/a interface=n/a member=n/a cookie=5 reply_cookie=4 signature=n/a error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-hostnamed[509]: Match sender='org.freedesktop.DBus',type='signal',interface='org.freedesktop.DBus',member='NameOwnerChanged',path='/org/freedesktop/DBus',arg0='org.freedesktop.hostname1',arg1=':1.14',arg2='' successfully installed.
Jul 30 09:17:28 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=288 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd[1]: Got message type=signal sender=org.freedesktop.DBus destination=n/a path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameOwnerChanged cookie=26 reply_cookie=0 signature=sss error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: D-Bus name org.freedesktop.hostname1 now not owned by anyone.
Jul 30 09:17:28 KISE-005 systemd-hostnamed[509]: Got message type=signal sender=org.freedesktop.DBus destination=:1.14 path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameLost cookie=6 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-hostnamed[509]: Got message type=signal sender=org.freedesktop.DBus destination=n/a path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=NameOwnerChanged cookie=26 reply_cookie=0 signature=sss error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-hostnamed[509]: Bus n/a: changing state RUNNING → CLOSED
Jul 30 09:17:28 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=287 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=288 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-journald.service: Received EPOLLHUP on stored fd 79 (stored), closing.
Jul 30 09:17:28 KISE-005 systemd[1]: Received SIGCHLD from PID 509 (systemd-hostnam).
Jul 30 09:17:28 KISE-005 systemd[1]: Child 509 (systemd-hostnam) died (code=exited, status=0/SUCCESS)
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Failed to read oom_kill field of memory.events cgroup attribute: No such file or directory
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Child 509 belongs to systemd-hostnamed.service.
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Main process exited, code=exited, status=0/SUCCESS
Jul 30 09:17:28 KISE-005 audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Succeeded.
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Service will not restart (restart setting)
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Changed stop-sigterm -> dead
Jul 30 09:17:28 KISE-005 systemd[1]: Spawning thread to nuke /tmp/systemd-private-dd10eb2b6e8f4acb903533c2d585862a-systemd-hostnamed.service-W0N16e
Jul 30 09:17:28 KISE-005 systemd[1]: Spawning thread to nuke /var/tmp/systemd-private-dd10eb2b6e8f4acb903533c2d585862a-systemd-hostnamed.service-csUlRh
Jul 30 09:17:28 KISE-005 systemd[1]: systemd-hostnamed.service: Collecting.
Jul 30 09:17:28 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=289 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=290 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd[1]: Sent message type=signal sender=n/a destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=291 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd[1]: Sent message type=method_call sender=n/a destination=org.freedesktop.DBus path=/org/freedesktop/DBus interface=org.freedesktop.DBus member=RemoveMatch cookie=292 reply_cookie=0 signature=s error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=289 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1/unit/systemd_2dhostnamed_2eservice interface=org.freedesktop.DBus.Properties member=PropertiesChanged cookie=290 reply_cookie=0 signature=sa{sv}as error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 systemd-logind[491]: Got message type=signal sender=:1.1 destination=n/a path=/org/freedesktop/systemd1 interface=org.freedesktop.systemd1.Manager member=UnitRemoved cookie=291 reply_cookie=0 signature=so error-name=n/a error-message=n/a
Jul 30 09:17:28 KISE-005 kernel: kauditd_printk_skb: 143 callbacks suppressed
Jul 30 09:17:28 KISE-005 kernel: audit: type=1131 audit(1596125848.516:97): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-hostnamed comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Jul 30 09:17:28 KISE-005 audit: BPF prog-id=10 op=UNLOAD
Jul 30 09:17:28 KISE-005 audit: BPF prog-id=9 op=UNLOAD
Jul 30 09:17:28 KISE-005 kernel: audit: type=1334 audit(1596125848.816:98): prog-id=10 op=UNLOAD
Jul 30 09:17:28 KISE-005 kernel: audit: type=1334 audit(1596125848.816:99): prog-id=9 op=UNLOAD
Jul 30 09:17:34 KISE-005 systemd-networkd[375]: rtnl: received non-static neighbor, ignoring.
Jul 30 09:17:52 KISE-005 systemd-networkd[375]: NDISC: Sent Router Solicitation, next solicitation in 57s
Jul 30 09:17:52 KISE-005 systemd[1]: systemd-networkd.service: Got notification message from PID 375 (WATCHDOG=1)
Jul 30 09:17:54 KISE-005 systemd-networkd[375]: rtnl: received non-static neighbor, ignoring.
Jul 30 09:17:54 KISE-005 systemd-networkd[375]: rtnl: received non-static neighbor, ignoring.
Jul 30 09:18:30 KISE-005 systemd-networkd[375]: rtnl: received non-static neighbor, ignoring.
Jul 30 09:18:30 KISE-005 systemd[1]: systemd-journald.service: Got notification message from PID 325 (WATCHDOG=1)
Jul 30 09:18:49 KISE-005 systemd-networkd[375]: NDISC: Sent Router Solicitation, next solicitation in 1min 57s
Jul 30 09:18:49 KISE-005 systemd[1]: systemd-networkd.service: Got notification message from PID 375 (WATCHDOG=1)
Jul 30 09:18:53 KISE-005 systemd-networkd[375]: rtnl: received non-static neighbor, ignoring.
Jul 30 09:18:53 KISE-005 systemd-networkd[375]: rtnl: received non-static neighbor, ignoring.
Jul 30 09:19:06 KISE-005 systemd[1]: systemd-udevd.service: Got notification message from PID 339 (WATCHDOG=1)
Jul 30 09:19:06 KISE-005 systemd[1]: systemd-logind.service: Got notification message from PID 491 (WATCHDOG=1)
Jul 30 09:19:24 KISE-005 systemd[1]: Received SIGINT.

It would seem to be related to 'systemd-hostnamed.service' but why or how is unclear to me roll

Note

linux   /vmlinuz-linux root=UUID=5a1ca848-b27c-966c-8bb5-fb498991521a rw  verbose debug ignore_loglevel earlyprintk=vga,keep fbcon=scrollback:128k

Last edited by keepitsimpleengineer (2020-07-30 17:34:32)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#10 2020-07-30 19:00:06

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [Solved] Crash at boot after adding additional nvidia display adapter

Jul 30 09:16:54 KISE-005 kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  450.57  Sun Jul  5 14:52:29 UTC 2020

You are continuing to use the 450xx drivers just to locate the cause of the issue?

Offline

#11 2020-07-30 19:31:30

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

loqs wrote:
Jul 30 09:16:54 KISE-005 kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  450.57  Sun Jul  5 14:52:29 UTC 2020

You are continuing to use the 450xx drivers just to locate the cause of the issue?

The system was using 450xx drivers before this episode started w/o problems.

The addition of the GTX560Ti graphics adapter was to support and 2nd monitor which is not really needed when the hardware is running the arch (main) system. So when the addition of the GTX560Ti caused a problem in arch, it was deprecated, and the hardware returned to the original state.  As an aside, Windows 10 runs very well with both graphic adapters and geforce 451... drivers.

I saw the 390xx as unnecessary. If I am misinformed about this I will certainly give it a try. Or I could replace the GTX1070Ti with the GTX560Ti to see if that provides any useful insight.

The hardware also runs a manjaro system using 450xx without problems. manjaro although an Archlinux derivative, it does have a different method of dealing with proprietary drivers 'mhwd'. https://wiki.manjaro.org/index.php/Manj … _Detection

I really want the system to run with the GTX1070Ti, and I wish I was smarter sad

Last edited by keepitsimpleengineer (2020-07-30 19:54:46)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#12 2020-07-30 20:55:35

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [Solved] Crash at boot after adding additional nvidia display adapter

pacman -Qkk 2>&1 | grep -v '0 altered files'
find /etc/modprobe.d/ -type f -print -exec cat {} \;

Also the journal without debug please,  ignore_loglevel will keep kernel debug.  If you remove earlyprintk=vga,keep fbcon=scrollback:128k can you still boot?

Offline

#13 2020-07-30 21:07:08

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

[root@KISE-005 grub]# pacman -Qkk 2>&1 | grep -v '0 altered files'
warning: audit: /var/log/audit (Permissions mismatch)
audit: 155 total files, 1 altered file
backup file: bash: /etc/bash.bashrc (Modification time mismatch)
backup file: bash: /etc/bash.bashrc (Size mismatch)
cwarning: canon-pixma-mg5300-complete: /usr/lib/bjlib/canon_mfp_net.ini (Modification time mismatch)
warning: canon-pixma-mg5300-complete: /usr/lib/bjlib/canon_mfp_net.ini (Size mismatch)
warning: cups: /etc/cups/classes.conf (Permissions mismatch)
warning: cups: /etc/cups/printers.conf (Permissions mismatch)
warning: cups: /etc/cups/subscriptions.conf (Permissions mismatch)
canon-pixma-mg5300-complete: 343 total files, 1 altered file
backup file: cups: /etc/cups/classes.conf (Modification time mismatch)
backup file: cups: /etc/cups/classes.conf (Size mismatch)
backup file: cups: /etc/cups/cups-files.conf (Modification time mismatch)
backup file: cups: /etc/cups/cups-files.conf (Size mismatch)
backup file: cups: /etc/cups/cupsd.conf (Modification time mismatch)
backup file: cups: /etc/cups/cupsd.conf (Size mismatch)
backup file: cups: /etc/cups/printers.conf (Modification time mismatch)
backup file: cups: /etc/cups/printers.conf (Size mismatch)
backup file: cups: /etc/cups/subscriptions.conf (Modification time mismatch)
backup file: cups: /etc/cups/subscriptions.conf (Size mismatch)
cups: 874 total files, 3 altered files
backup file: dhcpcd: /etc/dhcpcd.conf (Modification time mismatch)
backup file: dhcpcd: /etc/dhcpcd.conf (Size mismatch)
dmraid: 39 total files, 0 altered warning: filesystem: /etc/arch-release (Modification time mismatch)
warning: filesystem: /etc/arch-release (Size mismatch)
files
backup file: filesystem: /etc/fstab (Modification time mismatch)
backup file: filesystem: /etc/fstab (Size mismatch)
backup file: filesystem: /etc/group (Modification time mismatch)
backup file: filesystem: /etc/group (Size mismatch)
backup file: filesystem: /etc/gshadow (Modification time mismatch)
backup file: filesystem: /etc/gshadow (Size mismatch)
backup file: filesystem: /etc/hosts (Modification time mismatch)
backup file: filesystem: /etc/hosts (Size mismatch)
backup file: filesystem: /etc/nsswitch.conf (Modification time mismatch)
backup file: filesystem: /etc/nsswitch.conf (Size mismatch)
backup file: filesystem: /etc/passwd (Modification time mismatch)
backup file: filesystem: /etc/passwd (Size mismatch)
backup file: filesystem: /etc/resolv.conf (Modification time mismatch)
backup file: filesystem: /etc/resolv.conf (Size mismatch)
backup file: filesystem: /etc/shadow (Modification time mismatch)
backup file: filesystem: /etc/shadow (Size mismatch)
backup file: filesystem: /etc/shells (Modification time mismatch)
backup file: filesystem: /etc/shells (Size mismatch)
filesystem: 116 total files, 1 altered file
foomatic-db-gutenprint-ppds: 3569 total files, 0 awarning: freefilesync-bin: /usr/share/doc/freefilesync/User_Manual.pdf (Symlink path mismatch)
ltered files
freefilesync-bin: 43 total files, 1 altered file
backup file: gcr: /etc/security/limits.d/10-gcr.conf (Modification time mismatch)
backup file: gcr: /etc/security/limits.d/10-gcr.conf (Size mismatch)
backup file: glibc: /etc/locale.gen (Modification time mismatch)
backup file: glibc: /etc/locale.gen (Size mismatch)
gobject-introspection: 288 total files, 0 altered filwarning: google-earth-pro: /opt/google/earth/pro/lang (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/plugins (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/plugins/audio (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/plugins/bearer (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/plugins/imageformats (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/plugins/platforms (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/resources (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/resources/flightsim (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/resources/flightsim/aircraft (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/resources/flightsim/controller (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/resources/flightsim/hud (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/resources/flightsim/keyboard (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/resources/flightsim/planet (Permissions mismatch)
warning: google-earth-pro: /opt/google/earth/pro/shaders (Permissions mismatch)
es
google-earth-pro: 411 total files, 14 altered files
backup file: grub: /etc/default/grub (Modification time mismatch)
backup file: grub: /etc/default/grub (Size mismatch)
handbrake: 87 total files, 0 altered fwarning: java-runtime-common: /usr/lib/jvm/default (Symlink path mismatch)
warning: java-runtime-common: /usr/lib/jvm/default (Modification time mismatch)
warning: java-runtime-common: /usr/lib/jvm/default-runtime (Symlink path mismatch)
warning: java-runtime-common: /usr/lib/jvm/default-runtime (Modification time mismatch)
iles
backup file: java-runtime-common: /etc/profile.d/jre.sh (Modification time mismatch)
backup file: java-runtime-common: /etc/profile.d/jre.sh (Size mismatch)
java-runtime-common: 21 total files, 2 altered files
lib32-libxcursor: 10 total files, 0 alterewarning: libbonobo: /usr/share/locale/am/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ar/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/as/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ast/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/az/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/be/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/bg/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/bn/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/bn_IN/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/br/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/bs/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ca/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ca@valencia/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/cs/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/cy/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/da/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/de/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/dz/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/el/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/en@shaw/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/en_CA/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/eo/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/es/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/et/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/eu/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/fa/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/fi/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/fr/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ga/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/gl/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/gu/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/he/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/hi/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/hr/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/hu/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/hy/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/id/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/is/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/it/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ja/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ka/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/kn/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ko/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ku/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/li/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/lt/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/lv/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/mai/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/mg/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/mk/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ml/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/mn/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/mr/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ms/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/nb/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ne/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/nl/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/nn/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/oc/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/or/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/pa/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/pl/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/pt/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/pt_BR/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ro/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ru/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/rw/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/sk/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/sl/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/sq/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/sr/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/sr@latin/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/sv/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ta/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/te/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/th/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/tr/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/ug/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/uk/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/vi/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/wa/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/xh/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/yi/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/zh_CN/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/zh_HK/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
warning: libbonobo: /usr/share/locale/zh_TW/LC_MESSAGES/libbonobo-2.0.mo (No such file or directory)
d files
libbonobo: 475 total files, 86 altered files
backup file: libmagick6: /etc/ImageMagick-6/type.xml (Modification time mismatch)
backup file: libmagick6: /etc/ImageMagick-6/type.xml (Size mismatch)
libxmu: 45 total files, warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.alias (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.alias (Size mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.alias.bin (Size mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.builtin.alias.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.builtin.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.dep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.dep (Size mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.dep.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.dep.bin (Size mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.devname (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.softdep (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.symbols (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.symbols (Size mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.symbols.bin (Modification time mismatch)
warning: linux: /usr/lib/modules/5.7.10-arch1-1/modules.symbols.bin (Size mismatch)
backup file: localepurge: /etc/locale.nopurge (Modification time mismatch)
backup file: localepurge: /etc/locale.nopurge (Size mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Modification time mismatch)
backup file: mkinitcpio: /etc/mkinitcpio.conf (Size mismatch)
mtools: 74 warning: networkmanager: /etc/NetworkManager/system-connections (Permissions mismatch)
warning: nfs-utils: /usr/share/doc/nfs-utils (Permissions mismatch)
warning: nfs-utils: /var/lib/nfs/sm (UID mismatch)
warning: nfs-utils: /var/lib/nfs/sm.bak (UID mismatch)
warning: nvidia: /usr/lib/modprobe.d/nvidia.conf (Modification time mismatch)
warning: nvidia: /usr/lib/modprobe.d/nvidia.conf (Size mismatch)
networkmanager: 499 total files, 1 altered file
nfs-utils: 104 total files, 3 altered files
backup file: ntp: /etc/ntp.conf (Modification time mismatch)
backup file: ntp: /etc/ntp.conf (Size mismatch)
nvidia: 15 total files, 1 altered file
backup file: openresolv: /etc/resolvconf.conf (Modification time mismatch)
backup file: openresolv: /etc/resolvconf.conf (Size mismatch)
backup file: pacman: /etc/makepkg.conf (Modification time mismatch)
backup file: pacman: /etc/makepkg.conf (Size mismatch)
backup file: pacman: /etc/pacman.conf (Modification time mismatch)
backup file: pacman: /etc/pacman.conf (Size mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Modification time mismatch)
backup file: pacman-mirrorlist: /etc/pacman.d/mirrorlist (Size mismatch)
pacman-mirrorlist: 3 towarning: pinball: /var/games (GID mismatch)
warning: pinball: /var/games (Permissions mismatch)
warning: pinball: /var/games/pinball/professor (GID mismatch)
warning: pinball: /var/games/pinball/professor (Permissions mismatch)
warning: pinball: /var/games/pinball/professor/highscores (Permissions mismatch)
warning: pinball: /var/games/pinball/professor/highscores (Modification time mismatch)
warning: pinball: /var/games/pinball/tux (GID mismatch)
warning: pinball: /var/games/pinball/tux (Permissions mismatch)
warning: pinball: /var/games/pinball/tux/highscores (Permissions mismatch)
warning: pinball: /var/games/pinball/tux/highscores (Modification time mismatch)
pinball: 138 total files, 5 altered files
rsync: 23 total files, 0 altered filwarning: samba: /var/lib/samba/private (Permissions mismatch)
warning: shadow: /usr/bin/newgidmap (Permissions mismatch)
warning: shadow: /usr/bin/newuidmap (Permissions mismatch)
es
samba: 1731 total files, 1 altered file
shadow: 558 total files, 2 altered files
backup file: sudo: /etc/sudoers (Modification time mismatch)
backup file: sudo: /etc/sudoers (Size mismatch)
backup file: systemd: /etc/systemd/logind.conf (Modificwarning: systemd: /var/log/journal (GID mismatch)
ation time mismatch)
backup file: systemd: /etc/systemd/logind.conf (Size mismatch)
systemd: 1702 total files, 1 altered file
backup file: texlive-core: /etc/texmf/web2c/fmtutil.cnf (Modification time mismatch)
backup file: texlive-core: /etc/texmf/web2c/fmtutil.cnf (Size mismatch)
vamp-plugin-sdwarning: vlc: /usr/lib/vlc/plugins/plugins.dat (Modification time mismatch)
warning: vlc: /usr/lib/vlc/plugins/plugins.dat (Size mismatch)
vlc: 1056 total files, 1 altered file
backup file: vsftpd: /etc/vsftpd.conf (Modification time mismatch)
backup file: vsftpd: /etc/vsftpd.conf (Size mismatch)

&

[root@KISE-005 grub]# find /etc/modprobe.d/ -type f -print -exec cat {} \;
[root@KISE-005 grub]# 

Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#14 2020-07-30 21:35:45

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

loqs wrote:

Also the journal without debug please,  ignore_loglevel will keep kernel debug.  If you remove earlyprintk=vga,keep fbcon=scrollback:128k can you still boot?

linux   /vmlinuz-linux root=UUID=5a1ca848-b27c-966c-8bb5-fb498991521a rw  verbose ignore_loglevel fbcon=scrollback:128k

journal-ignore_loglevel-only (nvidia/fail) @  https://pastebin.com/15qxM1E1


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#15 2020-07-30 22:26:40

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [Solved] Crash at boot after adding additional nvidia display adapter

Dos also removing fbcon=scrollback:128k make any difference?

Offline

#16 2020-07-30 22:51:11

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

loqs wrote:

Dos also removing fbcon=scrollback:128k make any difference?

Still fails, should I post the journal?


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#17 2020-07-30 22:52:27

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

loqs wrote:

Dos also removing fbcon=scrollback:128k make any difference?

Still fails, should I post the journal?

journal-ignore_loglevel-only-2 (nvidia/fail) @ https://pastebin.com/wrCQCXL4

Last edited by keepitsimpleengineer (2020-07-30 22:57:46)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#18 2020-07-30 23:04:03

loqs
Member
Registered: 2014-03-06
Posts: 17,194

Re: [Solved] Crash at boot after adding additional nvidia display adapter

Were any packages updated during the addition and subsequent removal of the GTX560Ti?
If yes try rolling back to the date before that update.  If not try the 390xx packages instead of 450xx.
If that fails I am out of ideas.

Offline

#19 2020-07-31 01:43:23

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

loqs wrote:

Were any packages updated during the addition and subsequent removal of the GTX560Ti?
If yes try rolling back to the date before that update.  If not try the 390xx packages instead of 450xx.
If that fails I am out of ideas.

It would not have been possible as the system would not boot and run.

So I installed the 390xx and ran the nvidia system. It failed to boot.

journal-390xx-fail @ https://pastebin.com/rHkvUDi0

I think I will swap out the GTX1070Ti and swap in the GTX560Ti and try that, tomorrow

Thanks for all your effort loqs


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#20 2020-08-01 00:10:24

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

New information from when I reinstalled 440xx and blacklisted nouvuea.

Failed to boot with nvidia but dmesg now show this:

[    4.793324] nvidia: loading out-of-tree module taints kernel.
[    4.793331] nvidia: module license 'NVIDIA' taints kernel.
[    4.793331] Disabling lock debugging due to kernel taint
[    4.799200] nvidia: module verification failed: signature and/or required key missing - tainting kernel
[    4.807373] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
[    4.807752] NVRM: The NVIDIA probe routine was not called for 1 device(s).
[    4.807754] NVRM: This can occur when a driver such as: 
               NVRM: nouveau, rivafb, nvidiafb or rivatv 
               NVRM: was loaded and obtained ownership of the NVIDIA device(s).
[    4.807754] NVRM: Try unloading the conflicting kernel module (and/or
               NVRM: reconfigure your kernel without the conflicting
               NVRM: driver(s)), then try loading the NVIDIA kernel module
               NVRM: again.
[    4.807755] NVRM: No NVIDIA devices probed.

??? nvidia: module verification failed: signature and/or required key missing - tainting kernel ???


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#21 2020-08-01 05:49:05

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [Solved] Crash at boot after adding additional nvidia display adapter

That message is normal and irrelevant (and an excuse for lkml to tell you to fuck off ;-)

The problem is more likely that nouveau is in the initramfs and loaded, because the blacklist wasn't picked up (present) w/ the last initramfs generation.

lsmod
lsinitcpio /boot/initramfs-linux.img | grep nouveau

and rebuild the initramfs (mkinitcpio or dracut)

You're not trying to run 440xx on the GTX 560 again, though. Are you?

Offline

#22 2020-08-01 18:50:19

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

seth wrote:

The problem is more likely that nouveau is in the initramfs and loaded, because the blacklist wasn't picked up (present) w/ the last initramfs generation.

.............and rebuild the initramfs (mkinitcpio or dracut)

You're not trying to run 440xx on the GTX 560 again, though. Are you?

Thanks for the suggestion, Seth
So still trying to get the system to boot to multi-user.target using nvidia (440xx,GTX1070Ti) I rebuilt the initramfs using dracut which is new to me

[--ljohnson{09:50:27}~]$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GP104 [GeForce GTX 1070 Ti] (rev a1)
[root@KISE-005 ~]# dracut /boot/initramfs-linux.img
dracut: Executing: /usr/bin/dracut /boot/initramfs-linux.img
dracut: Will not override existing initramfs (/boot/initramfs-linux.img) without --force
[root@KISE-005 ~]# dracut  --force /boot/initramfs-linux.img
dracut: Executing: /usr/bin/dracut --force /boot/initramfs-linux.img
dracut: dracut module 'bootchart' will not be installed, because command '/sbin/bootchartd' could not be found!
dracut: dracut module 'dash' will not be installed, because command '/bin/dash' could not be found!
dracut: dracut module 'mksh' will not be installed, because command '/bin/mksh' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'stratis' will not be installed, because command 'stratisd-init' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: *** Including module: bash ***
dracut: *** Including module: systemd ***
Failed to add dependency on unit, unit systemd-ask-password-plymouth.service does not exist.
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: modsign ***
dracut: *** Including module: i18n ***
dracut: *** Including module: network-legacy ***
dracut: *** Including module: network ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: dmraid ***
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: kernel-network-modules ***
dracut: *** Including module: lvm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 56-lvm.rules
dracut: Skipping udev rule: 60-persistent-storage-lvm.rules
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: multipath ***
dracut: Skipping udev rule: 40-multipath.rules
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: cifs ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: nfs ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
Mode:     real
Files:    2469
Linked:   10 files
Compared: 0 xattrs
Compared: 739 files
Saved:    1.34 MiB
Duration: 0.02 seconds
dracut: *** Hardlinking files done ***
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Using microcode found in '/boot/intel-ucode.img' ***
dracut: *** Store current command line parameters ***
dracut: *** Stripping files ***
dracut: *** Stripping files done ***
dracut: *** Creating image file '/boot/initramfs-linux.img' ***
dracut: *** Creating initramfs image file '/boot/initramfs-linux.img' done ***

and no love, boot still hangs with blank screen

so I rebuilt the initramfs after adding 'nvidia' to "MODULES=()' in '/etc/mkinitcpio.conf' using mkinitcpio

[root@KISE-005 ~]# mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 5.7.11-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: aic94xx
  -> Running build hook: [autodetect]
findmnt: /etc/fstab: parse error at line 28 -- ignored
  -> Running build hook: [modconf]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
==> Image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
  -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 5.7.11-arch1-1
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: wd719x
==> WARNING: Possibly missing firmware for module: aic94xx
  -> Running build hook: [modconf]
  -> Running build hook: [filesystems]
  -> Running build hook: [keyboard]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
==> Image generation successful

and no love again, boot still hangs with blank screen.

Now the only way I can access the system is by blacklisting nvidia and not blacklisting nouveau, basically back where all this started.

I can access the system also by booting from thumb drive and arch-chroot into it. But I am still without nvidia and have to deal with nouveau's short comings when dealing with 2D images.

sad

note: error in fstab was an extraneous character which stopped the mounting of a data only ntfs partition

Last edited by keepitsimpleengineer (2020-08-01 19:00:43)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#23 2020-08-01 19:25:33

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [Solved] Crash at boot after adding additional nvidia display adapter

Do you still get the same error? (The "NVRM: No NVIDIA devices probed." one)

https://wiki.archlinux.org/index.php/NV … de_setting
Try adding nvidia-drm.modeset=1

Offline

#24 2020-08-01 22:58:16

keepitsimpleengineer
Member
From: San Joaquin Valley, CA
Registered: 2012-06-25
Posts: 379

Re: [Solved] Crash at boot after adding additional nvidia display adapter

seth wrote:

Do you still get the same error? (The "NVRM: No NVIDIA devices probed." one)

https://wiki.archlinux.org/index.php/NV … de_setting
Try adding nvidia-drm.modeset=1

It's a conundrum, if the nvidia module gets loaded, the system ceases during boot to a blank screen, and I have no access to getty, journal, dmesg, remote login or journalctl. If the nouveau module gets loaded to multi-user.target, then the nvidia module gets stopped, but I have access to the system.

The "NVRM: No NVIDIA devices probed." comes from dmesg after a nouveau boot, per you 1st message.

So I added the kernel parameter and also to mkinitcpio.conf 'MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)' per https://wiki.archlinux.org/index.php/NV … de_setting

Again failed to boot to multiuser. This time i accessed /var/log by way of another Linux on the hardware looking to see if an Xorg.0.log had been created, and no luck there.

----

Possible to find out something at rescue.target?

Last edited by keepitsimpleengineer (2020-08-01 22:58:37)


Al Einstein: "Man soll die Dinge so einfach machen wie möglich ~ aber nicht einfacher." (Things should be as simple as possible ~ but not too simple.) ~ Al (Einstein) war ein Cousin von Albert, "Al" ist die Abkürzung für Aloysius

Offline

#25 2020-08-02 12:29:08

seth
Member
Registered: 2012-09-03
Posts: 49,981

Re: [Solved] Crash at boot after adding additional nvidia display adapter

Try to boot "nomodeset" and whether that allows you to
a) boot w/ the nvidia driver
b) inspect dmesg/the journal

So I made a hardware change, added a GTX560Ti to my GTX1070Ti system, and it borked my archlinux installation, crashing during boot.
After returning to original hardware configuration, arch still crashes during boot.

Would actually suggest a HW issue (ie. missing dedicated power supply, wrong PCI slot, …)

Otherwise, since you mentioned windows, see the 3rd link in my signature (if windows is hibernating, this can cause all sorts of weird issues)

Offline

Board footer

Powered by FluxBB