You are not logged in.

#1 2018-05-29 09:36:31

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

Hello, this is my first time posting so my apologies in advance if I do something wrong.

I've been using arch for a bit over half a year now and absolutely love it. Yesterday I was working a simulation written in fortran and tried to open an online pdf on chromium. This cause chrome to crash, which was followed by dolphin not responding and then plasma and any kde application. When I tried to restart plasma I received an input/output error so I figured a reboot was needed. shutdown also resulted in this input/output error so I tried to do a hard restart. Grub opened correctly followed by a flood of error messages upon booting my arch, most lines contain error {drdy}. This left me in a root window with the text:
"Failed to mount the real root device. Bailing out, youe on your own. Good luck."
Another restart by pressing the button to get any other reaction. So instead I booted from a gparted live disk I had lying around.
The output of sudo fdisk -l

 
Disk /dev/sda: 236.5 GIB, 256060514304 bytes, 500118192 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimuml/optimal): 512 bytes I 512 bytes
Disklabel type: gpt
Disk identifier: 06A8CA3B4-E73B-4B34-80E5-5572A07972E5

Device		Start		End         Sectors	Size Type
/dev/sda1	 2048	    1050623         1048576	512M EFI System
/dev/sda2     1050624      17827839        16777216       8G Linux swap
/dev/sda3     17827840     99747839        81920000    3941G Linux file system
/dev/sda4     99747840     99780607           32768      16M Microsoft reserved
/dev/sda5     99780608    499122230       399341623   190.4G Microsoft basic data
/dev/sda6    499124224    500115455          991232     484M Windows recovery environment

Disk /dev/sdb: 931.5 GIB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/0 size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk Identifier: 479EFB6A-570F-4A35-98FA-9E5B3531AE67

Device		Start		End         Sectors	Size Type
/dev/sdb1        2048      41945087        41943040      20G Linux LVM
/dev/sdb2    41945088    1330350079      1288404992   614.4G Linux home
/dev/sdb3  1330350080    1330382847           32768      16M Mircosoft reserved
/dev/sdb4  1330382848    1953523711        13140864   297.1G Microsoft basic data

Disk /dev/sdc: 973.8 MiB, 1021125120 bytes, 1994385 sectors
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: dos
Disk Identifier: 0x3d1be9dc
                                                                      
Device     Boot  Start 	   End Sectors      Size Id Type
/dev/sdc1  *         0  600063  600064      293M  0 Empty
/dev/sdc2       578924  587011    8088        4M of EFI (FAT-12/16/32)

Disk /dev/Loop0: 233.2 MiB, 267640832 bytes, 522736 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

And upon sudo e2fsck /dev/sda

e2fsck 1.43.6 (29-Aug-2017)
ext2fs_open2: Bad magic number in super-block
e2fsck: Input/output error while trying to open /dev/sda

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrup, and you might want to ty running e2fsck with an alternate superblock:
     e2fsck -b 8193 <device>
or
     e2fsck -b 32768 <device>

I thought that this should be able to find something as the sda3 is ext4. Did I understand it wrong?
As suggested in this post I also tried:

cat /etc/fstab
#UNCONFIGURED FSTAB FOR BASE SYSTEM
overlay 7 overlay rw 0 0
tmpfs /tmp tmpfs nosuid, nodev 0 0

I don' understand what went wrong and am desperate to fix this problem as I need this device to work on my thesis.

Offline

#2 2018-05-29 11:44:44

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

GwenaelVl wrote:

And upon sudo e2fsck /dev/sda

Shouldn't that be...

sudo e2fsck /dev/sda3

No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2018-05-29 12:14:21

seth
Member
Registered: 2012-09-03
Posts: 51,034

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

Also check the disk, https://wiki.archlinux.org/index.php/S.M.A.R.T.
DRDY (we'd need the actual logs/kernel output of the messages) could be for bad connection, power supply  or a dying disk :-(

Offline

#4 2018-05-29 12:15:52

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

These are the results when I look at the different partitions using e2fsck:

>sudo e2fsck /dev/sda1
e2fsck 1.43.6 (29-Aug-2017)
ext2fs_open2: Bad magic number in super-block
e2fsck: Input/output error while trying to open /dev/sda1

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might want to ty running e2fsck with an alternate superblock:
     e2fsck -b 8193 <device>
or
     e2fsck -b 32768 <device>

>sudo e2fsck /dev/sda2
e2fsck 1.43.6 (29-Aug-2017)
ext2fs_open2: Bad magic number in super-block
e2fsck: Input/output error while trying to open /dev/sda2

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might want to ty running e2fsck with an alternate superblock:
     e2fsck -b 8193 <device>
or
     e2fsck -b 32768 <device>

>sudo  e2fsck /dev/sda3
e2fsck 1.43.6 (29-Aug-2017)
/dev/sda3: clean, 359807/2564096 files, 5981730/10240000 blocks

>sudo e2fsck /dev/sda4
e2fsck 1.43.6 (29-Aug-2017)
ext2fs_open2: Bad magic number in super-block
e2fsck: Input/output error while trying to open /dev/sda4

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might want to ty running e2fsck with an alternate superblock:
     e2fsck -b 8193 <device>
or
     e2fsck -b 32768 <device>


>sudo e2fsck /dev/sda5
e2fsck 1.43.6 (29-Aug-2017)
ext2fs_open2: Bad magic number in super-block
e2fsck: Input/output error while trying to open /dev/sda5

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might want to ty running e2fsck with an alternate superblock:
     e2fsck -b 8193 <device>
or
     e2fsck -b 32768 <device>

But then after I check for the whole disk:

>sudo e2fsck /dev/sda
e2fsck 1.43.6 (29-Aug-2017)
ext2fs_open2: Bad magic number in super-block
e2fsck: Input/output error while trying to open /dev/sda

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem. If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might want to ty running e2fsck with an alternate superblock:
     e2fsck -b 8193 <device>
or
     e2fsck -b 32768 <device>

>sudo e2fsck /dev/sda1
e2fsck 1.46.6 (29-Aug-2017)
e2fsck: No such file or directory while trying to open /dev/sda1
Possibly non-existent device?

>sudo e2fsck /dev/sda2
e2fsck 1.46.6 (29-Aug-2017)
e2fsck: No such file or directory while trying to open /dev/sda2
Possibly non-existent device?

>sudo e2fsck /dev/sda3
e2fsck 1.46.6 (29-Aug-2017)
e2fsck: No such file or directory while trying to open /dev/sda2
Possibly non-existent device?

>sudo e2fsck /dev/sda4
e2fsck 1.46.6 (29-Aug-2017)
e2fsck: No such file or directory while trying to open /dev/sda2
Possibly non-existent device?

>sudo e2fsck /dev/sda5
e2fsck 1.46.6 (29-Aug-2017)
e2fsck: No such file or directory while trying to open /dev/sda2
Possibly non-existent device?

At this point the disk also disappears from GParted.

Offline

#5 2018-05-29 12:29:47

seth
Member
Registered: 2012-09-03
Posts: 51,034

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

e2fsck is a FILESYSTEM check, it operates on FILESYSTEMS, not on disks or partitions or whatnot.
There's (most likely) a compatible filesystem (extfs 2/3/4) on sda3 and sdb2, for every other device you can expect this to fail. The output is expectable and your the filesystem on sda3 seems ok.

Please post the actual error messages.

Offline

#6 2018-05-29 12:59:43

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

This is the SMART output I get:

sudo smartctl --info /dev/sda
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build)
Copyright (C9 2002-16, Bruce Allen, Christian Franke, www,smartmontools.org

sudo smartctl -c /dev/sda
=== START OF INFORMATION SECTION ===
Device Model:         PLEXTOR PX-256S3G
Serial Number:        P02742108096
LU WWN Device Id: 500230310101840e
Firmware Version:   1.02
User Capacity:        256,060,514,304 bytes [256 GB]
Sector size:             512 bytes logical/physical
Rotation Rate:        Solid State Device
Form Factor:           M.2
Device is:               Not in smartctl database [for details use: -P showall]
ATA Version is:       ACS-2 (minor revision not indicated)
SATA Version is:     SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:        Tue May 29 12:17:51 2018 UTC
SMART support is: Available - device has SMART capabilty.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
 General SMART Values:
 Offllne data collection status: (0x00) offline data collection activity
                                                             was never started.
                                                             Auto offline Data Collection: Disabled. 
Self-test execution status:        (     0) The previous self-test routine completed
                                                             without error or no self-test has ever
                                                             been run.
Total time to complete Offline
data collection:                         (     0) seconds.

Offline data collection
capabilities:                              (0x11) SMART execute Offline immediate.
                                                             No Auto Offline data collection support.
                                                             Suspend Offline collection upon new 
                                                             command.
                                                             No Offline surface scan supported. 
                                                             Self-test supported.
                                                             No Conveyance Self-test supported. 
                                                             No Selective Self-test supported.
 SMART capabilities:             (0x003 ) Saves SMART data before entering
                                                             power-saving mode.
                                                             Supports SMART auto save timer.
 Error logging capability:     (0x0003)  Error logging supported.
                                                             General Purpose Logging supported.
Short self-test routine 
recommended polling time:   (     1 )  minutes.
Extended self-test routine 
recommended polling time:   (   10)   minutes.
SCT capabilities:                (0x003d)   SCT Status supported.
                                                            SCT Error Recovery Control supported
                                                            SCT Feature Control supported.
                                                            SCT Data Table supported.

sudo smartctl --t short /dev/sda
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build)
Copyright (C9 2002-16, Bruce Allen, Christian Franke, www,smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command:"Execute SMART Short self-test routine immediatlz in off-line mod
e" successful.
Testing has begun.
Please wait 1 minute for test to complete.
Test will complete ater Tue May 29 13:41:45 2018

Use smartctl -X to abort test.

sudo smartctl --H /dev/sda
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build)
Copyright (C9 2002-16, Bruce Allen, Christian Franke, www,smartmontools.org

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assesment test result: PASSED

I will send the snippet that I can access during boot momentarily.

[edit]
I realised I missed a part of the output and ran the test again, added that output.

Last edited by GwenaelVl (2018-05-29 13:47:02)

Offline

#7 2018-05-29 13:31:45

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

After selecting Arch in grub I get this message

[ 3.038870] ata1.80: cmd c8/00:08:80:07:f2/00:00:00:00:08/e5 tag 10 dma 4096 in
[ 3.038870]                res  51/04:08:80:07:f2/00:00:00:80:00/e5 Emask 0x1 (device error)
[ 3.091173] ata1.00: status: { DRDY ERR } 
[ 3.093272] ata1.00: error:{ ABRT }
[ 3.080179] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 3.082385] ata1.00: irq_stat 0x40000001
[ 3.084574] ata1.00: failed command:  READ DMA
[ 3.086751] ata1.00: cmd c8/00:08:80:07:f2/00:00:00:00:08/e5 tag 13 dma 4096 in
[ 3.086751]                res  51/04:08:80:07:f2/00:00:00:80:00/e5 Emask 0x1 (device error)
[ 3.091173] ata1.00: status: { DRDY ERR }
[ 3.093372] ata1.00: error: { ABRT }
[ 3.150023] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 3.152006] ata1.00: irq_stat 0x40000001
[ 3.153383] ata1.00: failed command: READ DMA
[ 3.155350] ata1.00: cmd c8/00:08:80:07:f2/00:00:00:00:08/e5 tag 16 dma 4096 in
[ 3.155350]                res  51/04:08:80:07:f2/00:00:00:80:00/e5 Emask 0x1 (device error)
[ 3.153910] ata1.00: status: { DRDY ERR }
[ 3.161903] ata1.00: error: { ABRT }
[ 3.164159] print_req_error: I/O error. dev sda. sector 99747712
[ 3.166105] Buffer I/0 error on dev sda3, logical block 10339384. async page read
mount: /new_root: no filesystem type specified.
You are non being dropped into an emergency shell.
sh: can't access tty: Job control turned off
[rootfs  ] 

The same pattern repeats itself as far as I can scroll back.

Last edited by GwenaelVl (2018-05-29 13:32:50)

Offline

#8 2018-05-29 14:03:31

seth
Member
Registered: 2012-09-03
Posts: 51,034

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

sudo smartctl -a /dev/sda

, please.
(just to be sure: you're not hand-copying this, are you? It's ok to be run from a live iso and you can redirect it or do https://wiki.archlinux.org/index.php/Li … in_clients )

There's definitively a problem w/ a block at the end of sda3.
Let's first check the SMART data to figure whether you need a new disk and afterwards you can seek to repair the block using https://wiki.archlinux.org/index.php/Badblocks - but if the disk is dying, the one and only thing you should do first and foremost is to archive all valuable data.

Offline

#9 2018-05-29 15:11:16

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

Sadly enough I am hand copying this because I am on campus to use a computer and cannot get my laptop to connect to the campus network.

The requested output is:

 
sudo smartctl -a /dev/sda
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build) 
Copyright (c) 2002-16. Bruce Allen, christian Fronke, www.smartmontool.org

=== START OF INFORMATION SECTION ===
Device Model: PLEXTOR PX-256S3G
Serial Number: P02742108096
LU WWN Device Id: 5 002303 10101040e
Firmware Version: 1.02 . 
User Capacity: 256,060,514,304 bytes [256 GB]
Sector Size: 512 bytes logical/physical
Rotation Rate: Solid State Device
Form Factor: M.2
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ACS-2 (minor revision not indicated)
SATA Version is: SATA 3.1. 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Tue May 29 13:58:41 2018 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

General SMART Values:
Offllne data collection status: (0x00) offline data collection activity
                                                             was never started.
                                                             Auto offline Data Collection: Disabled. 
Self-test execution status:        (     0) The previous self-test routine completed
                                                             without error or no self-test has ever
                                                             been run.
Total time to complete Offline
data collection:                         (     0) seconds.

Offline data collection
capabilities:                              (0x11) SMART execute Offline immediate.
                                                             No Auto Offline data collection support.
                                                             Suspend Offline collection upon new 
                                                             command.
                                                             No Offline surface scan supported. 
                                                             Self-test supported.
                                                             No Conveyance Self-test supported. 
                                                             No Selective Self-test supported.
 SMART capabilities:             (0x003 ) Saves SMART data before entering
                                                             power-saving mode.
                                                             Supports SMART auto save timer.
 Error logging capability:     (0x0003)  Error logging supported.
                                                             General Purpose Logging supported.
Short self-test routine 
recommended polling time:   (     1 )  minutes.
Extended self-test routine 
recommended polling time:   (   10)   minutes.
SCT capabilities:                (0x003d)   SCT Status supported.
                                                            SCT Error Recovery Control supported
                                                            SCT Feature Control supported.
                                                            SCT Data Table supported.

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME        FLAG      VALUE   WORST   THRESH   TYPE     UPDATED   WHEN_FAILED   RAW_VALUE 
1      Raw_Read_Error_Rate 0x002f    100      100          000         Pre-fail Always        -                        0
5     Reallocated_Sector_Ct 0x0003   100      100          000         Pre-fail Always        -                        0
9     Power_On_Hours          0x0002    100      100          000         Old_age Always        -                        1589
12  Power_Cycle_Count      0x0003    100      100          000         Pre-fail Always        -                        906
170 Unknown_Attribute      0x0032    100      100          000         Old_age Always        -                        73
171 Unknown_Attribute      0x0003    100      100          000         Pre-fail Always        -                        0
172 Unknown_Attribute      0x0003    100      100          000         Pre-fail Always        -                        0
173 Unknown_Attribute      0x0003    100      100          000         Pre-fail Always        -                        15
174 Unknown_Attribute      0x0003    100      100          000         Pre-fail Always        -                        65
175 Program_Fail_Count_Chip 0x0003    100      100          000         Pre-fail Always        -                        0
176 Erase_Fail_Count_Chip 0x0003    100      100          000         Pre-fail Always        -                        0
178 Used_rsvd_Blk_Cnt_Chip 0x0003    100      100          000         Pre-fail Always        -                        73
179 Used_rsvd_Blk_Cnt_Tot 0x0003    100      100          000         Pre-fail Always        -                        73
180 Unused_rsvd_Blk_Cnt_Tot 0x0033    100      100          005         Pre-fail Always        -                        73
181 Program_Fail_Cnt_Total 0x0003    100      100          000         Pre-fail Always        -                        0
182 Erase_Fail_Count_Total 0x0003    100      100          000         Pre-fail Always        -                        0
183 Runtime_Bad_Block      0x0032    100      100          000         Old_age Always        -                        0
195 Hardware_ECC_Recovered 0x0003    100      100          000         Pre-fail Always        -                        0
199 UDMA_CRC_Error_Count 0x0003    100      100          000         Pre-fail Always        -                        0
232 Available_Reserved_Space 0x0003    100      100          010         Pre-fail Always        -                        0
233 Media_Wearout_Indicator 0x0003    100      100          000         Pre-fail Always        -                        4892
241 Total_LBAs_Written       0x0003    100      100          000         Pre-fail Always        -                        94302
242 Total_LBAs_Read           0x0003    100      100          000         Pre-fail Always        -                        74378

SMART Error Log version: 1
Warning: ATA error count 0 inconsistent with error log pointer 2

ATA Error Count: 0
       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.719 days.

Error -1 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours) 
  when the command that caused the error occurred, the device was in an unknown
state.

  After command completion occurred, registers were:
  ER ST SC 5N CL CH DH
  00 ec 00 00 00 00 00 Device Fault

  Commands leading to the command that caused the error were: 
  CR FR SC SN CL CH DH DC Powered_Up_Time Command/Feature_Name
   -- -- -- -- -- -- -- -- ------------- ------------------
  c8 00 00 00 00 00 00 00 00:00:00.000 READ DMA

SMART Self-test log structure revision number 0 
Warning: ATA Specification requires self-test log structure_revision number = 1
No self-tests have been logged. [To run self-tests, use: smartctl -t]

Selective Self-tests/Logging not supported 

Offline

#10 2018-05-30 06:13:37

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

Does this say anything about how bad it is or if it is a hardware problem?

Offline

#11 2018-05-30 06:58:24

seth
Member
Registered: 2012-09-03
Posts: 51,034

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

There'rer the "Unknown_Attribute" fields which might be worrysome or not (part of the problem is that PX-256S3G seems to be a rather exotic M.2 device)
What certainly *does* look worrysome are the Media_Wearout_Indicator and the Used_rsvd_Blk_Cnt_* ones, but idk whether they're any trustworthy on this device.

Can you mount the partition from a live system boot? Do you get similar or the same errors there?

As for dumping output: use a USB key or so to transfer the data to a system w/ network access - typing this must be horrible and is also error prone.

Offline

#12 2018-05-30 07:21:09

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

When I try to mount I get following outputs:

sudo mount /dev/sda1 /mnt/

sudo mount /dev/sda2 /mnt/
mount: /mnt: can' read superblock on /dev/sda2

sudo mount /dev/sda3 /mnt/
mount: /mnt: can' read superblock on /dev/sda3

sudo mount /dev/sda4 /mnt/
mount: /mnt: can' read superblock on /dev/sda4

sudo mount /dev/sda5 /mnt/
mount: /mnt: can' read superblock on /dev/sda5

[edit]
After trying to mount  any partition other than sda1 and then try to mount sda1 i get the same superblock error.

Last edited by GwenaelVl (2018-05-30 07:45:43)

Offline

#13 2018-05-30 08:04:44

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

It seems I can mount sda1 only once. If I mount it and unmount it and then try to mount it again  I get the superblock error.
Should I try to run a badblocks test on this first partition?

[Edit]
I tried some more mounting and found that I can mount and unmount sda5 (the windows partition) without any problem.
I can mount and unmount sda3 but only once just as sda1: I also cannot not open the files. When I try:

sudo mount /dev/sda3 /mnt/

ls /mnt/
ls: reading directory '/mnt': Input/output error

sudo umount /mnt/

sudo mount /dev/sda3 /mnt/
mount : /mnt can't read superblock on /dev/sda3

Last edited by GwenaelVl (2018-05-30 08:39:27)

Offline

#14 2018-05-30 10:06:52

seth
Member
Registered: 2012-09-03
Posts: 51,034

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

We're only caring about sda3 for the moment, also please NEVER mount into a path (/mnt) which already holds a mount (ie. always unmount before)
What you should look at is the dmesg, but as the windows partition seems ok, this is unlikely a connection issue, ie. there's actual damage to the disk.

If you've valuable data on that partition, you should dd_rescue it onto some backup drive. You can also try to mount the partition using an alternative superblock, "mkfs.ext4 -n /dev/sda3" will print where the superblocks are, the "sb=1234567" mount option (but of course use the correct block) allows you to use such backup superblock and *might* allow you to mount the partition (in which case you should immediately save all relevant data)

You can then try to apply a badblocks test on the partition (ie. /dev/sda3, !!!NOT!!!! /dev/sda - the latter would kill your windows partition as well) - at this point keep paying attention to the "smartctl -a" output and if the "raw" value of esp. the forementioned fields grow.
In any case, you should stop trusting this disk - you may use it at risk, but it should not exclusively hold valuable data and if you're using it for the OS, you also need to prepare for random errors (libraries or executables could become unreadable just like the superblock already seems to be)

Offline

#15 2018-05-30 13:17:40

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

I got my hands on a usb so no more handcopying.
I will keep the unmounting in mind.
This partition sda3 should only contain my arch os, all my files are on the other disk sdb2, so I should be fine data wise.
This is the output from the dmesg:

 [    0.000000] random: get_random_bytes called from start_kernel+0x30/0x3ac with crng_init=0
[    0.000000] Linux version 4.13.0-1-686 (debian-kernel@lists.debian.org) (gcc version 6.4.0 20170920 (Debian 6.4.0-7)) #1 SMP Debian 4.13.4-1 (2017-10-01)
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000657b5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000657b6000-0x00000000657b6fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000657b7000-0x00000000657b7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000657b8000-0x0000000069a07fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000069a08000-0x000000006a4e8fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006a4e9000-0x000000006a91cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000006a91d000-0x000000006ad1cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006ad1d000-0x000000006b3a3fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006b3a4000-0x000000006b3fefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006b3ff000-0x000000006b3fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006b400000-0x000000006fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048effffff] usable
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x6a91d000  ACPI=0x6a91d000  SMBIOS=0x6b317000  SMBIOS 3.0=0x6b316000  ESRT=0x688cee58 
[    0.000000] efi: No EFI runtime due to 32/64-bit mismatch with kernel
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Notebook                         N85_N87,HJ,HJ1,HK1/N85_N87,HJ,HJ1,HK1, BIOS 1.05.15 07/05/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x6b400 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0070000000 mask 7FF0000000 uncachable
[    0.000000]   2 base 006C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 006B800000 mask 7FFF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] esrt: Reserving ESRT space from 0x688cee58 to 0x688cee90.
[    0.000000] initial memory mapped: [mem 0x00000000-0x09bfffff]
[    0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[    0.000000] BRK [0x09988000, 0x09988fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x353c5000-0x369d9fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000006A91D000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000006A91D0B0 0000E4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000006A939F48 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000006A91D230 01CD15 (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000006AD04C40 000040
[    0.000000] ACPI: APIC 0x000000006A93A060 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000006A93A120 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000006A93A168 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000006A93A1A8 000322 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.000000] ACPI: FIDT 0x000000006A93A4D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000006A93A570 00324B (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000006A93D7C0 002A71 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000006A940238 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000006A940270 0008FE (v02 INTEL  xh_rvp11 00000000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x000000006A940B70 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000006A940BB8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000006A941A98 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x000000006A941B30 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000006A941B58 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000006A941DF8 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.000000] ACPI: DBGP 0x000000006A944E00 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000006A944E38 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: BGRT 0x000000006A944E90 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000006A944EC8 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160422)
[    0.000000] ACPI: DMAR 0x000000006A944F78 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.000000] ACPI: TPM2 0x000000006A945020 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: SSDT 0x000000006A945058 00205D (v01 OptRef OptTabl  00001000 INTL 20160422)
[    0.000000] ACPI: ASF! 0x000000006A9470B8 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 828MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
[    0.000000]   HighMem  [mem 0x00000000377fe000-0x000000006b3fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000657b5fff]
[    0.000000]   node   0: [mem 0x00000000657b8000-0x0000000069a07fff]
[    0.000000]   node   0: [mem 0x000000006a4e9000-0x000000006a91cfff]
[    0.000000]   node   0: [mem 0x000000006b3ff000-0x000000006b3fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000006b3fffff]
[    0.000000] On node 0 totalpages: 433623
[    0.000000] free_area_init_node: node 0, pgdat c9800040, node_mem_map f44b0024
[    0.000000]   DMA zone: 36 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   Normal zone: 1962 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 206397 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Reserving Intel graphics memory at 0x6c000000-0x6fffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    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, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] e820: [mem 0x70000000-0xdfffffff] 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] efi: Setup done, disabling due to 32/64-bit mismatch
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 22 pages/cpu @f774b000 s58316 r0 d31796 u90112
[    0.000000] pcpu-alloc: s58316 r0 d31796 u90112 alloc=22*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 431625
[    0.000000] Kernel command line: BOOT_IMAGE=/live/vmlinuz boot=live union=overlay username=user config components quiet noswap ip= net.ifnames=0 nomodeset vga=normal nosplash
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0006b400)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 1611220K/1734492K available (5823K kernel code, 610K rwdata, 1860K rodata, 764K init, 448K bss, 123272K reserved, 0K cma-reserved, 751736K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xffd16000 - 0xfffff000   (2980 kB)
                   pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
                   vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
                     .init : 0xc982a000 - 0xc98e9000   ( 764 kB)
                     .data : 0xc95afc10 - 0xc981b8c0   (2479 kB)
                     .text : 0xc9000000 - 0xc95afc10   (5823 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] ftrace: allocating 26861 entries in 53 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 2304, nr_irqs: 2048, preallocated irqs: 16
[    0.000000] CPU 0 irqstacks, hard=f70a6000 soft=f70a8000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.004000] tsc: Detected 2800.000 MHz processor
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5616.00 BogoMIPS (lpj=11232000)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.004000] ACPI: Core revision 20170531
[    0.027742] ACPI Error: [_UPC] Namespace lookup failure, AE_ALREADY_EXISTS (20170531/dswload-378)
[    0.027749] ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20170531/psobject-252)
[    0.027781] ACPI Exception: AE_ALREADY_EXISTS, (SSDT:xh_rvp11) while loading table (20170531/tbxfload-228)
[    0.029249] ACPI Error: 1 table load failures, 9 successful (20170531/tbxfload-246)
[    0.029274] Security Framework initialized
[    0.029275] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.029281] AppArmor: AppArmor disabled by boot time parameter
[    0.029290] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.029292] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.029442] CPU: Physical Processor ID: 0
[    0.029442] CPU: Processor Core ID: 0
[    0.029445] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.029445] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.029449] mce: CPU supports 10 MCE banks
[    0.029458] CPU0: Thermal monitoring enabled (TM1)
[    0.029476] process: using mwait in idle threads
[    0.029479] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.029479] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.029543] Freeing SMP alternatives memory: 28K
[    0.030877] smpboot: Max logical packages: 2
[    0.030880] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.034780] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.074498] TSC deadline timer enabled
[    0.074502] smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.074542] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.074568] ... version:                4
[    0.074569] ... bit width:              48
[    0.074569] ... generic registers:      4
[    0.074570] ... value mask:             0000ffffffffffff
[    0.074570] ... max period:             00007fffffffffff
[    0.074571] ... fixed-purpose events:   3
[    0.074571] ... event mask:             000000070000000f
[    0.074606] Hierarchical SRCU implementation.
[    0.075016] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.075026] smp: Bringing up secondary CPUs ...
[    0.075084] CPU 1 irqstacks, hard=f72a8000 soft=f72aa000
[    0.075084] x86: Booting SMP configuration:
[    0.075085] .... node  #0, CPUs:      #1
[    0.004000] Initializing CPU#1
[    0.152062] CPU 2 irqstacks, hard=f72de000 soft=f72e0000
[    0.152063]  #2
[    0.004000] Initializing CPU#2
[    0.232065] CPU 3 irqstacks, hard=f7334000 soft=f7336000
[    0.232066]  #3
[    0.004000] Initializing CPU#3
[    0.312070] CPU 4 irqstacks, hard=f7368000 soft=f736a000
[    0.312071]  #4
[    0.004000] Initializing CPU#4
[    0.392067] CPU 5 irqstacks, hard=f73a0000 soft=f73a2000
[    0.392068]  #5
[    0.004000] Initializing CPU#5
[    0.472061] CPU 6 irqstacks, hard=f73f4000 soft=f73f6000
[    0.472062]  #6
[    0.004000] Initializing CPU#6
[    0.552061] CPU 7 irqstacks, hard=f402a000 soft=f402c000
[    0.552062]  #7
[    0.004000] Initializing CPU#7
[    0.632028] smp: Brought up 1 node, 8 CPUs
[    0.632028] smpboot: Total of 8 processors activated (44937.28 BogoMIPS)
[    0.636167] devtmpfs: initialized
[    0.636167] PM: Registering ACPI NVS region [mem 0x657b6000-0x657b6fff] (4096 bytes)
[    0.636167] PM: Registering ACPI NVS region [mem 0x6a91d000-0x6ad1cfff] (4194304 bytes)
[    0.636188] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.636191] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.636247] pinctrl core: initialized pinctrl subsystem
[    0.636313] NET: Registered protocol family 16
[    0.636476] cpuidle: using governor ladder
[    0.636476] cpuidle: using governor menu
[    0.636476] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.636476] ACPI: bus type PCI registered
[    0.636476] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.636476] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.636476] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.636476] PCI: Using MMCONFIG for extended config space
[    0.636476] PCI: Using configuration type 1 for base access
[    0.636879] HugeTLB registered 4.00 MiB page size, pre-allocated 0 pages
[    0.636879] ACPI: Added _OSI(Module Device)
[    0.636879] ACPI: Added _OSI(Processor Device)
[    0.636879] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.636879] ACPI: Added _OSI(Processor Aggregator Device)
[    0.636914] ACPI: Executed 34 blocks of module-level executable AML code
[    0.646895] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.650772] ACPI: Dynamic OEM Table Load:
[    0.650784] ACPI: SSDT 0x00000000F406D000 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.650911] ACPI: Executed 1 blocks of module-level executable AML code
[    0.650966] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.651755] ACPI: Dynamic OEM Table Load:
[    0.651760] ACPI: SSDT 0x00000000F406BC00 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.651871] ACPI: Executed 1 blocks of module-level executable AML code
[    0.652208] ACPI: Dynamic OEM Table Load:
[    0.652212] ACPI: SSDT 0x00000000F406D800 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.652512] ACPI: Executed 1 blocks of module-level executable AML code
[    0.652670] ACPI: Dynamic OEM Table Load:
[    0.652674] ACPI: SSDT 0x00000000F4066600 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.652785] ACPI: Executed 1 blocks of module-level executable AML code
[    0.654868] ACPI: EC: EC started
[    0.654868] ACPI: EC: interrupt blocked
[    0.655465] ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC
[    0.655466] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.655468] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions
[    0.655468] ACPI: Interpreter enabled
[    0.655517] ACPI: (supports S0 S3 S4 S5)
[    0.655518] ACPI: Using IOAPIC for interrupt routing
[    0.655554] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.658074] ACPI: Power Resource [PG00] (on)
[    0.658505] ACPI: Power Resource [PG01] (on)
[    0.658852] ACPI: Power Resource [PG02] (on)
[    0.675834] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.675839] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.675866] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.676316] PCI host bridge to bus 0000:00
[    0.676317] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.676318] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.676319] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.676320] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.676321] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.676322] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.676323] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.676324] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.676324] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.676325] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.676326] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.676327] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.676328] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.676329] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.676329] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.676330] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.676331] pci_bus 0000:00: root bus resource [mem 0x70000000-0xdfffffff window]
[    0.676332] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.676333] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.676340] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
[    0.676441] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.676475] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.676625] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
[    0.676634] pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[    0.676639] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xbfffffff 64bit pref]
[    0.676642] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.676809] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.676828] pci 0000:00:14.0: reg 0x10: [mem 0xdf410000-0xdf41ffff 64bit]
[    0.676885] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.677052] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.677070] pci 0000:00:14.2: reg 0x10: [mem 0xdf42e000-0xdf42efff 64bit]
[    0.677215] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.677238] pci 0000:00:16.0: reg 0x10: [mem 0xdf42d000-0xdf42dfff 64bit]
[    0.677302] pci 0000:00:16.0: PME# supported from D3hot
[    0.677431] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.677445] pci 0000:00:17.0: reg 0x10: [mem 0xdf428000-0xdf429fff]
[    0.677452] pci 0000:00:17.0: reg 0x14: [mem 0xdf42c000-0xdf42c0ff]
[    0.677458] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.677464] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.677470] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.677476] pci 0000:00:17.0: reg 0x24: [mem 0xdf42b000-0xdf42b7ff]
[    0.677510] pci 0000:00:17.0: PME# supported from D3hot
[    0.677627] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.677689] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.677828] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.677884] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.678013] pci 0000:00:1c.6: [8086:a116] type 01 class 0x060400
[    0.678069] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.678203] pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
[    0.678403] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.678416] pci 0000:00:1f.2: reg 0x10: [mem 0xdf424000-0xdf427fff]
[    0.678556] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
[    0.678579] pci 0000:00:1f.3: reg 0x10: [mem 0xdf420000-0xdf423fff 64bit]
[    0.678601] pci 0000:00:1f.3: reg 0x20: [mem 0xdf400000-0xdf40ffff 64bit]
[    0.678644] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.678806] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.678866] pci 0000:00:1f.4: reg 0x10: [mem 0xdf42a000-0xdf42a0ff 64bit]
[    0.678935] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.679137] pci 0000:01:00.0: [10de:1c8c] type 00 class 0x030200
[    0.679151] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.679158] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.679164] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.679169] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.679174] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.688032] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.688034] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.688036] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.688039] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.688152] pci 0000:02:00.0: [1b21:1242] type 00 class 0x0c0330
[    0.688182] pci 0000:02:00.0: reg 0x10: [mem 0xdf300000-0xdf307fff 64bit]
[    0.688293] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.700076] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.700080] pci 0000:00:1c.0:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.700154] pci 0000:03:00.0: [10ec:5287] type 00 class 0xff0000
[    0.700179] pci 0000:03:00.0: reg 0x10: [mem 0xdf215000-0xdf215fff]
[    0.700218] pci 0000:03:00.0: reg 0x30: [mem 0xdf200000-0xdf20ffff pref]
[    0.700294] pci 0000:03:00.0: supports D1 D2
[    0.700295] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.700376] pci 0000:03:00.1: [10ec:8168] type 00 class 0x020000
[    0.700401] pci 0000:03:00.1: reg 0x10: [io  0xd000-0xd0ff]
[    0.700425] pci 0000:03:00.1: reg 0x18: [mem 0xdf214000-0xdf214fff 64bit]
[    0.700440] pci 0000:03:00.1: reg 0x20: [mem 0xdf210000-0xdf213fff 64bit]
[    0.700521] pci 0000:03:00.1: supports D1 D2
[    0.700522] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.712041] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.712044] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.712046] pci 0000:00:1c.4:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.712132] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000
[    0.712185] pci 0000:04:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit]
[    0.712355] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.724039] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.724043] pci 0000:00:1c.6:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.724059] pci_bus 0000:00: on NUMA node 0
[    0.725029] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725074] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.725116] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725158] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725200] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725242] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725284] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725325] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725620] ACPI: Enabled 4 GPEs in block 00 to 7F
[    0.725729] ACPI: EC: interrupt unblocked
[    0.725741] ACPI: EC: event unblocked
[    0.725775] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.725776] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    0.725825] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.725825] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.725825] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.725825] vgaarb: loaded
[    0.725825] EDAC MC: Ver: 3.0.0
[    0.725825] Registered efivars operations
[    0.725825] PCI: Using ACPI for IRQ routing
[    0.753871] PCI: pci_cache_line_size set to 64 bytes
[    0.753946] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.753947] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.753948] e820: reserve RAM buffer [mem 0x657b6000-0x67ffffff]
[    0.753949] e820: reserve RAM buffer [mem 0x69a08000-0x6bffffff]
[    0.753950] e820: reserve RAM buffer [mem 0x6a91d000-0x6bffffff]
[    0.753951] e820: reserve RAM buffer [mem 0x6b400000-0x6bffffff]
[    0.754023] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.754023] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.756015] clocksource: Switched to clocksource hpet
[    0.762720] VFS: Disk quotas dquot_6.6.0
[    0.762739] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.762779] pnp: PnP ACPI init
[    0.762961] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.762962] system 00:00: [io  0xffff] has been reserved
[    0.762963] system 00:00: [io  0xffff] has been reserved
[    0.762964] system 00:00: [io  0xffff] has been reserved
[    0.762965] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.762966] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.762967] system 00:00: [io  0x3322-0x3323] has been reserved
[    0.762969] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763044] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.763046] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763062] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.763090] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.763091] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.763108] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.763209] pnp 00:05: Plug and Play ACPI device, IDs SYN1222 PNP0f13 (active)
[    0.763390] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.763391] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.763392] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.763393] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.763394] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.763395] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.763396] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.763397] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.763399] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.763400] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.763402] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763433] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.763434] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.763436] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.763437] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.763438] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.763439] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.763440] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.763441] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763695] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.763696] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.764677] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.764678] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.764679] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.764680] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.765205] pnp: PnP ACPI: found 10 devices
[    0.765207] PnPBIOS: Disabled
[    0.804780] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.804801] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.804803] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.804805] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.804807] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.804810] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.804812] pci 0000:00:1c.0:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.804817] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.804819] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.804821] pci 0000:00:1c.4:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.804826] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.804829] pci 0000:00:1c.6:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.804834] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.804835] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.804836] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.804837] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.804838] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.804839] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.804840] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.804841] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.804841] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.804842] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.804843] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.804844] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.804845] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.804846] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.804847] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.804847] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.804848] pci_bus 0000:00: resource 20 [mem 0x70000000-0xdfffffff window]
[    0.804849] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[    0.804850] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.804851] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.804852] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.804853] pci_bus 0000:02: resource 1 [mem 0xdf300000-0xdf3fffff]
[    0.804854] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.804855] pci_bus 0000:03: resource 1 [mem 0xdf200000-0xdf2fffff]
[    0.804856] pci_bus 0000:04: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.804969] NET: Registered protocol family 2
[    0.805079] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.805087] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.805097] TCP: Hash tables configured (established 8192 bind 8192)
[    0.805112] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.805114] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.805139] NET: Registered protocol family 1
[    0.805150] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.805523] PCI: CLS 64 bytes, default 64
[    0.805547] Unpacking initramfs...
[    3.059695] Freeing initrd memory: 22612K
[    3.059784] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
[    3.060497] audit: initializing netlink subsys (disabled)
[    3.060607] audit: type=2000 audit(1527682386.060:1): state=initialized audit_enabled=0 res=1
[    3.060848] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    3.061143] zbud: loaded
[    3.809096] Key type asymmetric registered
[    3.809096] Asymmetric key parser 'x509' registered
[    3.809103] bounce: pool size: 64 pages
[    3.809110] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    3.809289] io scheduler noop registered
[    3.809289] io scheduler deadline registered
[    3.809298] io scheduler cfq registered (default)
[    3.809298] io scheduler mq-deadline registered
[    3.810053] efifb: probing for efifb
[    3.810070] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
[    3.810071] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    3.810072] efifb: scrolling: redraw
[    3.810075] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.814461] Console: switching to colour frame buffer device 240x67
[    3.818730] fb0: EFI VGA frame buffer device
[    3.818735] intel_idle: MWAIT substates: 0x11142120
[    3.818735] intel_idle: v0.4.1 model 0x9E
[    3.819279] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.819406] GHES: HEST is not enabled!
[    3.819486] isapnp: Scanning for PnP cards...
[    4.088710] clocksource: Switched to clocksource tsc
[    4.176224] isapnp: No Plug & Play device found
[    4.176267] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.176679] Linux agpgart interface v0.103
[    4.256250] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1A, rev-id 16)
[    5.026121] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12
[    5.035022] i8042: Detected active multiplexing controller, rev 1.1
[    5.037376] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.037380] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    5.037401] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    5.037416] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    5.037432] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    5.037506] mousedev: PS/2 mouse device common for all mice
[    5.037566] rtc_cmos 00:02: RTC can wake from S4
[    5.037923] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    5.038005] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    5.038018] intel_pstate: Intel P-state driver initializing
[    5.038063] intel_pstate: Disabling energy efficiency optimization
[    5.038449] intel_pstate: HWP enabled
[    5.038753] ledtrig-cpu: registered to indicate activity on CPUs
[    5.039029] NET: Registered protocol family 10
[    5.039203] Segment Routing with IPv6
[    5.039229] mip6: Mobile IPv6
[    5.039230] NET: Registered protocol family 17
[    5.039231] mpls_gso: MPLS GSO support
[    5.039811] microcode: sig=0x906e9, pf=0x20, revision=0x5e
[    5.039997] microcode: Microcode Update Driver: v2.2.
[    5.039999] Using IPI No-Shortcut mode
[    5.040006] sched_clock: Marking stable (5040001632, 0)->(5042111776, -2110144)
[    5.040344] registered taskstats version 1
[    5.040354] zswap: loaded using pool lzo/zbud
[    5.041009] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    6.098492] rtc_cmos 00:02: setting system clock to 2018-05-30 12:13:09 UTC (1527682389)
[    6.098597] PM: Hibernation image not present or could not be loaded.
[    6.100534] Freeing unused kernel memory: 764K
[    6.100714] Write protecting the kernel text: 5824k
[    6.100818] Write protecting the kernel read-only data: 1868k
[    6.169279] hidraw: raw HID events driver (C) Jiri Kosina
[    6.175343] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    6.175374] thermal LNXTHERM:00: registered as thermal_zone0
[    6.175375] ACPI: Thermal Zone [TZ0] (46 C)
[    6.176845] rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
[    6.176881] SCSI subsystem initialized
[    6.176915] ACPI: bus type USB registered
[    6.176933] usbcore: registered new interface driver usbfs
[    6.176942] usbcore: registered new interface driver hub
[    6.176971] usbcore: registered new device driver usb
[    6.177329] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.177333] r8169 0000:03:00.1: can't disable ASPM; OS doesn't have ASPM control
[    6.177678] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    6.177678] libata version 3.00 loaded.
[    6.177699] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.178852] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.178856] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    6.179935] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    6.179939] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    6.180048] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.180050] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.180051] usb usb1: Product: xHCI Host Controller
[    6.180052] usb usb1: Manufacturer: Linux 4.13.0-1-686 xhci-hcd
[    6.180053] usb usb1: SerialNumber: 0000:00:14.0
[    6.180162] hub 1-0:1.0: USB hub found
[    6.180177] hub 1-0:1.0: 16 ports detected
[    6.180612] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.180615] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    6.180636] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    6.180637] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.180638] usb usb2: Product: xHCI Host Controller
[    6.180638] usb usb2: Manufacturer: Linux 4.13.0-1-686 xhci-hcd
[    6.180639] usb usb2: SerialNumber: 0000:00:14.0
[    6.180727] hub 2-0:1.0: USB hub found
[    6.180736] hub 2-0:1.0: 8 ports detected
[    6.180872] usb: port power management may be unreliable
[    6.181178] ahci 0000:00:17.0: version 3.0
[    6.181287] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    6.181290] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[    6.181345] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[    6.181373] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x5 impl SATA mode
[    6.181374] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst 
[    6.189005] r8169 0000:03:00.1 eth0: RTL8411 at 0xf8044000, 80:fa:5b:49:78:54, XID 1c800880 IRQ 123
[    6.189006] r8169 0000:03:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    6.196499] scsi host0: ahci
[    6.196608] scsi host1: ahci
[    6.196661] scsi host2: ahci
[    6.196695] ata1: SATA max UDMA/133 abar m2048@0xdf42b000 port 0xdf42b100 irq 122
[    6.196696] ata2: DUMMY
[    6.196697] ata3: SATA max UDMA/133 abar m2048@0xdf42b000 port 0xdf42b200 irq 122
[    6.240203] xhci_hcd 0000:02:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x00000010
[    6.240346] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    6.240347] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.240348] usb usb3: Product: xHCI Host Controller
[    6.240348] usb usb3: Manufacturer: Linux 4.13.0-1-686 xhci-hcd
[    6.240349] usb usb3: SerialNumber: 0000:02:00.0
[    6.240480] hub 3-0:1.0: USB hub found
[    6.240485] hub 3-0:1.0: 2 ports detected
[    6.240581] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    6.240583] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
[    6.240649] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.240657] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    6.240658] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.240658] usb usb4: Product: xHCI Host Controller
[    6.240659] usb usb4: Manufacturer: Linux 4.13.0-1-686 xhci-hcd
[    6.240659] usb usb4: SerialNumber: 0000:02:00.0
[    6.240806] hub 4-0:1.0: USB hub found
[    6.240810] hub 4-0:1.0: 2 ports detected
[    6.508043] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    6.511538] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.512180] ata1.00: ATA-9: PLEXTOR PX-256S3G, 1.02, max UDMA/133
[    6.512181] ata1.00: 500118192 sectors, multi 2: LBA48 NCQ (depth 31/32), AA
[    6.512287] ata1.00: configured for UDMA/133
[    6.512482] scsi 0:0:0:0: Direct-Access     ATA      PLEXTOR PX-256S3 1.02 PQ: 0 ANSI: 5
[    6.628037] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    6.737733] usb 1-2: New USB device found, idVendor=04f2, idProduct=b5a7
[    6.737734] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.737735] usb 1-2: Product: Chicony USB 2.0 Camera
[    6.737736] usb 1-2: Manufacturer: SunplusIT Inc
[    6.830542] usb 3-1: New USB device found, idVendor=0781, idProduct=5406
[    6.830544] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.830545] usb 3-1: Product: U3 Cruzer Micro
[    6.830545] usb 3-1: Manufacturer: SanDisk Corporation
[    6.830546] usb 3-1: SerialNumber: 0000174B6A62297D
[    6.834049] usb-storage 3-1:1.0: USB Mass Storage device detected
[    6.834361] scsi host3: usb-storage 3-1:1.0
[    6.834414] usbcore: registered new interface driver usb-storage
[    6.834734] usbcore: registered new interface driver uas
[    6.856035] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    6.923010] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.924185] ata3.00: ATA-8: HGST HTS721010A9E630, JB0OA3U0, max UDMA/133
[    6.924186] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    6.925451] ata3.00: configured for UDMA/133
[    6.925545] scsi 2:0:0:0: Direct-Access     ATA      HGST HTS721010A9 A3U0 PQ: 0 ANSI: 5
[    6.981826] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    6.981832] sd 0:0:0:0: [sda] Write Protect is off
[    6.981834] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    6.981842] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.981866] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    6.981868] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    6.981878] sd 2:0:0:0: [sdb] Write Protect is off
[    6.981879] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    6.981903] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    6.983271]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    6.983448] sd 0:0:0:0: [sda] Attached SCSI disk
[    7.000972] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2b
[    7.000973] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.120047] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    7.261872] usb 1-7: New USB device found, idVendor=1c7a, idProduct=0603
[    7.261874] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.261875] usb 1-7: Product: EgisTec_ES603
[    7.261875] usb 1-7: Manufacturer: EgisTec
[    7.288947]  sdb: sdb1 sdb2 sdb3 sdb4
[    7.289900] sd 2:0:0:0: [sdb] Attached SCSI disk
[    7.488478] psmouse serio2: synaptics: queried max coordinates: x [..5674], y [..4764]
[    7.611171] psmouse serio2: synaptics: queried min coordinates: x [1266..], y [1086..]
[    7.611174] psmouse serio2: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
[    7.770491] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00223/0x840300/0x26800/0x0, board id: 3189, fw id: 2302754
[    7.819041] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input8
[    7.822760] Atheros(R) L2 Ethernet Driver - version 2.2.3
[    7.822762] Copyright (c) 2007 Atheros Corporation.
[    7.829543] pps_core: LinuxPPS API ver. 1 registered
[    7.829545] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    7.829950] PTP clock support registered
[    7.831668] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.712.30-0 (2014/02/10)
[    7.835481] device-mapper: uevent: version 1.0.3
[    7.835511] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: dm-devel@redhat.com
[    7.836675] scsi 3:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  3.21 PQ: 0 ANSI: 2
[    7.836889] scsi 3:0:0:1: CD-ROM            SanDisk  U3 Cruzer Micro  3.21 PQ: 0 ANSI: 2
[    7.838689] sd 3:0:0:0: [sdc] 1994385 512-byte logical blocks: (1.02 GB/974 MiB)
[    7.838985] sd 3:0:0:0: [sdc] Write Protect is off
[    7.838985] sd 3:0:0:0: [sdc] Mode Sense: 03 00 00 00
[    7.839209] sr 3:0:0:1: [sr0] scsi3-mmc drive: 8x/40x writer xa/form2 cdda tray
[    7.839209] cdrom: Uniform CD-ROM driver Revision: 3.20
[    7.839288] sr 3:0:0:1: Attached scsi CD-ROM sr0
[    7.839405] sd 3:0:0:0: [sdc] No Caching mode page found
[    7.839424] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[    7.868226]  sdc: sdc1 sdc2
[    7.872482] sd 3:0:0:0: [sdc] Attached SCSI removable disk
[    7.908002] raid6: mmxx1    gen()  7103 MB/s
[    7.976025] raid6: mmxx2    gen()  7641 MB/s
[    8.044007] raid6: sse1x1   gen()  6412 MB/s
[    8.112009] raid6: sse1x2   gen()  7715 MB/s
[    8.136304] CPU5: Core temperature above threshold, cpu clock throttled (total events = 1)
[    8.136304] CPU1: Core temperature above threshold, cpu clock throttled (total events = 1)
[    8.136306] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.136339] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.136339] CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.136341] CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.136341] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.136343] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.136343] CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.136542] CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.137311] CPU5: Core temperature/speed normal
[    8.137311] CPU1: Core temperature/speed normal
[    8.137312] CPU1: Package temperature/speed normal
[    8.137312] CPU5: Package temperature/speed normal
[    8.137350] CPU2: Package temperature/speed normal
[    8.137351] CPU4: Package temperature/speed normal
[    8.137351] CPU0: Package temperature/speed normal
[    8.137352] CPU6: Package temperature/speed normal
[    8.137353] CPU7: Package temperature/speed normal
[    8.137353] CPU3: Package temperature/speed normal
[    8.180006] raid6: sse2x1   gen() 13493 MB/s
[    8.248004] raid6: sse2x1   xor()  9722 MB/s
[    8.316003] raid6: sse2x2   gen() 16240 MB/s
[    8.384004] raid6: sse2x2   xor() 11189 MB/s
[    8.452003] raid6: avx2x1   gen() 25496 MB/s
[    8.520003] raid6: avx2x1   xor() 17845 MB/s
[    8.588003] raid6: avx2x2   gen() 28456 MB/s
[    8.656003] raid6: avx2x2   xor() 20053 MB/s
[    8.656004] raid6: using algorithm avx2x2 gen() 28456 MB/s
[    8.656004] raid6: .... xor() 20053 MB/s, rmw enabled
[    8.656005] raid6: using avx2x1 recovery algorithm
[    8.656370] xor: automatically using best checksumming function   avx       
[    8.656588] async_tx: api initialized (async)
[    8.780684] ISO 9660 Extensions: Microsoft Joliet Level 3
[    8.784247] ISO 9660 Extensions: RRIP_1991A
[    8.811378] loop: module loaded
[    8.885552] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    9.487042] random: crng init done
[   10.660979] ip_tables: (C) 2000-2006 Netfilter Core Team
[   10.856582] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[   10.856771] systemd[1]: Detected architecture x86.
[   10.869933] systemd[1]: Set hostname to <localhost.localdomain>.
[   10.870388] systemd[1]: Initializing machine ID from random generator.
[   11.092936] systemd[1]: Unnecessary job for U3_Cruzer_Micro GParted-live was removed.
[   11.093050] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[   11.093103] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   11.093122] systemd[1]: Listening on Journal Socket (/dev/log).
[   11.093136] systemd[1]: Listening on LVM2 metadata daemon socket.
[   11.093172] systemd[1]: Listening on Journal Audit Socket.
[   11.423790] systemd-journald[450]: Received request to flush runtime journal from PID 1
[   11.635808] fuse init (API version 7.26)
[   11.844523] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[   12.005634] JFS: nTxBlock = 8192, nTxLock = 65536
[   12.176923] Loading iSCSI transport class v2.0-870.
[   12.314664] iscsi: registered transport (tcp)
[   12.625551] iscsi: registered transport (iser)
[   17.692600] ACPI: Battery Slot [BAT0] (battery present)
[   17.692642] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11
[   17.692666] ACPI: Power Button [PWRB]
[   17.692691] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12
[   17.692696] ACPI: Sleep Button [SLPB]
[   17.693662] ACPI: AC Adapter [AC] (on-line)
[   17.693872] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13
[   17.693898] ACPI: Lid Switch [LID0]
[   17.693928] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input14
[   17.693935] ACPI: Power Button [PWRF]
[   17.981020] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   18.320316] iTCO_vendor_support: vendor-support=0
[   18.320577] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   18.320658] input: PC Speaker as /devices/platform/pcspkr/input/input15
[   18.320883] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   18.320908] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   18.320938] sd 3:0:0:0: Attached scsi generic sg2 type 0
[   18.320962] sr 3:0:0:1: Attached scsi generic sg3 type 5
[   18.321711] media: Linux media interface: v0.10
[   18.386320] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   18.386321] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   18.386321] RAPL PMU: hw unit of domain package 2^-14 Joules
[   18.386322] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   18.386322] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   18.386322] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   18.435838] Linux video capture interface: v2.00
[   18.459308] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   18.459433] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   18.459539] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   18.628275] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   18.784690] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b5a7)
[   18.792144] uvcvideo 1-2:1.0: Entity type for entity Extension 4 was not initialized!
[   18.792145] uvcvideo 1-2:1.0: Entity type for entity Extension 3 was not initialized!
[   18.792146] uvcvideo 1-2:1.0: Entity type for entity Processing 2 was not initialized!
[   18.792147] uvcvideo 1-2:1.0: Entity type for entity Camera 1 was not initialized!
[   18.792191] input: Chicony USB 2.0 Camera: Chicony as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input16
[   18.792211] usbcore: registered new interface driver uvcvideo
[   18.792212] USB Video Class driver (1.1.1)
[   18.934226] Bluetooth: Core ver 2.22
[   18.934236] NET: Registered protocol family 31
[   18.934236] Bluetooth: HCI device and connection manager initialized
[   18.934239] Bluetooth: HCI socket layer initialized
[   18.934241] Bluetooth: L2CAP socket layer initialized
[   18.934244] Bluetooth: SCO socket layer initialized
[   19.336699] Intel(R) Wireless WiFi driver for Linux
[   19.336700] Copyright(c) 2003- 2015 Intel Corporation
[   19.336756] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[   19.405268] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-33.ucode (-2)
[   19.405301] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-33.ucode failed with error -2
[   19.405314] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-32.ucode (-2)
[   19.405342] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-32.ucode failed with error -2
[   19.405352] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-31.ucode (-2)
[   19.405380] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-31.ucode failed with error -2
[   19.405388] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-30.ucode (-2)
[   19.405416] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-30.ucode failed with error -2
[   19.405424] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-29.ucode (-2)
[   19.405456] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-29.ucode failed with error -2
[   19.405468] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-28.ucode (-2)
[   19.405510] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-28.ucode failed with error -2
[   19.405523] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-27.ucode (-2)
[   19.405565] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-27.ucode failed with error -2
[   19.405577] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-26.ucode (-2)
[   19.405618] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
[   19.405630] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-25.ucode (-2)
[   19.405672] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
[   19.405685] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-24.ucode (-2)
[   19.405726] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
[   19.405738] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-23.ucode (-2)
[   19.405780] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
[   19.405792] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-22.ucode (-2)
[   19.405834] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-22.ucode failed with error -2
[   19.405835] iwlwifi 0000:04:00.0: minimum version required: iwlwifi-8265-22
[   19.405872] iwlwifi 0000:04:00.0: maximum version supported: iwlwifi-8265-33
[   19.405910] iwlwifi 0000:04:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
[   19.448697] Bluetooth: HCI UART driver ver 2.3
[   19.448699] Bluetooth: HCI UART protocol H4 registered
[   19.448699] Bluetooth: HCI UART protocol BCSP registered
[   19.448700] Bluetooth: HCI UART protocol ATH3K registered
[   19.448700] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   19.448720] Bluetooth: HCI UART protocol Intel registered
[   19.448731] Bluetooth: HCI UART protocol Broadcom registered
[   19.448731] Bluetooth: HCI UART protocol QCA registered
[   19.448732] Bluetooth: HCI UART protocol AG6XX registered
[   19.448733] Bluetooth: HCI UART protocol Marvell registered
[   19.449188] usbcore: registered new interface driver btusb
[   19.450808] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[   19.452009] Bluetooth: hci0: Device revision is 16
[   19.452009] Bluetooth: hci0: Secure boot is enabled
[   19.452010] Bluetooth: hci0: OTP lock is enabled
[   19.452010] Bluetooth: hci0: API lock is enabled
[   19.452011] Bluetooth: hci0: Debug lock is disabled
[   19.452012] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   19.517236] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   19.517560] bluetooth hci0: firmware: failed to load intel/ibt-12-16.sfi (-2)
[   19.517604] bluetooth hci0: Direct firmware load for intel/ibt-12-16.sfi failed with error -2
[   19.517607] Bluetooth: hci0: Failed to load Intel firmware file (-2)
[   19.519082] snd_hda_intel 0000:00:1f.3: failed to add i915 component master (-19)
[   19.687693] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   19.687694] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   19.687695] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   19.687696] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   19.687696] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   19.687697] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   19.687698] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   19.820236] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
[   19.869412] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
[   19.870961] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   19.871610] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   19.871663] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   19.871709] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   20.156640] intel_rapl: Found RAPL domain package
[   20.156641] intel_rapl: Found RAPL domain core
[   20.156642] intel_rapl: Found RAPL domain uncore
[   20.156643] intel_rapl: Found RAPL domain dram
[   36.685606] Btrfs loaded, crc32c=crc32c-intel
[   37.018646] NILFS version 2 loaded
[   38.132331]  sdb: sdb1 sdb2 sdb3 sdb4
[  377.520174] usb 1-4: new high-speed USB device number 5 using xhci_hcd
[  377.662651] usb 1-4: New USB device found, idVendor=090c, idProduct=1000
[  377.662656] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  377.662659] usb 1-4: Product: Flash Disk
[  377.662661] usb 1-4: Manufacturer: USB
[  377.662664] usb 1-4: SerialNumber: CCYYMMDDHHmmSS009238
[  377.663354] usb-storage 1-4:1.0: USB Mass Storage device detected
[  377.663637] scsi host4: usb-storage 1-4:1.0
[  378.810665] scsi 4:0:0:0: Direct-Access     USB      Flash Disk       1100 PQ: 0 ANSI: 4
[  378.811261] sd 4:0:0:0: Attached scsi generic sg4 type 0
[  378.812363] sd 4:0:0:0: [sdd] 15644672 512-byte logical blocks: (8.01 GB/7.46 GiB)
[  378.813244] sd 4:0:0:0: [sdd] Write Protect is off
[  378.813248] sd 4:0:0:0: [sdd] Mode Sense: 43 00 00 00
[  378.814146] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  378.820562]  sdd: sdd1
[  378.823887] sd 4:0:0:0: [sdd] Attached SCSI removable disk
[  404.290340] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.

I then tried following steps:

>sudo smartctl -a /dev/sda
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     PLEXTOR PX-256S3G
Serial Number:    P02742108096
LU WWN Device Id: 5 002303 10101840e
Firmware Version: 1.02
User Capacity:    256,060,514,304 bytes [256 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      M.2
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed May 30 12:23:28 2018 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

General SMART Values:
Offline data collection status:  (0x80)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      ( 112)	The previous self-test completed having
					the read element of the test failed.
Total time to complete Offline 
data collection: 		(  600) seconds.
Offline data collection
capabilities: 			 (0x11) SMART execute Offline immediate.
					No Auto Offline data collection support.
					Suspend Offline collection upon new
					command.
					No Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					No 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: 	 (  10) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   000    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0003   100   100   000    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0002   100   100   000    Old_age   Always       -       1592
 12 Power_Cycle_Count       0x0003   100   100   000    Pre-fail  Always       -       914
170 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       73
171 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       0
172 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       0
173 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       15
174 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       66
175 Program_Fail_Count_Chip 0x0003   100   100   000    Pre-fail  Always       -       0
176 Erase_Fail_Count_Chip   0x0003   100   100   000    Pre-fail  Always       -       0
178 Used_Rsvd_Blk_Cnt_Chip  0x0003   100   100   000    Pre-fail  Always       -       73
179 Used_Rsvd_Blk_Cnt_Tot   0x0003   100   100   000    Pre-fail  Always       -       73
180 Unused_Rsvd_Blk_Cnt_Tot 0x0033   100   100   005    Pre-fail  Always       -       0
181 Program_Fail_Cnt_Total  0x0003   100   100   000    Pre-fail  Always       -       0
182 Erase_Fail_Count_Total  0x0003   100   100   000    Pre-fail  Always       -       0
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
195 Hardware_ECC_Recovered  0x0003   100   100   000    Pre-fail  Always       -       0
199 UDMA_CRC_Error_Count    0x0003   100   100   000    Pre-fail  Always       -       0
232 Available_Reservd_Space 0x0003   100   100   010    Pre-fail  Always       -       0
233 Media_Wearout_Indicator 0x0003   100   100   000    Pre-fail  Always       -       4892
241 Total_LBAs_Written      0x0003   100   100   000    Pre-fail  Always       -       94302
242 Total_LBAs_Read         0x0003   100   100   000    Pre-fail  Always       -       74402

SMART Error Log Version: 1
Warning: ATA error count 0 inconsistent with error log pointer 2

ATA Error Count: 0
	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 -1 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours)
  When the command that caused the error occurred, the device was in an unknown state.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  00 ec 00 00 00 00 00  Device Fault

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  c8 00 00 00 00 00 00 00      00:00:00.000  READ DMA

SMART Self-test log structure revision number 0
Warning: ATA Specification requires self-test log structure revision number = 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

Selective Self-tests/Logging not supported

>mkfs.ext4 -n /dev/sda3
mke2fs 1.43.6 (29-Aug-2017)
Creating filesystem with 10240000 4k blocks and 2564096 inodes
Filesystem UUID: 5d646b5b-6a72-4cbc-8557-b3b0ba082c7e
Superblock backups stored on blocks: 
	32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208, 
	4096000, 7962624

>sudo mount -o sb=98304 /dev/sda3 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sda3, missing codepage or helper program, or other error.

>sudo mount -o sb=16384 /dev/sda3 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sda3, missing codepage or helper program, or other error.

>sudo mount -o sb=7962624 /dev/sda3 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sda3, missing codepage or helper program, or other error.

>sudo smartctl -a /dev/sda
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     PLEXTOR PX-256S3G
Serial Number:    P02742108096
LU WWN Device Id: 5 002303 10101840e
Firmware Version: 1.02
User Capacity:    256,060,514,304 bytes [256 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      M.2
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed May 30 13:01:35 2018 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

General SMART Values:
Offline data collection status:  (0x80)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      ( 112)	The previous self-test completed having
					the read element of the test failed.
Total time to complete Offline 
data collection: 		(  600) seconds.
Offline data collection
capabilities: 			 (0x11) SMART execute Offline immediate.
					No Auto Offline data collection support.
					Suspend Offline collection upon new
					command.
					No Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					No 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: 	 (  10) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   000    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0003   100   100   000    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0002   100   100   000    Old_age   Always       -       1593
 12 Power_Cycle_Count       0x0003   100   100   000    Pre-fail  Always       -       914
170 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       73
171 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       0
172 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       0
173 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       15
174 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       66
175 Program_Fail_Count_Chip 0x0003   100   100   000    Pre-fail  Always       -       0
176 Erase_Fail_Count_Chip   0x0003   100   100   000    Pre-fail  Always       -       0
178 Used_Rsvd_Blk_Cnt_Chip  0x0003   100   100   000    Pre-fail  Always       -       73
179 Used_Rsvd_Blk_Cnt_Tot   0x0003   100   100   000    Pre-fail  Always       -       73
180 Unused_Rsvd_Blk_Cnt_Tot 0x0033   100   100   005    Pre-fail  Always       -       0
181 Program_Fail_Cnt_Total  0x0003   100   100   000    Pre-fail  Always       -       0
182 Erase_Fail_Count_Total  0x0003   100   100   000    Pre-fail  Always       -       0
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
195 Hardware_ECC_Recovered  0x0003   100   100   000    Pre-fail  Always       -       0
199 UDMA_CRC_Error_Count    0x0003   100   100   000    Pre-fail  Always       -       0
232 Available_Reservd_Space 0x0003   100   100   010    Pre-fail  Always       -       0
233 Media_Wearout_Indicator 0x0003   100   100   000    Pre-fail  Always       -       4892
241 Total_LBAs_Written      0x0003   100   100   000    Pre-fail  Always       -       94302
242 Total_LBAs_Read         0x0003   100   100   000    Pre-fail  Always       -       74402

SMART Error Log Version: 1
Warning: ATA error count 0 inconsistent with error log pointer 2

ATA Error Count: 0
	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 -1 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours)
  When the command that caused the error occurred, the device was in an unknown state.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  00 ec 00 00 00 00 00  Device Fault

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  c8 00 00 00 00 00 00 00      00:00:00.000  READ DMA

SMART Self-test log structure revision number 0
Warning: ATA Specification requires self-test log structure revision number = 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

Selective Self-tests/Logging not supported

Should I still proceed to the badblocks part?

Offline

#16 2018-05-30 14:03:35

frostschutz
Member
Registered: 2013-11-15
Posts: 1,417

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

run selftest with smartctl -t long then check smartctl -a again 10 minutes later (self test log pass / fail)

you said you ran -t short earlier but your selftest log is still empty. that is odd, well it's possible for host reset / drdy errors to cancel them.

I had a drive that got drdy errors with unwanted start-stops due to cable/controller issue. replace power, sata cable, different sata port and it has been fine since. passes selftest, no issues


smartctl -H is a false friend, usually always says "passed" even on completely broken down drives

Last edited by frostschutz (2018-05-30 14:06:40)

Offline

#17 2018-05-30 14:25:02

seth
Member
Registered: 2012-09-03
Posts: 51,034

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

@frostschutz, it's a crappy M.2 device - it may be badly seated, but there're no cables to blame :-(

@GwenaelVl, do the failed mount attempts generate errors in dmesg?

Offline

#18 2018-05-30 14:47:18

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

@frostschutz This is the output of the smart tests (with the appropriate wait in between):

>sudo smartctl -a /dev/sda3
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     PLEXTOR PX-256S3G
Serial Number:    P02742108096
LU WWN Device Id: 5 002303 10101840e
Firmware Version: 1.02
User Capacity:    256,060,514,304 bytes [256 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      M.2
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed May 30 14:17:12 2018 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

General SMART Values:
Offline data collection status:  (0x80)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      ( 112)	The previous self-test completed having
					the read element of the test failed.
Total time to complete Offline 
data collection: 		(  600) seconds.
Offline data collection
capabilities: 			 (0x11) SMART execute Offline immediate.
					No Auto Offline data collection support.
					Suspend Offline collection upon new
					command.
					No Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					No 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: 	 (  10) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   000    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0003   100   100   000    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0002   100   100   000    Old_age   Always       -       1593
 12 Power_Cycle_Count       0x0003   100   100   000    Pre-fail  Always       -       915
170 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       73
171 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       0
172 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       0
173 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       15
174 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       66
175 Program_Fail_Count_Chip 0x0003   100   100   000    Pre-fail  Always       -       0
176 Erase_Fail_Count_Chip   0x0003   100   100   000    Pre-fail  Always       -       0
178 Used_Rsvd_Blk_Cnt_Chip  0x0003   100   100   000    Pre-fail  Always       -       73
179 Used_Rsvd_Blk_Cnt_Tot   0x0003   100   100   000    Pre-fail  Always       -       73
180 Unused_Rsvd_Blk_Cnt_Tot 0x0033   100   100   005    Pre-fail  Always       -       0
181 Program_Fail_Cnt_Total  0x0003   100   100   000    Pre-fail  Always       -       0
182 Erase_Fail_Count_Total  0x0003   100   100   000    Pre-fail  Always       -       0
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
195 Hardware_ECC_Recovered  0x0003   100   100   000    Pre-fail  Always       -       0
199 UDMA_CRC_Error_Count    0x0003   100   100   000    Pre-fail  Always       -       0
232 Available_Reservd_Space 0x0003   100   100   010    Pre-fail  Always       -       0
233 Media_Wearout_Indicator 0x0003   100   100   000    Pre-fail  Always       -       4892
241 Total_LBAs_Written      0x0003   100   100   000    Pre-fail  Always       -       94302
242 Total_LBAs_Read         0x0003   100   100   000    Pre-fail  Always       -       74404

SMART Error Log Version: 1
Warning: ATA error count 0 inconsistent with error log pointer 2

ATA Error Count: 0
	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 -1 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours)
  When the command that caused the error occurred, the device was in an unknown state.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  00 ec 00 00 00 00 00  Device Fault

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  c8 00 00 00 00 00 00 00      00:00:00.000  READ DMA

SMART Self-test log structure revision number 0
Warning: ATA Specification requires self-test log structure revision number = 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

Selective Self-tests/Logging not supported

>sudo smartctl -t long /dev/sda3
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Extended self-test routine immediately in off-line mode".
Drive command "Execute SMART Extended self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 10 minutes for test to complete.
Test will complete after Wed May 30 14:27:29 2018

Use smartctl -X to abort test.

>sudo smartctl -a /dev/sda3
smartctl 6.6 2016-05-31 r4324 [i686-linux-4.13.0-1-686] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     PLEXTOR PX-256S3G
Serial Number:    P02742108096
LU WWN Device Id: 5 002303 10101840e
Firmware Version: 1.02
User Capacity:    256,060,514,304 bytes [256 GB]
Sector Size:      512 bytes logical/physical
Rotation Rate:    Solid State Device
Form Factor:      M.2
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-2 (minor revision not indicated)
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Wed May 30 14:30:07 2018 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

General SMART Values:
Offline data collection status:  (0x80)	Offline data collection activity
					was never started.
					Auto Offline Data Collection: Enabled.
Self-test execution status:      ( 112)	The previous self-test completed having
					the read element of the test failed.
Total time to complete Offline 
data collection: 		(  600) seconds.
Offline data collection
capabilities: 			 (0x11) SMART execute Offline immediate.
					No Auto Offline data collection support.
					Suspend Offline collection upon new
					command.
					No Offline surface scan supported.
					Self-test supported.
					No Conveyance Self-test supported.
					No 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: 	 (  10) minutes.
SCT capabilities: 	       (0x003d)	SCT Status supported.
					SCT Error Recovery Control supported.
					SCT Feature Control supported.
					SCT Data Table supported.

SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   100   000    Pre-fail  Always       -       0
  5 Reallocated_Sector_Ct   0x0003   100   100   000    Pre-fail  Always       -       0
  9 Power_On_Hours          0x0002   100   100   000    Old_age   Always       -       1594
 12 Power_Cycle_Count       0x0003   100   100   000    Pre-fail  Always       -       915
170 Unknown_Attribute       0x0032   100   100   000    Old_age   Always       -       73
171 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       0
172 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       0
173 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       15
174 Unknown_Attribute       0x0003   100   100   000    Pre-fail  Always       -       66
175 Program_Fail_Count_Chip 0x0003   100   100   000    Pre-fail  Always       -       0
176 Erase_Fail_Count_Chip   0x0003   100   100   000    Pre-fail  Always       -       0
178 Used_Rsvd_Blk_Cnt_Chip  0x0003   100   100   000    Pre-fail  Always       -       73
179 Used_Rsvd_Blk_Cnt_Tot   0x0003   100   100   000    Pre-fail  Always       -       73
180 Unused_Rsvd_Blk_Cnt_Tot 0x0033   100   100   005    Pre-fail  Always       -       0
181 Program_Fail_Cnt_Total  0x0003   100   100   000    Pre-fail  Always       -       0
182 Erase_Fail_Count_Total  0x0003   100   100   000    Pre-fail  Always       -       0
183 Runtime_Bad_Block       0x0032   100   100   000    Old_age   Always       -       0
195 Hardware_ECC_Recovered  0x0003   100   100   000    Pre-fail  Always       -       0
199 UDMA_CRC_Error_Count    0x0003   100   100   000    Pre-fail  Always       -       0
232 Available_Reservd_Space 0x0003   100   100   010    Pre-fail  Always       -       0
233 Media_Wearout_Indicator 0x0003   100   100   000    Pre-fail  Always       -       4892
241 Total_LBAs_Written      0x0003   100   100   000    Pre-fail  Always       -       94302
242 Total_LBAs_Read         0x0003   100   100   000    Pre-fail  Always       -       74404

SMART Error Log Version: 1
Warning: ATA error count 0 inconsistent with error log pointer 3

ATA Error Count: 0
	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 -2 occurred at disk power-on lifetime: 0 hours (0 days + 0 hours)
  When the command that caused the error occurred, the device was in an unknown state.

  After command completion occurred, registers were:
  ER ST SC SN CL CH DH
  -- -- -- -- -- -- --
  00 ec 00 00 00 00 00  Device Fault

  Commands leading to the command that caused the error were:
  CR FR SC SN CL CH DH DC   Powered_Up_Time  Command/Feature_Name
  -- -- -- -- -- -- -- --  ----------------  --------------------
  c8 00 00 00 00 00 00 00      00:00:00.000  READ DMA

SMART Self-test log structure revision number 0
Warning: ATA Specification requires self-test log structure revision number = 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]

Selective Self-tests/Logging not supported

@seth This is the output of the mount and the dmesg after the mount:

>sudo mount -o sb=229376 /dev/sda3 /mnt
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/sda3, missing codepage or helper program, or other error.

>sudo dmesg
[    0.000000] random: get_random_bytes called from start_kernel+0x30/0x3ac with crng_init=0
[    0.000000] Linux version 4.13.0-1-686 (debian-kernel@lists.debian.org) (gcc version 6.4.0 20170920 (Debian 6.4.0-7)) #1 SMP Debian 4.13.4-1 (2017-10-01)
[    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: Supporting XSAVE feature 0x008: 'MPX bounds registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x010: 'MPX CSR'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: xstate_offset[3]:  832, xstate_sizes[3]:   64
[    0.000000] x86/fpu: xstate_offset[4]:  896, xstate_sizes[4]:   64
[    0.000000] x86/fpu: Enabled xstate features 0x1f, context size is 960 bytes, using 'compacted' format.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000657b5fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000657b6000-0x00000000657b6fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000657b7000-0x00000000657b7fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000657b8000-0x0000000069a07fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000069a08000-0x000000006a4e8fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006a4e9000-0x000000006a91cfff] usable
[    0.000000] BIOS-e820: [mem 0x000000006a91d000-0x000000006ad1cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000006ad1d000-0x000000006b3a3fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000006b3a4000-0x000000006b3fefff] type 20
[    0.000000] BIOS-e820: [mem 0x000000006b3ff000-0x000000006b3fffff] usable
[    0.000000] BIOS-e820: [mem 0x000000006b400000-0x000000006fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000048effffff] usable
[    0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[    0.000000] efi: EFI v2.50 by American Megatrends
[    0.000000] efi:  ACPI 2.0=0x6a91d000  ACPI=0x6a91d000  SMBIOS=0x6b317000  SMBIOS 3.0=0x6b316000  ESRT=0x688a3158 
[    0.000000] efi: No EFI runtime due to 32/64-bit mismatch with kernel
[    0.000000] random: fast init done
[    0.000000] SMBIOS 3.0.0 present.
[    0.000000] DMI: Notebook                         N85_N87,HJ,HJ1,HK1/N85_N87,HJ,HJ1,HK1, BIOS 1.05.15 07/05/2017
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x6b400 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0080000000 mask 7F80000000 uncachable
[    0.000000]   1 base 0070000000 mask 7FF0000000 uncachable
[    0.000000]   2 base 006C000000 mask 7FFC000000 uncachable
[    0.000000]   3 base 006B800000 mask 7FFF800000 uncachable
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[    0.000000] esrt: Reserving ESRT space from 0x688a3158 to 0x688a3190.
[    0.000000] initial memory mapped: [mem 0x00000000-0x18bfffff]
[    0.000000] Base memory trampoline at [c0099000] 99000 size 16384
[    0.000000] BRK [0x189c4000, 0x189c4fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x353c5000-0x369d9fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000006A91D000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000006A91D0B0 0000E4 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000006A939F48 000114 (v06 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000006A91D230 01CD15 (v02 ALASKA A M I    01072009 INTL 20160422)
[    0.000000] ACPI: FACS 0x000000006AD04C40 000040
[    0.000000] ACPI: APIC 0x000000006A93A060 0000BC (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000006A93A120 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000006A93A168 00003C (v01 ALASKA A M I    01072009 MSFT 00000097)
[    0.000000] ACPI: SSDT 0x000000006A93A1A8 000322 (v01 SataRe SataTabl 00001000 INTL 20160422)
[    0.000000] ACPI: FIDT 0x000000006A93A4D0 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000006A93A570 00324B (v02 SaSsdt SaSsdt   00003000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000006A93D7C0 002A71 (v02 PegSsd PegSsdt  00001000 INTL 20160422)
[    0.000000] ACPI: HPET 0x000000006A940238 000038 (v01 INTEL  KBL      00000001 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000006A940270 0008FE (v02 INTEL  xh_rvp11 00000000 INTL 20160422)
[    0.000000] ACPI: UEFI 0x000000006A940B70 000042 (v01 INTEL  EDK2     00000002      01000013)
[    0.000000] ACPI: SSDT 0x000000006A940BB8 000EDE (v02 CpuRef CpuSsdt  00003000 INTL 20160422)
[    0.000000] ACPI: LPIT 0x000000006A941A98 000094 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: WSMT 0x000000006A941B30 000028 (v01 INTEL  KBL      00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x000000006A941B58 00029F (v02 INTEL  sensrhub 00000000 INTL 20160422)
[    0.000000] ACPI: SSDT 0x000000006A941DF8 003002 (v02 INTEL  PtidDevc 00001000 INTL 20160422)
[    0.000000] ACPI: DBGP 0x000000006A944E00 000034 (v01 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x000000006A944E38 000054 (v00 INTEL           00000002 MSFT 0000005F)
[    0.000000] ACPI: BGRT 0x000000006A944E90 000038 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: SSDT 0x000000006A944EC8 0000AE (v02 SgRef  SgPeg    00001000 INTL 20160422)
[    0.000000] ACPI: DMAR 0x000000006A944F78 0000A8 (v01 INTEL  KBL      00000001 INTL 00000001)
[    0.000000] ACPI: TPM2 0x000000006A945020 000034 (v03        Tpm2Tabl 00000001 AMI  00000000)
[    0.000000] ACPI: SSDT 0x000000006A945058 00205D (v01 OptRef OptTabl  00001000 INTL 20160422)
[    0.000000] ACPI: ASF! 0x000000006A9470B8 0000A0 (v32 INTEL   HCG     00000001 TFSM 000F4240)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] 828MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   Normal   [mem 0x0000000001000000-0x00000000377fdfff]
[    0.000000]   HighMem  [mem 0x00000000377fe000-0x000000006b3fffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.000000]   node   0: [mem 0x0000000000059000-0x000000000009dfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x00000000657b5fff]
[    0.000000]   node   0: [mem 0x00000000657b8000-0x0000000069a07fff]
[    0.000000]   node   0: [mem 0x000000006a4e9000-0x000000006a91cfff]
[    0.000000]   node   0: [mem 0x000000006b3ff000-0x000000006b3fffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000006b3fffff]
[    0.000000] On node 0 totalpages: 433623
[    0.000000] free_area_init_node: node 0, pgdat d8800040, node_mem_map f44b0024
[    0.000000]   DMA zone: 36 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3996 pages, LIFO batch:0
[    0.000000]   Normal zone: 1962 pages used for memmap
[    0.000000]   Normal zone: 223230 pages, LIFO batch:31
[    0.000000]   HighMem zone: 206397 pages, LIFO batch:31
[    0.000000] Using APIC driver default
[    0.000000] Reserving Intel graphics memory at 0x6c000000-0x6fffffff
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    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, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009e000-0x000fffff]
[    0.000000] e820: [mem 0x70000000-0xdfffffff] 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] efi: Setup done, disabling due to 32/64-bit mismatch
[    0.000000] setup_percpu: NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] percpu: Embedded 22 pages/cpu @f774b000 s58316 r0 d31796 u90112
[    0.000000] pcpu-alloc: s58316 r0 d31796 u90112 alloc=22*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 [0] 6 [0] 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 431625
[    0.000000] Kernel command line: BOOT_IMAGE=/live/vmlinuz boot=live union=overlay username=user config components quiet noswap ip= net.ifnames=0 nomodeset vga=normal nosplash
[    0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Initializing CPU#0
[    0.000000] Initializing HighMem for node 0 (000377fe:0006b400)
[    0.000000] Initializing Movable for node 0 (00000000:00000000)
[    0.000000] Memory: 1610980K/1734492K available (5823K kernel code, 610K rwdata, 1860K rodata, 764K init, 448K bss, 123512K reserved, 0K cma-reserved, 751736K highmem)
[    0.000000] virtual kernel memory layout:
                   fixmap  : 0xffd16000 - 0xfffff000   (2980 kB)
                   pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
                   vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
                   lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
                     .init : 0xd882a000 - 0xd88e9000   ( 764 kB)
                     .data : 0xd85afc10 - 0xd881b8c0   (2479 kB)
                     .text : 0xd8000000 - 0xd85afc10   (5823 kB)
[    0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000000] ftrace: allocating 26861 entries in 53 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=32 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS: 2304, nr_irqs: 2048, preallocated irqs: 16
[    0.000000] CPU 0 irqstacks, hard=f70a6000 soft=f70a8000
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635855245 ns
[    0.000000] hpet clockevent registered
[    0.004000] tsc: Detected 2800.000 MHz processor
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5616.00 BogoMIPS (lpj=11232000)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.004000] ACPI: Core revision 20170531
[    0.027630] ACPI Error: [_UPC] Namespace lookup failure, AE_ALREADY_EXISTS (20170531/dswload-378)
[    0.027636] ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog (20170531/psobject-252)
[    0.027667] ACPI Exception: AE_ALREADY_EXISTS, (SSDT:xh_rvp11) while loading table (20170531/tbxfload-228)
[    0.029137] ACPI Error: 1 table load failures, 9 successful (20170531/tbxfload-246)
[    0.029163] Security Framework initialized
[    0.029164] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.029169] AppArmor: AppArmor disabled by boot time parameter
[    0.029178] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.029180] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
[    0.029333] CPU: Physical Processor ID: 0
[    0.029333] CPU: Processor Core ID: 0
[    0.029336] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.029336] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.029340] mce: CPU supports 10 MCE banks
[    0.029349] CPU0: Thermal monitoring enabled (TM1)
[    0.029367] process: using mwait in idle threads
[    0.029370] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
[    0.029370] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
[    0.029433] Freeing SMP alternatives memory: 28K
[    0.030838] smpboot: Max logical packages: 2
[    0.030840] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[    0.034726] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.074443] TSC deadline timer enabled
[    0.074448] smpboot: CPU0: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (family: 0x6, model: 0x9e, stepping: 0x9)
[    0.074487] Performance Events: PEBS fmt3+, Skylake events, 32-deep LBR, full-width counters, Intel PMU driver.
[    0.074513] ... version:                4
[    0.074513] ... bit width:              48
[    0.074514] ... generic registers:      4
[    0.074515] ... value mask:             0000ffffffffffff
[    0.074515] ... max period:             00007fffffffffff
[    0.074516] ... fixed-purpose events:   3
[    0.074516] ... event mask:             000000070000000f
[    0.074544] Hierarchical SRCU implementation.
[    0.074963] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.074972] smp: Bringing up secondary CPUs ...
[    0.075023] CPU 1 irqstacks, hard=f72a8000 soft=f72aa000
[    0.075023] x86: Booting SMP configuration:
[    0.075024] .... node  #0, CPUs:      #1
[    0.004000] Initializing CPU#1
[    0.152073] CPU 2 irqstacks, hard=f72de000 soft=f72e0000
[    0.152074]  #2
[    0.004000] Initializing CPU#2
[    0.232063] CPU 3 irqstacks, hard=f7334000 soft=f7336000
[    0.232064]  #3
[    0.004000] Initializing CPU#3
[    0.312061] CPU 4 irqstacks, hard=f7368000 soft=f736a000
[    0.312061]  #4
[    0.004000] Initializing CPU#4
[    0.392067] CPU 5 irqstacks, hard=f73a0000 soft=f73a2000
[    0.392068]  #5
[    0.004000] Initializing CPU#5
[    0.472062] CPU 6 irqstacks, hard=f73f4000 soft=f73f6000
[    0.472063]  #6
[    0.004000] Initializing CPU#6
[    0.552060] CPU 7 irqstacks, hard=f402a000 soft=f402c000
[    0.552060]  #7
[    0.004000] Initializing CPU#7
[    0.632030] smp: Brought up 1 node, 8 CPUs
[    0.632030] smpboot: Total of 8 processors activated (44937.34 BogoMIPS)
[    0.636155] devtmpfs: initialized
[    0.636174] PM: Registering ACPI NVS region [mem 0x657b6000-0x657b6fff] (4096 bytes)
[    0.636174] PM: Registering ACPI NVS region [mem 0x6a91d000-0x6ad1cfff] (4194304 bytes)
[    0.636181] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.636183] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.636241] pinctrl core: initialized pinctrl subsystem
[    0.636309] NET: Registered protocol family 16
[    0.636482] cpuidle: using governor ladder
[    0.636482] cpuidle: using governor menu
[    0.636482] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.636482] ACPI: bus type PCI registered
[    0.636482] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.636482] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    0.636482] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[    0.636482] PCI: Using MMCONFIG for extended config space
[    0.636482] PCI: Using configuration type 1 for base access
[    0.636864] HugeTLB registered 4.00 MiB page size, pre-allocated 0 pages
[    0.636864] ACPI: Added _OSI(Module Device)
[    0.636864] ACPI: Added _OSI(Processor Device)
[    0.636864] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.636864] ACPI: Added _OSI(Processor Aggregator Device)
[    0.636898] ACPI: Executed 34 blocks of module-level executable AML code
[    0.646893] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.650705] ACPI: Dynamic OEM Table Load:
[    0.650718] ACPI: SSDT 0x00000000F406D800 000651 (v02 PmRef  Cpu0Ist  00003000 INTL 20160422)
[    0.650845] ACPI: Executed 1 blocks of module-level executable AML code
[    0.650899] ACPI: \_PR_.CPU0: _OSC native thermal LVT Acked
[    0.651686] ACPI: Dynamic OEM Table Load:
[    0.651690] ACPI: SSDT 0x00000000F406B000 0003FF (v02 PmRef  Cpu0Cst  00003001 INTL 20160422)
[    0.651801] ACPI: Executed 1 blocks of module-level executable AML code
[    0.652137] ACPI: Dynamic OEM Table Load:
[    0.652142] ACPI: SSDT 0x00000000F406D000 00065C (v02 PmRef  ApIst    00003000 INTL 20160422)
[    0.652440] ACPI: Executed 1 blocks of module-level executable AML code
[    0.652598] ACPI: Dynamic OEM Table Load:
[    0.652601] ACPI: SSDT 0x00000000F4066000 00018A (v02 PmRef  ApCst    00003000 INTL 20160422)
[    0.652712] ACPI: Executed 1 blocks of module-level executable AML code
[    0.654785] ACPI: EC: EC started
[    0.654786] ACPI: EC: interrupt blocked
[    0.655377] ACPI: \_SB_.PCI0.LPCB.EC__: Used as first EC
[    0.655379] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.655380] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions
[    0.655380] ACPI: Interpreter enabled
[    0.655428] ACPI: (supports S0 S3 S4 S5)
[    0.655429] ACPI: Using IOAPIC for interrupt routing
[    0.655465] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.657979] ACPI: Power Resource [PG00] (on)
[    0.658406] ACPI: Power Resource [PG01] (on)
[    0.658747] ACPI: Power Resource [PG02] (on)
[    0.675641] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
[    0.675646] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.675673] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.676124] PCI host bridge to bus 0000:00
[    0.676126] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.676127] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.676128] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.676129] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
[    0.676130] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
[    0.676131] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
[    0.676132] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
[    0.676132] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
[    0.676133] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
[    0.676134] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
[    0.676135] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
[    0.676136] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
[    0.676137] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
[    0.676138] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
[    0.676138] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
[    0.676139] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
[    0.676140] pci_bus 0000:00: root bus resource [mem 0x70000000-0xdfffffff window]
[    0.676141] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff window]
[    0.676142] pci_bus 0000:00: root bus resource [bus 00-fe]
[    0.676149] pci 0000:00:00.0: [8086:5910] type 00 class 0x060000
[    0.676250] pci 0000:00:01.0: [8086:1901] type 01 class 0x060400
[    0.676285] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    0.676437] pci 0000:00:02.0: [8086:591b] type 00 class 0x030000
[    0.676446] pci 0000:00:02.0: reg 0x10: [mem 0xdd000000-0xddffffff 64bit]
[    0.676451] pci 0000:00:02.0: reg 0x18: [mem 0xa0000000-0xbfffffff 64bit pref]
[    0.676454] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.676621] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.676640] pci 0000:00:14.0: reg 0x10: [mem 0xdf410000-0xdf41ffff 64bit]
[    0.676699] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.676865] pci 0000:00:14.2: [8086:a131] type 00 class 0x118000
[    0.676884] pci 0000:00:14.2: reg 0x10: [mem 0xdf42e000-0xdf42efff 64bit]
[    0.677028] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.677051] pci 0000:00:16.0: reg 0x10: [mem 0xdf42d000-0xdf42dfff 64bit]
[    0.677115] pci 0000:00:16.0: PME# supported from D3hot
[    0.677243] pci 0000:00:17.0: [8086:a103] type 00 class 0x010601
[    0.677258] pci 0000:00:17.0: reg 0x10: [mem 0xdf428000-0xdf429fff]
[    0.677264] pci 0000:00:17.0: reg 0x14: [mem 0xdf42c000-0xdf42c0ff]
[    0.677270] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.677276] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.677282] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.677288] pci 0000:00:17.0: reg 0x24: [mem 0xdf42b000-0xdf42b7ff]
[    0.677322] pci 0000:00:17.0: PME# supported from D3hot
[    0.677438] pci 0000:00:1c.0: [8086:a110] type 01 class 0x060400
[    0.677500] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.677639] pci 0000:00:1c.4: [8086:a114] type 01 class 0x060400
[    0.677694] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.677822] pci 0000:00:1c.6: [8086:a116] type 01 class 0x060400
[    0.677877] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    0.678011] pci 0000:00:1f.0: [8086:a152] type 00 class 0x060100
[    0.678212] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.678224] pci 0000:00:1f.2: reg 0x10: [mem 0xdf424000-0xdf427fff]
[    0.678363] pci 0000:00:1f.3: [8086:a171] type 00 class 0x040300
[    0.678387] pci 0000:00:1f.3: reg 0x10: [mem 0xdf420000-0xdf423fff 64bit]
[    0.678409] pci 0000:00:1f.3: reg 0x20: [mem 0xdf400000-0xdf40ffff 64bit]
[    0.678452] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.678613] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.678672] pci 0000:00:1f.4: reg 0x10: [mem 0xdf42a000-0xdf42a0ff 64bit]
[    0.678741] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.678944] pci 0000:01:00.0: [10de:1c8c] type 00 class 0x030200
[    0.678957] pci 0000:01:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    0.678964] pci 0000:01:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    0.678971] pci 0000:01:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    0.678976] pci 0000:01:00.0: reg 0x24: [io  0xe000-0xe07f]
[    0.678981] pci 0000:01:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    0.688030] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.688032] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.688034] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.688037] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.688148] pci 0000:02:00.0: [1b21:1242] type 00 class 0x0c0330
[    0.688178] pci 0000:02:00.0: reg 0x10: [mem 0xdf300000-0xdf307fff 64bit]
[    0.688290] pci 0000:02:00.0: PME# supported from D3hot D3cold
[    0.700075] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.700078] pci 0000:00:1c.0:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.700153] pci 0000:03:00.0: [10ec:5287] type 00 class 0xff0000
[    0.700177] pci 0000:03:00.0: reg 0x10: [mem 0xdf215000-0xdf215fff]
[    0.700216] pci 0000:03:00.0: reg 0x30: [mem 0xdf200000-0xdf20ffff pref]
[    0.700293] pci 0000:03:00.0: supports D1 D2
[    0.700294] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.700374] pci 0000:03:00.1: [10ec:8168] type 00 class 0x020000
[    0.700400] pci 0000:03:00.1: reg 0x10: [io  0xd000-0xd0ff]
[    0.700423] pci 0000:03:00.1: reg 0x18: [mem 0xdf214000-0xdf214fff 64bit]
[    0.700438] pci 0000:03:00.1: reg 0x20: [mem 0xdf210000-0xdf213fff 64bit]
[    0.700519] pci 0000:03:00.1: supports D1 D2
[    0.700520] pci 0000:03:00.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.712025] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.712028] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.712030] pci 0000:00:1c.4:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.712116] pci 0000:04:00.0: [8086:24fd] type 00 class 0x028000
[    0.712163] pci 0000:04:00.0: reg 0x10: [mem 0xdf100000-0xdf101fff 64bit]
[    0.712332] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.724039] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.724043] pci 0000:00:1c.6:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.724059] pci_bus 0000:00: on NUMA node 0
[    0.725022] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725066] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.725109] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725151] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725193] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725234] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725276] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725318] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.725612] ACPI: Enabled 4 GPEs in block 00 to 7F
[    0.725717] ACPI: EC: interrupt unblocked
[    0.725729] ACPI: EC: event unblocked
[    0.725740] ACPI: \_SB_.PCI0.LPCB.EC__: GPE=0x3, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.725741] ACPI: \_SB_.PCI0.LPCB.EC__: Used as boot DSDT EC to handle transactions and events
[    0.725787] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.725787] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.725787] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.725787] vgaarb: loaded
[    0.725787] EDAC MC: Ver: 3.0.0
[    0.725787] Registered efivars operations
[    0.725787] PCI: Using ACPI for IRQ routing
[    0.753771] PCI: pci_cache_line_size set to 64 bytes
[    0.753846] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.753849] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    0.753850] e820: reserve RAM buffer [mem 0x657b6000-0x67ffffff]
[    0.753850] e820: reserve RAM buffer [mem 0x69a08000-0x6bffffff]
[    0.753851] e820: reserve RAM buffer [mem 0x6a91d000-0x6bffffff]
[    0.753852] e820: reserve RAM buffer [mem 0x6b400000-0x6bffffff]
[    0.753925] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.753925] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.756016] clocksource: Switched to clocksource hpet
[    0.762881] VFS: Disk quotas dquot_6.6.0
[    0.762905] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.762945] pnp: PnP ACPI init
[    0.763124] system 00:00: [io  0x0680-0x069f] has been reserved
[    0.763126] system 00:00: [io  0xffff] has been reserved
[    0.763127] system 00:00: [io  0xffff] has been reserved
[    0.763128] system 00:00: [io  0xffff] has been reserved
[    0.763129] system 00:00: [io  0x1800-0x18fe] has been reserved
[    0.763130] system 00:00: [io  0x164e-0x164f] has been reserved
[    0.763131] system 00:00: [io  0x3322-0x3323] has been reserved
[    0.763133] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763207] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.763208] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763224] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.763252] system 00:03: [io  0x1854-0x1857] has been reserved
[    0.763254] system 00:03: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    0.763271] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.763372] pnp 00:05: Plug and Play ACPI device, IDs SYN1222 PNP0f13 (active)
[    0.763551] system 00:06: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.763552] system 00:06: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.763553] system 00:06: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.763554] system 00:06: [mem 0xe0000000-0xefffffff] has been reserved
[    0.763555] system 00:06: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.763556] system 00:06: [mem 0xfed90000-0xfed93fff] has been reserved
[    0.763557] system 00:06: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.763558] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    0.763560] system 00:06: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.763561] system 00:06: [mem 0xdffe0000-0xdfffffff] has been reserved
[    0.763562] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763595] system 00:07: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.763596] system 00:07: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.763597] system 00:07: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.763598] system 00:07: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.763599] system 00:07: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.763600] system 00:07: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.763601] system 00:07: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.763602] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.763854] system 00:08: [io  0xff00-0xfffe] has been reserved
[    0.763856] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.764840] system 00:09: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.764841] system 00:09: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.764842] system 00:09: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.764844] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.765364] pnp: PnP ACPI: found 10 devices
[    0.765366] PnPBIOS: Disabled
[    0.804947] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.804968] pci 0000:00:01.0: PCI bridge to [bus 01]
[    0.804970] pci 0000:00:01.0:   bridge window [io  0xe000-0xefff]
[    0.804972] pci 0000:00:01.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    0.804974] pci 0000:00:01.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.804977] pci 0000:00:1c.0: PCI bridge to [bus 02]
[    0.804980] pci 0000:00:1c.0:   bridge window [mem 0xdf300000-0xdf3fffff]
[    0.804985] pci 0000:00:1c.4: PCI bridge to [bus 03]
[    0.804986] pci 0000:00:1c.4:   bridge window [io  0xd000-0xdfff]
[    0.804989] pci 0000:00:1c.4:   bridge window [mem 0xdf200000-0xdf2fffff]
[    0.804994] pci 0000:00:1c.6: PCI bridge to [bus 04]
[    0.804996] pci 0000:00:1c.6:   bridge window [mem 0xdf100000-0xdf1fffff]
[    0.805002] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.805003] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.805004] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.805005] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
[    0.805005] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
[    0.805006] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
[    0.805007] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
[    0.805008] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
[    0.805009] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
[    0.805010] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
[    0.805011] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
[    0.805012] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
[    0.805012] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
[    0.805013] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
[    0.805014] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
[    0.805015] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
[    0.805016] pci_bus 0000:00: resource 20 [mem 0x70000000-0xdfffffff window]
[    0.805017] pci_bus 0000:00: resource 21 [mem 0xfd000000-0xfe7fffff window]
[    0.805018] pci_bus 0000:01: resource 0 [io  0xe000-0xefff]
[    0.805019] pci_bus 0000:01: resource 1 [mem 0xde000000-0xdf0fffff]
[    0.805020] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    0.805021] pci_bus 0000:02: resource 1 [mem 0xdf300000-0xdf3fffff]
[    0.805022] pci_bus 0000:03: resource 0 [io  0xd000-0xdfff]
[    0.805022] pci_bus 0000:03: resource 1 [mem 0xdf200000-0xdf2fffff]
[    0.805023] pci_bus 0000:04: resource 1 [mem 0xdf100000-0xdf1fffff]
[    0.805136] NET: Registered protocol family 2
[    0.805248] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
[    0.805256] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
[    0.805266] TCP: Hash tables configured (established 8192 bind 8192)
[    0.805281] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.805284] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.805308] NET: Registered protocol family 1
[    0.805319] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.805691] PCI: CLS 64 bytes, default 64
[    0.805714] Unpacking initramfs...
[    3.059739] Freeing initrd memory: 22612K
[    3.059827] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2879c5f06f2, max_idle_ns: 440795220049 ns
[    3.060589] audit: initializing netlink subsys (disabled)
[    3.060690] audit: type=2000 audit(1527689650.060:1): state=initialized audit_enabled=0 res=1
[    3.060920] workingset: timestamp_bits=14 max_order=19 bucket_order=5
[    3.061215] zbud: loaded
[    3.811961] Key type asymmetric registered
[    3.811962] Asymmetric key parser 'x509' registered
[    3.811968] bounce: pool size: 64 pages
[    3.811975] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    3.812289] io scheduler noop registered
[    3.812289] io scheduler deadline registered
[    3.812298] io scheduler cfq registered (default)
[    3.812299] io scheduler mq-deadline registered
[    3.812979] efifb: probing for efifb
[    3.812993] efifb: framebuffer at 0xa0000000, using 8128k, total 8128k
[    3.812994] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[    3.812994] efifb: scrolling: redraw
[    3.812996] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.817398] Console: switching to colour frame buffer device 240x67
[    3.821670] fb0: EFI VGA frame buffer device
[    3.821675] intel_idle: MWAIT substates: 0x11142120
[    3.821676] intel_idle: v0.4.1 model 0x9E
[    3.822182] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.822306] GHES: HEST is not enabled!
[    3.822393] isapnp: Scanning for PnP cards...
[    4.092520] clocksource: Switched to clocksource tsc
[    4.180025] isapnp: No Plug & Play device found
[    4.180071] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    4.180479] Linux agpgart interface v0.103
[    4.260119] tpm_tis MSFT0101:00: 2.0 TPM (device-id 0x1A, rev-id 16)
[    5.029883] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:SYNM] at 0x60,0x64 irq 1,12
[    5.036081] i8042: Detected active multiplexing controller, rev 1.1
[    5.038488] serio: i8042 KBD port at 0x60,0x64 irq 1
[    5.038491] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    5.038512] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    5.038527] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    5.038542] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    5.038615] mousedev: PS/2 mouse device common for all mice
[    5.039639] rtc_cmos 00:02: RTC can wake from S4
[    5.040009] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[    5.040088] rtc_cmos 00:02: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    5.040099] intel_pstate: Intel P-state driver initializing
[    5.040139] intel_pstate: Disabling energy efficiency optimization
[    5.040529] intel_pstate: HWP enabled
[    5.040874] ledtrig-cpu: registered to indicate activity on CPUs
[    5.041130] NET: Registered protocol family 10
[    5.041314] Segment Routing with IPv6
[    5.041345] mip6: Mobile IPv6
[    5.041346] NET: Registered protocol family 17
[    5.041347] mpls_gso: MPLS GSO support
[    5.041907] microcode: sig=0x906e9, pf=0x20, revision=0x5e
[    5.042125] microcode: Microcode Update Driver: v2.2.
[    5.042127] Using IPI No-Shortcut mode
[    5.042143] sched_clock: Marking stable (5042122553, 0)->(5044131633, -2009080)
[    5.042652] registered taskstats version 1
[    5.042660] zswap: loaded using pool lzo/zbud
[    5.043414] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    6.114289] rtc_cmos 00:02: setting system clock to 2018-05-30 14:14:13 UTC (1527689653)
[    6.114393] PM: Hibernation image not present or could not be loaded.
[    6.116309] Freeing unused kernel memory: 764K
[    6.116490] Write protecting the kernel text: 5824k
[    6.116595] Write protecting the kernel read-only data: 1868k
[    6.185068] hidraw: raw HID events driver (C) Jiri Kosina
[    6.190680] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    6.190720] thermal LNXTHERM:00: registered as thermal_zone0
[    6.190721] ACPI: Thermal Zone [TZ0] (49 C)
[    6.191908] ACPI: bus type USB registered
[    6.191923] usbcore: registered new interface driver usbfs
[    6.191936] usbcore: registered new interface driver hub
[    6.191955] usbcore: registered new device driver usb
[    6.192150] rtsx_pci 0000:03:00.0: enabling device (0000 -> 0002)
[    6.192393] SCSI subsystem initialized
[    6.192593] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    6.192598] r8169 0000:03:00.1: can't disable ASPM; OS doesn't have ASPM control
[    6.193215] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.193220] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    6.193231] libata version 3.00 loaded.
[    6.194296] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00109810
[    6.194300] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    6.194367] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    6.194367] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.194368] usb usb1: Product: xHCI Host Controller
[    6.194369] usb usb1: Manufacturer: Linux 4.13.0-1-686 xhci-hcd
[    6.194369] usb usb1: SerialNumber: 0000:00:14.0
[    6.194446] hub 1-0:1.0: USB hub found
[    6.194461] hub 1-0:1.0: 16 ports detected
[    6.194970] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    6.194974] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    6.194995] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    6.194996] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.194996] usb usb2: Product: xHCI Host Controller
[    6.194997] usb usb2: Manufacturer: Linux 4.13.0-1-686 xhci-hcd
[    6.194998] usb usb2: SerialNumber: 0000:00:14.0
[    6.195063] hub 2-0:1.0: USB hub found
[    6.195072] hub 2-0:1.0: 8 ports detected
[    6.195204] usb: port power management may be unreliable
[    6.195541] i801_smbus 0000:00:1f.4: SPD Write Disable is set
[    6.195542] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    6.195545] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[    6.195574] i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
[    6.196771] ahci 0000:00:17.0: version 3.0
[    6.196924] ahci 0000:00:17.0: SSS flag set, parallel bus scan disabled
[    6.196955] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 3 ports 6 Gbps 0x5 impl SATA mode
[    6.196957] ahci 0000:00:17.0: flags: 64bit ncq sntf stag pm led clo only pio slum part ems deso sadm sds apst 
[    6.208985] r8169 0000:03:00.1 eth0: RTL8411 at 0xf8044000, 80:fa:5b:49:78:54, XID 1c800880 IRQ 123
[    6.208986] r8169 0000:03:00.1 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    6.212482] scsi host0: ahci
[    6.212689] scsi host1: ahci
[    6.212916] scsi host2: ahci
[    6.212995] ata1: SATA max UDMA/133 abar m2048@0xdf42b000 port 0xdf42b100 irq 122
[    6.212995] ata2: DUMMY
[    6.212997] ata3: SATA max UDMA/133 abar m2048@0xdf42b000 port 0xdf42b200 irq 122
[    6.254488] xhci_hcd 0000:02:00.0: hcc params 0x0200eec1 hci version 0x110 quirks 0x00000010
[    6.254646] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    6.254647] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.254648] usb usb3: Product: xHCI Host Controller
[    6.254648] usb usb3: Manufacturer: Linux 4.13.0-1-686 xhci-hcd
[    6.254649] usb usb3: SerialNumber: 0000:02:00.0
[    6.254756] hub 3-0:1.0: USB hub found
[    6.254778] hub 3-0:1.0: 2 ports detected
[    6.254865] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    6.254868] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
[    6.254940] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    6.254948] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    6.254948] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    6.254949] usb usb4: Product: xHCI Host Controller
[    6.254950] usb usb4: Manufacturer: Linux 4.13.0-1-686 xhci-hcd
[    6.254950] usb usb4: SerialNumber: 0000:02:00.0
[    6.255049] hub 4-0:1.0: USB hub found
[    6.255053] hub 4-0:1.0: 2 ports detected
[    6.520043] usb 1-2: new high-speed USB device number 2 using xhci_hcd
[    6.527777] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.528418] ata1.00: ATA-9: PLEXTOR PX-256S3G, 1.02, max UDMA/133
[    6.528419] ata1.00: 500118192 sectors, multi 2: LBA48 NCQ (depth 31/32), AA
[    6.528526] ata1.00: configured for UDMA/133
[    6.528714] scsi 0:0:0:0: Direct-Access     ATA      PLEXTOR PX-256S3 1.02 PQ: 0 ANSI: 5
[    6.640093] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    6.669184] usb 1-2: New USB device found, idVendor=04f2, idProduct=b5a7
[    6.669185] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.669186] usb 1-2: Product: Chicony USB 2.0 Camera
[    6.669187] usb 1-2: Manufacturer: SunplusIT Inc
[    6.788048] usb 1-3: new full-speed USB device number 3 using xhci_hcd
[    6.842598] usb 3-1: New USB device found, idVendor=0781, idProduct=5406
[    6.842599] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.842600] usb 3-1: Product: U3 Cruzer Micro
[    6.842601] usb 3-1: Manufacturer: SanDisk Corporation
[    6.842601] usb 3-1: SerialNumber: 0000174B6A62297D
[    6.854139] usb-storage 3-1:1.0: USB Mass Storage device detected
[    6.854453] scsi host3: usb-storage 3-1:1.0
[    6.854523] usbcore: registered new interface driver usb-storage
[    6.854836] usbcore: registered new interface driver uas
[    6.928937] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2b
[    6.928939] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.939073] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    6.940245] ata3.00: ATA-8: HGST HTS721010A9E630, JB0OA3U0, max UDMA/133
[    6.940246] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    6.941508] ata3.00: configured for UDMA/133
[    6.941681] scsi 2:0:0:0: Direct-Access     ATA      HGST HTS721010A9 A3U0 PQ: 0 ANSI: 5
[    7.048039] usb 1-7: new full-speed USB device number 4 using xhci_hcd
[    7.102563] sd 2:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    7.102564] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[    7.102594] sd 2:0:0:0: [sdb] Write Protect is off
[    7.102596] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    7.102605] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    7.102629] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.102659] sd 0:0:0:0: [sda] Write Protect is off
[    7.102660] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    7.102680] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    7.104200]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    7.104592] sd 0:0:0:0: [sda] Attached SCSI disk
[    7.193780] usb 1-7: New USB device found, idVendor=1c7a, idProduct=0603
[    7.193781] usb 1-7: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.193782] usb 1-7: Product: EgisTec_ES603
[    7.193783] usb 1-7: Manufacturer: EgisTec
[    7.403522]  sdb: sdb1 sdb2 sdb3 sdb4
[    7.404515] sd 2:0:0:0: [sdb] Attached SCSI disk
[    7.512873] psmouse serio2: synaptics: queried max coordinates: x [..5674], y [..4764]
[    7.638027] psmouse serio2: synaptics: queried min coordinates: x [1266..], y [1086..]
[    7.638030] psmouse serio2: synaptics: The touchpad can support a better bus than the too old PS/2 protocol. Make sure MOUSE_PS2_SYNAPTICS_SMBUS and RMI4_SMB are enabled to get a better touchpad experience.
[    7.805495] psmouse serio2: synaptics: Touchpad model: 1, fw: 8.2, id: 0x1e2b1, caps: 0xf00223/0x840300/0x26800/0x0, board id: 3189, fw id: 2302754
[    7.859002] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio2/input/input8
[    7.869125] scsi 3:0:0:0: Direct-Access     SanDisk  U3 Cruzer Micro  3.21 PQ: 0 ANSI: 2
[    7.869521] scsi 3:0:0:1: CD-ROM            SanDisk  U3 Cruzer Micro  3.21 PQ: 0 ANSI: 2
[    7.871837] sd 3:0:0:0: [sdc] 1994385 512-byte logical blocks: (1.02 GB/974 MiB)
[    7.872109] sd 3:0:0:0: [sdc] Write Protect is off
[    7.872114] sd 3:0:0:0: [sdc] Mode Sense: 03 00 00 00
[    7.872364] sd 3:0:0:0: [sdc] No Caching mode page found
[    7.872431] sd 3:0:0:0: [sdc] Assuming drive cache: write through
[    7.873777] sr 3:0:0:1: [sr0] scsi3-mmc drive: 8x/40x writer xa/form2 cdda tray
[    7.873780] cdrom: Uniform CD-ROM driver Revision: 3.20
[    7.874084] sr 3:0:0:1: Attached scsi CD-ROM sr0
[    7.900970]  sdc: sdc1 sdc2
[    7.904489] sd 3:0:0:0: [sdc] Attached SCSI removable disk
[    7.956081] xhci_hcd 0000:02:00.0: WARN Event TRB for slot 1 ep 2 with no TDs queued?
[    8.190928] Atheros(R) L2 Ethernet Driver - version 2.2.3
[    8.190931] Copyright (c) 2007 Atheros Corporation.
[    8.198349] pps_core: LinuxPPS API ver. 1 registered
[    8.198351] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    8.198798] PTP clock support registered
[    8.201622] bnx2x: QLogic 5771x/578xx 10/20-Gigabit Ethernet Driver bnx2x 1.712.30-0 (2014/02/10)
[    8.215435] device-mapper: uevent: version 1.0.3
[    8.215570] device-mapper: ioctl: 4.36.0-ioctl (2017-06-09) initialised: dm-devel@redhat.com
[    8.304009] raid6: mmxx1    gen()  5471 MB/s
[    8.372002] raid6: mmxx2    gen()  7845 MB/s
[    8.440005] raid6: sse1x1   gen()  6791 MB/s
[    8.508008] raid6: sse1x2   gen()  7838 MB/s
[    8.544001] CPU7: Core temperature above threshold, cpu clock throttled (total events = 1)
[    8.544002] CPU3: Core temperature above threshold, cpu clock throttled (total events = 1)
[    8.544004] CPU3: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.544037] CPU4: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.544038] CPU1: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.544039] CPU5: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.544040] CPU0: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.544041] CPU6: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.544042] CPU2: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.544237] CPU7: Package temperature above threshold, cpu clock throttled (total events = 1)
[    8.545022] CPU7: Core temperature/speed normal
[    8.545023] CPU3: Core temperature/speed normal
[    8.545023] CPU3: Package temperature/speed normal
[    8.545024] CPU7: Package temperature/speed normal
[    8.545058] CPU2: Package temperature/speed normal
[    8.545059] CPU4: Package temperature/speed normal
[    8.545060] CPU0: Package temperature/speed normal
[    8.545061] CPU1: Package temperature/speed normal
[    8.545061] CPU5: Package temperature/speed normal
[    8.545062] CPU6: Package temperature/speed normal
[    8.576003] raid6: sse2x1   gen() 13669 MB/s
[    8.644027] raid6: sse2x1   xor()  9814 MB/s
[    8.712002] raid6: sse2x2   gen() 16585 MB/s
[    8.780004] raid6: sse2x2   xor() 11316 MB/s
[    8.848004] raid6: avx2x1   gen() 25833 MB/s
[    8.916003] raid6: avx2x1   xor() 18175 MB/s
[    8.984003] raid6: avx2x2   gen() 29591 MB/s
[    9.052002] raid6: avx2x2   xor() 20387 MB/s
[    9.052003] raid6: using algorithm avx2x2 gen() 29591 MB/s
[    9.052003] raid6: .... xor() 20387 MB/s, rmw enabled
[    9.052004] raid6: using avx2x1 recovery algorithm
[    9.052342] xor: automatically using best checksumming function   avx       
[    9.052568] async_tx: api initialized (async)
[    9.182453] ISO 9660 Extensions: Microsoft Joliet Level 3
[    9.185985] ISO 9660 Extensions: RRIP_1991A
[    9.212734] loop: module loaded
[    9.257285] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    9.780329] random: crng init done
[   11.007404] ip_tables: (C) 2000-2006 Netfilter Core Team
[   11.199176] systemd[1]: systemd 234 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN default-hierarchy=hybrid)
[   11.199359] systemd[1]: Detected architecture x86.
[   11.211907] systemd[1]: Set hostname to <localhost.localdomain>.
[   11.212367] systemd[1]: Initializing machine ID from random generator.
[   11.409899] systemd[1]: Unnecessary job for U3_Cruzer_Micro GParted-live was removed.
[   11.410026] systemd[1]: Listening on Journal Socket.
[   11.410068] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[   11.410104] systemd[1]: Listening on Journal Audit Socket.
[   11.410120] systemd[1]: Listening on LVM2 metadata daemon socket.
[   11.410144] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   11.734725] systemd-journald[452]: Received request to flush runtime journal from PID 1
[   11.925779] fuse init (API version 7.26)
[   12.192098] SGI XFS with ACLs, security attributes, realtime, no debug enabled
[   12.315340] JFS: nTxBlock = 8192, nTxLock = 65536
[   12.541620] Loading iSCSI transport class v2.0-870.
[   12.704578] iscsi: registered transport (tcp)
[   13.081782] iscsi: registered transport (iser)
[   18.080596] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input11
[   18.080609] ACPI: Power Button [PWRB]
[   18.080644] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input12
[   18.080653] ACPI: Sleep Button [SLPB]
[   18.080987] ACPI: Battery Slot [BAT0] (battery present)
[   18.082016] ACPI: AC Adapter [AC] (on-line)
[   18.082093] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input13
[   18.082130] ACPI: Lid Switch [LID0]
[   18.082162] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input14
[   18.082169] ACPI: Power Button [PWRF]
[   18.402887] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   18.402907] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   18.402923] sd 3:0:0:0: Attached scsi generic sg2 type 0
[   18.402939] sr 3:0:0:1: Attached scsi generic sg3 type 5
[   18.427168] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[   18.482716] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   18.648029] media: Linux media interface: v0.10
[   18.693295] RAPL PMU: API unit is 2^-32 Joules, 5 fixed counters, 655360 ms ovfl timer
[   18.693297] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   18.693297] RAPL PMU: hw unit of domain package 2^-14 Joules
[   18.693298] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   18.693298] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   18.693298] RAPL PMU: hw unit of domain psys 2^-14 Joules
[   18.712789] iTCO_vendor_support: vendor-support=0
[   18.731911] mei_me 0000:00:16.0: enabling device (0000 -> 0002)
[   18.808508] Linux video capture interface: v2.00
[   18.993023] input: PC Speaker as /devices/platform/pcspkr/input/input15
[   19.163253] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   19.163380] iTCO_wdt: Found a Intel PCH TCO device (Version=4, TCOBASE=0x0400)
[   19.163483] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   19.628420] snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
[   19.691781] snd_hda_intel 0000:00:1f.3: failed to add i915 component master (-19)
[   19.746336] uvcvideo: Found UVC 1.00 device Chicony USB 2.0 Camera (04f2:b5a7)
[   19.753779] uvcvideo 1-2:1.0: Entity type for entity Extension 4 was not initialized!
[   19.753781] uvcvideo 1-2:1.0: Entity type for entity Extension 3 was not initialized!
[   19.753782] uvcvideo 1-2:1.0: Entity type for entity Processing 2 was not initialized!
[   19.753782] uvcvideo 1-2:1.0: Entity type for entity Camera 1 was not initialized!
[   19.753827] input: Chicony USB 2.0 Camera: Chicony as /devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input16
[   19.753862] usbcore: registered new interface driver uvcvideo
[   19.753862] USB Video Class driver (1.1.1)
[   19.773946] Bluetooth: Core ver 2.22
[   19.773954] NET: Registered protocol family 31
[   19.773954] Bluetooth: HCI device and connection manager initialized
[   19.773956] Bluetooth: HCI socket layer initialized
[   19.773957] Bluetooth: L2CAP socket layer initialized
[   19.773961] Bluetooth: SCO socket layer initialized
[   20.027209] Intel(R) Wireless WiFi driver for Linux
[   20.027210] Copyright(c) 2003- 2015 Intel Corporation
[   20.027265] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[   20.118648] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-33.ucode (-2)
[   20.118673] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-33.ucode failed with error -2
[   20.118684] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-32.ucode (-2)
[   20.118706] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-32.ucode failed with error -2
[   20.118714] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-31.ucode (-2)
[   20.118740] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-31.ucode failed with error -2
[   20.118748] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-30.ucode (-2)
[   20.118769] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-30.ucode failed with error -2
[   20.118777] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-29.ucode (-2)
[   20.118798] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-29.ucode failed with error -2
[   20.118806] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-28.ucode (-2)
[   20.118827] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-28.ucode failed with error -2
[   20.118834] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-27.ucode (-2)
[   20.118855] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-27.ucode failed with error -2
[   20.118863] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-26.ucode (-2)
[   20.118884] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-26.ucode failed with error -2
[   20.118892] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-25.ucode (-2)
[   20.118913] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-25.ucode failed with error -2
[   20.118921] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-24.ucode (-2)
[   20.118942] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-24.ucode failed with error -2
[   20.118950] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-23.ucode (-2)
[   20.118970] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-23.ucode failed with error -2
[   20.118978] iwlwifi 0000:04:00.0: firmware: failed to load iwlwifi-8265-22.ucode (-2)
[   20.118999] iwlwifi 0000:04:00.0: Direct firmware load for iwlwifi-8265-22.ucode failed with error -2
[   20.119000] iwlwifi 0000:04:00.0: minimum version required: iwlwifi-8265-22
[   20.119020] iwlwifi 0000:04:00.0: maximum version supported: iwlwifi-8265-33
[   20.119039] iwlwifi 0000:04:00.0: check git://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git
[   20.143120] Bluetooth: HCI UART driver ver 2.3
[   20.143121] Bluetooth: HCI UART protocol H4 registered
[   20.143121] Bluetooth: HCI UART protocol BCSP registered
[   20.143122] Bluetooth: HCI UART protocol ATH3K registered
[   20.143122] Bluetooth: HCI UART protocol Three-wire (H5) registered
[   20.143140] Bluetooth: HCI UART protocol Intel registered
[   20.143147] Bluetooth: HCI UART protocol Broadcom registered
[   20.143147] Bluetooth: HCI UART protocol QCA registered
[   20.143148] Bluetooth: HCI UART protocol AG6XX registered
[   20.143148] Bluetooth: HCI UART protocol Marvell registered
[   20.163228] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC269VC: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[   20.163229] snd_hda_codec_realtek hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   20.163230] snd_hda_codec_realtek hdaudioC0D0:    hp_outs=1 (0x15/0x0/0x0/0x0/0x0)
[   20.163230] snd_hda_codec_realtek hdaudioC0D0:    mono: mono_out=0x0
[   20.163231] snd_hda_codec_realtek hdaudioC0D0:    inputs:
[   20.163232] snd_hda_codec_realtek hdaudioC0D0:      Mic=0x18
[   20.163233] snd_hda_codec_realtek hdaudioC0D0:      Internal Mic=0x12
[   20.164383] usbcore: registered new interface driver btusb
[   20.165794] Bluetooth: hci0: Bootloader revision 0.0 build 26 week 38 2015
[   20.166800] Bluetooth: hci0: Device revision is 16
[   20.166800] Bluetooth: hci0: Secure boot is enabled
[   20.166801] Bluetooth: hci0: OTP lock is enabled
[   20.166801] Bluetooth: hci0: API lock is enabled
[   20.166802] Bluetooth: hci0: Debug lock is disabled
[   20.166802] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[   20.223850] bluetooth hci0: firmware: failed to load intel/ibt-12-16.sfi (-2)
[   20.223891] bluetooth hci0: Direct firmware load for intel/ibt-12-16.sfi failed with error -2
[   20.223893] Bluetooth: hci0: Failed to load Intel firmware file (-2)
[   20.269980] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
[   20.289864] snd_hda_codec_hdmi hdaudioC0D2: No i915 binding for Intel HDMI/DP codec
[   20.305831] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1f.3/sound/card0/input17
[   20.306498] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1f.3/sound/card0/input18
[   20.306538] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card0/input19
[   20.306577] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card0/input20
[   20.604551] intel_rapl: Found RAPL domain package
[   20.604553] intel_rapl: Found RAPL domain core
[   20.604553] intel_rapl: Found RAPL domain uncore
[   20.604554] intel_rapl: Found RAPL domain dram
[   36.518241] Btrfs loaded, crc32c=crc32c-intel
[   36.912439] NILFS version 2 loaded
[   38.120405]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[  924.140175] usb 1-4: new high-speed USB device number 5 using xhci_hcd
[  924.282680] usb 1-4: New USB device found, idVendor=090c, idProduct=1000
[  924.282685] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  924.282688] usb 1-4: Product: Flash Disk
[  924.282691] usb 1-4: Manufacturer: USB
[  924.282693] usb 1-4: SerialNumber: CCYYMMDDHHmmSS009238
[  924.283403] usb-storage 1-4:1.0: USB Mass Storage device detected
[  924.283707] scsi host4: usb-storage 1-4:1.0
[  925.434181] scsi 4:0:0:0: Direct-Access     USB      Flash Disk       1100 PQ: 0 ANSI: 4
[  925.434843] sd 4:0:0:0: Attached scsi generic sg4 type 0
[  925.435856] sd 4:0:0:0: [sdd] 15644672 512-byte logical blocks: (8.01 GB/7.46 GiB)
[  925.436751] sd 4:0:0:0: [sdd] Write Protect is off
[  925.436755] sd 4:0:0:0: [sdd] Mode Sense: 43 00 00 00
[  925.437619] sd 4:0:0:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[  925.444409]  sdd: sdd1
[  925.447760] sd 4:0:0:0: [sdd] Attached SCSI removable disk
[  948.517662] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 1131.344510] EXT4-fs (sda3): VFS: Can't find ext4 filesystem

As for the device it was purchased in October 2017 so it should not be that old yet.

Last edited by GwenaelVl (2018-05-30 14:48:42)

Offline

#19 2018-05-30 15:14:57

frostschutz
Member
Registered: 2013-11-15
Posts: 1,417

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

No selftest log, but says it failed anyway

Self-test execution status:      ( 112)	The previous self-test completed having
					the read element of the test failed.

I would no longer trust this device with data.

Offline

#20 2018-05-30 15:38:18

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

Is there anything that could have caused this damage or would it just be a faulty disk? I don't believe I dropped it or anything of the sort.

Offline

#21 2018-05-30 15:53:28

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

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

It is a solid state device so less prone to physical damage.  Bad firmware is another possibility.

Offline

#22 2018-05-30 16:08:35

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

Is there anything I could have done unknowingly that might have caused this damage?
I guess that bad firmware is not something that could be solved : /

Last edited by GwenaelVl (2018-05-30 16:09:13)

Offline

#23 2018-05-30 20:36:34

seth
Member
Registered: 2012-09-03
Posts: 51,034

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

There seem no DRDY errors when trying to mount the partition offline, so I'm not 100% convinced that it's toast - many SSDs suck at SMART support.
(Also notice the "Selective Self-tests/Logging not supported" output)

Run badblocks on the partition, in doubt in non-destructive mode (to not accidentally harm your windows installation)
The filesystem is apparently garbage, but that could be the outcome of erroneous trimming, https://wiki.archlinux.org/index.php/So … Drive#TRIM

Notice that my previous statement stands: you may be able to use the disk (it might not be damaged after all), but you should not trust it.
Death to these things usually comes from the controller chip - either buggy firmware or fused. The actual storage is actually pretty robust.

Offline

#24 2018-05-31 08:57:08

GwenaelVl
Member
Registered: 2018-05-29
Posts: 16

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

I started the badblocks run but it seemingly stopped. The output has not changed in the past two hours.

Checking for bad blocks in non-destructive read-write mode
From block 0 to 40959999
Checking for bad blocks (non-destructive read-write test)
Testing with random pattern:   0.00% done, 0:00 elapsed. (0/0/0 errors)0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
  0.00% done, 0:01 elapsed. (81/0/0 errors)81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
  0.00% done, 0:02 elapsed. (164/0/0 errors)164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
  0.00% done, 0:03 elapsed. (247/0/0 errors)247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
  0.00% done, 0:04 elapsed. (331/0/0 errors)331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
  0.00% done, 0:05 elapsed. (414/0/0 errors)414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
  0.00% done, 0:06 elapsed. (497/0/0 errors)497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
  0.00% done, 0:07 elapsed. (580/0/0 errors)580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
  0.00% done, 0:08 elapsed. (662/0/0 errors)662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
  0.00% done, 0:09 elapsed. (745/0/0 errors)745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
  0.00% done, 0:10 elapsed. (829/0/0 errors)829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
  0.00% done, 0:11 elapsed. (912/0/0 errors)912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
  0.00% done, 0:12 elapsed. (995/0/0 errors)996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
  0.00% done, 0:13 elapsed. (1079/0/0 errors)1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
  0.00% done, 0:14 elapsed. (1162/0/0 errors)1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
  0.00% done, 0:15 elapsed. (1246/0/0 errors)1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
  0.00% done, 0:16 elapsed. (1329/0/0 errors)1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
  0.00% done, 0:17 elapsed. (1413/0/0 errors)1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
  0.00% done, 0:18 elapsed. (1497/0/0 errors)1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
  0.00% done, 0:19 elapsed. (1580/0/0 errors)1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
  0.00% done, 0:20 elapsed. (1663/0/0 errors)1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
  0.00% done, 0:21 elapsed. (1747/0/0 errors)1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
  0.00% done, 0:22 elapsed. (1831/0/0 errors)1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
  0.00% done, 0:23 elapsed. (1914/0/0 errors)1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
  0.00% done, 0:24 elapsed. (1997/0/0 errors)1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
  0.01% done, 0:25 elapsed. (2079/0/0 errors)2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
  0.01% done, 0:26 elapsed. (2162/0/0 errors)2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
  0.01% done, 0:27 elapsed. (2245/0/0 errors)2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
  0.01% done, 0:28 elapsed. (2329/0/0 errors)2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
  0.01% done, 0:29 elapsed. (2413/0/0 errors)2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
  0.01% done, 0:30 elapsed. (2497/0/0 errors)2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
  0.01% done, 0:31 elapsed. (2581/0/0 errors)2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
  0.01% done, 0:32 elapsed. (2664/0/0 errors)2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
  0.01% done, 0:34 elapsed. (2748/0/0 errors)2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
  0.01% done, 0:35 elapsed. (2831/0/0 errors)2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
  0.01% done, 0:36 elapsed. (2914/0/0 errors)2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
  0.01% done, 0:37 elapsed. (2998/0/0 errors)2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
  0.01% done, 0:38 elapsed. (3082/0/0 errors)3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
  0.01% done, 0:39 elapsed. (3165/0/0 errors)3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
  0.01% done, 0:40 elapsed. (3248/0/0 errors)3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
  0.01% done, 0:41 elapsed. (3331/0/0 errors)3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
  0.01% done, 0:42 elapsed. (3415/0/0 errors)3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
  0.01% done, 0:43 elapsed. (3499/0/0 errors)3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
  0.01% done, 0:44 elapsed. (3583/0/0 errors)3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
  0.01% done, 0:45 elapsed. (3666/0/0 errors)3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
  0.01% done, 0:46 elapsed. (3750/0/0 errors)3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
  0.01% done, 0:47 elapsed. (3833/0/0 errors)3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
  0.01% done, 0:48 elapsed. (3917/0/0 errors)3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
3992
3993
3994
3995
3996
3997
3998
3999
  0.01% done, 0:49 elapsed. (4000/0/0 errors)4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
4075
4076
4077
4078
4079
4080
4081
4082
4083
  0.01% done, 0:50 elapsed. (4084/0/0 errors)4084
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094
4095
4096
4097
4098
4099
4100
4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
  0.01% done, 0:51 elapsed. (4168/0/0 errors)4168
4169
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
4190
4191
4192
4193
4194
4195
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
  0.01% done, 0:52 elapsed. (4251/0/0 errors)4251
4252
4253
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
4275
4276
4277
4278
4279
4280
4281
4282
4283
4284
4285
4286
4287
4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
4320
4321
4322
4323
4324
4325
4326
4327
4328
4329
4330
4331
4332
4333
4334
  0.01% done, 0:53 elapsed. (4335/0/0 errors)4335
4336
4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
4349
4350
4351
4352
4353
4354
4355
4356
4357
4358
4359
4360
4361
4362
4363
4364
4365
4366
4367
4368
4369
4370
4371
4372
4373
4374
4375
4376
4377
4378
4379
4380
4381
4382
4383
4384
4385
4386
4387
4388
4389
4390
4391
4392
4393
4394
4395
4396
4397
4398
4399
4400
4401
4402
4403
4404
4405
4406
4407
4408
4409
4410
4411
4412
4413
4414
4415
4416
4417
4418
  0.01% done, 0:54 elapsed. (4419/0/0 errors)4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436
4437
4438
4439
4440
4441
4442
4443
4444
4445
4446
4447
4448
4449
4450
4451
4452
4453
4454
4455
4456
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493
4494
4495
4496
4497
4498
4499
4500
4501
4502
  0.01% done, 0:55 elapsed. (4503/0/0 errors)4503
4504
4505
4506
4507
4508
4509
4510
4511
4512
4513
4514
4515
4516
4517
4518
4519
4520
4521
4522
4523
4524
4525
4526
4527
4528
4529
4530
4531
4532
4533
4534
4535
4536
4537
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547
4548
4549
4550
4551
4552
4553
4554
4555
4556
4557
4558
4559
4560
4561
4562
4563
4564
4565
4566
4567
4568
4569
4570
4571
4572
4573
4574
4575
4576
4577
4578
4579
4580
4581
4582
4583
4584
4585
  0.01% done, 0:56 elapsed. (4586/0/0 errors)4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
4610
4611
4612
4613
4614
4615
4616
4617
4618
4619
4620
4621
4622
4623
4624
4625
4626
4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
4646
4647
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657
4658
4659
4660
4661
4662
4663
4664
4665
4666
4667
4668
  0.01% done, 0:57 elapsed. (4669/0/0 errors)4669
4670
4671
4672
4673
4674
4675
4676
4677
4678
4679
4680
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690
4691
4692
4693
4694
4695
4696
4697
4698
4699
4700
4701
4702
4703
4704
4705
4706
4707
4708
4709
4710
4711
4712
4713
4714
4715
4716
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732
4733
4734
4735
4736
4737
4738
4739
4740
4741
4742
4743
4744
4745
4746
4747
4748
4749
4750
4751
  0.01% done, 0:58 elapsed. (4752/0/0 errors)4752
4753
4754
4755
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
4771
4772
4773
4774
4775
4776
4777
4778
4779
4780
4781
4782
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792
4793
4794
4795
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
4815
4816
4817
4818
4819
4820
4821
4822
4823
4824
4825
4826
4827
4828
4829
4830
4831
4832
4833
4834
  0.01% done, 0:59 elapsed. (4835/0/0 errors)4835
4836
4837
4838
4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
4852
4853
4854
4855
4856
4857
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
4875
4876
4877
4878
4879
4880
4881
4882
4883
4884
4885
4886
4887
4888
4889
4890
4891
4892
4893
4894
4895
4896
4897
4898
4899
4900
4901
4902
4903
4904
4905
4906
4907
4908
4909
4910
4911
4912
4913
4914
4915
4916
4917
  0.01% done, 1:00 elapsed. (4918/0/0 errors)4918
4919
4920
4921
4922
4923
4924
4925
4926
4927
4928
4929
4930
4931
4932
4933
4934
4935
4936
4937
4938
4939
4940
4941
4942
4943
4944
4945
4946
4947
4948
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958
4959
4960
4961
4962
4963
4964
4965
4966
4967
4968
4969
4970
4971
4972
4973
4974
4975
4976
4977
4978
4979
4980
4981
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991
4992
4993
4994
4995
4996
4997
4998
4999
5000
5001
  0.01% done, 1:01 elapsed. (5002/0/0 errors)5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
5013
5014
5015
5016
5017
5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
5029
5030
5031
5032
5033
5034
5035
5036
5037
5038
5039
5040
5041
5042
5043
5044
5045
5046
5047
5048
5049
5050
5051
5052
5053
5054
5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
5065
5066
5067
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080
5081
5082
5083
5084
5085
  0.01% done, 1:02 elapsed. (5086/0/0 errors)5086
5087
5088
5089
5090
5091
5092
5093
5094
5095
5096
5097
5098
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110
5111
5112
5113
5114
5115
5116
5117
5118
5119
5120
5121
5122
5123
5124
5125
5126
5127
5128
5129
5130
5131
5132
5133
5134
5135
5136
5137
5138
5139
5140
5141
5142
5143
5144
5145
5146
5147
5148
5149
5150
5151
5152
5153
5154
5155
5156
5157
5158
5159
5160
5161
5162
5163
5164
5165
5166
5167
5168
5169
  0.01% done, 1:03 elapsed. (5170/0/0 errors)5170
5171
5172
5173
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185
5186
5187
5188
5189
5190
5191
5192
5193
5194
5195
5196
5197
5198
5199
5200
5201
5202
5203
5204
5205
5206
5207
5208
5209
5210
5211
5212
5213
5214
5215
5216
5217
5218
5219
5220
5221
5222
5223
5224
5225
5226
5227
5228
5229
5230
5231
5232
5233
5234
5235
5236
5237
5238
5239
5240
5241
5242
5243
5244
5245
5246
5247
5248
5249
5250
5251
5252
5253
  0.01% done, 1:04 elapsed. (5254/0/0 errors)5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
5266
5267
5268
5269
5270
5271
5272
5273
5274
5275
5276
5277
5278
5279
5280
5281
5282
5283
5284
5285
5286
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297
5298
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311
5312
5313
5314
5315
5316
5317
5318
5319
5320
5321
5322
5323
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
  0.01% done, 1:05 elapsed. (5337/0/0 errors)5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358
5359
5360
5361
5362
5363
5364
5365
5366
5367
5368
5369
5370
5371
5372
5373
5374
5375
5376
5377
5378
5379
5380
5381
5382
5383
5384
5385
5386
5387
5388
5389
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
  0.01% done, 1:06 elapsed. (5421/0/0 errors)5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433
5434
5435
5436
5437
5438
5439
5440
5441
5442
5443
5444
5445
5446
5447
5448
5449
5450
5451
5452
5453
5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
5464
5465
5466
5467
5468
5469
5470
5471
5472
5473
5474
5475
5476
5477
5478
5479
5480
5481
5482
5483
5484
5485
5486
5487
5488
5489
5490
5491
5492
5493
5494
5495
5496
5497
5498
5499
5500
5501
5502
5503
5504
  0.01% done, 1:07 elapsed. (5505/0/0 errors)5505
5506
5507
5508
5509
5510
5511
5512
5513
5514
5515
5516
5517
5518
5519
5520
5521
5522
5523
5524
5525
5526
5527
5528
5529
5530
5531
5532
5533
5534
5535
5536
5537
5538
5539
5540
5541
5542
5543
5544
5545
5546
5547
5548
5549
5550
5551
5552
5553
5554
5555
5556
5557
5558
5559
5560
5561
5562
5563
5564
5565
5566
5567
5568
5569
5570
5571
5572
5573
5574
5575
5576
5577
5578
5579
5580
5581
5582
5583
5584
5585
5586
5587
  0.01% done, 1:08 elapsed. (5588/0/0 errors)5588
5589
5590
5591
5592
5593
5594
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633
5634
5635
5636
5637
5638
5639
5640
5641
5642
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
  0.01% done, 1:09 elapsed. (5671/0/0 errors)5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704
5705
5706
5707
5708
5709
5710
5711
5712
5713
5714
5715
5716
5717
5718
5719
5720
5721
5722
5723
5724
5725
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739
5740
5741
5742
5743
5744
5745
5746
5747
5748
5749
5750
5751
5752
  0.01% done, 1:10 elapsed. (5753/0/0 errors)5753
5754
5755
5756
5757
5758
5759
5760
5761
5762
5763
5764
5765
5766
5767
5768
5769
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
5795
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810
5811
5812
5813
5814
5815
5816
5817
5818
5819
5820
5821
5822
5823
5824
5825
5826
5827
5828
5829
5830
5831
5832
5833
5834
5835
5836
  0.01% done, 1:11 elapsed. (5837/0/0 errors)5837
5838
5839
5840
5841
5842
5843
5844
5845
5846
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873
5874
5875
5876
5877
5878
5879
5880
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892
5893
5894
5895
5896
5897
5898
5899
5900
5901
5902
5903
5904
5905
5906
5907
5908
5909
5910
5911
5912
5913
5914
5915
5916
5917
5918
5919
  0.01% done, 1:12 elapsed. (5920/0/0 errors)5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
5985
5986
5987
5988
5989
5990
5991
5992
5993
5994
5995
5996
5997
5998
5999
6000
6001
6002
  0.01% done, 1:13 elapsed. (6003/0/0 errors)6003
6004
6005
6006
6007
6008
6009
6010
6011
6012
6013
6014
6015
6016
6017
6018
6019
6020
6021
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055
6056
6057
6058
6059
6060
6061
6062
6063
6064
6065
6066
6067
6068
6069
6070
6071
6072
6073
6074
6075
6076
6077
6078
6079
6080
6081
6082
6083
6084
6085
  0.01% done, 1:14 elapsed. (6086/0/0 errors)6086
6087
6088
6089
6090
6091
6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
6102
6103
6104
6105
6106
6107
6108
6109
6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
6120
6121
6122
6123
6124
6125
6126
6127
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
6155
6156
6157
6158
6159
6160
6161
6162
6163
6164
6165
6166
6167
6168
6169
  0.02% done, 1:15 elapsed. (6170/0/0 errors)6170
6171
6172
6173
6174
6175
6176
6177
6178
6179
6180
6181
6182

I also want to express my gratitude for all the help and putting up with my noobness

Offline

#25 2018-05-31 12:01:47

seth
Member
Registered: 2012-09-03
Posts: 51,034

Re: Errors upon boot. {drdy} and "#UNCONFIGURED FSTAB FOR BASE SYSTEM"

You'll probably find lots of errors in dmesg again. This isn't the filesystem layer, so unfortunately you must consider the drive broken :-(

Offline

Board footer

Powered by FluxBB