Messaggi di errore all'avvio

ciao,
all’avvio, dopo la comparsa della scritta “Welcome to Fedora Thirty-One!”, compaiono alcuni FAILED in rosso.
Sono andato a vedere di cosa si tratta col comando

# cat /var/log/boot.log

e ho trovato questi due errori, sotto i quali riporto anche i risultati eseguendo il comando suggerito dal sistema stesso:

[code][FAILED] Failed to start Load Kernel Modules.
See ‘systemctl status systemd-modules-load.service’ for details.

[Aiace@localhost-live-2 ~]$ systemctl status systemd-modules-load.service
● 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 2020-04-24 10:10:42 CEST; 9h ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 814 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 814 (code=exited, status=1/FAILURE)

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.

[FAILED] Failed to mount Arbitrary Executable File Formats File System.
See ‘systemctl status proc-sys-fs-binfmt_misc.mount’ for details.

[Aiace@localhost-live-2 ~]$ systemctl status proc-sys-fs-binfmt_misc.mount
● proc-sys-fs-binfmt_misc.mount - Arbitrary Executable File Formats File System
Loaded: loaded (/usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount; disabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Fri 2020-04-24 10:10:43 CEST; 9h ago
Where: /proc/sys/fs/binfmt_misc
What: binfmt_misc
Docs: https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.html
https://www.freedesktop.org/wiki/Software/systemd/APIFileSystems

Warning: Journal has been rotated since unit was started. Log output is incomplete or unavailable.
[/code]

Entrambi i problemi sono per me incomprensibili, quindi chiedo ai più esperti cosa fare.

Inoltre: possono essere all’origine di due problemi, cioè:

  1. non ho più audio?
  2. non mi rileva più nessuna penna USB che inserisco?
    Prima degli ultimi aggiornamenti non avevo nessun problema del genere.

Grazie

Ciao aiace , che kernel stai usando ? :slight_smile:

Per caso hai installato :

kernel-headers kernel-modules-extra ?

se non li hai installati prova a installarli , poi dopo il login da terminale dai :

systemctl --failed 

premetto che se con i kernel più vecchi funziona è un bug del kernel , non mi ricordo se utilizzi una scheda nvidia . è se hai fatto un upgrade o hai reinstallato. porta pazienza , ma cerco di capire meglio. :slight_smile:

ciao, edmondo,
grazie, ti rispondo così:

Aiace@localhost-live-2 ~]$ uname -a Linux localhost-live-2.lan 5.0.9-301.fc30.x86_64 #1 SMP Tue Apr 23 23:57:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
ma da correggere così:

[Aiace@localhost-live-2 ~]$ rpm -qa | egrep "kernel-core" kernel-core-5.5.8-200.fc31.x86_64 kernel-core-5.5.7-200.fc31.x86_64 kernel-core-5.5.17-200.fc31.x86_64
dei quali sto utilizzando il più recente.

Per le estensioni del kernel:

[Aiace@localhost-live-2 ~]$ dnf list installed kernel-* Pacchetti installati kernel-core.x86_64 5.5.7-200.fc31 @updates kernel-core.x86_64 5.5.8-200.fc31 @updates kernel-core.x86_64 5.5.17-200.fc31 @updates kernel-devel.x86_64 5.5.7-200.fc31 @updates kernel-devel.x86_64 5.5.8-200.fc31 @updates kernel-devel.x86_64 5.5.17-200.fc31 @updates kernel-headers.x86_64 5.5.17-200.fc31 @updates kernel-modules.x86_64 5.5.7-200.fc31 @updates kernel-modules.x86_64 5.5.8-200.fc31 @updates kernel-modules.x86_64 5.5.17-200.fc31 @updates kernel-modules-extra.x86_64 5.5.7-200.fc31 @updates kernel-modules-extra.x86_64 5.5.8-200.fc31 @updates kernel-modules-extra.x86_64 5.5.17-200.fc31 @updates

Era un’installazione precedente, sulla quale ho pasticciato un po’ (vedi https://forum.fedoraonline.it/viewtopic.php?id=26907).
Dato che non ho potuto utilizzarla per un bel po’ (come spiegavo appunto nel link precedente), francamente non ricordo se questi messaggi c’erano anche prima.
In tutti i casi, ho una scheda Nvidia GeForce GT 520, che però mi hanno fatto notare https://forum.fedoraonline.it/viewtopic.php?id=26039 che non è più supportata e quindi mi affido ai driver nouveau.

Infine, per quanto riguarda il comando che suggerisci, non mi pare che aggiunga nulla di nuovo (però l’ho lanciato senza riavviare né uscire e rientrare dalla sessione attuale, che è attiva ininterrottamente da ca. 14 ore:

[code][Aiace@localhost-live-2 ~]$ systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● proc-sys-fs-binfmt_misc.mount loaded failed failed Arbitrary Executable File Formats File System
● systemd-binfmt.service loaded failed failed Set Up Additional Binary Formats
● systemd-modules-load.service loaded failed failed Load Kernel Modules

LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.

3 loaded units listed.[/code]

Ciao aiace prova a dare un :

#systemctl daemon-reload 

è riavvia riguarda :

#systemctl --failed 

mi pare di ricordare che usavi un sistema raid con più dischi ( correggimi se sbaglio) , dopo il riavvio dai :

$ dnf clean metadata && dnf clean all && su -c" dnf clean metadata && dnf clean all && dnf makecache && dnf distro-sync"

è posta il risultato :slight_smile: dovrebbe agiornare grub da solo , in caso di incongruenze di pacchetti :slight_smile:

Il kernel più recente è :

Linux edmond 5.6.6-200.fc31.x86_64 #1 SMP Tue Apr 21 15:34:22 UTC 2020 x86_64 x86_64 x86_64 GNU/Linu

o si sistema da solo con quel comando o ci mettiamo mano , fammi sapere :slight_smile:

Corretto un errore :

$ dnf clean metadata && dnf clean all && su -c" dnf clean metadata && dnf clean all && dnf makecache && dnf distro-sync"

ciao,
ho lasciato passare qualche giorno, per capire se i miei problemi andavano a posto “da soli”.
Ieri ho installato con successo il driver Nvidia https://forum.fedoraonline.it/post.php?tid=26039&qid=248531, cioè akmod-nvidia-390xx.x86_64.
Oggi, dopo un piccolo aggiornamento e riavvio (ma SENZA ancora dare tutti i comandi che mi suggerivi qui sopra) mi trovo ancora così:

[code][Aiace@localhost ~]$ su -c’systemctl --failed’
Password:
UNIT LOAD ACTIVE SUB DESCRIPTION
● proc-sys-fs-binfmt_misc.automount loaded failed failed Arbitrary Executable File Formats File System Automount Point
● proc-sys-fs-binfmt_misc.mount loaded failed failed Arbitrary Executable File Formats File System
● systemd-binfmt.service loaded failed failed Set Up Additional Binary Formats
● systemd-modules-load.service loaded failed failed Load Kernel Modules

LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.

4 loaded units listed.[/code]

Ma ci sono anche altri problemini:

(2) mancato riconoscimento audio
sia nella barra inferiore (uso KDE/Plasma), sia nelle Impostazioni, NON c’è la scheda analogica standard.
Essa c’era prima (cioè prima di reinstallare Fedora e cancellare Win$10: la https://forum.fedoraonline.it/viewtopic.php?id=26907), inoltre compare nella installazione “nuova” di F31 che ho su un SSD da 32 GB (e che toglierò sia perché c’è un https://forum.fedoraonline.it/viewtopic.php?id=26649, sia perché priva delle mie personalizzazioni).
Nell’altra F31 compare anche una scheda audio Nvidia, che credo sia presente sulla mia scheda video, ma non ho mai adoperato perché serve un cavetto specifico (UDF? non ricordo… se serve, vado a controllare).

(3) mancato riconoscimento di chiavette USB
Ne ho diverse, da vecchiotte a nuovissime (queste ultime anche molto capienti), ma nessuna viene rilevata all’inserimento, che è invece il comportamento previsto (cioè, fissato proprio da me) nelle Impostazioni di Plasma: Hardware > Archiviazione rimovibile > Dispositivi rimovibili: sono attive le voci “Abilita il montaggio automatico dei supporti rimovibili” e “Monta automaticamente i supporti rimovibili al collegamento”; e nella finestra sottostante che elenca i dispositivi, ho abilitato anche quelle chiavette che il sistema aveva già in memoria (non tutte, ma almeno 3 ci sono, e invece NON vengono caricate affatto, né tantomeno visualizzate).

(3bis) se il sistema non le riconosce, come posso forzare per leggerle comunque?
Impossibile che si siano guastate tutte assieme, tanto è vero che sull’altra F31 vengono aperte e funzionano regolarmente…

(4) su questa Fedora 31 il collegamento a internet (quello fisso, tramite cavetto al muro) è indicato “Connessione via cavo 2”, mentre nell’altra F31 è “via cavo 1”
Questo ovviamente NON è un vero problema, ma volevo capire come mai il sistema fornisce due numerazioni distinte, pur avendo lo stesso hardware (cioè, lo stesso tipo di collegamento, cavetto incluso ecc.).
Nelle Impostazioni la “connessione 1” è presente anche qui, ma l’unica differenza che vedo è che nel rigo “Limita a” è pre-compilata la stringa (70:4D:7B:2B:91:4C), per me incomprensibile.

(5) Aggiungo che non ho proprio chiara la situazione con UEFI, la cui scritta compare un secondo a video prima che inizi a eseguire tutti i passaggi di boot (idem quando parte l’altra F31).
I malfunzionamenti segnalati possono dipendere da una installazione imperfetta?

(6) Infine, passerò sicuramente alla neonata 32, ma forse è meglio risolvere prima queste difficoltà, per evitare di portarmele dietro? Oppure la nuova release le risolverà (tenendo conto però del dubbio al punto 5)?

Grazie dell’aiuto

PS: forse sono troppi punti per un solo thread, in caso ditemelo e ne farò singoli filoni

Ciao aiace scusa di non aver risposto prima , guardando in giro è facendo varie prove sembrerebbe un problema kernel , per il fattore audio è usb , io sono giusto tornato al kernel-5.6.8 di fedora perchè hanno risolto il problema drm , ma su determinate schede , guardando sulla kernel.org ne sono venute fuori altri , il kernel che utilizzi dovrebbe essere l’ultimo , correggimi se sbaglio , è il problema che hai apparte systemd , che adesso mettiamo da parte , son le usb è audio giusto ? con un kernel meno recente hai fatto la prova ? per vedere se audio è usb funzionano ? calcola che fino al kernel 5.4.38 sono sicuro che il problema non sussisteva , ovviamente questo è del repo kernel-longterm , adesso dovresti essere su il kernel 5.6.8 che è l’ultimo . se usi questo posta :

dmesg 

è

lsmod

poi per finire

systemd-analyze blame 

ho letto sia questo post è l’altro che avevi scritto , vediamo di risolvere il problema . :slight_smile:

grazie della risposta, direi di procedere una cosa per volta, in effetti avevo inzeppato troppa roba.
Dunque, limitandomi ai due problemi più seccanti, cioè il mancato funzionamento sia delle chiavette USB, sia dell’audio, ti confermo che sto utilizzando il kernel 5.6.8-200.
Non credo di avere in GRUB2 ancora disponibile un kernel 5.4, perché ci sono stati diversi aggiornamenti, ma intanto ecco i comandi richiesti (senza riavviare tutto, mi spiace per la lunghezza del primo, c’è modo di filtrare qualcosa?), dati da utente (non da root, esatto?):

[Aiace@localhost ~]$ dmesg 0.000000] microcode: microcode updated early to revision 0x25, date = 2018-04-02 0.000000] Linux version 5.0.9-301.fc30.x86_64 ([email protected]) (gcc version 9.0.1 20190312 (Red Hat 9.0.1-0.10) (GCC)) #1 SMP Tue Apr 23 23:57:35 UTC 2019 0.000000] Command line: BOOT_IMAGE=/vmlinuz-0-rescue-cb520dc1682c4c61978f081376bf8230 root=/dev/sdd3 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. 0.000000] BIOS-provided physical RAM map: 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009efff] usable 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cbca5fff] usable 0.000000] BIOS-e820: [mem 0x00000000cbca6000-0x00000000cbcacfff] ACPI NVS 0.000000] BIOS-e820: [mem 0x00000000cbcad000-0x00000000cc0edfff] usable 0.000000] BIOS-e820: [mem 0x00000000cc0ee000-0x00000000cc4befff] reserved 0.000000] BIOS-e820: [mem 0x00000000cc4bf000-0x00000000dda27fff] usable 0.000000] BIOS-e820: [mem 0x00000000dda28000-0x00000000ddc2dfff] reserved 0.000000] BIOS-e820: [mem 0x00000000ddc2e000-0x00000000ddc42fff] ACPI data 0.000000] BIOS-e820: [mem 0x00000000ddc43000-0x00000000de0e3fff] ACPI NVS 0.000000] BIOS-e820: [mem 0x00000000de0e4000-0x00000000deffefff] reserved 0.000000] BIOS-e820: [mem 0x00000000defff000-0x00000000deffffff] usable 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021effffff] usable 0.000000] NX (Execute Disable) protection: active 0.000000] e820: update [mem 0xcb724018-0xcb733457] usable ==> usable 0.000000] e820: update [mem 0xcb724018-0xcb733457] usable ==> usable 0.000000] e820: update [mem 0xcb716018-0xcb723057] usable ==> usable 0.000000] e820: update [mem 0xcb716018-0xcb723057] usable ==> usable 0.000000] extended physical RAM map: 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009efff] usable 0.000000] reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] reserved 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000cb716017] usable 0.000000] reserve setup_data: [mem 0x00000000cb716018-0x00000000cb723057] usable 0.000000] reserve setup_data: [mem 0x00000000cb723058-0x00000000cb724017] usable 0.000000] reserve setup_data: [mem 0x00000000cb724018-0x00000000cb733457] usable 0.000000] reserve setup_data: [mem 0x00000000cb733458-0x00000000cbca5fff] usable 0.000000] reserve setup_data: [mem 0x00000000cbca6000-0x00000000cbcacfff] ACPI NVS 0.000000] reserve setup_data: [mem 0x00000000cbcad000-0x00000000cc0edfff] usable 0.000000] reserve setup_data: [mem 0x00000000cc0ee000-0x00000000cc4befff] reserved 0.000000] reserve setup_data: [mem 0x00000000cc4bf000-0x00000000dda27fff] usable 0.000000] reserve setup_data: [mem 0x00000000dda28000-0x00000000ddc2dfff] reserved 0.000000] reserve setup_data: [mem 0x00000000ddc2e000-0x00000000ddc42fff] ACPI data 0.000000] reserve setup_data: [mem 0x00000000ddc43000-0x00000000de0e3fff] ACPI NVS 0.000000] reserve setup_data: [mem 0x00000000de0e4000-0x00000000deffefff] reserved 0.000000] reserve setup_data: [mem 0x00000000defff000-0x00000000deffffff] usable 0.000000] reserve setup_data: [mem 0x00000000f8000000-0x00000000fbffffff] reserved 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed03fff] reserved 0.000000] reserve setup_data: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved 0.000000] reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved 0.000000] reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved 0.000000] reserve setup_data: [mem 0x0000000100000000-0x000000021effffff] usable 0.000000] efi: EFI v2.31 by American Megatrends 0.000000] efi: ESRT=0xdef5c818 ACPI=0xddc32000 ACPI 2.0=0xddc32000 SMBIOS=0xf04c0 MPS=0xfd4c0 0.000000] secureboot: Secure boot enabled 0.000000] Kernel is locked down from EFI secure boot; see man kernel_lockdown.7 0.000000] SMBIOS 2.7 present. 0.000000] DMI: ASUS All Series/H87-PRO, BIOS 0501 04/08/2013 0.000000] tsc: Fast TSC calibration using PIT 0.000000] tsc: Detected 3400.162 MHz processor 0.001207] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved 0.001208] e820: remove [mem 0x000a0000-0x000fffff] usable 0.001213] last_pfn = 0x21f000 max_arch_pfn = 0x400000000 0.001217] MTRR default type: uncachable 0.001217] MTRR fixed ranges enabled: 0.001218] 00000-9FFFF write-back 0.001218] A0000-BFFFF uncachable 0.001219] C0000-CFFFF write-protect 0.001219] D0000-DFFFF uncachable 0.001220] E0000-FFFFF write-protect 0.001220] MTRR variable ranges enabled: 0.001221] 0 base 0000000000 mask 7E00000000 write-back 0.001222] 1 base 0200000000 mask 7FF0000000 write-back 0.001222] 2 base 0210000000 mask 7FF8000000 write-back 0.001223] 3 base 0218000000 mask 7FFC000000 write-back 0.001223] 4 base 021C000000 mask 7FFE000000 write-back 0.001224] 5 base 021E000000 mask 7FFF000000 write-back 0.001224] 6 base 00E0000000 mask 7FE0000000 uncachable 0.001224] 7 disabled 0.001225] 8 disabled 0.001225] 9 disabled 0.001822] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT 0.002131] e820: update [mem 0xe0000000-0xffffffff] usable ==> reserved 0.002134] last_pfn = 0xdf000 max_arch_pfn = 0x400000000 0.007930] found SMP MP-table at [mem 0x000fd730-0x000fd73f] 0.007941] esrt: Reserving ESRT space from 0x00000000def5c818 to 0x00000000def5c850. 0.007958] Base memory trampoline at (____ptrval____)] 97000 size 24576 0.007960] Using GB pages for direct mapping 0.007962] BRK [0x1de01000, 0x1de01fff] PGTABLE 0.007963] BRK [0x1de02000, 0x1de02fff] PGTABLE 0.007964] BRK [0x1de03000, 0x1de03fff] PGTABLE 0.007993] BRK [0x1de04000, 0x1de04fff] PGTABLE 0.007994] BRK [0x1de05000, 0x1de05fff] PGTABLE 0.008280] BRK [0x1de06000, 0x1de06fff] PGTABLE 0.008332] BRK [0x1de07000, 0x1de07fff] PGTABLE 0.008399] BRK [0x1de08000, 0x1de08fff] PGTABLE 0.008457] BRK [0x1de09000, 0x1de09fff] PGTABLE 0.008508] RAMDISK: [mem 0x5bc0c000-0x6003efff] 0.008513] ACPI: Early table checksum verification disabled 0.008516] ACPI: RSDP 0x00000000DDC32000 000024 (v02 ALASKA) 0.008518] ACPI: XSDT 0x00000000DDC32080 000074 (v01 ALASKA A M I 01072009 AMI 00010013) 0.008522] ACPI: FACP 0x00000000DDC3DCD0 00010C (v05 ALASKA A M I 01072009 AMI 00010013) 0.008526] ACPI: DSDT 0x00000000DDC32188 00BB48 (v02 ALASKA A M I 00000021 INTL 20091112) 0.008528] ACPI: FACS 0x00000000DE0E2080 000040 0.008529] ACPI: APIC 0x00000000DDC3DDE0 000072 (v03 ALASKA A M I 01072009 AMI 00010013) 0.008531] ACPI: FPDT 0x00000000DDC3DE58 000044 (v01 ALASKA A M I 01072009 AMI 00010013) 0.008533] ACPI: SSDT 0x00000000DDC3DEA0 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117) 0.008535] ACPI: SSDT 0x00000000DDC3E3E0 000AD8 (v01 PmRef CpuPm 00003000 INTL 20051117) 0.008537] ACPI: MCFG 0x00000000DDC3EEB8 00003C (v01 ALASKA A M I 01072009 MSFT 00000097) 0.008539] ACPI: HPET 0x00000000DDC3EEF8 000038 (v01 ALASKA A M I 01072009 AMI. 00000005) 0.008541] ACPI: SSDT 0x00000000DDC3EF30 00036D (v01 SataRe SataTabl 00001000 INTL 20091112) 0.008543] ACPI: SSDT 0x00000000DDC3F2A0 003248 (v01 SaSsdt SaSsdt 00003000 INTL 20091112) 0.008544] ACPI: BGRT 0x00000000DDC42540 000038 (v00 ALASKA A M I 01072009 AMI 00010013) 0.008550] ACPI: Local APIC address 0xfee00000 0.008614] No NUMA configuration found 0.008615] Faking a node at [mem 0x0000000000000000-0x000000021effffff] 0.008624] NODE_DATA(0) allocated [mem 0x21efd3000-0x21effdfff] 0.023071] Zone ranges: 0.023073] DMA [mem 0x0000000000001000-0x0000000000ffffff] 0.023074] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] 0.023075] Normal [mem 0x0000000100000000-0x000000021effffff] 0.023076] Device empty 0.023077] Movable zone start for each node 0.023079] Early memory node ranges 0.023080] node 0: [mem 0x0000000000001000-0x000000000009efff] 0.023081] node 0: [mem 0x0000000000100000-0x00000000cbca5fff] 0.023081] node 0: [mem 0x00000000cbcad000-0x00000000cc0edfff] 0.023082] node 0: [mem 0x00000000cc4bf000-0x00000000dda27fff] 0.023083] node 0: [mem 0x00000000defff000-0x00000000deffffff] 0.023083] node 0: [mem 0x0000000100000000-0x000000021effffff] 0.023201] Zeroed struct page in unavailable ranges: 10769 pages 0.023202] Initmem setup node 0 [mem 0x0000000000001000-0x000000021effffff] 0.023204] On node 0 totalpages: 2082287 0.023205] DMA zone: 64 pages used for memmap 0.023205] DMA zone: 25 pages reserved 0.023206] DMA zone: 3998 pages, LIFO batch:0 0.023273] DMA32 zone: 14106 pages used for memmap 0.023274] DMA32 zone: 902737 pages, LIFO batch:63 0.038167] Normal zone: 18368 pages used for memmap 0.038168] Normal zone: 1175552 pages, LIFO batch:63 0.056937] ACPI: PM-Timer IO Port: 0x1808 0.056939] ACPI: Local APIC address 0xfee00000 0.056944] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1]) 0.056953] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 0.056955] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) 0.056956] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) 0.056957] ACPI: IRQ0 used by override. 0.056958] ACPI: IRQ9 used by override. 0.056959] Using ACPI (MADT) for SMP configuration information 0.056960] ACPI: HPET id: 0x8086a701 base: 0xfed00000 0.056964] efi_bgrt: Ignoring BGRT: invalid image address 0.056967] smpboot: Allowing 4 CPUs, 0 hotplug CPUs 0.056984] PM: Registered nosave memory: [mem 0x00000000-0x00000fff] 0.056985] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff] 0.056986] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff] 0.056987] PM: Registered nosave memory: [mem 0xcb716000-0xcb716fff] 0.056989] PM: Registered nosave memory: [mem 0xcb723000-0xcb723fff] 0.056989] PM: Registered nosave memory: [mem 0xcb724000-0xcb724fff] 0.056990] PM: Registered nosave memory: [mem 0xcb733000-0xcb733fff] 0.056992] PM: Registered nosave memory: [mem 0xcbca6000-0xcbcacfff] 0.056993] PM: Registered nosave memory: [mem 0xcc0ee000-0xcc4befff] 0.056994] PM: Registered nosave memory: [mem 0xdda28000-0xddc2dfff] 0.056995] PM: Registered nosave memory: [mem 0xddc2e000-0xddc42fff] 0.056995] PM: Registered nosave memory: [mem 0xddc43000-0xde0e3fff] 0.056996] PM: Registered nosave memory: [mem 0xde0e4000-0xdeffefff] 0.056997] PM: Registered nosave memory: [mem 0xdf000000-0xf7ffffff] 0.056998] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff] 0.056998] PM: Registered nosave memory: [mem 0xfc000000-0xfebfffff] 0.056999] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff] 0.056999] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff] 0.057000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff] 0.057000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff] 0.057001] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff] 0.057001] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff] 0.057002] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff] 0.057002] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff] 0.057003] PM: Registered nosave memory: [mem 0xff000000-0xffffffff] 0.057004] [mem 0xdf000000-0xf7ffffff] available for PCI devices 0.057006] Booting paravirtualized kernel on bare hardware 0.057008] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns 0.146465] random: get_random_bytes called from start_kernel+0x91/0x519 with crng_init=0 0.146473] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1 0.146632] percpu: Embedded 45 pages/cpu @(____ptrval____) s147456 r8192 d28672 u524288 0.146637] pcpu-alloc: s147456 r8192 d28672 u524288 alloc=1*2097152 0.146638] pcpu-alloc: [0] 0 1 2 3 0.146659] Built 1 zonelists, mobility grouping on. Total pages: 2049724 0.146660] Policy zone: Normal 0.146661] Kernel command line: BOOT_IMAGE=/vmlinuz-0-rescue-cb520dc1682c4c61978f081376bf8230 root=/dev/sdd3 0.168122] Memory: 7812560K/8329148K available (12291K kernel code, 1523K rwdata, 4024K rodata, 2204K init, 4688K bss, 516588K reserved, 0K cma-reserved) 0.168212] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 0.168216] Kernel/User page tables isolation: enabled 0.168228] ftrace: allocating 39070 entries in 153 pages 0.179456] rcu: Hierarchical RCU implementation. 0.179457] rcu: RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4. 0.179458] Tasks RCU enabled. 0.179458] rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies. 0.179459] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4 0.181223] NR_IRQS: 65792, nr_irqs: 456, preallocated irqs: 16 0.181406] Console: colour dummy device 80x25 0.181546] printk: console [tty0] enabled 0.181559] ACPI: Core revision 20181213 0.181698] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns 0.181707] hpet clockevent registered 0.181710] APIC: Switch to symmetric I/O mode setup 0.182076] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 0.186710] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x3102e7cf384, max_idle_ns: 440795274468 ns 0.186721] Calibrating delay loop (skipped), value calculated using timer frequency.. 6800.32 BogoMIPS (lpj=3400162) 0.186723] pid_max: default: 32768 minimum: 301 0.192528] LSM: Security Framework initializing 0.192533] Yama: becoming mindful. 0.192537] SELinux: Initializing. 0.193562] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) 0.194076] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) 0.194105] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes) 0.194123] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes) 0.194289] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' 0.194291] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) 0.194295] mce: CPU supports 7 MCE banks 0.194307] mce: CPU0: Thermal monitoring enabled (TM1) 0.194315] process: using mwait in idle threads 0.194317] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024 0.194319] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4 0.194321] Spectre V2 : Mitigation: Full generic retpoline 0.194322] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch 0.194323] Spectre V2 : Enabling Restricted Speculation for firmware calls 0.194330] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier 0.194332] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl 0.194333] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp 0.194460] Freeing SMP alternatives memory: 36K 0.195769] TSC deadline timer enabled 0.195770] smpboot: CPU0: Intel(R) Core(TM) i3-4130 CPU @ 3.40GHz (family: 0x6, model: 0x3c, stepping: 0x3) 0.195840] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver. 0.195876] ... version: 3 0.195877] ... bit width: 48 0.195878] ... generic registers: 4 0.195879] ... value mask: 0000ffffffffffff 0.195880] ... max period: 00007fffffffffff 0.195881] ... fixed-purpose events: 3 0.195882] ... event mask: 000000070000000f 0.195908] rcu: Hierarchical SRCU implementation. 0.196316] random: crng done (trusting CPU's manufacturer) 0.196530] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter. 0.196567] smp: Bringing up secondary CPUs ... 0.196616] x86: Booting SMP configuration: 0.196618] .... node #0, CPUs: #1 #2 #3 0.198841] smp: Brought up 1 node, 4 CPUs 0.198841] smpboot: Max logical packages: 1 0.198841] smpboot: Total of 4 processors activated (27201.29 BogoMIPS) 0.199910] devtmpfs: initialized 0.199910] x86/mm: Memory block size: 128MB 0.200088] PM: Registering ACPI NVS region [mem 0xcbca6000-0xcbcacfff] (28672 bytes) 0.200088] PM: Registering ACPI NVS region [mem 0xddc43000-0xde0e3fff] (4853760 bytes) 0.200088] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns 0.200088] futex hash table entries: 1024 (order: 4, 65536 bytes) 0.200088] pinctrl core: initialized pinctrl subsystem 0.200088] RTC time: 10:50:37, date: 2020-05-03 0.200088] NET: Registered protocol family 16 0.200733] audit: initializing netlink subsys (disabled) 0.200738] audit: type=2000 audit(1588503037.019:1): state=initialized audit_enabled=0 res=1 0.200768] cpuidle: using governor menu 0.200802] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it 0.200804] ACPI: bus type PCI registered 0.200805] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5 0.200844] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) 0.200847] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 0.200852] pmd_set_huge: Cannot satisfy [mem 0xf8000000-0xf8200000] with a huge-page mapping due to MTRR override. 0.200908] PCI: Using configuration type 1 for base access 0.200919] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on 0.201032] mtrr: your CPUs had inconsistent fixed MTRR settings 0.201034] mtrr: probably your BIOS does not setup all CPUs. 0.201035] mtrr: corrected configuration. 0.201792] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages 0.201792] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages 0.201792] cryptd: max_cpu_qlen set to 1000 0.201792] fbcon: Taking over console 0.201792] ACPI: Added _OSI(Module Device) 0.201792] ACPI: Added _OSI(Processor Device) 0.201792] ACPI: Added _OSI(3.0 _SCP Extensions) 0.201792] ACPI: Added _OSI(Processor Aggregator Device) 0.201792] ACPI: Added _OSI(Linux-Dell-Video) 0.201792] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio) 0.201792] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics) 0.207183] ACPI: 5 ACPI AML tables successfully acquired and loaded 0.208195] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored 0.208524] ACPI: Dynamic OEM Table Load: 0.208529] ACPI: SSDT 0xFFFF8D3F15282400 0003D3 (v01 PmRef Cpu0Cst 00003001 INTL 20051117) 0.208795] ACPI: Dynamic OEM Table Load: 0.208800] ACPI: SSDT 0xFFFF8D3F15182000 0005AA (v01 PmRef ApIst 00003000 INTL 20051117) 0.209070] ACPI: Dynamic OEM Table Load: 0.209073] ACPI: SSDT 0xFFFF8D3F151F9400 000119 (v01 PmRef ApCst 00003000 INTL 20051117) 0.209797] ACPI: Interpreter enabled 0.209817] ACPI: (supports S0 S3 S4 S5) 0.209818] ACPI: Using IOAPIC for interrupt routing 0.209837] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug 0.210071] ACPI: Enabled 9 GPEs in block 00 to 3F 0.215432] ACPI: Power Resource [FN00] (off) 0.215479] ACPI: Power Resource [FN01] (off) 0.215524] ACPI: Power Resource [FN02] (off) 0.215568] ACPI: Power Resource [FN03] (off) 0.215610] ACPI: Power Resource [FN04] (off) 0.216103] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e]) 0.216107] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI] 0.216236] acpi PNP0A08:00: _OSC: platform does not support [PCIeHotplug SHPCHotplug PME] 0.216317] acpi PNP0A08:00: _OSC: OS now controls [AER PCIeCapability LTR] 0.216319] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration 0.216573] PCI host bridge to bus 0000:00 0.216576] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window] 0.216577] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] 0.216579] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] 0.216581] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window] 0.216582] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window] 0.216584] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window] 0.216586] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window] 0.216587] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfeafffff window] 0.216589] pci_bus 0000:00: root bus resource [bus 00-3e] 0.216595] pci 0000:00:00.0: [8086:0c00] type 00 class 0x060000 0.216657] pci 0000:00:01.0: [8086:0c01] type 01 class 0x060400 0.216685] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold 0.216780] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330 0.216797] pci 0000:00:14.0: reg 0x10: [mem 0xf3200000-0xf320ffff 64bit] 0.216847] pci 0000:00:14.0: PME# supported from D3hot D3cold 0.216897] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000 0.216915] pci 0000:00:16.0: reg 0x10: [mem 0xf321b000-0xf321b00f 64bit] 0.216967] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold 0.217021] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320 0.217038] pci 0000:00:1a.0: reg 0x10: [mem 0xf3218000-0xf32183ff] 0.217108] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold 0.217161] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300 0.217178] pci 0000:00:1b.0: reg 0x10: [mem 0xf3210000-0xf3213fff 64bit] 0.217235] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold 0.217285] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400 0.217344] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold 0.217420] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400 0.217481] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold 0.217558] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320 0.217576] pci 0000:00:1d.0: reg 0x10: [mem 0xf3217000-0xf32173ff] 0.217645] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold 0.217700] pci 0000:00:1f.0: [8086:8c4a] type 00 class 0x060100 0.217837] pci 0000:00:1f.2: [8086:8c02] type 00 class 0x010601 0.217850] pci 0000:00:1f.2: reg 0x10: [io 0xf070-0xf077] 0.217855] pci 0000:00:1f.2: reg 0x14: [io 0xf060-0xf063] 0.217860] pci 0000:00:1f.2: reg 0x18: [io 0xf050-0xf057] 0.217865] pci 0000:00:1f.2: reg 0x1c: [io 0xf040-0xf043] 0.217871] pci 0000:00:1f.2: reg 0x20: [io 0xf020-0xf03f] 0.217876] pci 0000:00:1f.2: reg 0x24: [mem 0xf3216000-0xf32167ff] 0.217904] pci 0000:00:1f.2: PME# supported from D3hot 0.217948] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500 0.217962] pci 0000:00:1f.3: reg 0x10: [mem 0xf3215000-0xf32150ff 64bit] 0.217978] pci 0000:00:1f.3: reg 0x20: [io 0xf000-0xf01f] 0.218057] pci 0000:01:00.0: [10de:0de4] type 00 class 0x030000 0.218069] pci 0000:01:00.0: reg 0x10: [mem 0xf2000000-0xf2ffffff] 0.218077] pci 0000:01:00.0: reg 0x14: [mem 0xe8000000-0xefffffff 64bit pref] 0.218084] pci 0000:01:00.0: reg 0x1c: [mem 0xf0000000-0xf1ffffff 64bit pref] 0.218088] pci 0000:01:00.0: reg 0x24: [io 0xe000-0xe07f] 0.218093] pci 0000:01:00.0: reg 0x30: [mem 0xf3000000-0xf307ffff pref] 0.218101] pci 0000:01:00.0: BAR 3: assigned to efifb 0.218170] pci 0000:01:00.1: [10de:0bea] type 00 class 0x040300 0.218181] pci 0000:01:00.1: reg 0x10: [mem 0xf3080000-0xf3083fff] 0.218271] pci 0000:00:01.0: PCI bridge to [bus 01] 0.218273] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] 0.218275] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf30fffff] 0.218316] acpiphp: Slot [1] registered 0.218320] pci 0000:00:1c.0: PCI bridge to [bus 02] 0.218374] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000 0.218402] pci 0000:03:00.0: reg 0x10: [io 0xd000-0xd0ff] 0.218427] pci 0000:03:00.0: reg 0x18: [mem 0xf3104000-0xf3104fff 64bit] 0.218443] pci 0000:03:00.0: reg 0x20: [mem 0xf3100000-0xf3103fff 64bit pref] 0.218538] pci 0000:03:00.0: supports D1 D2 0.218539] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold 0.218637] pci 0000:00:1c.2: PCI bridge to [bus 03] 0.218640] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] 0.218642] pci 0000:00:1c.2: bridge window [mem 0xf3100000-0xf31fffff] 0.219101] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) 0.219132] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15) 0.219160] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 10 11 12 14 15) 0.219190] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 *5 6 7 10 11 12 14 15) 0.219218] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *7 10 11 12 14 15) 0.219246] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 *15) 0.219274] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 *14 15) 0.219302] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 *6 7 10 11 12 14 15) 0.219579] pci 0000:01:00.0: vgaarb: setting as boot VGA device 0.219579] pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none 0.219579] pci 0000:01:00.0: vgaarb: bridge control possible 0.219579] vgaarb: loaded 0.219579] SCSI subsystem initialized 0.219725] libata version 3.00 loaded. 0.219731] ACPI: bus type USB registered 0.219740] usbcore: registered new interface driver usbfs 0.219745] usbcore: registered new interface driver hub 0.219756] usbcore: registered new device driver usb 0.219777] pps_core: LinuxPPS API ver. 1 registered 0.219778] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]> 0.219781] PTP clock support registered 0.219792] EDAC MC: Ver: 3.0.0 0.219792] Registered efivars operations 0.222751] PCI: Using ACPI for IRQ routing 0.224153] PCI: pci_cache_line_size set to 64 bytes 0.224182] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff] 0.224183] e820: reserve RAM buffer [mem 0xcb716018-0xcbffffff] 0.224184] e820: reserve RAM buffer [mem 0xcb724018-0xcbffffff] 0.224184] e820: reserve RAM buffer [mem 0xcbca6000-0xcbffffff] 0.224185] e820: reserve RAM buffer [mem 0xcc0ee000-0xcfffffff] 0.224185] e820: reserve RAM buffer [mem 0xdda28000-0xdfffffff] 0.224186] e820: reserve RAM buffer [mem 0xdf000000-0xdfffffff] 0.224186] e820: reserve RAM buffer [mem 0x21f000000-0x21fffffff] 0.224248] NetLabel: Initializing 0.224250] NetLabel: domain hash size = 128 0.224251] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO 0.224260] NetLabel: unlabeled traffic allowed by default 0.224264] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0 0.224264] hpet0: 8 comparators, 64-bit 14.318180 MHz counter 0.226725] clocksource: Switched to clocksource tsc-early 0.235670] VFS: Disk quotas dquot_6.6.0 0.235687] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) 0.235737] pnp: PnP ACPI init 0.235836] system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved 0.235841] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) 0.235954] system 00:01: [io 0x0680-0x069f] has been reserved 0.235957] system 00:01: [io 0xffff] has been reserved 0.235958] system 00:01: [io 0xffff] has been reserved 0.235960] system 00:01: [io 0xffff] has been reserved 0.235961] system 00:01: [io 0x1c00-0x1cfe] has been reserved 0.235963] system 00:01: [io 0x1d00-0x1dfe] has been reserved 0.235964] system 00:01: [io 0x1e00-0x1efe] has been reserved 0.235966] system 00:01: [io 0x1f00-0x1ffe] has been reserved 0.235967] system 00:01: [io 0x1800-0x18fe] has been reserved 0.235969] system 00:01: [io 0x164e-0x164f] has been reserved 0.235972] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) 0.235985] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) 0.236016] system 00:03: [io 0x1854-0x1857] has been reserved 0.236019] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) 0.236070] system 00:04: [io 0x0290-0x029f] has been reserved 0.236073] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) 0.236107] system 00:05: [io 0x04d0-0x04d1] has been reserved 0.236110] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active) 0.236241] pnp 00:06: [dma 0 disabled] 0.236268] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active) 0.236551] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved 0.236553] system 00:07: [mem 0xfed10000-0xfed17fff] has been reserved 0.236555] system 00:07: [mem 0xfed18000-0xfed18fff] has been reserved 0.236557] system 00:07: [mem 0xfed19000-0xfed19fff] has been reserved 0.236559] system 00:07: [mem 0xf8000000-0xfbffffff] has been reserved 0.236561] system 00:07: [mem 0xfed20000-0xfed3ffff] has been reserved 0.236562] system 00:07: [mem 0xfed90000-0xfed93fff] has been reserved 0.236564] system 00:07: [mem 0xfed45000-0xfed8ffff] has been reserved 0.236566] system 00:07: [mem 0xff000000-0xffffffff] has been reserved 0.236568] system 00:07: [mem 0xfee00000-0xfeefffff] could not be reserved 0.236570] system 00:07: [mem 0xf7fef000-0xf7feffff] has been reserved 0.236572] system 00:07: [mem 0xf7ff0000-0xf7ff0fff] has been reserved 0.236575] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active) 0.236762] pnp: PnP ACPI: found 8 devices 0.242005] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns 0.242043] pci 0000:00:01.0: PCI bridge to [bus 01] 0.242046] pci 0000:00:01.0: bridge window [io 0xe000-0xefff] 0.242048] pci 0000:00:01.0: bridge window [mem 0xe8000000-0xf30fffff] 0.242052] pci 0000:00:1c.0: PCI bridge to [bus 02] 0.242061] pci 0000:00:1c.2: PCI bridge to [bus 03] 0.242063] pci 0000:00:1c.2: bridge window [io 0xd000-0xdfff] 0.242066] pci 0000:00:1c.2: bridge window [mem 0xf3100000-0xf31fffff] 0.242073] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window] 0.242074] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window] 0.242075] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window] 0.242075] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000d3fff window] 0.242076] pci_bus 0000:00: resource 8 [mem 0x000d4000-0x000d7fff window] 0.242077] pci_bus 0000:00: resource 9 [mem 0x000d8000-0x000dbfff window] 0.242077] pci_bus 0000:00: resource 10 [mem 0x000dc000-0x000dffff window] 0.242078] pci_bus 0000:00: resource 11 [mem 0xe0000000-0xfeafffff window] 0.242079] pci_bus 0000:01: resource 0 [io 0xe000-0xefff] 0.242080] pci_bus 0000:01: resource 1 [mem 0xe8000000-0xf30fffff] 0.242080] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff] 0.242081] pci_bus 0000:03: resource 1 [mem 0xf3100000-0xf31fffff] 0.242156] NET: Registered protocol family 2 0.242283] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes) 0.242306] TCP established hash table entries: 65536 (order: 7, 524288 bytes) 0.242384] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) 0.242491] TCP: Hash tables configured (established 65536 bind 65536) 0.242513] UDP hash table entries: 4096 (order: 5, 131072 bytes) 0.242533] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes) 0.242592] NET: Registered protocol family 1 0.242600] NET: Registered protocol family 44 0.259764] pci 0000:00:1a.0: quirk_usb_early_handoff+0x0/0x693 took 16618 usecs 0.276760] pci 0000:00:1d.0: quirk_usb_early_handoff+0x0/0x693 took 16586 usecs 0.276777] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] 0.276785] pci 0000:01:00.1: Linked as a consumer to 0000:01:00.0 0.276792] PCI: CLS 64 bytes, default 64 0.276837] Unpacking initramfs... 0.801788] Freeing initrd memory: 69836K 0.801818] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) 0.801821] software IO TLB: mapped [mem 0xc7716000-0xcb716000] (64MB) 0.803208] Initialise system trusted keyrings 0.803217] Key type blacklist registered 0.803243] workingset: timestamp_bits=36 max_order=21 bucket_order=0 0.804070] zbud: loaded 0.804532] Platform Keyring initialized 0.925425] alg: No test for 842 (842-generic) 0.925978] alg: No test for 842 (842-scomp) 0.943339] NET: Registered protocol family 38 0.943345] Key type asymmetric registered 0.943346] Asymmetric key parser 'x509' registered 0.943357] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 242) 0.943382] io scheduler mq-deadline registered 0.943384] io scheduler kyber registered 0.943425] io scheduler bfq registered 0.943466] atomic64_test: passed for x86-64 platform with CX8 and with SSE 0.943803] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 0.943821] efifb: probing for efifb 0.943834] efifb: No BGRT, not showing boot graphics 0.943835] efifb: framebuffer at 0xf1000000, using 3072k, total 3072k 0.943837] efifb: mode is 1024x768x32, linelength=4096, pages=1 0.943838] efifb: scrolling: redraw 0.943839] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0 0.943902] Console: switching to colour frame buffer device 128x48 0.945169] fb0: EFI VGA frame buffer device 0.945187] intel_idle: MWAIT substates: 0x42120 0.945187] intel_idle: v0.4.1 model 0x3C 0.945296] intel_idle: lapic_timer_reliable_states 0xffffffff 0.945405] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 0.945432] ACPI: Power Button [PWRB] 0.945464] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 0.945506] ACPI: Power Button [PWRF] 0.946032] thermal LNXTHERM:00: registered as thermal_zone0 0.946048] ACPI: Thermal Zone [TZ00] (28 C) 0.946185] thermal LNXTHERM:01: registered as thermal_zone1 0.946201] ACPI: Thermal Zone [TZ01] (30 C) 0.946330] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled 0.966869] 00:06: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A 0.967889] Non-volatile memory driver v1.3 0.967916] Linux agpgart interface v0.103 0.968171] ahci 0000:00:1f.2: version 3.0 0.968287] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3b impl SATA mode 0.968309] ahci 0000:00:1f.2: flags: 64bit ncq led clo pio slum part ems apst 0.980061] scsi host0: ahci 0.980188] scsi host1: ahci 0.980262] scsi host2: ahci 0.980327] scsi host3: ahci 0.980401] scsi host4: ahci 0.980467] scsi host5: ahci 0.980506] ata1: SATA max UDMA/133 abar m2048@0xf3216000 port 0xf3216100 irq 24 0.980525] ata2: SATA max UDMA/133 abar m2048@0xf3216000 port 0xf3216180 irq 24 0.981040] ata3: DUMMY 0.981537] ata4: SATA max UDMA/133 abar m2048@0xf3216000 port 0xf3216280 irq 24 0.982057] ata5: SATA max UDMA/133 abar m2048@0xf3216000 port 0xf3216300 irq 24 0.982561] ata6: SATA max UDMA/133 abar m2048@0xf3216000 port 0xf3216380 irq 24 0.983107] libphy: Fixed MDIO Bus: probed 0.983663] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver 0.984173] ehci-pci: EHCI PCI platform driver 0.984765] ehci-pci 0000:00:1a.0: EHCI Host Controller 0.985301] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 0.985831] ehci-pci 0000:00:1a.0: debug port 2 0.990250] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported 0.990258] ehci-pci 0000:00:1a.0: irq 20, io mem 0xf3218000 0.997734] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 0.998262] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00 0.998777] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 0.999291] usb usb1: Product: EHCI Host Controller 0.999812] usb usb1: Manufacturer: Linux 5.0.9-301.fc30.x86_64 ehci_hcd 1.000331] usb usb1: SerialNumber: 0000:00:1a.0 1.000912] hub 1-0:1.0: USB hub found 1.001422] hub 1-0:1.0: 2 ports detected 1.002068] ehci-pci 0000:00:1d.0: EHCI Host Controller 1.002605] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2 1.003129] ehci-pci 0000:00:1d.0: debug port 2 1.007523] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported 1.007530] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf3217000 1.014734] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 1.015260] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00 1.015772] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1.016272] usb usb2: Product: EHCI Host Controller 1.016766] usb usb2: Manufacturer: Linux 5.0.9-301.fc30.x86_64 ehci_hcd 1.017258] usb usb2: SerialNumber: 0000:00:1d.0 1.017801] hub 2-0:1.0: USB hub found 1.018282] hub 2-0:1.0: 2 ports detected 1.018837] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver 1.019319] ohci-pci: OHCI PCI platform driver 1.019804] uhci_hcd: USB Universal Host Controller Interface driver 1.020359] xhci_hcd 0000:00:14.0: xHCI Host Controller 1.020865] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3 1.022387] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810 1.022880] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported 1.022990] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.00 1.023475] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1.023961] usb usb3: Product: xHCI Host Controller 1.024435] usb usb3: Manufacturer: Linux 5.0.9-301.fc30.x86_64 xhci-hcd 1.024928] usb usb3: SerialNumber: 0000:00:14.0 1.025478] hub 3-0:1.0: USB hub found 1.025995] hub 3-0:1.0: 14 ports detected 1.027010] xhci_hcd 0000:00:14.0: xHCI Host Controller 1.027548] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4 1.028070] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed 1.028610] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.00 1.029141] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 1.029666] usb usb4: Product: xHCI Host Controller 1.030198] usb usb4: Manufacturer: Linux 5.0.9-301.fc30.x86_64 xhci-hcd 1.030743] usb usb4: SerialNumber: 0000:00:14.0 1.031329] hub 4-0:1.0: USB hub found 1.031870] hub 4-0:1.0: 6 ports detected 1.032649] usbcore: registered new interface driver usbserial_generic 1.033193] usbserial: USB Serial support registered for generic 1.033742] i8042: PNP: No PS/2 controller found. 1.034295] mousedev: PS/2 mouse device common for all mice 1.034897] rtc_cmos 00:02: RTC can wake from S4 1.035550] rtc_cmos 00:02: registered as rtc0 1.036082] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs 1.036669] device-mapper: uevent: version 1.0.3 1.037238] device-mapper: ioctl: 4.39.0-ioctl (2018-04-03) initialised: [email protected] 1.037849] intel_pstate: Intel P-state driver initializing 1.039152] hidraw: raw HID events driver (C) Jiri Kosina 1.041512] usbcore: registered new interface driver usbhid 1.043815] usbhid: USB HID core driver 1.046310] drop_monitor: Initializing network drop monitor service 1.048892] Initializing XFRM netlink socket 1.051332] NET: Registered protocol family 10 1.055249] Segment Routing with IPv6 1.056058] mip6: Mobile IPv6 1.056821] NET: Registered protocol family 17 1.057824] RAS: Correctable Errors collector initialized. 1.058623] microcode: sig=0x306c3, pf=0x2, revision=0x25 1.059437] microcode: Microcode Update Driver: v2.2. 1.059447] AVX2 version of gcm_enc/dec engaged. 1.060956] AES CTR mode by8 optimization enabled 1.085012] sched_clock: Marking stable (1084683085, 322547)->(1096604929, -11599297) 1.086100] registered taskstats version 1 1.086919] Loading compiled-in X.509 certificates 1.119109] Loaded X.509 cert 'Fedora kernel signing key: f7b45ec04de486c1fc34d0c062709de77d0b8ac5' 1.119693] zswap: loaded using pool lzo/zbud 1.123823] Key type big_key registered 1.126177] Key type encrypted registered 1.126988] integrity: Loading X.509 certificate: UEFI:db 1.127767] integrity: Loaded X.509 cert 'ASUSTeK MotherBoard SW Key Certificate: da83b990422ebc8c441f8d8b039a65a2' 1.128380] integrity: Loading X.509 certificate: UEFI:db 1.129163] integrity: Loaded X.509 cert 'ASUSTeK Notebook SW Key Certificate: b8e581e4df77a5bb4282d5ccfc00c071' 1.129800] integrity: Loading X.509 certificate: UEFI:db 1.130444] integrity: Loaded X.509 cert 'Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4' 1.131106] integrity: Loading X.509 certificate: UEFI:db 1.131775] integrity: Loaded X.509 cert 'Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53' 1.132453] integrity: Loading X.509 certificate: UEFI:db 1.133304] integrity: Loaded X.509 cert 'Canonical Ltd. Master Certificate Authority: ad91990bc22ab1f517048c23b6655a268e345a63' 1.135111] ima: No TPM chip found, activating TPM-bypass! 1.135816] ima: Allocated hash algorithm: sha1 1.136510] No architecture policies found 1.137505] Magic number: 4:66:830 1.138136] hash matches drivers/base/power/main.c:1012 1.138879] rtc_cmos 00:02: setting system clock to 2020-05-03T10:50:38 UTC (1588503038) 1.139552] Lockdown: swapper/0: Hibernation is restricted; see man kernel_lockdown.7 1.287605] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300) 1.292422] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300) 1.294393] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300) 1.296042] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300) 1.297631] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300) 1.298765] ACPI BIOS Error (bug): Could not resolve \_SB.PCI0.SAT0.SPT4._GTF.DSSP], AE_NOT_FOUND (20181213/psargs-330) 1.299859] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT4._GTF, AE_NOT_FOUND (20181213/psparse-529) 1.301006] ata1.00: ATAPI: HL-DT-ST BD-RE BH16NS40, 1.00, max UDMA/100 1.302149] ACPI BIOS Error (bug): Could not resolve \_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20181213/psargs-330) 1.303269] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT5._GTF, AE_NOT_FOUND (20181213/psparse-529) 1.304536] ata5.00: ATA-9: TS32GSSD370S, P1225CE, max UDMA/133 1.305209] ata5.00: 62533296 sectors, multi 2: LBA48 NCQ (depth 32), AA 1.306342] ata4.00: ATA-8: ST500DM002-1BD142, KC45, max UDMA/133 1.307022] ata4.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 32) 1.308159] ata2.00: ATA-9: WDC WD30EZRX-00D8PB0, 80.00A80, max UDMA/133 1.309340] ata2.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 32), AA 1.310537] ata6.00: ATA-9: KingDian S200 60GB, R0809B0, max UDMA/133 1.311228] ata6.00: 117231408 sectors, multi 1: LBA48 NCQ (depth 32), AA 1.312260] ata1.00: configured for UDMA/100 1.313319] ACPI BIOS Error (bug): Could not resolve \_SB.PCI0.SAT0.SPT4._GTF.DSSP], AE_NOT_FOUND (20181213/psargs-330) 1.314532] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT4._GTF, AE_NOT_FOUND (20181213/psparse-529) 1.315759] ata4.00: configured for UDMA/133 1.317113] ata2.00: configured for UDMA/133 1.318260] ata5.00: configured for UDMA/133 1.318992] ACPI BIOS Error (bug): Could not resolve \_SB.PCI0.SAT0.SPT5._GTF.DSSP], AE_NOT_FOUND (20181213/psargs-330) 1.319740] usb 1-1: new high-speed USB device number 2 using ehci-pci 1.319740] ACPI Error: Method parse/execution failed \_SB.PCI0.SAT0.SPT5._GTF, AE_NOT_FOUND (20181213/psparse-529) 1.324075] scsi 0:0:0:0: CD-ROM HL-DT-ST BD-RE BH16NS40 1.00 PQ: 0 ANSI: 5 1.324820] ata6.00: configured for UDMA/133 1.335735] usb 2-1: new high-speed USB device number 2 using ehci-pci 1.343729] usb 3-14: new high-speed USB device number 2 using xhci_hcd 1.370421] sr 0:0:0:0: [sr0] scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray 1.371166] cdrom: Uniform CD-ROM driver Revision: 3.20 1.372050] sr 0:0:0:0: Attached scsi CD-ROM sr0 1.372097] sr 0:0:0:0: Attached scsi generic sg0 type 5 1.372993] scsi 1:0:0:0: Direct-Access ATA WDC WD30EZRX-00D 0A80 PQ: 0 ANSI: 5 1.373863] sd 1:0:0:0: Attached scsi generic sg1 type 0 1.373871] sd 1:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB) 1.374677] scsi 3:0:0:0: Direct-Access ATA ST500DM002-1BD14 KC45 PQ: 0 ANSI: 5 1.375301] sd 1:0:0:0: [sda] 4096-byte physical blocks 1.376103] sd 3:0:0:0: Attached scsi generic sg2 type 0 1.376122] sd 3:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/466 GiB) 1.376124] sd 3:0:0:0: [sdb] 4096-byte physical blocks 1.376132] sd 3:0:0:0: [sdb] Write Protect is off 1.376134] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00 1.376147] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 1.376829] sd 1:0:0:0: [sda] Write Protect is off 1.377582] scsi 4:0:0:0: Direct-Access ATA TS32GSSD370S 5CE PQ: 0 ANSI: 5 1.378191] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00 1.378958] sd 4:0:0:0: Attached scsi generic sg3 type 0 1.379566] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 1.380302] sd 4:0:0:0: [sdc] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB) 1.380360] scsi 5:0:0:0: Direct-Access ATA KingDian S200 60 9B0 PQ: 0 ANSI: 5 1.380457] sd 5:0:0:0: Attached scsi generic sg4 type 0 1.380469] sd 5:0:0:0: [sdd] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB) 1.380475] sd 5:0:0:0: [sdd] Write Protect is off 1.380476] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00 1.380491] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 1.381775] sdd: sdd1 sdd2 sdd3 sdd4 1.381875] sd 4:0:0:0: [sdc] Write Protect is off 1.383434] sd 5:0:0:0: [sdd] Attached SCSI disk 1.384195] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00 1.391142] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA 1.395923] sdc: sdc1 sdc2 sdc3 sdc4 1.396909] sd 4:0:0:0: [sdc] Attached SCSI disk 1.402829] sdb: sdb1 sdb2 sdb3 sdb4 < sdb5 > 1.403833] sd 3:0:0:0: [sdb] Attached SCSI disk 1.449054] usb 1-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04 1.449748] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 1.450569] hub 1-1:1.0: USB hub found 1.451295] hub 1-1:1.0: 6 ports detected 1.465048] usb 2-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04 1.465728] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 1.466552] hub 2-1:1.0: USB hub found 1.467289] hub 2-1:1.0: 8 ports detected 1.470853] usb 3-14: New USB device found, idVendor=0424, idProduct=2504, bcdDevice= 0.01 1.471534] usb 3-14: New USB device strings: Mfr=0, Product=0, SerialNumber=0 1.472717] hub 3-14:1.0: USB hub found 1.473405] hub 3-14:1.0: 2 ports detected 1.761743] usb 3-14.1: new full-speed USB device number 3 using xhci_hcd 1.813745] tsc: Refined TSC clocksource calibration: 3399.997 MHz 1.814745] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x31024bd20a6, max_idle_ns: 440795346804 ns 1.815794] clocksource: Switched to clocksource tsc 1.853732] usb 3-14.1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=12.07 1.854873] usb 3-14.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 1.855990] usb 3-14.1: Product: USB Receiver 1.857097] usb 3-14.1: Manufacturer: Logitech 2.053084] sda: sda1 sda2 2.053928] sd 1:0:0:0: [sda] Attached SCSI disk 2.055287] Freeing unused decrypted memory: 2040K 2.056155] Freeing unused kernel image memory: 2204K 2.062746] Write protecting the kernel read-only data: 18432k 2.063675] Freeing unused kernel image memory: 2020K 2.064337] Freeing unused kernel image memory: 72K 2.072347] x86/mm: Checked W+X mappings: passed, no W+X pages found. 2.072952] rodata_test: all tests were successful 2.073548] x86/mm: Checking user space page tables 2.081288] x86/mm: Checked W+X mappings: passed, no W+X pages found. 2.081881] Run /init as init process 2.097712] systemd[1]: systemd v241-7.gita2eaa1c.fc30 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid) 2.111804] systemd[1]: Detected architecture x86-64. 2.112841] systemd[1]: Running in initial RAM disk. 2.119457] systemd[1]: No hostname configured. 2.120152] systemd[1]: Set hostname to <localhost>. 2.120860] systemd[1]: Initializing machine ID from random generator. 2.121799] Lockdown: systemd: /dev/mem,kmem,port is restricted; see man kernel_lockdown.7 2.160259] systemd[1]: /usr/lib/systemd/system/iscsiuio.service:12: PIDFile= references path below legacy directory /var/run/, updating /var/run/iscsiuio.pid → /run/iscsiuio.pid; please update the unit file accordingly. 2.162113] systemd[1]: /usr/lib/systemd/system/iscsid.service:10: PIDFile= references path below legacy directory /var/run/, updating /var/run/iscsid.pid → /run/iscsid.pid; please update the unit file accordingly. 2.167089] systemd[1]: Listening on Journal Audit Socket. 2.168584] systemd[1]: Listening on Journal Socket. 2.271497] Loading iSCSI transport class v2.0-870. 2.279119] iscsi: registered transport (tcp) 2.295791] iscsi: registered transport (qla4xxx) 2.296456] QLogic iSCSI HBA Driver 2.302130] libcxgbi:libcxgbi_init_module: Chelsio iSCSI driver library libcxgbi v0.9.1-ko (Apr. 2015) 2.315225] Chelsio T3 iSCSI Driver cxgb3i v2.0.1-ko (Apr. 2015) 2.315907] iscsi: registered transport (cxgb3i) 2.341044] Chelsio T4-T6 iSCSI Driver cxgb4i v0.9.5-ko (Apr. 2015) 2.341739] iscsi: registered transport (cxgb4i) 2.342405] cxgb4i:cxgb4i_init_module: cxgb4i dcb enabled. 2.348320] cnic: QLogic cnicDriver v2.5.22 (July 20, 2015) 2.352438] QLogic NetXtreme II iSCSI Driver bnx2i v2.7.10.1 (Jul 16, 2014) 2.353090] iscsi: registered transport (bnx2i) 2.360613] iscsi: registered transport (be2iscsi) 2.361249] In beiscsi_module_init, tt=0000000089a11718 2.388669] audit: type=1130 audit(1588503039.747:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.390789] audit: type=1130 audit(1588503039.750:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.426459] RPC: Registered named UNIX socket transport module. 2.427147] RPC: Registered udp transport module. 2.427805] RPC: Registered tcp transport module. 2.428433] RPC: Registered tcp NFSv4.1 backchannel transport module. 2.478251] alua: device handler registered 2.482040] emc: device handler registered 2.486321] rdac: device handler registered 2.502899] audit: type=1130 audit(1588503039.862:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-udev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.695478] audit: type=1130 audit(1588503040.054:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.769101] audit: type=1130 audit(1588503040.128:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.838790] audit: type=1130 audit(1588503040.198:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.859759] audit: type=1130 audit(1588503040.219:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.866653] audit: type=1130 audit(1588503040.225:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.876242] logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:14.0-14.1/input2 2.887697] audit: type=1130 audit(1588503040.246:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-mount comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 2.893606] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control 2.902783] libphy: r8169: probed 2.904795] r8169 0000:03:00.0 eth0: RTL8168g/8111g, 74:d0:2b:7e:f5:55, XID 4c0, IRQ 26 2.906405] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko] 2.921634] 8021q: 802.1Q VLAN Support v1.8 2.976920] r8169 0000:03:00.0 enp3s0: renamed from eth0 2.980826] input: Logitech Unifying Device. Wireless PID:401b Mouse as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14.1/3-14.1:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input2 2.984066] hid-generic 0003:046D:401B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech Unifying Device. Wireless PID:401b] on usb-0000:00:14.0-14.1:1 2.987906] input: Logitech Unifying Device. Wireless PID:4002 Keyboard as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14.1/3-14.1:1.2/0003:046D:C52B.0003/0003:046D:4002.0005/input/input6 2.991951] input: Logitech Unifying Device. Wireless PID:4002 Consumer Control as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14.1/3-14.1:1.2/0003:046D:C52B.0003/0003:046D:4002.0005/input/input7 2.996674] input: Logitech Unifying Device. Wireless PID:4002 System Control as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14.1/3-14.1:1.2/0003:046D:C52B.0003/0003:046D:4002.0005/input/input8 2.996767] hid-generic 0003:046D:4002.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Unifying Device. Wireless PID:4002] on usb-0000:00:14.0-14.1:2 3.028698] input: Logitech M215 2nd Gen as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14.1/3-14.1:1.2/0003:046D:C52B.0003/0003:046D:401B.0004/input/input12 3.033039] logitech-hidpp-device 0003:046D:401B.0004: input,hidraw1: USB HID v1.11 Mouse [Logitech M215 2nd Gen] on usb-0000:00:14.0-14.1:1 3.123835] checking generic (f1000000 300000) vs hw (e8000000 8000000) 3.123837] checking generic (f1000000 300000) vs hw (f0000000 2000000) 3.123837] fb0: switching to nouveaufb from EFI VGA 3.124889] Console: switching to colour dummy device 80x25 3.125011] nouveau 0000:01:00.0: NVIDIA GF108 (0c1200a1) 3.252508] nouveau 0000:01:00.0: bios: version 70.08.5c.00.00 3.253177] nouveau 0000:01:00.0: fb: 2048 MiB DDR3 3.923157] [TTM] Zone kernel: Available graphics memory: 4053188 kiB 3.923161] [TTM] Zone dma32: Available graphics memory: 2097152 kiB 3.923163] [TTM] Initializing pool allocator 3.923166] [TTM] Initializing DMA pool allocator 3.923179] nouveau 0000:01:00.0: DRM: VRAM: 2048 MiB 3.923180] nouveau 0000:01:00.0: DRM: GART: 1048576 MiB 3.923183] nouveau 0000:01:00.0: DRM: TMDS table version 2.0 3.923185] nouveau 0000:01:00.0: DRM: DCB version 4.0 3.923187] nouveau 0000:01:00.0: DRM: DCB outp 00: 01000302 00020030 3.923188] nouveau 0000:01:00.0: DRM: DCB outp 01: 02000300 00000000 3.923190] nouveau 0000:01:00.0: DRM: DCB outp 02: 08011392 00020020 3.923191] nouveau 0000:01:00.0: DRM: DCB outp 03: 04022310 00000000 3.923193] nouveau 0000:01:00.0: DRM: DCB conn 00: 00001030 3.923194] nouveau 0000:01:00.0: DRM: DCB conn 01: 00002161 3.923196] nouveau 0000:01:00.0: DRM: DCB conn 02: 00000200 3.923864] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013). 3.923865] [drm] Driver supports precise vblank timestamp query. 3.924540] nouveau 0000:01:00.0: DRM: MM: using COPY0 for buffer copies 3.987244] nouveau 0000:01:00.0: DRM: allocated 1680x1050 fb: 0x60000, bo 0000000000f965c3 3.987306] fbcon: nouveaufb (fb0) is primary device 4.029403] Console: switching to colour frame buffer device 210x65 4.031013] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device 4.036915] [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 0 6.858865] input: Logitech K750 as /devices/pci0000:00/0000:00:14.0/usb3/3-14/3-14.1/3-14.1:1.2/0003:046D:C52B.0003/0003:046D:4002.0005/input/input13 6.859084] logitech-hidpp-device 0003:046D:4002.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech K750] on usb-0000:00:14.0-14.1:2 7.156532] audit: type=1130 audit(1588503044.515:11): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 7.158851] audit: type=1130 audit(1588503044.518:12): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=multipathd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 7.174450] audit: type=1130 audit(1588503044.533:13): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 7.177380] audit: type=1130 audit(1588503044.536:14): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsiuio comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 7.181892] audit: type=1130 audit(1588503044.541:15): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=iscsid comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 7.791797] audit: type=1130 audit(1588503045.151:16): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 7.799287] EXT4-fs (sdd3): mounted filesystem with ordered data mode. Opts: (null) 7.907501] audit: type=1130 audit(1588503045.266:17): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 7.907508] audit: type=1131 audit(1588503045.266:18): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=initrd-parse-etc comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 8.096336] audit: type=1130 audit(1588503045.455:19): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 8.110137] audit: type=1131 audit(1588503045.469:20): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-pre-pivot comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 8.211121] systemd-journald[298]: Received SIGTERM from PID 1 (systemd). 8.257692] printk: systemd: 22 output lines suppressed due to ratelimiting 8.799806] SELinux: policy capability network_peer_controls=1 8.799956] SELinux: policy capability open_perms=1 8.800367] SELinux: policy capability extended_socket_class=1 8.800933] SELinux: policy capability always_check_network=0 8.801518] SELinux: policy capability cgroup_seclabel=1 8.802105] SELinux: policy capability nnp_nosuid_transition=1 8.820741] systemd[1]: Successfully loaded SELinux policy in 434.547ms. 8.864991] systemd[1]: Relabelled /dev, /dev/shm, /run, /sys/fs/cgroup in 27.322ms. 8.869477] systemd[1]: systemd v243.8-1.fc31 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=unified) 8.881784] systemd[1]: Detected architecture x86-64. 8.886886] systemd[1]: Set hostname to <localhost.localdomain>. 9.133820] systemd[1]: /usr/lib/systemd/system/sssd.service:12: PIDFile= references a path below legacy directory /var/run/, updating /var/run/sssd.pid → /run/sssd.pid; please update the unit file accordingly. 9.147874] systemd[1]: /usr/lib/systemd/system/iscsiuio.service:13: PIDFile= references a path below legacy directory /var/run/, updating /var/run/iscsiuio.pid → /run/iscsiuio.pid; please update the unit file accordingly. 9.148736] systemd[1]: /usr/lib/systemd/system/iscsid.service:11: PIDFile= references a path below legacy directory /var/run/, updating /var/run/iscsid.pid → /run/iscsid.pid; please update the unit file accordingly. 9.161491] systemd[1]: /usr/lib/systemd/system/sssd-kcm.socket:7: ListenStream= references a path below legacy directory /var/run/, updating /var/run/.heim_org.h5l.kcm-socket → /run/.heim_org.h5l.kcm-socket; please update the unit file accordingly. 9.163456] systemd[1]: /usr/lib/systemd/system/pcscd.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/pcscd/pcscd.comm → /run/pcscd/pcscd.comm; please update the unit file accordingly. 9.165323] systemd[1]: /usr/lib/systemd/system/cups.socket:6: ListenStream= references a path below legacy directory /var/run/, updating /var/run/cups/cups.sock → /run/cups/cups.sock; please update the unit file accordingly. 9.224342] systemd[1]: initrd-switch-root.service: Succeeded. 9.249043] Adding 8396796k swap on /dev/sdd4. Priority:-2 extents:1 across:8396796k SSFS 9.275273] EXT4-fs (sdd3): re-mounted. Opts: (null) 9.535542] systemd-journald[795]: Received client request to flush runtime journal. 9.583908] systemd-journald[795]: File /var/log/journal/cb520dc1682c4c61978f081376bf8230/system.journal corrupted or uncleanly shut down, renaming and replacing. 11.037921] EXT4-fs (sdd2): mounted filesystem with ordered data mode. Opts: (null) 17.121884] kauditd_printk_skb: 53 callbacks suppressed 17.121888] audit: type=1130 audit(1588503054.481:74): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-fsck@dev-disk-by\x2duuid-bf0304c9\x2dff99\x2d4b0b\x2da763\x2de4ffbc0ff551 comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 17.445135] EXT4-fs (sdb2): mounted filesystem with ordered data mode. Opts: (null) 17.457448] audit: type=1130 audit(1588503054.816:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 17.471257] audit: type=1130 audit(1588503054.830:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 17.477221] audit: type=1130 audit(1588503054.836:77): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 17.525614] audit: type=1130 audit(1588503054.884:78): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success' 20.036681] Lockdown: Xorg: ioperm is restricted; see man kernel_lockdown.7 20.331471] Generic PHY r8169-300:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=r8169-300:00, irq=IGNORE) 20.473778] r8169 0000:03:00.0 enp3s0: Link is Down 27.892639] r8169 0000:03:00.0 enp3s0: Link is Up - 1Gbps/Full - flow control rx/tx 27.892658] IPv6: ADDRCONF(NETDEV_CHANGE): enp3s0: link becomes ready 427.987027] logitech-hidpp-device 0003:046D:401B.0004: HID++ 2.0 device connected. 6934.396867] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2 6934.396885] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2 6934.396888] nouveau 0000:01:00.0: msvld: unable to load firmware data 6934.396889] nouveau 0000:01:00.0: msvld: init failed, -19 6935.155292] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2 6935.155300] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2 6935.155301] nouveau 0000:01:00.0: msvld: unable to load firmware data 6935.155302] nouveau 0000:01:00.0: msvld: init failed, -19 [38971.231573] perf: interrupt took too long (2509 > 2500), lowering kernel.perf_event_max_sample_rate to 79000 [52551.710706] perf: interrupt took too long (3156 > 3136), lowering kernel.perf_event_max_sample_rate to 63000 [81667.497322] usb 3-4: new high-speed USB device number 4 using xhci_hcd [81667.623987] usb 3-4: New USB device found, idVendor=04e8, idProduct=3461, bcdDevice= 1.00 [81667.623991] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [81667.623993] usb 3-4: Product: M267x 287x Series [81667.623995] usb 3-4: Manufacturer: Samsung Electronics Co., Ltd. [81667.623996] usb 3-4: SerialNumber: ZD12BJCG9000D7E [85623.855258] perf: interrupt took too long (3952 > 3945), lowering kernel.perf_event_max_sample_rate to 50000 [111392.888578] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2 [111392.888586] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2 [111392.888587] nouveau 0000:01:00.0: msvld: unable to load firmware data [111392.888588] nouveau 0000:01:00.0: msvld: init failed, -19 [111393.661784] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084 failed with error -2 [111393.661792] nouveau 0000:01:00.0: Direct firmware load for nouveau/nvc1_fuc084d failed with error -2 [111393.661794] nouveau 0000:01:00.0: msvld: unable to load firmware data [111393.661795] nouveau 0000:01:00.0: msvld: init failed, -19 [126486.664672] usb 3-4: USB disconnect, device number 4 [172611.876541] usb 3-4: new high-speed USB device number 5 using xhci_hcd [172612.003368] usb 3-4: New USB device found, idVendor=04e8, idProduct=3461, bcdDevice= 1.00 [172612.003376] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3 [172612.003379] usb 3-4: Product: M267x 287x Series [172612.003382] usb 3-4: Manufacturer: Samsung Electronics Co., Ltd. [172612.003385] usb 3-4: SerialNumber: ZD12BJCG9000D7E [172624.634373] usb 3-4: USB disconnect, device number 5

[Aiace@localhost ~]$ lsmod Module Size Used by nouveau 2207744 13 mxm_wmi 16384 1 nouveau i2c_algo_bit 16384 1 nouveau hid_logitech_hidpp 49152 0 drm_kms_helper 208896 1 nouveau crct10dif_pclmul 16384 1 ttm 114688 1 nouveau crc32_pclmul 16384 0 crc32c_intel 24576 5 drm 495616 12 drm_kms_helper,ttm,nouveau 8021q 36864 0 garp 16384 1 8021q mrp 20480 1 8021q stp 16384 1 garp ghash_clmulni_intel 16384 0 llc 16384 2 stp,garp r8169 90112 0 hid_logitech_dj 24576 0 wmi 32768 2 mxm_wmi,nouveau video 49152 1 nouveau dm_multipath 36864 0 scsi_dh_rdac 16384 0 scsi_dh_emc 16384 0 scsi_dh_alua 20480 0 sunrpc 425984 1 be2iscsi 122880 0 bnx2i 57344 0 cnic 69632 1 bnx2i uio 20480 1 cnic cxgb4i 53248 0 cxgb4 442368 1 cxgb4i cxgb3i 36864 0 cxgb3 180224 1 cxgb3i mdio 16384 1 cxgb3 libcxgbi 65536 2 cxgb4i,cxgb3i libcxgb 24576 2 libcxgbi,cxgb3i qla4xxx 307200 0 iscsi_boot_sysfs 16384 2 be2iscsi,qla4xxx iscsi_tcp 28672 0 libiscsi_tcp 32768 4 libcxgbi,iscsi_tcp,cxgb4i,cxgb3i libiscsi 65536 8 be2iscsi,libiscsi_tcp,bnx2i,libcxgbi,iscsi_tcp,qla4xxx,cxgb4i,cxgb3i scsi_transport_iscsi 122880 7 be2iscsi,libiscsi_tcp,bnx2i,libcxgbi,iscsi_tcp,qla4xxx,libiscsi

[Aiace@localhost ~]$ systemd-analyze blame 6.837s NetworkManager-wait-online.service 6.192s systemd-fsck@dev-disk-by\x2duuid-bf0304c9\x2dff99\x2d4b0b\x2da763\x2de4ffbc0ff551.service 1.981s firewalld.service 1.781s udisks2.service 1.606s lvm2-monitor.service 1.396s systemd-udev-settle.service 1.344s cups.service 1.044s initrd-switch-root.service 892ms systemd-logind.service 797ms sssd.service 745ms ModemManager.service 680ms systemd-udevd.service 632ms systemd-fsck-root.service 629ms upower.service 618ms polkit.service 610ms smartd.service 551ms abrtd.service 493ms systemd-journal-flush.service 481ms avahi-daemon.service 480ms accounts-daemon.service 458ms rtkit-daemon.service 382ms dbus-broker.service 325ms home.mount 275ms systemd-journald.service 205ms dnf-makecache.service 183ms dracut-pre-pivot.service 180ms dracut-cmdline.service 166ms geoclue.service 146ms dmraid-activation.service 135ms [email protected] 125ms systemd-udev-trigger.service 117ms systemd-vconsole-setup.service 112ms gssproxy.service 109ms dracut-pre-udev.service 106ms initrd-parse-etc.service 101ms akmods.service 98ms chronyd.service 95ms rsyslog.service 91ms systemd-tmpfiles-setup-dev.service 91ms systemd-fsck@dev-disk-by\x2duuid-fa8ad8b2\x2d7f10\x2d4c80\x2da9f1\x2db47f8acade63.service 72ms dracut-pre-trigger.service 68ms systemd-random-seed.service 62ms NetworkManager.service 57ms colord.service 46ms systemd-tmpfiles-setup.service 41ms plymouth-switch-root.service 39ms systemd-tmpfiles-clean.service 37ms plymouth-quit.service 36ms unbound-anchor.service 36ms auditd.service 32ms dev-disk-by\x2duuid-6d96978d\x2db682\x2d4558\x2db80f\x2d8b0caa89687b.swap 30ms nfs-convert.service 29ms plymouth-quit-wait.service 28ms wpa_supplicant.service 27ms initrd-cleanup.service 26ms systemd-sysctl.service 24ms livesys.service 24ms systemd-remount-fs.service 23ms import-state.service 22ms plymouth-start.service 20ms systemd-user-sessions.service 18ms dev-hugepages.mount 18ms dev-mqueue.mount 17ms dracut-pre-mount.service 17ms sys-kernel-debug.mount 17ms systemd-update-utmp-runlevel.service 17ms boot.mount 15ms plymouth-read-write.service 14ms tmp.mount 13ms [email protected] 12ms dracut-initqueue.service 11ms systemd-binfmt.service 11ms kmod-static-nodes.service 11ms livesys-late.service 10ms systemd-update-utmp.service 8ms systemd-modules-load.service 7ms sysroot.mount 7ms rpc-statd-notify.service 7ms initrd-udevadm-cleanup-db.service 5ms dracut-shutdown.service 4ms proc-sys-fs-binfmt_misc.mount 3ms iscsid.service 2ms sys-kernel-config.mount 1ms iscsiuio.service 1ms iscsi-shutdown.service 1ms multipathd.service

Prenditi tutto il tempo che serve, non ho fretta, perché il resto del sistema funziona (e comunque ho anche l’altra F31, se dovesse servirmi).
Inoltre oggi dovrò uscire spesso, quindi probabilmente non leggerò la posta fino a dopocena - ma puoi rispondermi anche nei prossimi giorni.
E soprattutto MOLTE GRAZIE della disponibilità e pazienza!
:smiley:

Ciao aiace ho letto il dmesg è vedo che usi i nouveau non nvidia come driver , anche in lsmod sono caricati i nouveau , se hai installato i driver , posta anche l’outpout di :

cat /etc/default/grub

perchè manca questa stringa :

rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1

per le usb vengono riconosciute e poi scollegate , mi sorge il dubbio del secure boot abilitato nel bios , però dato che hai anche windows , se lo disabiliti mi sà che non parte più windows , puoi fare una prova a disabilitarlo far partire Fedora è vedere se vanno le periferiche , se vanno , può essere un bug del kernel , dopo la prova spegni , è riabiliti secureboot , su un pc mi capitò un errore simile , è la causa era propio il secure boot è il fast boot abilitato nel bios , per l’audio prova a installare :

pavucontrol

è guarda che uscita riconosce come audio , i servizi :

livesys.service
livesys-late.service

li puoi disabilitare servono solo a anaconda per installare Fedora , dopo non servono più. :slight_smile: vedo anche che hai ancora il kernel 5.0.9 che parte dovresti avere il 5.6.8 , hai provato a aggiornare grub ? prima di disabilitare il secure boot , perchè mi era sfuggito la versione del kernel in uso , scusa ma tra un post è l’altro vado un pò in confusione . :slight_smile:

@ edmondo

Scusa il ritardo, ma ho avuto del lavoro da sbrigare.
Da quello che scrivi noto un po’ di confusione, e probabilmente l’ho anche creata io, perché nel frattempo sono cambiate alcune cose. A cominciare dal fatto che ho eliminato Win$10, sovrascrivendo l’SSD da 32 GB con una Fedora 31 installata da zero via USB e poi in parte aggiornata.
Quindi riparto da zero e ti spiego come è configurata ADESSO la macchina.

Anzitutto la struttura dei dischi:

[code][aiace@localhost ~]$ su -c’fdisk -l’
Password:
Disk /dev/sda: 2,75 TiB, 3000592982016 bytes, 5860533168 sectors
Disk model: WDC WD30EZRX-00D
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x4a08bb44

Dispositivo Avvio Start Fine Settori Size Id Tipo
/dev/sda1 194560 1969332223 1969137664 939G 83 Linux
/dev/sda2 1969332224 5860532223 3891200000 1,8T 83 Linux

Disk /dev/sdb: 465,78 GiB, 500107862016 bytes, 976773168 sectors
Disk model: ST500DM002-1BD14
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x17e204aa

Dispositivo Avvio Start Fine Settori Size Id Tipo
/dev/sdb1 * 2048 1953791 1951744 953M 83 Linux
/dev/sdb2 1953792 890836991 888883200 423,9G 83 Linux
/dev/sdb3 890836992 968959999 78123008 37,3G 83 Linux
/dev/sdb4 968960000 976773119 7813120 3,7G 5 Esteso
/dev/sdb5 968964096 976773119 7809024 3,7G 82 Linux swap / Solaris

Disk /dev/sdc: 29,84 GiB, 32017047552 bytes, 62533296 sectors
Disk model: TS32GSSD370S
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 88DB60D7-D01C-494D-8AF2-9A502E16AFF0

Dispositivo Start Fine Settori Size Tipo
/dev/sdc1 2048 1230847 1228800 600M EFI System
/dev/sdc2 1230848 3327999 2097152 1G Linux filesystem
/dev/sdc3 3328000 45271039 41943040 20G Linux filesystem
/dev/sdc4 45271040 62048255 16777216 8G Linux swap

Disk /dev/sdd: 55,92 GiB, 60022480896 bytes, 117231408 sectors
Disk model: KingDian S200 60
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 72A7BD73-7F3C-4E86-89D1-691EA23E027B

Dispositivo Start Fine Settori Size Tipo
/dev/sdd1 2048 6143 4096 2M BIOS boot
/dev/sdd2 6144 4200447 4194304 2G Linux filesystem
/dev/sdd3 4200448 100435967 96235520 45,9G Linux filesystem
/dev/sdd4 100435968 117229567 16793600 8G Linux swap[/code]

Il primo disco rigido (sda) è gigantesco, proprio perché lo utilizzo solamente per i backup e NON è montato all’avvio. Quindi adesso possiamo ignorarlo.

Schematizzo poi cosa c’è nella schermata di Grub2 all’avvio:

[code]Fedora 5.6.6
Fedora 5.5.17
Fedora 5.3.17
Rescue

Fedora 29 (dev/sdb3)
Advanced Options
(il sottomenu offre 5 voci:

  • Fedora 5.3.11
  • Fedora 5.2.18
  • Fedora 4.20.7
  • Fedora 4.20.6-200
  • Fedora 4.20.6-100
  • Rescue )

Fedora 31 (dev/sdd3)
Advanced Options
(il sottomenu offre 4 voci, tutte indicate genericamente, ma guardando nelle stringhe vedo che contengono:

  • nessuna indicazione
  • 5.5.6-201
  • 5.5.7-200
  • 5.5.8-200 )

System Setup
[/code]

Adesso spiego brevemente qualcosa in più.
Il primo blocco è quello che parte di default, e corrisponde alla Fedora 31 installata per ultima sull’SSD da 32 GB; per inciso, è quella che indica di connettersi a internet tramite il “cavo 1”. Specifico che nel frattempo la sto aggiornando con i vari pacchetti segnalati dal sistema, TRANNE quelli relativi al kernel, per timore che anche qui si crei lo stesso problema dell’altra Fedora 31.
Il secondo blocco è la Fedora che utilizzavo prima e mi ha “salvato” dopo l’installazione di Windows, perché ha continuato a essere accessibile e mi ha permesso di lavorarci (immagino che questo derivi dall’essere installata su un disco con MBR, anziché GPT).
Il terzo blocco è la Fedora 31 che avevo installato qualche mese, avevo configurato a puntino e anche personalizzato, ma dopo l’installazione di Windows era diventata inaccessibile (ma confidavo che sarebbe spuntata fuori quando mi fossi liberato del sistema di Redmond). È anche quella che mi da i problemi riportati (no audio, no lettura penne USB) e risulta connettersi tramite “cavo 2”, anche se in realtà il cavetto a muro è sempre lo stesso.
In particolare, aggiungo che se faccio partire il sistema dalla riga con “nessuna indicazione”, si avvia la Fedora più recente, in particolare il default del primo blocco col kernel 5.6.6. Invece le altre 3 righe (cioè dal kernel 5.5.6 al 5.5.8), non fanno partire un bel nulla, perché compare a schermo una scritta su due righi che dice più o meno

[quote]non trovo vmlinuz-5.5.6
you need to load the kernel first
Press any key to continue[/quote]
e battendo un tasto qualunque, ritorna alla stringa da cui era partito.

Penso che per adesso sia la base da cui riconsiderare tutto.

Grazie della pazienza e a dopo

Ciao aiace ora inizio a capirci meglio perchè in effetti ero andato in confusione per il fatto dei driver nvidia che non vedevo è non riuscivo a capire quale sistema aveva il problema. In pratica sarebbe sdc la Fedora che presenta l’errore è sdd quella che non parte giusto ? porta pazienza aiace perchè devo capir bene

no, scusami tu e grazie dell’intervento…

Allora: la F31 che NON parte subito è la stessa che presenta i problemi, ed è quella su dev/sdd.
L’unico modo di avviarla è selezionare la prima entrata di Fedora Thirty One nel terzo blocco di Grub2 (cioè quella che compare nella schermata principale dopo il Rescue della F29 e prima delle Advanced Options di Fedora 31.
Inoltre (lo preciso per essere più chiaro possibile) la prima di quelle “Advanced Option”, cioè la prima del sottomenu con quattro voci, replica quella già presente nella schermata principale, che come appena detto è l’unico modo per avviare la F31 che comunque mi interessa mantenere, se risolverò i problemi suddetti).

La F31 su sdc parte di default (prima riga di GRUB2 – anche la seconda, terza e quarta riga si riferiscono a quella, che ribadisco è stata installata da zero per cancellare l’odioso WIn$10

Infine, credo che momentaneamente possiamo ignorare anche la F29 su sdb.

Immagino che dovremo lavorare su Grub, magari tramite uno dei Rescue…?

Adesso inizio a capirci qualcosa , allora è la stessa cosa che capitò a mè avendo 2 hd , su uno Fedora partiva è sull’altro niente da fare per risolvere il problema senza diventare pazzo ho usato una fedora net install in modalità rescue , fatta partire mi ha presentato le Fedora installate sul pc ho scelto quella con il problema , sono arrivato al chroot , ho reinstallato grub è aggiornato i file di configurazione e sono uscito, al riavvio alla schermata di boot è comparsa la scritta fedora /dev/sdb che era quella che non partiva . :slight_smile: ovviamente nel mio caso avevo /dev/sda e /dev/sdb , ho reinstallato grub in /dev/sdb .

grazie, ma forse il mio caso è diverso, o più semplice.
Infatti parto dalla considerazione che la F31 più nuova (quella installata “da zero” al posto di Windows) posso sacrificarla, in quanto ho già sperimentato che la capienza dell’SSD (32 giga) non è sufficiente; o meglio, in sé basterebbe, ma rende impossibile il passaggio alla versione successiva, perché riempiendosi quasi tutta, non lascia spazio quando scarica i pacchetti nuovi durante il system-upgrade.
Quindi a me interessa soltanto tenere (e dunque anche passare alla 32) quella che avevo già, la quale appunto non parte direttamente.
Ricapitolando: scarico una versione net-install, all’avvio di questa seleziono Rescue ma poi come faccio il chroot? e come si reinstalla GRUB? e i files di configurazione da aggiornare quali sono?
Ah, e poi immagino che ci dovrà essere qualcosa da specificare all’interno di fstab… o lo fa automaticamente GRUB2, quando si lancia il comando grub2-mkconfig -o eccetera?
Intendo dire che avrei bisogno di qualche suggerimento passo-passo…

Grazie dei consigli

Ciao ,
per il chroot puoi seguire questo thread https://forum.fedoraonline.it/viewtopic.php?id=26419
al post #6 QuarkF indica come fare il chroot ;
non so se questo caso può essere associato al tuo ,ma avevo risolto.
ciao

1 Mi Piace

@yum_yoshi
grazie del suggerimento, però dopo il passaggio a Discourse (che sicuramente fornisce un look più moderno e gradevole a tutto il sito, al netto di tutte le migliorie tecniche, già illustrate con competenza da frafra) i link interni non funzionano più.
Qualcuno ha idea di come si possa risalire a un thread o a un post specifico, qui dentro?
In alternativa, intanto cerco qualche altra spiegazione su internet riguardo a chroot…
Grazie e a presto

Ciao aiace,
provo se così funziona
https://forum.fedoraonline.it/t/f-29-non-si-avvia/25129/5
è il mio primo accesso al nuovo forum
non trovo “anteprima” ,speriamo vada bene…
grazie frafra per il lavoro fatto

ottimo, il link adesso funziona (stavo ancora cercando il modo di indirizzare la richiesta a un thread che potessero leggere un po’ tutti, così da aumentare le possibilità di risposta… sparando nel mucchio :wink:
Adesso devo interrompere per lavorare, ma mi segno il ink e cercherò di applicare le indicazioni quanto prima.
Poi farò sapere com’è andata
Grazie e a presto