doktor5000 wrote: Maybe update stalled in between, as mirror was out of sync or so ?
Or you could also try to use another driver via xdriver=nouveau or xdriver=vesa as kernel option.
I noticed dkms working on the module during the update but did not pay close attention. I tried xdriver=vesa with the default entry but nvidia is still tried, see below for files with the time of this attempt, and the end result is the same, no video. The keyboard works. I can Ctrl-Alt-Del or magic keys rseiub, so kernel is loading.
- Code: Select all
[root@p8z68 rolf]# cat /mnt/disk/var/log/dmesg | grep xdriver
[ 0.000000] Command line: BOOT_IMAGE=linux root=UUID=131bba44-fab2-42ff-93f7-007934a41181 nokmsboot noiswmd resume=UUID=70a32201-ef9f-47ec-a84c-38aba7d010f3 vga=788 xdriver=vesa
[ 0.000000] Kernel command line: BOOT_IMAGE=linux root=UUID=131bba44-fab2-42ff-93f7-007934a41181 nokmsboot noiswmd resume=UUID=70a32201-ef9f-47ec-a84c-38aba7d010f3 vga=788 xdriver=vesa
[root@p8z68 rolf]# ll /mnt/disk/var/log/Xorg.0.log
-rw-r--r-- 1 root root 3991 May 7 08:58 /mnt/disk/var/log/Xorg.0.log
[root@p8z68 rolf]# tail -n 20 /mnt/disk/var/log/Xorg.0.log
[ 81.993] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 81.999] (II) Module glx: vendor="X.Org Foundation"
[ 81.999] compiled for 1.18.3, module version = 1.0.0
[ 81.999] ABI class: X.Org Server Extension, version 9.0
[ 81.999] (==) AIGLX enabled
[ 81.999] (II) LoadModule: "nvidia"
[ 82.000] (WW) Warning, couldn't open module nvidia
[ 82.000] (II) UnloadModule: "nvidia"
[ 82.000] (II) Unloading nvidia
[ 82.000] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 82.000] (EE) No drivers available.
[ 82.000] (EE)
Fatal server error:
[ 82.000] (EE) no screens found(EE)
[ 82.000] (EE)
Please consult the Mageia support
at http://bugs.mageia.org
for help.
[ 82.000] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 82.000] (EE)
[root@p8z68 rolf]#
Trying the kernel that was running when I did the update and this, also, boots to no video:
- Code: Select all
[root@p8z68 rolf]# cat /mnt/disk/var/log/dmesg | grep xdriver
[ 0.000000] Command line: BOOT_IMAGE=desktop_4.4.6-1.mga6 root=UUID=131bba44-fab2-42ff-93f7-007934a41181 noiswmd nokmsboot resume=UUID=70a32201-ef9f-47ec-a84c-38aba7d010f3 vga=788 xdriver=vesa
[ 0.000000] Kernel command line: BOOT_IMAGE=desktop_4.4.6-1.mga6 root=UUID=131bba44-fab2-42ff-93f7-007934a41181 noiswmd nokmsboot resume=UUID=70a32201-ef9f-47ec-a84c-38aba7d010f3 vga=788 xdriver=vesa
[root@p8z68 rolf]# tail -n 20 /mnt/disk/var/log/Xorg.0.log
[ 83.706] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 83.712] (II) Module glx: vendor="X.Org Foundation"
[ 83.712] compiled for 1.18.3, module version = 1.0.0
[ 83.712] ABI class: X.Org Server Extension, version 9.0
[ 83.712] (==) AIGLX enabled
[ 83.712] (II) LoadModule: "nvidia"
[ 83.712] (WW) Warning, couldn't open module nvidia
[ 83.712] (II) UnloadModule: "nvidia"
[ 83.712] (II) Unloading nvidia
[ 83.712] (EE) Failed to load module "nvidia" (module does not exist, 0)
[ 83.712] (EE) No drivers available.
[ 83.712] (EE)
Fatal server error:
[ 83.712] (EE) no screens found(EE)
[ 83.712] (EE)
Please consult the Mageia support
at http://bugs.mageia.org
for help.
[ 83.712] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
[ 83.712] (EE)
[root@p8z68 rolf]# ll /mnt/disk/var/log/dmesg
-rw-r--r-- 1 root root 89879 May 7 09:17 /mnt/disk/var/log/dmesg
[root@p8z68 rolf]# ll /mnt/disk/var/log/Xorg.0.log
-rw-r--r-- 1 root root 4001 May 7 09:18 /mnt/disk/var/log/Xorg.0.log
One try with xdriver=nouveau and 3, which does not start X but also no video (would this be called framebuffer, if working?):
- Code: Select all
[root@p8z68 rolf]# cat /mnt/disk/var/log/dmesg | grep xdriver
[ 0.000000] Command line: BOOT_IMAGE=desktop_4.4.6-1.mga6 root=UUID=131bba44-fab2-42ff-93f7-007934a41181 noiswmd nokmsboot xdriver=nouveau resume=UUID=70a32201-ef9f-47ec-a84c-38aba7d010f3 vga=788 3
[ 0.000000] Kernel command line: BOOT_IMAGE=desktop_4.4.6-1.mga6 root=UUID=131bba44-fab2-42ff-93f7-007934a41181 noiswmd nokmsboot xdriver=nouveau resume=UUID=70a32201-ef9f-47ec-a84c-38aba7d010f3 vga=788 3
[root@p8z68 rolf]# ll /mnt/disk/var/log/dmesg
-rw-r--r-- 1 root root 87082 May 7 09:45 /mnt/disk/var/log/dmesg
[root@p8z68 rolf]# ll /mnt/disk/var/log/Xorg.0.log
-rw-r--r-- 1 root root 4001 May 7 09:18 /mnt/disk/var/log/Xorg.0.log
[root@p8z68 rolf]#
gohlip wrote:do "dracut -f"
- Code: Select all
[root@p8z68 rolf]# ll /mnt/disk/boot/initrd*
-rw------- 1 root root 21555155 Mar 27 11:27 /mnt/disk/boot/initrd-4.4.5-desktop-1.mga6.img
-rw------- 1 root root 21553334 Mar 27 11:47 /mnt/disk/boot/initrd-4.4.6-desktop-1.mga6.img
-rw------- 1 root root 11001337 May 6 16:15 /mnt/disk/boot/initrd-4.6.0-desktop-0.rc6.1.mga6.img
The new initrd is half the size of the previous two, which haven't been touched, in case dracut is needed whenever the nvidia driver is updated.
I could do something in chroot but, in case there is some bug in Dev1, it seems a good idea to find out what is wrong before erasing what was done. Maybe there is some information from dkms status in chroot:
- Code: Select all
[root@p8z68 /]# dkms status
nvidia-current, 361.42-3.mga6.nonfree, 4.4.5-desktop-1.mga6, x86_64: installed
nvidia-current, 361.42-3.mga6.nonfree, 4.4.6-desktop-1.mga6, x86_64: installed
nvidia-current, 352.79-2.mga6.nonfree, 4.4.5-desktop-1.mga6, x86_64: installed-binary from 4.4.5-desktop-1.mga6
nvidia-current, 352.79-2.mga6.nonfree, 4.4.6-desktop-1.mga6, x86_64: installed-binary from 4.4.6-desktop-1.mga6
nvidia-current, 361.42-3.mga6.nonfree, 4.6.0-desktop-0.rc6.1.mga6, x86_64: installed-binary from 4.6.0-desktop-0.rc6.1.mga6
[root@p8z68 /]# rpm -qa | grep nvidia
nvidia-current-kernel-4.6.0-desktop-0.rc6.1.mga6-361.42-6.mga6.nonfree
nvidia-current-kernel-desktop-latest-361.42-6.mga6.nonfree
nvidia-current-doc-html-361.42-3.mga6.nonfree
nvidia-current-kernel-4.4.5-desktop-1.mga6-352.79-11.mga6.nonfree
x11-driver-video-nvidia-current-361.42-3.mga6.nonfree
nvidia-current-kernel-4.4.6-desktop-1.mga6-352.79-12.mga6.nonfree
dkms-nvidia-current-361.42-3.mga6.nonfree