tinatina11
Anmeldungsdatum: 28. Januar 2019
Beiträge: Zähle...
|
Hallo, nach einem upgrade bootet mein Rechner ganz normal, aber es funktionieren verschiedene Einstellungen nicht (kein WLAN, kein Ton, Systemeinstellungen öffnen sich nicht).
Ich habe nun schon ein paar Sachen versucht (z.B. update der sources.list), aber ich erhalte immer wieder folgende Fehlermeldungen: sudo dpkg --configure -a
Setting up grub-efi-amd64-signed (1.93.10+2.02-2ubuntu8.9) ...
Installing for x86_64-efi platform.
grub-install: error: cannot copy `/usr/share/grub/unicode.pf2' to `/boot/grub/fonts/unicode.pf2': Input/output error.
dpkg: error processing package grub-efi-amd64-signed (--configure):
installed grub-efi-amd64-signed package post-installation script subprocess returned error exit status 1
Setting up linux-image-4.15.0-43-generic (4.15.0-43.46) ...
Bus error (core dumped)
dpkg: error processing package linux-image-4.15.0-43-generic (--configure):
installed linux-image-4.15.0-43-generic package post-installation script subprocess returned error exit status 135
Setting up linux-image-4.15.0-42-generic (4.15.0-42.45) ...
Bus error (core dumped)
dpkg: error processing package linux-image-4.15.0-42-generic (--configure):
installed linux-image-4.15.0-42-generic package post-installation script subprocess returned error exit status 135
dpkg: dependency problems prevent configuration of linux-image-generic:
linux-image-generic depends on linux-image-4.15.0-43-generic; however:
Package linux-image-4.15.0-43-generic is not configured yet.
dpkg: error processing package linux-image-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-modules-extra-4.15.0-42-generic:
linux-modules-extra-4.15.0-42-generic depends on linux-image-4.15.0-42-generic | linux-image-unsigned-4.15.0-42-generic; however:
Package linux-image-4.15.0-42-generic is not configured yet.
Package linux-image-unsigned-4.15.0-42-generic is not installed.
dpkg: error processing package linux-modules-extra-4.15.0-42-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of shim-signed:
shim-signed depends on grub-efi-amd64-signed; however:
Package grub-efi-amd64-signed is not configured yet.
dpkg: error processing package shim-signed (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-generic:
linux-generic depends on linux-image-generic (= 4.15.0.43.45); however:
Package linux-image-generic is not configured yet.
dpkg: error processing package linux-generic (--configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of linux-modules-extra-4.15.0-43-generic:
linux-modules-extra-4.15.0-43-generic depends on linux-image-4.15.0-43-generic | linux-image-unsigned-4.15.0-43-generic; however:
Package linux-image-4.15.0-43-generic is not configured yet.
Package linux-image-unsigned-4.15.0-43-generic is not installed.
dpkg: error processing package linux-modules-extra-4.15.0-43-generic (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
grub-efi-amd64-signed
linux-image-4.15.0-43-generic
linux-image-4.15.0-42-generic
linux-image-generic
linux-modules-extra-4.15.0-42-generic
shim-signed
linux-generic
linux-modules-extra-4.15.0-43-generic Kann mir jemand weiterhelfen?
Danke!
|
Taomon
Supporter
Anmeldungsdatum: 30. Januar 2011
Beiträge: 8460
Wohnort: Digiworld
|
dpkg -l grub\* und cat /etc/fstab sowie [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS und findmnt
sowie
df -h;df -i Gruß Taomon
|
tinatina11
(Themenstarter)
Anmeldungsdatum: 28. Januar 2019
Beiträge: 7
|
Danke Taomon!
Hier die Ausgabe (die Fehler bestehen weiterhin): t@Lenovo-IdeaPad-N581:~$ dpkg -l grub\*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name Version Architektur Beschreibung
+++-==========================-==================-==================-=========================================================
un grub <keine> <keine> (keine Beschreibung vorhanden)
ii grub-common 2.02-2ubuntu8.9 amd64 GRand Unified Bootloader (common files)
un grub-coreboot <keine> <keine> (keine Beschreibung vorhanden)
un grub-doc <keine> <keine> (keine Beschreibung vorhanden)
un grub-efi <keine> <keine> (keine Beschreibung vorhanden)
ii grub-efi-amd64 2.02-2ubuntu8.9 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version)
ii grub-efi-amd64-bin 2.02-2ubuntu8.9 amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 binaries)
iF grub-efi-amd64-signed 1.93.10+2.02-2ubun amd64 GRand Unified Bootloader, version 2 (EFI-AMD64 version, s
un grub-efi-ia32 <keine> <keine> (keine Beschreibung vorhanden)
un grub-efi-ia64 <keine> <keine> (keine Beschreibung vorhanden)
un grub-emu <keine> <keine> (keine Beschreibung vorhanden)
un grub-ieee1275 <keine> <keine> (keine Beschreibung vorhanden)
un grub-legacy <keine> <keine> (keine Beschreibung vorhanden)
un grub-legacy-doc <keine> <keine> (keine Beschreibung vorhanden)
un grub-linuxbios <keine> <keine> (keine Beschreibung vorhanden)
un grub-pc <keine> <keine> (keine Beschreibung vorhanden)
un grub-xen <keine> <keine> (keine Beschreibung vorhanden)
un grub-yeeloong <keine> <keine> (keine Beschreibung vorhanden)
un grub2 <keine> <keine> (keine Beschreibung vorhanden)
ii grub2-common 2.02-2ubuntu8.9 amd64 GRand Unified Bootloader (common files for version 2) dann
t@Lenovo-IdeaPad-N581:~$ cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/mapper/ubuntu--vg-root / ext4 errors=remount-ro 0 1
# /boot was on /dev/sda2 during installation
UUID=ee47d467-4901-4c05-ab1b-d93374771191 /boot ext2 defaults 0 2
# /boot/efi was on /dev/sda1 during installation
UUID=C1A0-E590 /boot/efi vfat umask=0077 0 1
/dev/mapper/ubuntu--vg-swap_1 none swap sw 0 0 dann t@Lenovo-IdeaPad-N581:~$ [ -d /sys/firmware/efi ] && echo UEFI || echo BIOS
UEFI dann t@Lenovo-IdeaPad-N581:~$ findmnt
TARGET SOURCE FSTYPE OPTIONS
/ /dev/mapper/ubuntu--vg-root
│ ext4 rw,relatime,errors=remount-ro,data=ordered
├─/sys sysfs sysfs rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/security securityfs securityfs rw,nosuid,nodev,noexec,relatime
│ ├─/sys/fs/cgroup tmpfs tmpfs ro,nosuid,nodev,noexec,mode=755
│ │ ├─/sys/fs/cgroup/unified cgroup cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate
│ │ ├─/sys/fs/cgroup/systemd cgroup cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd
│ │ ├─/sys/fs/cgroup/freezer cgroup cgroup rw,nosuid,nodev,noexec,relatime,freezer
│ │ ├─/sys/fs/cgroup/rdma cgroup cgroup rw,nosuid,nodev,noexec,relatime,rdma
│ │ ├─/sys/fs/cgroup/devices cgroup cgroup rw,nosuid,nodev,noexec,relatime,devices
│ │ ├─/sys/fs/cgroup/perf_event cgroup cgroup rw,nosuid,nodev,noexec,relatime,perf_event
│ │ ├─/sys/fs/cgroup/net_cls,net_prio cgroup cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio
│ │ ├─/sys/fs/cgroup/memory cgroup cgroup rw,nosuid,nodev,noexec,relatime,memory
│ │ ├─/sys/fs/cgroup/hugetlb cgroup cgroup rw,nosuid,nodev,noexec,relatime,hugetlb
│ │ ├─/sys/fs/cgroup/blkio cgroup cgroup rw,nosuid,nodev,noexec,relatime,blkio
│ │ ├─/sys/fs/cgroup/pids cgroup cgroup rw,nosuid,nodev,noexec,relatime,pids
│ │ ├─/sys/fs/cgroup/cpuset cgroup cgroup rw,nosuid,nodev,noexec,relatime,cpuset
│ │ └─/sys/fs/cgroup/cpu,cpuacct cgroup cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct
│ ├─/sys/fs/pstore pstore pstore rw,nosuid,nodev,noexec,relatime
│ ├─/sys/firmware/efi/efivars efivarfs efivarfs rw,nosuid,nodev,noexec,relatime
│ ├─/sys/kernel/debug debugfs debugfs rw,relatime
│ ├─/sys/fs/fuse/connections fusectl fusectl rw,relatime
│ └─/sys/kernel/config configfs configfs rw,relatime
├─/proc proc proc rw,nosuid,nodev,noexec,relatime
│ └─/proc/sys/fs/binfmt_misc systemd-1 autofs rw,relatime,fd=24,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pip
├─/dev udev devtmpfs rw,nosuid,relatime,size=1936976k,nr_inodes=484244,mode=755
│ ├─/dev/pts devpts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000
│ ├─/dev/shm tmpfs tmpfs rw,nosuid,nodev
│ ├─/dev/hugepages hugetlbfs hugetlbfs rw,relatime,pagesize=2M
│ └─/dev/mqueue mqueue mqueue rw,relatime
├─/run tmpfs tmpfs rw,nosuid,noexec,relatime,size=393628k,mode=755
│ ├─/run/lock tmpfs tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k
│ ├─/run/user/1000 tmpfs tmpfs rw,nosuid,nodev,relatime,size=393624k,mode=700,uid=1000,gid=1000
│ │ └─/run/user/1000/gvfs gvfsd-fuse fuse.gvfsd- rw,nosuid,nodev,relatime,user_id=1000,group_id=1000
│ └─/run/user/122 tmpfs tmpfs rw,nosuid,nodev,relatime,size=393624k,mode=700,uid=122,gid=129
└─/boot /dev/sda2 ext2 rw,relatime,block_validity,barrier,user_xattr,acl
└─/boot/efi /dev/sda1 vfat rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1, dann tina@Lenovo-IdeaPad-N581:~$ df -h;df -i
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
udev 1,9G 0 1,9G 0% /dev
tmpfs 385M 1,8M 383M 1% /run
/dev/mapper/ubuntu--vg-root 454G 97G 335G 23% /
tmpfs 1,9G 49M 1,9G 3% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 1,9G 0 1,9G 0% /sys/fs/cgroup
/dev/sda2 473M 144M 305M 32% /boot
/dev/sda1 511M 6,1M 505M 2% /boot/efi
tmpfs 385M 16K 385M 1% /run/user/122
tmpfs 385M 24K 385M 1% /run/user/1000
Dateisystem Inodes IBenutzt IFrei IUse% Eingehängt auf
udev 484244 491 483753 1% /dev
tmpfs 492033 919 491114 1% /run
/dev/mapper/ubuntu--vg-root 30212096 468406 29743690 2% /
tmpfs 492033 82 491951 1% /dev/shm
tmpfs 492033 5 492028 1% /run/lock
tmpfs 492033 18 492015 1% /sys/fs/cgroup
/dev/sda2 124928 306 124622 1% /boot
/dev/sda1 0 0 0 - /boot/efi
tmpfs 492033 24 492009 1% /run/user/122
tmpfs 492033 31 492002 1% /run/user/1000
|
Taomon
Supporter
Anmeldungsdatum: 30. Januar 2011
Beiträge: 8460
Wohnort: Digiworld
|
Probieren wir mal was doofes. sudo cp /usr/share/grub/unicode.pf2 /boot/grub/fonts/unicode.pf2 danach nochmal sudo dpkg --configure -a probiern. Gruß Taomon
|
tinatina11
(Themenstarter)
Anmeldungsdatum: 28. Januar 2019
Beiträge: 7
|
nein, mag er nicht:
t@Lenovo-IdeaPad-N581:~$ sudo cp /usr/share/grub/unicode.pf2 /boot/grub/fonts/unicode.pf2
cp: Fehler beim Lesen von '/usr/share/grub/unicode.pf2': Eingabe-/Ausgabefehler und der Fehler bleibt gleich:
t@Lenovo-IdeaPad-N581:~$ sudo dpkg --configure -a
grub-efi-amd64-signed (1.93.10+2.02-2ubuntu8.9) wird eingerichtet ...
x86_64-efi wird für Ihre Plattform installiert.
grub-install: Fehler: »/usr/share/grub/unicode.pf2« kann nicht nach »/boot/grub/fonts/unicode.pf2« kopiert werden: Eingabe-/Ausgabefehler.
dpkg: Fehler beim Bearbeiten des Paketes grub-efi-amd64-signed (--configure):
Unterprozess installed grub-efi-amd64-signed package post-installation script gab den Fehler-Ausgangsstatus 1 zurück
linux-image-4.15.0-43-generic (4.15.0-43.46) wird eingerichtet ...
Bus error (core dumped)
dpkg: Fehler beim Bearbeiten des Paketes linux-image-4.15.0-43-generic (--configure):
Unterprozess installed linux-image-4.15.0-43-generic package post-installation script gab den Fehler-Ausgangsstatus 135 zurück
linux-image-4.15.0-42-generic (4.15.0-42.45) wird eingerichtet ...
^Cdpkg: Fehler beim Bearbeiten des Paketes linux-image-4.15.0-42-generic (--configure):
Unterprozess installed linux-image-4.15.0-42-generic package post-installation script wurde unterbrochen
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von linux-image-generic:
linux-image-generic hängt ab von linux-image-4.15.0-43-generic; aber:
Paket linux-image-4.15.0-43-generic ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten des Paketes linux-image-generic (--configure):
Abhängigkeitsprobleme - verbleibt unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von linux-modules-extra-4.15.0-42-generic:
linux-modules-extra-4.15.0-42-generic hängt ab von linux-image-4.15.0-42-generic | linux-image-unsigned-4.15.0-42-generic; aber:
Paket linux-image-4.15.0-42-generic ist noch nicht konfiguriert.
Paket linux-image-unsigned-4.15.0-42-generic ist nicht installiert.
dpkg: Fehler beim Bearbeiten des Paketes linux-modules-extra-4.15.0-42-generic (--configure):
Abhängigkeitsprobleme - verbleibt unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von shim-signed:
shim-signed hängt ab von grub-efi-amd64-signed; aber:
Paket grub-efi-amd64-signed ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten des Paketes shim-signed (--configure):
Abhängigkeitsprobleme - verbleibt unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von linux-generic:
linux-generic hängt ab von linux-image-generic (= 4.15.0.43.45); aber:
Paket linux-image-generic ist noch nicht konfiguriert.
dpkg: Fehler beim Bearbeiten des Paketes linux-generic (--configure):
Abhängigkeitsprobleme - verbleibt unkonfiguriert
dpkg: Abhängigkeitsprobleme verhindern Konfiguration von linux-modules-extra-4.15.0-43-generic:
linux-modules-extra-4.15.0-43-generic hängt ab von linux-image-4.15.0-43-generic | linux-image-unsigned-4.15.0-43-generic; aber:
Paket linux-image-4.15.0-43-generic ist noch nicht konfiguriert.
Paket linux-image-unsigned-4.15.0-43-generic ist nicht installiert.
dpkg: Fehler beim Bearbeiten des Paketes linux-modules-extra-4.15.0-43-generic (--configure):
Abhängigkeitsprobleme - verbleibt unkonfiguriert
Fehler traten auf beim Bearbeiten von:
grub-efi-amd64-signed
linux-image-4.15.0-43-generic
linux-image-4.15.0-42-generic
linux-image-generic
linux-modules-extra-4.15.0-42-generic
shim-signed
linux-generic
linux-modules-extra-4.15.0-43-generic Speicher ist auch nicht voll:
t@Lenovo-IdeaPad-N581:~$ df -h
Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
udev 1,9G 0 1,9G 0% /dev
tmpfs 385M 1,8M 383M 1% /run
/dev/mapper/ubuntu--vg-root 454G 97G 335G 23% /
tmpfs 1,9G 55M 1,9G 3% /dev/shm
tmpfs 5,0M 0 5,0M 0% /run/lock
tmpfs 1,9G 0 1,9G 0% /sys/fs/cgroup
/dev/sda2 473M 144M 305M 32% /boot
/dev/sda1 511M 6,1M 505M 2% /boot/efi
tmpfs 385M 16K 385M 1% /run/user/122
tmpfs 385M 32K 385M 1% /run/user/1000 und t@Lenovo-IdeaPad-N581:~$ df -i
Dateisystem Inodes IBenutzt IFrei IUse% Eingehängt auf
udev 484246 491 483755 1% /dev
tmpfs 492035 919 491116 1% /run
/dev/mapper/ubuntu--vg-root 30212096 468224 29743872 2% /
tmpfs 492035 88 491947 1% /dev/shm
tmpfs 492035 5 492030 1% /run/lock
tmpfs 492035 18 492017 1% /sys/fs/cgroup
/dev/sda2 124928 306 124622 1% /boot
/dev/sda1 0 0 0 - /boot/efi
tmpfs 492035 24 492011 1% /run/user/122
tmpfs 492035 33 492002 1% /run/user/1000
|
Taomon
Supporter
Anmeldungsdatum: 30. Januar 2011
Beiträge: 8460
Wohnort: Digiworld
|
wget -c http://mirrors.kernel.org/ubuntu/pool/main/g/grub2/grub-common_2.02-2ubuntu8.10_amd64.deb danach probier mit sudo dpkg -i grub-common_2.02-2ubuntu8.10_amd64.deb das Paket zu installieren. Gruß Taomon
|
tinatina11
(Themenstarter)
Anmeldungsdatum: 28. Januar 2019
Beiträge: 7
|
Das erste funktioniert, immerhin ☺ t@Lenovo-IdeaPad-N581:~$ wget -c http://mirrors.kernel.org/ubuntu/pool/main/g/grub2/grub-common_2.02-2ubuntu8.10_amd64.deb
--2019-02-01 19:44:49-- http://mirrors.kernel.org/ubuntu/pool/main/g/grub2/grub-common_2.02-2ubuntu8.10_amd64.deb
Auflösen des Hostnamens mirrors.kernel.org (mirrors.kernel.org) … 149.20.37.36, 2001:4f8:4:6f:0:1994:3:14
Verbindungsaufbau zu mirrors.kernel.org (mirrors.kernel.org)|149.20.37.36|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 301 Moved Permanently
Platz: http://mirrors.edge.kernel.org/ubuntu/pool/main/g/grub2/grub-common_2.02-2ubuntu8.10_amd64.deb [folgend]
--2019-02-01 19:44:49-- http://mirrors.edge.kernel.org/ubuntu/pool/main/g/grub2/grub-common_2.02-2ubuntu8.10_amd64.deb
Auflösen des Hostnamens mirrors.edge.kernel.org (mirrors.edge.kernel.org) … 147.75.101.1, 2604:1380:2001:3900::1
Verbindungsaufbau zu mirrors.edge.kernel.org (mirrors.edge.kernel.org)|147.75.101.1|:80 … verbunden.
HTTP-Anforderung gesendet, auf Antwort wird gewartet … 200 OK
Länge: 1773836 (1,7M) [application/octet-stream]
Wird in »grub-common_2.02-2ubuntu8.10_amd64.deb« gespeichert.
grub-common_2.02-2u 100%[===================>] 1,69M 1,19MB/s in 1,4s
2019-02-01 19:44:51 (1,19 MB/s) - »grub-common_2.02-2ubuntu8.10_amd64.deb« gespeichert [1773836/1773836] aber danach, fatal error 😲 t@Lenovo-IdeaPad-N581:~$ sudo dpkg -i grub-common_2.02-2ubuntu8.10_amd64.deb
[sudo] Passwort für tina:
dpkg: nicht behebbarer fataler Fehler, Abbruch:
Lesen der Dateiliste des Paketes »linux-headers-4.15.0-43-generic«: Eingabe-/Ausgabefehler ansonsten alles beim alten.
|
Taomon
Supporter
Anmeldungsdatum: 30. Januar 2011
Beiträge: 8460
Wohnort: Digiworld
|
Aus einem Live-System heraus bitte Festplattenstatus und memtest Gruß Taomon
|
tomtomtom
Supporter
Anmeldungsdatum: 22. August 2008
Beiträge: 55345
Wohnort: Berlin
|
Die Ausgabe des Kernelringpuffers im laufenden System wäre auch interessant. dmesg Sieht doch alles sehr nach defekter Hardware aus.
|
tinatina11
(Themenstarter)
Anmeldungsdatum: 28. Januar 2019
Beiträge: 7
|
Das hat jetzt entwas gedauert- aber hier der Festplattenstatus: Festplattenstatus: sudo smartctl -a /dev/sda
ergibt smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-29-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Family: Seagate Momentus 5400.6
Device Model: ST9500325AS
Serial Number: S2WMBKGR
LU WWN Device Id: 5 000c50 051bbcbbe
Firmware Version: 0011LVM1
User Capacity: 500,107,862,016 bytes [500 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: 5400 rpm
Device is: In smartctl database [for details use: -P show]
ATA Version is: ATA8-ACS T13/1699-D revision 4
SATA Version is: SATA 2.6, 3.0 Gb/s (current: 3.0 Gb/s)
Local Time is: Mon Feb 11 07:24:18 2019 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
See vendor-specific Attribute list for marginal Attributes.
General SMART Values:
Offline data collection status: (0x82) Offline data collection activity
was completed without error.
Auto Offline Data Collection: Enabled.
Self-test execution status: ( 121) The previous self-test completed having
the read element of the test failed.
Total time to complete Offline
data collection: ( 0) seconds.
Offline data collection
capabilities: (0x7b) SMART execute Offline immediate.
Auto Offline data collection on/off support.
Suspend Offline collection upon new
command.
Offline surface scan supported.
Self-test supported.
Conveyance Self-test supported.
Selective Self-test supported.
SMART capabilities: (0x0003) Saves SMART data before entering
power-saving mode.
Supports SMART auto save timer.
Error logging capability: (0x01) Error logging supported.
General Purpose Logging supported.
Short self-test routine
recommended polling time: ( 1) minutes.
Extended self-test routine
recommended polling time: ( 139) minutes.
Conveyance self-test routine
recommended polling time: ( 2) minutes.
SCT capabilities: (0x103b) SCT Status supported.
SCT Error Recovery Control supported.
SCT Feature Control supported.
SCT Data Table supported.
SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000f 095 092 034 Pre-fail Always - 18879637
3 Spin_Up_Time 0x0003 099 098 000 Pre-fail Always - 0
4 Start_Stop_Count 0x0032 097 097 020 Old_age Always - 3260
5 Reallocated_Sector_Ct 0x0033 100 100 036 Pre-fail Always - 6
7 Seek_Error_Rate 0x000f 076 060 030 Pre-fail Always - 50197099
9 Power_On_Hours 0x0032 094 094 000 Old_age Always - 5780 (214 196 0)
10 Spin_Retry_Count 0x0013 100 100 097 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 098 098 020 Old_age Always - 2895
184 End-to-End_Error 0x0032 100 100 099 Old_age Always - 0
187 Reported_Uncorrect 0x0032 001 001 000 Old_age Always - 1025
188 Command_Timeout 0x0032 100 100 000 Old_age Always - 0
189 High_Fly_Writes 0x003a 100 100 000 Old_age Always - 0
190 Airflow_Temperature_Cel 0x0022 067 044 045 Old_age Always In_the_past 33 (Min/Max 33/43 #18)
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 20
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 185
193 Load_Cycle_Count 0x0032 087 087 000 Old_age Always - 26167
194 Temperature_Celsius 0x0022 033 056 000 Old_age Always - 33 (0 5 0 0 0)
195 Hardware_ECC_Recovered 0x001a 054 049 000 Old_age Always - 18879637
196 Reallocated_Event_Count 0x000f 094 094 030 Pre-fail Always - 5634 (7278 0)
197 Current_Pending_Sector 0x0012 100 100 000 Old_age Always - 20
198 Offline_Uncorrectable 0x0010 100 100 000 Old_age Offline - 20
199 UDMA_CRC_Error_Count 0x003e 200 200 000 Old_age Always - 2
SMART Error Log Version: 1
ATA Error Count: 1024 (device log contains only the most recent five errors)
CR = Command Register [HEX]
FR = Features Register [HEX]
SC = Sector Count Register [HEX]
SN = Sector Number Register [HEX]
CL = Cylinder Low Register [HEX]
CH = Cylinder High Register [HEX]
DH = Device/Head Register [HEX]
DC = Device Command Register [HEX]
ER = Error register [HEX]
ST = Status register [HEX]
Powered_Up_Time is measured from power on, and printed as
DDd+hh:mm:SS.sss where DD=days, hh=hours, mm=minutes,
SS=sec, and sss=millisec. It "wraps" after 49.710 days.
Error 1024 occurred at disk power-on lifetime: 5769 hours (240 days + 9 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 00 00 ff ff ff 4f 00 00:01:17.381 READ FPDMA QUEUED
60 00 08 ff ff ff 4f 00 00:01:17.378 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:17.377 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:17.377 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:17.376 READ FPDMA QUEUED
Error 1023 occurred at disk power-on lifetime: 5769 hours (240 days + 9 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 00 08 ff ff ff 4f 00 00:01:14.916 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:14.915 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:14.914 READ FPDMA QUEUED
27 00 00 00 00 00 e0 00 00:01:14.913 READ NATIVE MAX ADDRESS EXT [OBS-ACS-3]
ec 00 00 00 00 00 a0 00 00:01:14.912 IDENTIFY DEVICE
Error 1022 occurred at disk power-on lifetime: 5769 hours (240 days + 9 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 00 08 ff ff ff 4f 00 00:01:12.497 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:12.496 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:12.496 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:12.496 READ FPDMA QUEUED
60 00 00 ff ff ff 4f 00 00:01:12.495 READ FPDMA QUEUED
Error 1021 occurred at disk power-on lifetime: 5769 hours (240 days + 9 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 00 08 ff ff ff 4f 00 00:01:09.653 READ FPDMA QUEUED
27 00 00 00 00 00 e0 00 00:01:09.653 READ NATIVE MAX ADDRESS EXT [OBS-ACS-3]
ec 00 00 00 00 00 a0 00 00:01:09.651 IDENTIFY DEVICE
ef 03 45 00 00 00 a0 00 00:01:09.651 SET FEATURES [Set transfer mode]
27 00 00 00 00 00 e0 00 00:01:09.651 READ NATIVE MAX ADDRESS EXT [OBS-ACS-3]
Error 1020 occurred at disk power-on lifetime: 5769 hours (240 days + 9 hours)
When the command that caused the error occurred, the device was active or idle.
After command completion occurred, registers were:
ER ST SC SN CL CH DH
-- -- -- -- -- -- --
40 51 00 ff ff ff 0f Error: UNC at LBA = 0x0fffffff = 268435455
Commands leading to the command that caused the error were:
CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
-- -- -- -- -- -- -- -- ---------------- --------------------
60 00 90 ff ff ff 4f 00 00:01:07.264 READ FPDMA QUEUED
60 00 e8 ff ff ff 4f 00 00:01:07.264 READ FPDMA QUEUED
60 00 18 ff ff ff 4f 00 00:01:07.255 READ FPDMA QUEUED
60 00 50 ff ff ff 4f 00 00:01:07.253 READ FPDMA QUEUED
60 00 f8 b0 43 26 40 00 00:01:07.225 READ FPDMA QUEUED
SMART Self-test log structure revision number 1
Num Test_Description Status Remaining LifeTime(hours) LBA_of_first_error
# 1 Extended offline Completed: read failure 90% 5769 755970149
SMART Selective self-test log data structure revision number 1
SPAN MIN_LBA MAX_LBA CURRENT_TEST_STATUS
1 0 0 Not_testing
2 0 0 Not_testing
3 0 0 Not_testing
4 0 0 Not_testing
5 0 0 Not_testing
Selective self-test flags (0x0):
After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
Taomon, wie mache ich den memtest?
Ich habe direkt nach dem anschalten ESC gedrückt, dann komme ich in eine "grub> " Umgebung, "memtest" kann ich aber nicht eingeben (gar nichts, das mit "mem" startet)
|
tinatina11
(Themenstarter)
Anmeldungsdatum: 28. Januar 2019
Beiträge: 7
|
und hier die Ausgabe von dmesg dmesg
[ 0.000000] microcode: microcode updated early to revision 0x20, date = 2018-04-10
[ 0.000000] Linux version 4.15.0-43-generic (buildd@lgw01-amd64-001) (gcc version 7.3.0 (Ubuntu 7.3.0-16ubuntu3)) #46-Ubuntu SMP Thu Dec 6 14:45:28 UTC 2018 (Ubuntu 4.15.0-43.46-generic 4.15.18)
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.15.0-43-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 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] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000087fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000088000-0x000000000009ffff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000bffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000ca7befff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ca7bf000-0x00000000ca85cfff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ca85d000-0x00000000ca8f3fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ca8f4000-0x00000000ca9befff] type 20
[ 0.000000] BIOS-e820: [mem 0x00000000ca9bf000-0x00000000caebefff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000caebf000-0x00000000cafbefff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000cafbf000-0x00000000caffefff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000cafff000-0x00000000caffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000cb000000-0x00000000cf9fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000012f5fffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by INSYDE Corp.
[ 0.000000] efi: ACPI=0xcaffe000 ACPI 2.0=0xcaffe014 SMBIOS=0xcaebc898
[ 0.000000] secureboot: Secure boot could not be determined (mode 0)
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: LENOVO Lenovo IdeaPad N581/Product Name, BIOS 5ECN33WW(V2.03) 06/06/2012
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12f600 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-E7FFF write-protect
[ 0.000000] E8000-EFFFF write-combining
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FF0000000 write-back
[ 0.000000] 3 base 0CB000000 mask FFF000000 uncachable
[ 0.000000] 4 base 0CC000000 mask FFC000000 uncachable
[ 0.000000] 5 base 0FFC00000 mask FFFC00000 write-protect
[ 0.000000] 6 base 100000000 mask FE0000000 write-back
[ 0.000000] 7 base 120000000 mask FF0000000 write-back
[ 0.000000] 8 base 12F600000 mask FFFE00000 uncachable
[ 0.000000] 9 base 12F800000 mask FFF800000 uncachable
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WP UC- WT
[ 0.000000] e820: last_pfn = 0xcb000 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ (ptrval)]
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] Base memory trampoline at [ (ptrval)] 24000 size 24576
[ 0.000000] BRK [0x4253f000, 0x4253ffff] PGTABLE
[ 0.000000] BRK [0x42540000, 0x42540fff] PGTABLE
[ 0.000000] BRK [0x42541000, 0x42541fff] PGTABLE
[ 0.000000] BRK [0x42542000, 0x42542fff] PGTABLE
[ 0.000000] BRK [0x42543000, 0x42543fff] PGTABLE
[ 0.000000] BRK [0x42544000, 0x42544fff] PGTABLE
[ 0.000000] BRK [0x42545000, 0x42545fff] PGTABLE
[ 0.000000] BRK [0x42546000, 0x42546fff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x3128d000-0x3493dfff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000CAFFE014 000024 (v02 LENOVO)
[ 0.000000] ACPI: XSDT 0x00000000CAFFE210 00008C (v01 LENOVO CB-01 00000001 01000013)
[ 0.000000] ACPI: FACP 0x00000000CAFFB000 0000F4 (v04 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: DSDT 0x00000000CAFEE000 009755 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: FACS 0x00000000CAFBB000 000040
[ 0.000000] ACPI: FACS 0x00000000CAFBB000 000040
[ 0.000000] ACPI: UEFI 0x00000000CAFFD000 000236 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: ASF! 0x00000000CAFFC000 0000A5 (v32 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: HPET 0x00000000CAFFA000 000038 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: APIC 0x00000000CAFF9000 00008C (v02 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: MCFG 0x00000000CAFF8000 00003C (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SLIC 0x00000000CAFED000 000176 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000CAFEC000 0006FE (v01 LENOVO CB-01 00001000 ACPI 00040000)
[ 0.000000] ACPI: BOOT 0x00000000CAFEA000 000028 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: ASPT 0x00000000CAFE5000 000034 (v07 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: FPDT 0x00000000CAFE3000 000044 (v01 LENOVO CB-01 00000001 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000CAFE2000 000968 (v01 LENOVO CB-01 00003000 ACPI 00040000)
[ 0.000000] ACPI: SSDT 0x00000000CAFE1000 000A92 (v01 LENOVO CB-01 00003000 ACPI 00040000)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000012f5fffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x12f5d2000-0x12f5fcfff]
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000012f5fffff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000087fff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
[ 0.000000] node 0: [mem 0x0000000020200000-0x0000000040003fff]
[ 0.000000] node 0: [mem 0x0000000040005000-0x00000000ca7befff]
[ 0.000000] node 0: [mem 0x00000000cafff000-0x00000000caffffff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000012f5fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000012f5fffff]
[ 0.000000] On node 0 totalpages: 1022790
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 112 pages reserved
[ 0.000000] DMA zone: 3975 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12887 pages used for memmap
[ 0.000000] DMA32 zone: 824767 pages, LIFO batch:31
[ 0.000000] Normal zone: 3032 pages used for memmap
[ 0.000000] Normal zone: 194048 pages, LIFO batch:31
[ 0.000000] Reserved but unavailable: 100 pages
[ 0.000000] Reserving Intel graphics memory at 0x00000000cba00000-0x00000000cf9fffff
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x00088000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000bffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000c0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xca7bf000-0xca85cfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xca85d000-0xca8f3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xca8f4000-0xca9befff]
[ 0.000000] PM: Registered nosave memory: [mem 0xca9bf000-0xcaebefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcaebf000-0xcafbefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcafbf000-0xcaffefff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcb000000-0xcf9fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xcfa00000-0xefffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xf3ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xf4000000-0xfeafffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xffb80000-0xffffffff]
[ 0.000000] e820: [mem 0xcfa00000-0xefffffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[ 0.000000] random: get_random_bytes called from start_kernel+0x99/0x4fd with crng_init=0
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[ 0.000000] percpu: Embedded 46 pages/cpu @ (ptrval) s151552 r8192 d28672 u262144
[ 0.000000] pcpu-alloc: s151552 r8192 d28672 u262144 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 1006695
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.15.0-43-generic root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 3814964K/4091160K available (12300K kernel code, 2472K rwdata, 4252K rodata, 2408K init, 2416K bss, 276196K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[ 0.000000] Kernel/User page tables isolation: enabled
[ 0.000000] ftrace: allocating 39186 entries in 154 pages
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[ 0.000000] Tasks RCU enabled.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[ 0.000000] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[ 0.000000] vt handoff: transparent VT on vt#1
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] ACPI: Core revision 20170831
[ 0.000000] ACPI: 4 ACPI AML tables successfully acquired and loaded
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] APIC: Switch to symmetric I/O mode setup
[ 0.000000] x2apic: IRQ remapping doesn't support X2APIC mode
[ 0.000000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.020000] tsc: Fast TSC calibration using PIT
[ 0.024000] tsc: Detected 2494.232 MHz processor
[ 0.024000] Calibrating delay loop (skipped), value calculated using timer frequency.. 4988.46 BogoMIPS (lpj=9976928)
[ 0.024000] pid_max: default: 32768 minimum: 301
[ 0.029590] Security Framework initialized
[ 0.029592] Yama: becoming mindful.
[ 0.029618] AppArmor: AppArmor initialized
[ 0.030288] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.030715] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.030740] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.030756] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
[ 0.032066] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[ 0.032066] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[ 0.032070] mce: CPU supports 7 MCE banks
[ 0.032078] CPU0: Thermal monitoring enabled (TM1)
[ 0.032087] process: using mwait in idle threads
[ 0.032089] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[ 0.032090] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.032092] Spectre V2 : Mitigation: Full generic retpoline
[ 0.032092] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[ 0.032093] Spectre V2 : Spectre v2 mitigation: Enabling Indirect Branch Prediction Barrier
[ 0.032093] Spectre V2 : Enabling Restricted Speculation for firmware calls
[ 0.032094] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl and seccomp
[ 0.032198] Freeing SMP alternatives memory: 36K
[ 0.040011] TSC deadline timer enabled
[ 0.040015] smpboot: CPU0: Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz (family: 0x6, model: 0x3a, stepping: 0x9)
[ 0.040089] Performance Events: PEBS fmt1+, IvyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[ 0.040112] ... version: 3
[ 0.040112] ... bit width: 48
[ 0.040113] ... generic registers: 4
[ 0.040114] ... value mask: 0000ffffffffffff
[ 0.040114] ... max period: 00007fffffffffff
[ 0.040115] ... fixed-purpose events: 3
[ 0.040115] ... event mask: 000000070000000f
[ 0.040154] Hierarchical SRCU implementation.
[ 0.041256] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[ 0.041273] smp: Bringing up secondary CPUs ...
[ 0.041353] x86: Booting SMP configuration:
[ 0.041354] .... node #0, CPUs: #1 #2 #3
[ 0.048055] smp: Brought up 1 node, 4 CPUs
[ 0.048055] smpboot: Max logical packages: 2
[ 0.048055] smpboot: Total of 4 processors activated (19953.85 BogoMIPS)
[ 0.050849] devtmpfs: initialized
[ 0.050849] x86/mm: Memory block size: 128MB
[ 0.050849] evm: security.selinux
[ 0.050849] evm: security.SMACK64
[ 0.050849] evm: security.SMACK64EXEC
[ 0.050849] evm: security.SMACK64TRANSMUTE
[ 0.050849] evm: security.SMACK64MMAP
[ 0.050849] evm: security.apparmor
[ 0.050849] evm: security.ima
[ 0.050849] evm: security.capability
[ 0.050849] PM: Registering ACPI NVS region [mem 0xcaebf000-0xcafbefff] (1048576 bytes)
[ 0.050849] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.050849] futex hash table entries: 2048 (order: 5, 131072 bytes)
[ 0.050849] pinctrl core: initialized pinctrl subsystem
[ 0.050849] RTC time: 21:40:58, date: 02/11/19
[ 0.052004] NET: Registered protocol family 16
[ 0.052004] audit: initializing netlink subsys (disabled)
[ 0.052013] audit: type=2000 audit(1549921257.052:1): state=initialized audit_enabled=0 res=1
[ 0.052111] cpuidle: using governor ladder
[ 0.052111] cpuidle: using governor menu
[ 0.052111] Simple Boot Flag at 0x44 set to 0x1
[ 0.052111] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 0.052111] ACPI: bus type PCI registered
[ 0.052111] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.052111] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
[ 0.052111] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
[ 0.052111] PCI: Using configuration type 1 for base access
[ 0.052112] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[ 0.053146] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.053146] ACPI: Added _OSI(Module Device)
[ 0.053146] ACPI: Added _OSI(Processor Device)
[ 0.053146] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.053146] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.053146] ACPI: Added _OSI(Linux-Dell-Video)
[ 0.053146] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[ 0.053146] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.060314] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[ 0.061224] ACPI: Dynamic OEM Table Load:
[ 0.061231] ACPI: SSDT 0xFFFF9865E9FDD000 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20100121)
[ 0.061789] ACPI: Dynamic OEM Table Load:
[ 0.061794] ACPI: SSDT 0xFFFF9865E9FE6000 000303 (v01 PmRef ApIst 00003000 INTL 20100121)
[ 0.062193] ACPI: Dynamic OEM Table Load:
[ 0.062198] ACPI: SSDT 0xFFFF9865E980C400 000119 (v01 PmRef ApCst 00003000 INTL 20100121)
[ 0.063337] ACPI: EC: EC started
[ 0.063337] ACPI: EC: interrupt blocked
[ 0.064504] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[ 0.064506] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.064508] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[ 0.064508] ACPI: Interpreter enabled
[ 0.064533] ACPI: (supports S0 S3 S4 S5)
[ 0.064533] ACPI: Using IOAPIC for interrupt routing
[ 0.064563] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.064816] ACPI: Enabled 9 GPEs in block 00 to 3F
[ 0.153901] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[ 0.153907] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.154103] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[ 0.154809] PCI host bridge to bus 0000:00
[ 0.154812] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.154814] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.154815] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.154816] pci_bus 0000:00: root bus resource [mem 0xcfa00000-0xfeafffff window]
[ 0.154818] pci_bus 0000:00: root bus resource [bus 00-3e]
[ 0.154827] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
[ 0.154926] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
[ 0.154937] pci 0000:00:02.0: reg 0x10: [mem 0xe0000000-0xe03fffff 64bit]
[ 0.154942] pci 0000:00:02.0: reg 0x18: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.154946] pci 0000:00:02.0: reg 0x20: [io 0x3000-0x303f]
[ 0.154957] pci 0000:00:02.0: BAR 2: assigned to efifb
[ 0.155060] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
[ 0.155085] pci 0000:00:14.0: reg 0x10: [mem 0xe0600000-0xe060ffff 64bit]
[ 0.155156] pci 0000:00:14.0: PME# supported from D3hot D3cold
[ 0.155243] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
[ 0.155269] pci 0000:00:16.0: reg 0x10: [mem 0xe0614000-0xe061400f 64bit]
[ 0.155346] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[ 0.155435] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
[ 0.155959] pci 0000:00:1a.0: reg 0x10: [mem 0xe0619000-0xe06193ff]
[ 0.157450] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[ 0.157540] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
[ 0.157563] pci 0000:00:1b.0: reg 0x10: [mem 0xe0610000-0xe0613fff 64bit]
[ 0.157639] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.157732] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
[ 0.157819] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.157910] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
[ 0.157995] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.158091] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
[ 0.158613] pci 0000:00:1d.0: reg 0x10: [mem 0xe0618000-0xe06183ff]
[ 0.160174] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[ 0.160263] pci 0000:00:1f.0: [8086:1e59] type 00 class 0x060100
[ 0.160450] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601
[ 0.160469] pci 0000:00:1f.2: reg 0x10: [io 0x3088-0x308f]
[ 0.160477] pci 0000:00:1f.2: reg 0x14: [io 0x3094-0x3097]
[ 0.160485] pci 0000:00:1f.2: reg 0x18: [io 0x3080-0x3087]
[ 0.160493] pci 0000:00:1f.2: reg 0x1c: [io 0x3090-0x3093]
[ 0.160501] pci 0000:00:1f.2: reg 0x20: [io 0x3060-0x307f]
[ 0.160509] pci 0000:00:1f.2: reg 0x24: [mem 0xe0617000-0xe06177ff]
[ 0.160552] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.160632] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
[ 0.160652] pci 0000:00:1f.3: reg 0x10: [mem 0xe0615000-0xe06150ff 64bit]
[ 0.160673] pci 0000:00:1f.3: reg 0x20: [io 0x3040-0x305f]
[ 0.160891] pci 0000:01:00.0: [1969:1091] type 00 class 0x020000
[ 0.161026] pci 0000:01:00.0: reg 0x10: [mem 0xe0500000-0xe053ffff 64bit]
[ 0.161086] pci 0000:01:00.0: reg 0x18: [io 0x2000-0x207f]
[ 0.161603] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.172078] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.172082] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.172086] pci 0000:00:1c.0: bridge window [mem 0xe0500000-0xe05fffff]
[ 0.172202] pci 0000:02:00.0: [14e4:4727] type 00 class 0x028000
[ 0.172253] pci 0000:02:00.0: reg 0x10: [mem 0xe0400000-0xe0403fff 64bit]
[ 0.172343] pci 0000:02:00.0: enabling Extended Tags
[ 0.172450] pci 0000:02:00.0: supports D1 D2
[ 0.172451] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 0.184074] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.184080] pci 0000:00:1c.1: bridge window [mem 0xe0400000-0xe04fffff]
[ 0.268419] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.268502] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.268582] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.268662] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
[ 0.268740] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
[ 0.268820] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.268899] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
[ 0.268978] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
[ 0.269139] ACPI: EC: interrupt unblocked
[ 0.269145] ACPI: EC: event unblocked
[ 0.269152] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x17, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[ 0.269154] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[ 0.269356] SCSI subsystem initialized
[ 0.269389] libata version 3.00 loaded.
[ 0.269389] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[ 0.269389] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[ 0.269389] pci 0000:00:02.0: vgaarb: bridge control possible
[ 0.269389] vgaarb: loaded
[ 0.269389] ACPI: bus type USB registered
[ 0.269389] usbcore: registered new interface driver usbfs
[ 0.269389] usbcore: registered new interface driver hub
[ 0.269389] usbcore: registered new device driver usb
[ 0.269389] EDAC MC: Ver: 3.0.0
[ 0.269389] Registered efivars operations
[ 0.332258] PCI: Using ACPI for IRQ routing
[ 0.333595] PCI: pci_cache_line_size set to 64 bytes
[ 0.333677] e820: reserve RAM buffer [mem 0x00088000-0x0008ffff]
[ 0.333679] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
[ 0.333680] e820: reserve RAM buffer [mem 0xca7bf000-0xcbffffff]
[ 0.333681] e820: reserve RAM buffer [mem 0xcb000000-0xcbffffff]
[ 0.333682] e820: reserve RAM buffer [mem 0x12f600000-0x12fffffff]
[ 0.333773] NetLabel: Initializing
[ 0.333773] NetLabel: domain hash size = 128
[ 0.333774] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO
[ 0.333788] NetLabel: unlabeled traffic allowed by default
[ 0.333805] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[ 0.333805] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[ 0.336020] clocksource: Switched to clocksource hpet
[ 0.346216] VFS: Disk quotas dquot_6.6.0
[ 0.346232] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.346329] AppArmor: AppArmor Filesystem Enabled
[ 0.346357] pnp: PnP ACPI init
[ 0.346529] system 00:00: [io 0x0680-0x069f] has been reserved
[ 0.346531] system 00:00: [io 0x1000-0x100f] has been reserved
[ 0.346532] system 00:00: [io 0xffff] has been reserved
[ 0.346534] system 00:00: [io 0xffff] has been reserved
[ 0.346535] system 00:00: [io 0x0400-0x0453] has been reserved
[ 0.346537] system 00:00: [io 0x0458-0x047f] has been reserved
[ 0.346539] system 00:00: [io 0x0500-0x057f] has been reserved
[ 0.346540] system 00:00: [io 0x164e-0x164f] has been reserved
[ 0.346542] system 00:00: [io 0xfd60-0xfd63] has been reserved
[ 0.346548] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.346578] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.346641] system 00:02: [io 0x0454-0x0457] has been reserved
[ 0.346646] system 00:02: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[ 0.346673] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.346739] pnp 00:04: Plug and Play ACPI device, IDs SYN0741 SYN0700 SYN0002 PNP0f13 (active)
[ 0.428208] system 00:05: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.428210] system 00:05: [mem 0xfed10000-0xfed17fff] has been reserved
[ 0.428212] system 00:05: [mem 0xfed18000-0xfed18fff] has been reserved
[ 0.428214] system 00:05: [mem 0xfed19000-0xfed19fff] has been reserved
[ 0.428215] system 00:05: [mem 0xf0000000-0xf3ffffff] has been reserved
[ 0.428217] system 00:05: [mem 0xfed20000-0xfed3ffff] has been reserved
[ 0.428219] system 00:05: [mem 0xfed90000-0xfed93fff] has been reserved
[ 0.428220] system 00:05: [mem 0xff000000-0xff000fff] has been reserved
[ 0.428222] system 00:05: [mem 0xff010000-0xffffffff] could not be reserved
[ 0.428224] system 00:05: [mem 0xfee00000-0xfeefffff] could not be reserved
[ 0.428226] system 00:05: [mem 0xcfa00000-0xcfa00fff] has been reserved
[ 0.428230] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.428669] system 00:06: [mem 0x20000000-0x201fffff] has been reserved
[ 0.428671] system 00:06: [mem 0x40004000-0x40004fff] has been reserved
[ 0.428675] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.428699] pnp: PnP ACPI: found 7 devices
[ 0.434954] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.434979] pci 0000:00:1c.0: PCI bridge to [bus 01]
[ 0.434982] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
[ 0.434988] pci 0000:00:1c.0: bridge window [mem 0xe0500000-0xe05fffff]
[ 0.434996] pci 0000:00:1c.1: PCI bridge to [bus 02]
[ 0.435002] pci 0000:00:1c.1: bridge window [mem 0xe0400000-0xe04fffff]
[ 0.435011] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.435012] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.435014] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.435015] pci_bus 0000:00: resource 7 [mem 0xcfa00000-0xfeafffff window]
[ 0.435017] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
[ 0.435018] pci_bus 0000:01: resource 1 [mem 0xe0500000-0xe05fffff]
[ 0.435020] pci_bus 0000:02: resource 1 [mem 0xe0400000-0xe04fffff]
[ 0.435135] NET: Registered protocol family 2
[ 0.435333] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.435396] TCP bind hash table entries: 32768 (order: 7, 524288 bytes)
[ 0.435482] TCP: Hash tables configured (established 32768 bind 32768)
[ 0.435515] UDP hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.435529] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
[ 0.435579] NET: Registered protocol family 1
[ 0.435593] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 0.476131] pci 0000:01:00.0: set MSI_INTX_DISABLE_BUG flag
[ 0.476178] PCI: CLS 64 bytes, default 64
[ 0.476213] Unpacking initramfs...
[ 1.252642] Freeing initrd memory: 56004K
[ 1.252668] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 1.252671] software IO TLB [mem 0xbf1c0000-0xc31c0000] (64MB) mapped at [ (ptrval)- (ptrval)]
[ 1.252943] Scanning for low memory corruption every 60 seconds
[ 1.253584] Initialise system trusted keyrings
[ 1.253595] Key type blacklist registered
[ 1.253631] workingset: timestamp_bits=36 max_order=20 bucket_order=0
[ 1.254662] zbud: loaded
[ 1.255124] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 1.255247] fuse init (API version 7.26)
[ 1.256575] Key type asymmetric registered
[ 1.256576] Asymmetric key parser 'x509' registered
[ 1.256604] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
[ 1.256638] io scheduler noop registered
[ 1.256639] io scheduler deadline registered
[ 1.256662] io scheduler cfq registered (default)
[ 1.257128] efifb: probing for efifb
[ 1.257138] efifb: framebuffer at 0xd0000000, using 1216k, total 1216k
[ 1.257139] efifb: mode is 640x480x32, linelength=2560, pages=1
[ 1.257139] efifb: scrolling: redraw
[ 1.257141] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 1.257227] Console: switching to colour frame buffer device 80x30
[ 1.257237] fb0: EFI VGA frame buffer device
[ 1.257246] intel_idle: MWAIT substates: 0x21120
[ 1.257247] intel_idle: v0.4.1 model 0x3A
[ 1.257391] intel_idle: lapic_timer_reliable_states 0xffffffff
[ 1.257491] ACPI: AC Adapter [ACAD] (on-line)
[ 1.257545] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0C:00/input/input0
[ 1.257554] ACPI: Power Button [PWRB]
[ 1.257584] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/device:01/PNP0C0E:00/input/input1
[ 1.257592] ACPI: Sleep Button [SLPB]
[ 1.257628] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[ 1.257656] ACPI: Lid Switch [LID0]
[ 1.257685] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 1.257704] ACPI: Power Button [PWRF]
[ 1.259308] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[ 1.259905] thermal LNXTHERM:00: registered as thermal_zone0
[ 1.259906] ACPI: Thermal Zone [TZ00] (59 C)
[ 1.260063] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 1.540205] ACPI: Battery Slot [BAT1] (battery present)
[ 1.540565] Linux agpgart interface v0.103
[ 1.542733] loop: module loaded
[ 1.542890] libphy: Fixed MDIO Bus: probed
[ 1.542891] tun: Universal TUN/TAP device driver, 1.6
[ 1.542927] PPP generic driver version 2.4.2
[ 1.542969] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.542971] ehci-pci: EHCI PCI platform driver
[ 1.543112] ehci-pci 0000:00:1a.0: EHCI Host Controller
[ 1.543117] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[ 1.543130] ehci-pci 0000:00:1a.0: debug port 2
[ 1.547043] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[ 1.547057] ehci-pci 0000:00:1a.0: irq 16, io mem 0xe0619000
[ 1.560020] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[ 1.560068] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.560070] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.560071] usb usb1: Product: EHCI Host Controller
[ 1.560073] usb usb1: Manufacturer: Linux 4.15.0-43-generic ehci_hcd
[ 1.560074] usb usb1: SerialNumber: 0000:00:1a.0
[ 1.560211] hub 1-0:1.0: USB hub found
[ 1.560216] hub 1-0:1.0: 2 ports detected
[ 1.560423] ehci-pci 0000:00:1d.0: EHCI Host Controller
[ 1.560427] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 1.560438] ehci-pci 0000:00:1d.0: debug port 2
[ 1.564344] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[ 1.564354] ehci-pci 0000:00:1d.0: irq 23, io mem 0xe0618000
[ 1.580019] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[ 1.580053] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.580055] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.580056] usb usb2: Product: EHCI Host Controller
[ 1.580057] usb usb2: Manufacturer: Linux 4.15.0-43-generic ehci_hcd
[ 1.580058] usb usb2: SerialNumber: 0000:00:1d.0
[ 1.580182] hub 2-0:1.0: USB hub found
[ 1.580187] hub 2-0:1.0: 2 ports detected
[ 1.580283] ehci-platform: EHCI generic platform driver
[ 1.580292] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.580294] ohci-pci: OHCI PCI platform driver
[ 1.580301] ohci-platform: OHCI generic platform driver
[ 1.580306] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.580432] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.580436] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 1.581522] xhci_hcd 0000:00:14.0: hcc params 0x20007181 hci version 0x100 quirks 0x000000000000b930
[ 1.581528] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 1.581654] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.581656] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.581657] usb usb3: Product: xHCI Host Controller
[ 1.581658] usb usb3: Manufacturer: Linux 4.15.0-43-generic xhci-hcd
[ 1.581660] usb usb3: SerialNumber: 0000:00:14.0
[ 1.581784] hub 3-0:1.0: USB hub found
[ 1.581792] hub 3-0:1.0: 4 ports detected
[ 1.582200] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 1.582203] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 1.582206] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[ 1.582235] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 1.582237] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.582238] usb usb4: Product: xHCI Host Controller
[ 1.582239] usb usb4: Manufacturer: Linux 4.15.0-43-generic xhci-hcd
[ 1.582240] usb usb4: SerialNumber: 0000:00:14.0
[ 1.582382] hub 4-0:1.0: USB hub found
[ 1.582390] hub 4-0:1.0: 4 ports detected
[ 1.582834] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSS1] at 0x60,0x64 irq 1,12
[ 1.597008] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.597012] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.597204] mousedev: PS/2 mouse device common for all mice
[ 1.598942] rtc_cmos 00:01: RTC can wake from S4
[ 1.599088] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[ 1.599113] rtc_cmos 00:01: alarms up to one month, 242 bytes nvram, hpet irqs
[ 1.599120] i2c /dev entries driver
[ 1.599124] pcie_mp2_amd: AMD(R) PCI-E MP2 Communication Driver Version: 1.0
[ 1.599183] device-mapper: uevent: version 1.0.3
[ 1.599247] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[ 1.599252] intel_pstate: Intel P-state driver initializing
[ 1.599404] ledtrig-cpu: registered to indicate activity on CPUs
[ 1.599406] EFI Variables Facility v0.08 2004-May-17
[ 1.619029] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[ 1.664570] NET: Registered protocol family 10
[ 1.668256] Segment Routing with IPv6
[ 1.668276] NET: Registered protocol family 17
[ 1.668320] Key type dns_resolver registered
[ 1.668578] RAS: Correctable Errors collector initialized.
[ 1.668604] microcode: sig=0x306a9, pf=0x10, revision=0x20
[ 1.668658] microcode: Microcode Update Driver: v2.2.
[ 1.668666] sched_clock: Marking stable (1668654452, 0)->(2009090753, -340436301)
[ 1.668859] registered taskstats version 1
[ 1.668866] Loading compiled-in X.509 certificates
[ 1.671082] Loaded X.509 cert 'Build time autogenerated kernel key: 6afcca3ddc80072aeae87585a7fdb65d40603f58'
[ 1.674519] Couldn't get size: 0x800000000000000e
[ 1.674521] MODSIGN: Couldn't get UEFI db list
[ 1.676240] Couldn't get size: 0x800000000000000e
[ 1.676241] MODSIGN: Couldn't get UEFI MokListRT
[ 1.677950] Couldn't get size: 0x800000000000000e
[ 1.677951] MODSIGN: Couldn't get UEFI dbx list
[ 1.677972] zswap: loaded using pool lzo/zbud
[ 1.681018] Key type big_key registered
[ 1.681023] Key type trusted registered
[ 1.682459] Key type encrypted registered
[ 1.682463] AppArmor: AppArmor sha1 policy hashing enabled
[ 1.682465] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[ 1.682469] ima: Allocated hash algorithm: sha1
[ 1.682482] evm: HMAC attrs: 0x1
[ 1.682751] Magic number: 7:163:702
[ 1.682849] rtc_cmos 00:01: setting system clock to 2019-02-11 21:41:00 UTC (1549921260)
[ 1.682896] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 1.682896] EDD information not available.
[ 1.684755] Freeing unused kernel memory: 2408K
[ 1.720098] Write protecting the kernel read-only data: 20480k
[ 1.720632] Freeing unused kernel memory: 2008K
[ 1.724156] Freeing unused kernel memory: 1892K
[ 1.730093] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.730094] x86/mm: Checking user space page tables
[ 1.735883] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 1.812899] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 1.824264] alx 0000:01:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [b8:88:e3:71:e3:57]
[ 1.840181] alx 0000:01:00.0 enp1s0: renamed from eth0
[ 1.896114] usb 1-1: new high-speed USB device number 2 using ehci-pci
[ 1.900742] ahci 0000:00:1f.2: version 3.0
[ 1.900929] ahci 0000:00:1f.2: SSS flag set, parallel bus scan disabled
[ 1.911103] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x5 impl SATA mode
[ 1.911105] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems apst
[ 1.920963] scsi host0: ahci
[ 1.921076] scsi host1: ahci
[ 1.921190] scsi host2: ahci
[ 1.921311] scsi host3: ahci
[ 1.921469] scsi host4: ahci
[ 1.921570] scsi host5: ahci
[ 1.921611] ata1: SATA max UDMA/133 abar m2048@0xe0617000 port 0xe0617100 irq 25
[ 1.921612] ata2: DUMMY
[ 1.921615] ata3: SATA max UDMA/133 abar m2048@0xe0617000 port 0xe0617200 irq 25
[ 1.921615] ata4: DUMMY
[ 1.921616] ata5: DUMMY
[ 1.921617] ata6: DUMMY
[ 1.922314] [drm] Memory usable by graphics device = 2048M
[ 1.922316] checking generic (d0000000 130000) vs hw (d0000000 10000000)
[ 1.922316] fb: switching to inteldrmfb from EFI VGA
[ 1.922333] Console: switching to colour dummy device 80x25
[ 1.922400] [drm] Replacing VGA console driver
[ 1.924031] usb 2-1: new high-speed USB device number 2 using ehci-pci
[ 1.928190] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.928191] [drm] Driver supports precise vblank timestamp query.
[ 1.931006] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[ 1.975135] [drm] Initialized i915 1.6.0 20171023 for 0000:00:02.0 on minor 0
[ 1.975888] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
[ 1.976078] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:02/input/input7
[ 2.010846] fbcon: inteldrmfb (fb0) is primary device
[ 2.010895] Console: switching to colour frame buffer device 170x48
[ 2.010913] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
[ 2.052866] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[ 2.052868] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.053226] hub 1-1:1.0: USB hub found
[ 2.053408] hub 1-1:1.0: 6 ports detected
[ 2.080882] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[ 2.080884] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 2.081220] hub 2-1:1.0: USB hub found
[ 2.081410] hub 2-1:1.0: 6 ports detected
[ 2.235004] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 2.268265] tsc: Refined TSC clocksource calibration: 2494.327 MHz
[ 2.268275] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x23f44ad6f45, max_idle_ns: 440795253869 ns
[ 2.283503] ata1.00: ATA-8: ST9500325AS, 0011LVM1, max UDMA/100
[ 2.283515] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[ 2.285719] ata1.00: configured for UDMA/100
[ 2.285958] scsi 0:0:0:0: Direct-Access ATA ST9500325AS LVM1 PQ: 0 ANSI: 5
[ 2.286301] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[ 2.286312] sd 0:0:0:0: [sda] Write Protect is off
[ 2.286314] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 2.286315] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 2.286333] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 2.340124] usb 1-1.4: new high-speed USB device number 3 using ehci-pci
[ 2.361580] sda: sda1 sda2 sda3
[ 2.362346] sd 0:0:0:0: [sda] Attached SCSI disk
[ 2.368111] usb 2-1.6: new high-speed USB device number 3 using ehci-pci
[ 2.449506] usb 1-1.4: New USB device found, idVendor=0bda, idProduct=0129
[ 2.449511] usb 1-1.4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 2.449514] usb 1-1.4: Product: USB2.0-CRW
[ 2.449516] usb 1-1.4: Manufacturer: Generic
[ 2.449519] usb 1-1.4: SerialNumber: 20100201396000000
[ 2.456003] usbcore: registered new interface driver rtsx_usb
[ 2.491026] usb 2-1.6: New USB device found, idVendor=5986, idProduct=0294
[ 2.491028] usb 2-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 2.491030] usb 2-1.6: Product: Lenovo EasyCamera
[ 2.491031] usb 2-1.6: Manufacturer: Bison Corp.
[ 2.588427] random: fast init done
[ 2.599381] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.601232] ata3.00: ATAPI: Optiarc DVD RW AD-7740H, A842, max UDMA/100
[ 2.603324] ata3.00: configured for UDMA/100
[ 2.604731] scsi 2:0:0:0: CD-ROM Optiarc DVD RW AD-7740H A842 PQ: 0 ANSI: 5
[ 2.633168] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.633192] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.633196] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[ 2.662375] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[ 2.662377] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 2.662643] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 2.662857] sr 2:0:0:0: Attached scsi generic sg1 type 5
[ 2.825294] psmouse serio1: synaptics: queried max coordinates: x [..5728], y [..4902]
[ 2.927033] psmouse serio1: synaptics: Touchpad model: 1, fw: 7.5, id: 0x1e0b1, caps: 0xd00073/0x240000/0xa0400/0x0, board id: 1695, fw id: 739436
[ 2.992801] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
[ 3.292301] clocksource: Switched to clocksource tsc
[ 36.396764] random: crng init done
[ 36.396765] random: 7 urandom warning(s) missed due to ratelimiting
[ 36.963247] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 39.708853] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 40.003856] systemd[1]: systemd 237 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)
[ 40.020183] systemd[1]: Detected architecture x86-64.
[ 40.037798] systemd[1]: Set hostname to <Lenovo-IdeaPad-N581>.
[ 43.355792] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 43.355970] systemd[1]: Created slice System Slice.
[ 43.356127] systemd[1]: Listening on LVM2 metadata daemon socket.
[ 43.356185] systemd[1]: Listening on udev Control Socket.
[ 43.356224] systemd[1]: Listening on udev Kernel Socket.
[ 43.356318] systemd[1]: Listening on Journal Audit Socket.
[ 43.356362] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 44.065045] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[ 44.537526] systemd-journald[324]: Received request to flush runtime journal from PID 1
[ 44.948523] lp: driver loaded but no devices found
[ 45.037195] ppdev: user-space parallel port driver
[ 57.424279] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 57.424351] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20170831/utaddress-247)
[ 57.424358] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 57.424364] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247)
[ 57.424369] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 57.424370] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247)
[ 57.424375] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 57.424376] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20170831/utaddress-247)
[ 57.424380] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 57.424381] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 57.527181] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[ 57.527183] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[ 57.527184] RAPL PMU: hw unit of domain package 2^-16 Joules
[ 57.527185] RAPL PMU: hw unit of domain pp1-gpu 2^-16 Joules
[ 59.909902] ata1.00: exception Emask 0x0 SAct 0x2 SErr 0x0 action 0x0
[ 59.909906] ata1.00: irq_stat 0x40000008
[ 59.909908] ata1.00: failed command: READ FPDMA QUEUED
[ 59.909913] ata1.00: cmd 60/90:08:f8:fa:fc/00:00:2c:00:00/40 tag 1 ncq dma 73728 in
res 41/40:90:ff:fa:fc/00:00:2c:00:00/00 Emask 0x409 (media error) <F>
[ 59.909915] ata1.00: status: { DRDY ERR }
[ 59.909917] ata1.00: error: { UNC }
[ 59.914081] ata1.00: configured for UDMA/100
[ 59.914111] sd 0:0:0:0: [sda] tag#1 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 59.914114] sd 0:0:0:0: [sda] tag#1 Sense Key : Medium Error [current]
[ 59.914115] sd 0:0:0:0: [sda] tag#1 Add. Sense: Unrecovered read error - auto reallocate failed
[ 59.914118] sd 0:0:0:0: [sda] tag#1 CDB: Read(10) 28 00 2c fc fa f8 00 00 90 00
[ 59.914119] print_req_error: I/O error, dev sda, sector 754776831
[ 59.914157] ata1: EH complete
[ 62.272736] ata1.00: exception Emask 0x0 SAct 0x1c00080 SErr 0x0 action 0x0
[ 62.272744] ata1.00: irq_stat 0x40000001
[ 62.272757] ata1.00: failed command: READ FPDMA QUEUED
[ 62.272762] ata1.00: cmd 60/08:38:f8:fa:fc/00:00:2c:00:00/40 tag 7 ncq dma 4096 in
res 41/40:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x409 (media error) <F>
[ 62.272764] ata1.00: status: { DRDY ERR }
[ 62.272766] ata1.00: error: { UNC }
[ 62.272768] ata1.00: failed command: WRITE FPDMA QUEUED
[ 62.272772] ata1.00: cmd 61/48:b0:50:50:e3/00:00:1c:00:00/40 tag 22 ncq dma 36864 out
res 41/04:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 62.272774] ata1.00: status: { DRDY ERR }
[ 62.272776] ata1.00: error: { ABRT }
[ 62.272777] ata1.00: failed command: READ FPDMA QUEUED
[ 62.272781] ata1.00: cmd 60/00:b8:18:b8:ac/01:00:2c:00:00/40 tag 23 ncq dma 131072 in
res 41/04:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 62.272783] ata1.00: status: { DRDY ERR }
[ 62.272785] ata1.00: error: { ABRT }
[ 62.272786] ata1.00: failed command: READ FPDMA QUEUED
[ 62.272790] ata1.00: cmd 60/a8:c0:f8:d0:1d/00:00:2d:00:00/40 tag 24 ncq dma 86016 in
res 41/04:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 62.272792] ata1.00: status: { DRDY ERR }
[ 62.272793] ata1.00: error: { ABRT }
[ 62.312541] ata1.00: configured for UDMA/100
[ 62.312572] sd 0:0:0:0: [sda] tag#7 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 62.312574] sd 0:0:0:0: [sda] tag#7 Sense Key : Medium Error [current]
[ 62.312576] sd 0:0:0:0: [sda] tag#7 Add. Sense: Unrecovered read error - auto reallocate failed
[ 62.312578] sd 0:0:0:0: [sda] tag#7 CDB: Read(10) 28 00 2c fc fa f8 00 00 08 00
[ 62.312580] print_req_error: I/O error, dev sda, sector 754776831
[ 62.312616] ata1: EH complete
[ 62.611541] AVX version of gcm_enc/dec engaged.
[ 62.611542] AES CTR mode by8 optimization enabled
[ 62.699227] media: Linux media interface: v0.10
[ 65.115102] ata1.00: exception Emask 0x0 SAct 0x4000000 SErr 0x0 action 0x0
[ 65.115106] ata1.00: irq_stat 0x40000008
[ 65.115109] ata1.00: failed command: READ FPDMA QUEUED
[ 65.115113] ata1.00: cmd 60/08:d0:f8:fa:fc/00:00:2c:00:00/40 tag 26 ncq dma 4096 in
res 41/40:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x409 (media error) <F>
[ 65.115116] ata1.00: status: { DRDY ERR }
[ 65.115117] ata1.00: error: { UNC }
[ 65.119344] ata1.00: configured for UDMA/100
[ 65.119357] sd 0:0:0:0: [sda] tag#26 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 65.119360] sd 0:0:0:0: [sda] tag#26 Sense Key : Medium Error [current]
[ 65.119362] sd 0:0:0:0: [sda] tag#26 Add. Sense: Unrecovered read error - auto reallocate failed
[ 65.119364] sd 0:0:0:0: [sda] tag#26 CDB: Read(10) 28 00 2c fc fa f8 00 00 08 00
[ 65.119366] print_req_error: I/O error, dev sda, sector 754776831
[ 65.119403] ata1: EH complete
[ 67.492103] ata1.00: exception Emask 0x0 SAct 0x2000 SErr 0x0 action 0x0
[ 67.492107] ata1.00: irq_stat 0x40000008
[ 67.492110] ata1.00: failed command: READ FPDMA QUEUED
[ 67.492114] ata1.00: cmd 60/08:68:f8:fa:fc/00:00:2c:00:00/40 tag 13 ncq dma 4096 in
res 41/40:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x409 (media error) <F>
[ 67.492117] ata1.00: status: { DRDY ERR }
[ 67.492118] ata1.00: error: { UNC }
[ 67.496245] ata1.00: configured for UDMA/100
[ 67.496258] sd 0:0:0:0: [sda] tag#13 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 67.496260] sd 0:0:0:0: [sda] tag#13 Sense Key : Medium Error [current]
[ 67.496262] sd 0:0:0:0: [sda] tag#13 Add. Sense: Unrecovered read error - auto reallocate failed
[ 67.496265] sd 0:0:0:0: [sda] tag#13 CDB: Read(10) 28 00 2c fc fa f8 00 00 08 00
[ 67.496266] print_req_error: I/O error, dev sda, sector 754776831
[ 67.496303] ata1: EH complete
[ 67.526795] Linux video capture interface: v2.00
[ 67.545624] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (5986:0294)
[ 67.547262] uvcvideo 2-1.6:1.0: Entity type for entity Processing 2 was not initialized!
[ 67.547264] uvcvideo 2-1.6:1.0: Entity type for entity Camera 1 was not initialized!
[ 67.547265] uvcvideo 2-1.6:1.0: Entity type for entity Extension 4 was not initialized!
[ 67.547328] input: Lenovo EasyCamera: Lenovo EasyC as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.6/2-1.6:1.0/input/input8
[ 67.547386] usbcore: registered new interface driver uvcvideo
[ 67.547387] USB Video Class driver (1.1.1)
[ 67.603921] intel_rapl: Found RAPL domain package
[ 67.603922] intel_rapl: Found RAPL domain core
[ 67.603923] intel_rapl: Found RAPL domain uncore
[ 67.603927] intel_rapl: RAPL package 0 domain package locked by BIOS
[ 70.903675] ata1.00: exception Emask 0x0 SAct 0x3f SErr 0x0 action 0x0
[ 70.903679] ata1.00: irq_stat 0x40000001
[ 70.903681] ata1.00: failed command: READ FPDMA QUEUED
[ 70.903686] ata1.00: cmd 60/08:00:f8:fa:fc/00:00:2c:00:00/40 tag 0 ncq dma 4096 in
res 41/40:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x409 (media error) <F>
[ 70.903688] ata1.00: status: { DRDY ERR }
[ 70.903690] ata1.00: error: { UNC }
[ 70.903692] ata1.00: failed command: READ FPDMA QUEUED
[ 70.903696] ata1.00: cmd 60/08:08:08:70:1f/00:00:00:00:00/40 tag 1 ncq dma 4096 in
res 41/04:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 70.903698] ata1.00: status: { DRDY ERR }
[ 70.903699] ata1.00: error: { ABRT }
[ 70.903701] ata1.00: failed command: READ FPDMA QUEUED
[ 70.903705] ata1.00: cmd 60/00:10:d0:02:1e/01:00:2d:00:00/40 tag 2 ncq dma 131072 in
res 41/04:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 70.903707] ata1.00: status: { DRDY ERR }
[ 70.903709] ata1.00: error: { ABRT }
[ 70.903710] ata1.00: failed command: READ FPDMA QUEUED
[ 70.903714] ata1.00: cmd 60/38:18:78:18:26/00:00:00:00:00/40 tag 3 ncq dma 28672 in
res 41/04:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 70.903716] ata1.00: status: { DRDY ERR }
[ 70.903718] ata1.00: error: { ABRT }
[ 70.903719] ata1.00: failed command: READ FPDMA QUEUED
[ 70.903724] ata1.00: cmd 60/00:20:a0:1c:d3/01:00:2c:00:00/40 tag 4 ncq dma 131072 in
res 41/04:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 70.903725] ata1.00: status: { DRDY ERR }
[ 70.903727] ata1.00: error: { ABRT }
[ 70.903728] ata1.00: failed command: READ FPDMA QUEUED
[ 70.903732] ata1.00: cmd 60/00:28:a0:1d:d3/01:00:2c:00:00/40 tag 5 ncq dma 131072 in
res 41/04:08:ff:fa:fc/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 70.903734] ata1.00: status: { DRDY ERR }
[ 70.903736] ata1.00: error: { ABRT }
[ 70.908116] ata1.00: configured for UDMA/100
[ 70.908131] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 70.908133] sd 0:0:0:0: [sda] tag#0 Sense Key : Medium Error [current]
[ 70.908135] sd 0:0:0:0: [sda] tag#0 Add. Sense: Unrecovered read error - auto reallocate failed
[ 70.908137] sd 0:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 2c fc fa f8 00 00 08 00
[ 70.908139] print_req_error: I/O error, dev sda, sector 754776831
[ 70.908175] ata1: EH complete
[ 75.997783] EXT4-fs (sda2): mounting ext2 file system using the ext4 subsystem
[ 76.687563] EXT4-fs (sda2): mounted filesystem without journal. Opts: (null)
[ 78.648900] Adding 4091900k swap on /dev/mapper/ubuntu--vg-swap_1. Priority:-2 extents:1 across:4091900k FS
[ 80.655664] audit: type=1400 audit(1549921339.465:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/sbin/dhclient" pid=699 comm="apparmor_parser"
[ 80.655668] audit: type=1400 audit(1549921339.465:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=699 comm="apparmor_parser"
[ 80.655671] audit: type=1400 audit(1549921339.465:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=699 comm="apparmor_parser"
[ 80.655674] audit: type=1400 audit(1549921339.465:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=699 comm="apparmor_parser"
[ 80.655920] audit: type=1400 audit(1549921339.465:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=702 comm="apparmor_parser"
[ 80.655923] audit: type=1400 audit(1549921339.465:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_filter" pid=702 comm="apparmor_parser"
[ 80.655926] audit: type=1400 audit(1549921339.465:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="man_groff" pid=702 comm="apparmor_parser"
[ 80.657304] audit: type=1400 audit(1549921339.469:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-oopslash" pid=703 comm="apparmor_parser"
[ 80.658500] audit: type=1400 audit(1549921339.469:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-senddoc" pid=704 comm="apparmor_parser"
[ 80.659766] audit: type=1400 audit(1549921339.469:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="libreoffice-xpdfimport" pid=706 comm="apparmor_parser"
[ 87.800606] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 87.801721] IPv6: ADDRCONF(NETDEV_UP): enp1s0: link is not ready
[ 87.802775] alx 0000:01:00.0 enp1s0: NIC Up: 1 Gbps Full
[ 87.803697] IPv6: ADDRCONF(NETDEV_CHANGE): enp1s0: link becomes ready
[ 130.344347] rfkill: input handler disabled
[ 221.194178] ata1.00: exception Emask 0x0 SAct 0x3c0 SErr 0x0 action 0x0
[ 221.194187] ata1.00: irq_stat 0x40000001
[ 221.194193] ata1.00: failed command: READ FPDMA QUEUED
[ 221.194205] ata1.00: cmd 60/80:30:60:18:fe/00:00:2c:00:00/40 tag 6 ncq dma 65536 in
res 41/40:80:b1:18:fe/00:00:2c:00:00/00 Emask 0x409 (media error) <F>
[ 221.194210] ata1.00: status: { DRDY ERR }
[ 221.194214] ata1.00: error: { UNC }
[ 221.194218] ata1.00: failed command: READ FPDMA QUEUED
[ 221.194229] ata1.00: cmd 60/00:38:e0:18:fe/01:00:2c:00:00/40 tag 7 ncq dma 131072 in
res 41/04:80:b1:18:fe/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 221.194234] ata1.00: status: { DRDY ERR }
[ 221.194237] ata1.00: error: { ABRT }
[ 221.194242] ata1.00: failed command: WRITE FPDMA QUEUED
[ 221.194253] ata1.00: cmd 61/40:40:90:95:e3/05:00:1c:00:00/40 tag 8 ncq dma 688128 out
res 41/04:80:b1:18:fe/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 221.194257] ata1.00: status: { DRDY ERR }
[ 221.194261] ata1.00: error: { ABRT }
[ 221.194265] ata1.00: failed command: WRITE FPDMA QUEUED
[ 221.194275] ata1.00: cmd 61/60:48:d0:9a:e3/00:00:1c:00:00/40 tag 9 ncq dma 49152 out
res 41/04:80:b1:18:fe/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 221.194280] ata1.00: status: { DRDY ERR }
[ 221.194284] ata1.00: error: { ABRT }
[ 221.198368] ata1.00: configured for UDMA/100
[ 221.198398] sd 0:0:0:0: [sda] tag#6 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 221.198404] sd 0:0:0:0: [sda] tag#6 Sense Key : Medium Error [current]
[ 221.198408] sd 0:0:0:0: [sda] tag#6 Add. Sense: Unrecovered read error - auto reallocate failed
[ 221.198414] sd 0:0:0:0: [sda] tag#6 CDB: Read(10) 28 00 2c fe 18 60 00 00 80 00
[ 221.198417] print_req_error: I/O error, dev sda, sector 754849969
[ 221.198467] ata1: EH complete
[ 224.512230] ata1.00: exception Emask 0x0 SAct 0x200000 SErr 0x0 action 0x0
[ 224.512239] ata1.00: irq_stat 0x40000008
[ 224.512245] ata1.00: failed command: READ FPDMA QUEUED
[ 224.512257] ata1.00: cmd 60/08:a8:b0:18:fe/00:00:2c:00:00/40 tag 21 ncq dma 4096 in
res 41/40:08:b1:18:fe/00:00:2c:00:00/00 Emask 0x409 (media error) <F>
[ 224.512262] ata1.00: status: { DRDY ERR }
[ 224.512266] ata1.00: error: { UNC }
[ 224.554089] ata1.00: configured for UDMA/100
[ 224.554114] sd 0:0:0:0: [sda] tag#21 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 224.554119] sd 0:0:0:0: [sda] tag#21 Sense Key : Medium Error [current]
[ 224.554123] sd 0:0:0:0: [sda] tag#21 Add. Sense: Unrecovered read error - auto reallocate failed
[ 224.554128] sd 0:0:0:0: [sda] tag#21 CDB: Read(10) 28 00 2c fe 18 b0 00 00 08 00
[ 224.554131] print_req_error: I/O error, dev sda, sector 754849969
[ 224.554186] ata1: EH complete
[ 226.858120] ata1.00: exception Emask 0x0 SAct 0x3 SErr 0x0 action 0x0
[ 226.858129] ata1.00: irq_stat 0x40000001
[ 226.858134] ata1.00: failed command: READ FPDMA QUEUED
[ 226.858146] ata1.00: cmd 60/08:00:b0:18:fe/00:00:2c:00:00/40 tag 0 ncq dma 4096 in
res 41/40:08:b1:18:fe/00:00:2c:00:00/00 Emask 0x409 (media error) <F>
[ 226.858151] ata1.00: status: { DRDY ERR }
[ 226.858155] ata1.00: error: { UNC }
[ 226.858159] ata1.00: failed command: WRITE FPDMA QUEUED
[ 226.858170] ata1.00: cmd 61/38:08:38:9b:e3/00:00:1c:00:00/40 tag 1 ncq dma 28672 out
res 41/04:08:b1:18:fe/00:00:2c:00:00/00 Emask 0x1 (device error)
[ 226.858175] ata1.00: status: { DRDY ERR }
[ 226.858179] ata1.00: error: { ABRT }
[ 226.862113] ata1.00: configured for UDMA/100
[ 226.862136] sd 0:0:0:0: [sda] tag#0 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 226.862141] sd 0:0:0:0: [sda] tag#0 Sense Key : Medium Error [current]
[ 226.862145] sd 0:0:0:0: [sda] tag#0 Add. Sense: Unrecovered read error - auto reallocate failed
[ 226.862150] sd 0:0:0:0: [sda] tag#0 CDB: Read(10) 28 00 2c fe 18 b0 00 00 08 00
[ 226.862153] print_req_error: I/O error, dev sda, sector 754849969
[ 226.862191] ata1: EH complete
|
Knarf68
Anmeldungsdatum: 14. Mai 2013
Beiträge: 2721
|
Falls es der Themenstarter nicht gemerkt hat die Festplatte ist kaputt. Datensichern und eine neue am besten eine SSD als Ersatz.
|
tinatina11
(Themenstarter)
Anmeldungsdatum: 28. Januar 2019
Beiträge: 7
|
Ah OK, danke, Knarf!
Und allen anderen auch nochmal!
|