Sistem açılırken tüm kernel modüllerinin yüklenmediği hatasını alıyorum. Yüklenemeyen modülü modprobe -r veya modprobe --ignore-remove ile silmek istediğimde ilgili dizinde modülün bulunamadığı yazısını döndürüyor.
Kernel version: 4.18.16-arch1-1-ARCH
Hata olduğunu bildiren çıktı:
Kas 09 17:57:34 empat systemd-modules-load[403]: Failed to find module 'vboxsf'
systemd-modules-load servisinin status çıktısı:
[[email protected] ~]$ s systemctl status systemd-modules-load
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2018-11-09 17:57:34 +03; 1h 25min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Main PID: 403 (code=exited, status=1/FAILURE)
Kas 09 17:57:34 empat systemd[1]: Starting Load Kernel Modules...
Kas 09 17:57:34 empat systemd-modules-load[403]: Failed to find module 'vboxsf'
Kas 09 17:57:34 empat systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
Kas 09 17:57:34 empat systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
Kas 09 17:57:34 empat systemd[1]: Failed to start Load Kernel Modules.
lsmod | grep vbox çıktısı:
vboxnetflt 32768 1
vboxnetadp 28672 0
vboxpci 28672 0
vboxdrv 487424 4 vboxpci,vboxnetadp,vboxnetflt
vboxvideo 45056 0
ttm 126976 1 vboxvideo
drm_kms_helper 200704 2 vboxvideo,i915
drm 479232 19 drm_kms_helper,vboxvideo,i915,ttm
vboxguest 40960 0
dmesg | grep failed çıktısı:
[ 17.239517] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 17.564711] audit: type=1130 audit(1541775445.283:11): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 23.722737] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 23.722745] cfg80211: failed to load regulatory.db
[ 26.899703] audit: type=1130 audit(1541775454.617:16): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-modules-load comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=failed'
[ 813.604911] ata1.00: failed command: READ FPDMA QUEUED
[ 813.945957] sd 0:0:0:0: [sda] tag#27 Add. Sense: Unrecovered read error - auto reallocate failed
[ 818.067503] ata1.00: failed command: READ FPDMA QUEUED
[ 818.418993] sd 0:0:0:0: [sda] tag#5 Add. Sense: Unrecovered read error - auto reallocate failed
[ 822.566878] ata1.00: failed command: READ FPDMA QUEUED
[ 822.912801] sd 0:0:0:0: [sda] tag#13 Add. Sense: Unrecovered read error - auto reallocate failed
dmesg | grep vbox çıktısı:
[ 16.879460] vboxvideo: module is from the staging directory, the quality is unknown, you have been warned.
[ 17.239296] vboxdrv: loading out-of-tree module taints kernel.
[ 17.239517] vboxdrv: module verification failed: signature and/or required key missing - tainting kernel
[ 17.246916] vboxdrv: Found 4 processor cores
[ 17.267484] vboxdrv: TSC mode is Invariant, tentative frequency 2095240653 Hz
[ 17.267488] vboxdrv: Successfully loaded version 5.2.20 (interface 0x00290001)
[ 17.326198] vboxpci: IOMMU not found (not registered)
[ 4997.976798] vboxdrv: 00000000d286d1f3 VMMR0.r0
[ 4998.339618] vboxdrv: 0000000099283831 VBoxDDR0.r0
[ 4998.494124] vboxdrv: 0000000050bef4d7 VBoxEhciR0.r0
[ 5004.569353] vboxnetflt: 0 out of 0 packets were not sent (directed to host)
[ 5089.777991] vboxdrv: 00000000d286d1f3 VMMR0.r0
[ 5090.178637] vboxdrv: 0000000099283831 VBoxDDR0.r0
[ 5090.302579] vboxdrv: 0000000050bef4d7 VBoxEhciR0.r0