Jump to content
XPEnology Community

TinyCore RedPill Loader (TCRP)


pocopico

Recommended Posts

26 minutes ago, g4sho said:

 

I will look but I have changed nothing in the boot loader., I am using the defaults that come with the latest tinycore build download. It looks like it is the developement branch if what I think I see is correct. But like I said this is what came default with the download as of yesterday. So do I need to edit this to say master branch?

customconfigjson.txt 1.36 kB · 1 download

 

Shouldn't you avoid duplication of dca.ko on the three NICs?

This redundancy is actually
It may be a problem between pocopico.igb and pocopico.ixgbe.
I think a few weeks ago, in a post, we saw that to avoid this, we should use vanilla, which is included by default in DS3622xs+
Shouldn't we build a manual so that pocopico.ixgbe is not automatically included when the DS3622xs+ loader is built?

Edited by Peter Suh
Link to comment
Share on other sites

Il y a 19 heures, pocopico a dit :

 

I'm afraid there is no other option at the moment, you will have to update the loader.

 

Hello, i not agree with this. Until DSM 7.0.1 i was able to patch acpi without loader change by running this script (taken somewhere in this forum)

 

https://1fichier.com/?ho5p48cyue2dvxqgq29r

 

image.png.ea3a9b961c341a9b3328c5ac2d100d09.png

With DSM 7.1, no way found without loader change

Edited by znation
Link to comment
Share on other sites

18 minutes ago, Peter Suh said:

 

Shouldn't you avoid duplication of dca.ko on the two NICs?
I think a few weeks ago, in a post, we saw that to avoid this, we should use vanilla, which is included by default in DS3622xs+
Shouldn't we build a manual so that igbxe is not automatically included when the DS3622xs+ loader is built?

Can you explain what I need to do? For clarification. I am using two(indentical) redpill vm's on one proxmox server. I am passing thru one port each of a two port(10Gbe) nic to each vm. I am checking the 1st vm now that does not exhibit this problem, to see if the custom.config.json, is some how different.

Edited by g4sho
Link to comment
Share on other sites

40 minutes ago, g4sho said:

Can you explain what I need to do? For clarification. I am using two(indentical) redpill vm's on one proxmox server. I am passing thru one port each of a two port(10Gbe) nic to each vm. I am checking the 1st vm now that does not exhibit this problem, to see if the custom.config.json, is some how different.

 

If the redpill-load directory is still in the TC,
Under ./redpill-load/c*/e*, you will see three or more directories as follows:
pocopico.e1000e
pocopico.igb
pocopico.ixgbe

If you don't have a redpill-load in advance,
./rploader.sh build broadwellnk-7.0.1-42218

build first to obtain the redpill-load directory.

Among them, the pocopico.ixgbe is deleted by force with the sudo rm -rf command

Perform the

./rploader.sh build broadwellnk-7.0.1-42218 manual

to rebuild the loader without pocopico.ixgbe.

DS3622xxs+ already contains vanilla ixgbe ext, so I understand that it should not be added again.
Since I don't actually have the above NIC, I haven't tested it myself and only know it in theory.

Edited by Peter Suh
  • Like 1
Link to comment
Share on other sites

[NOTICE]

 

@pocopico's ext, r8152, of the RealTek USB-type NIC has been replaced with the stable bb-qq's r8152.ko.

Normal use is now available.


Both 1GB and 2.5GB speed NICs are supported.

Currently, all six models except the DS1621+ have been tested successfully.
(The V1000 platform, DS1621+, is not yet on the repo of bb-qq.)


The test of the 2.5GB product was helped by @dolbycat.

This requires manual addition of the r8152 ext as "myv.sh" or "rploader.sh".

Since r8152 is not automatically added, there is no need to worry about duplicate generation.

 

@dolbycat's
Reporting for RealTek 2.5g usb NICs.
Maybe it's not limited to 2.5G, but it's also the same for 1G.

The xHCI of the USB option must not be disabled in the BIOS.
Activation must be enabled.

In addition, there is a phenomenon that USB NICs are recognized before internal NICs.

Edited by Peter Suh
Link to comment
Share on other sites

20 minutes ago, Peter Suh said:

 

If the redpill-load directory is still in the TC,
Under ./redpill-load/c*/e*, you will see three or more directories as follows:
pocopico.e1000e
pocopico.igb
pocopico.ixgbe

If you don't have a redpill-load in advance,
./rploader.sh build broadwellnk-7.0.1-42218

build first to obtain the redpill-load directory.

Among them, the pocopico.ixgbe is deleted by force with the sudo rm -rf command

Perform the

./rploader.sh build broadwellnk-7.0.1-42218 manual

to rebuild the loader without pocopico.ixgbe.

DS3622xxs+ already contains vanilla ixgbe ext, so I understand that it should not be added again.
Since I don't actually have the above NIC, I haven't tested it myself and only know it in theory.

Thanks alot Peter!

Link to comment
Share on other sites

On 5/9/2022 at 6:46 PM, flyride said:

Has anyone been able to get an install of DS920+ up and running under ESXi/SATABoot?  If so, please post details.

 

21 hours ago, pocopico said:

I have tested on VMware Workstation, i expect that to work on ESXi as well. The process is more or less the same as physical

1.     Download the TCRP vmdk from REPO.

2.     Create a Virtual machine with at least 2GB RAM

3.     Attach the VMDK to SATA0:0

4.     Data Disks to SATA1:0….X

5.     Boot to tinycore

6.     Perform a rploader.sh upgrade : ./rploader.sh update now

7.     Perform a full upgrade : ./rploader.sh fullupgrade now

8.     Generate a serial : ./rploader.sh serialgen DS920+

9.     Edit user_config.json : make sure SataPortMap=1 or leave default "58"

10.  Check contents of user_config.json : cat user_config.json

11.  Identify required modules and add extensions : ./rploader.sh listmods geminilake-7.1.0-42661

12.  Build loader : ./rploader.sh build geminilake-7.1.0-42661

 

 

Still unsuccessful in making DS920+ and DS1621+ work on ESXi.  I've been able to get a /dev/sata1 device to be generted by manual edit of dts file as outlined in this thread.

While the disk is physically accessible (/dev/sata1 created, fdisk -l provides proper results) it is not usable by to the installation procedure (no disks detected). 

 

Any ideas where to go next?

Link to comment
Share on other sites

12 minutes ago, flyride said:

 

 

 

Still unsuccessful in making DS920+ and DS1621+ work on ESXi.  I've been able to get a /dev/sata1 device to be generted by manual edit of dts file as outlined in this thread.

While the disk is physically accessible (/dev/sata1 created, fdisk -l provides proper results) it is not usable by to the installation procedure (no disks detected). 

 

Any ideas where to go next?

 

Hi, it should work after you edit the /var/run/model.dtb and do a rescan from the GUI

Link to comment
Share on other sites

2 hours ago, Peter Suh said:

 

@pocopico

I'm sorry. I certainly didn't mention baremetal
@Al lex, isn't that baremetal?
The patch you mentioned is for VM only, right?
I just built DS918+ using 0.7.0.7 version with HBA, and as captured, the problem I knew continues even now.
Is it possible to repair the part of the HBA that can't find the uuid like in the log?

 

585861434_2022-05-118_52_59.thumb.png.c67c5f9d2db8e9413e1f3ab1473d913b.png

 

  junior log (Reveal hidden contents)

DiskStation> cat linuxrc.syno.log

START /linuxrc.syno.impl

Insert basic USB modules...

:: Loading module usb-common ... [  OK  ]

:: Loading module usbcore ... [  OK  ]

:: Loading module xhci-hcd ... [  OK  ]

:: Loading module xhci-pci ... [  OK  ]

:: Loading module usb-storage ... [  OK  ]

:: Loading kernel modules from extensions ...

Loading kmod #0 "e1000e.ko" for pocopico.e1000e (args: )

Loading kmod #0 "raid_class.ko" for pocopico.mpt3sas (args: )

Loading kmod #1 "scsi_transport_sas.ko" for pocopico.mpt3sas (args: )

Loading kmod #2 "mpt3sas.ko" for pocopico.mpt3sas (args: )

:: Loading kernel modules from extensions ... [  OK  ]

:: Executing "on_boot" custom scripts ...

Running "check-e1000e.sh" for pocopico.e1000e->on_boot

Loading module e1000e -> Module e1000e loaded succesfully

Ran "check-e1000e.sh" for pocopico.e1000e->on_boot - exit=0

Running "check-mpt3sas.sh" for pocopico.mpt3sas->on_boot

Loading module mpt3sas -> Module mpt3sas loaded succesfully

Ran "check-mpt3sas.sh" for pocopico.mpt3sas->on_boot - exit=0

Running "boot-wait.sh" for redpill-boot-wait->on_boot

Still waiting for boot device (waited 1 of 30 seconds)

Still waiting for boot device (waited 2 of 30 seconds)

Still waiting for boot device (waited 3 of 30 seconds)

Still waiting for boot device (waited 4 of 30 seconds)

Still waiting for boot device (waited 5 of 30 seconds)

Still waiting for boot device (waited 6 of 30 seconds)

Confirmed a valid-looking /dev/synoboot device

Ran "boot-wait.sh" for redpill-boot-wait->on_boot - exit=0

Running "install_rd.sh" for redpill-misc->on_boot

Starting ttyd, listening on port: 7681

Ran "install_rd.sh" for redpill-misc->on_boot - exit=0

:: Executing "on_boot" custom scripts ... [  OK  ]

Extensions processed

Insert net driver(Mindspeed only)...

Starting /usr/syno/bin/synocfgen...

/usr/syno/bin/synocfgen returns 0

Insert synorbd kernel module

Insert synofsbd kernel module

Insert sha256 kernel module

Assemble args: -u 2051472f:f71136d6:3017a5a8:c86610be /dev/sda1 /dev/sde1 /dev/sdf1

mdadm: /dev/sde1 has wrong uuid.

mdadm: /dev/sdf1 has wrong uuid.

mdadm: /dev/md0 has been started with 1 drive (out of 16).

Partition Version=9

/sbin/e2fsck exists, checking /dev/md0...

e2fsck 1.44.1 (24-Mar-2018)

/sbin/e2fsck -yvf returns 0

Mounting /dev/md0 /tmpRoot

------------upgrade

Begin upgrade procedure

Failed to found any patch

No upgrade file found

============upgrade

------------bootup-smallupdate

Failed to AssertFileKeyValueEqual

  value1: /etc.defaults/synoinfo.conf:unique -> synology_apollolake_918+

  value2: /tmpRoot/etc.defaults/synoinfo.conf:unique => synology_v1000_1621+

Skip bootup smallupdate, because root is not matched to junior

============bootup-smallupdate

Failed to AssertFileKeyValueEqual

  value1: /etc.defaults/synoinfo.conf:unique -> synology_apollolake_918+

  value2: /tmpRoot/etc.defaults/synoinfo.conf:unique => synology_v1000_1621+

Exit on error [7] root not matched with junior...

Wed May 11 11:43:42 UTC 2022

/dev/md0 /tmpRoot ext4 rw,relatime,data=ordered

 

 

lrwxrwxrwx    1 root     root             0 May 11 11:43 sda -> ../devices/pci0000:00/0000:00:1f.2/ata1/host0/target0:0:0/0:0:0:0/block/sda

lrwxrwxrwx    1 root     root             0 May 11 11:43 sde -> ../devices/pci0000:00/0000:00:01.0/0000:01:00.0/host4/port-4:0/end_device-4:0/target4:0:0/4:0:0:0/block/sde

lrwxrwxrwx    1 root     root             0 May 11 11:43 sdf -> ../devices/pci0000:00/0000:00:01.0/0000:01:00.0/host4/port-4:1/end_device-4:1/target4:0:1/4:0:1:0/block/sdf

 

 

@pocopico

 

Is it impossible yet?
I have read that the new LSI has no problem, but the old model is difficult to support.
Should I give up for now?

Link to comment
Share on other sites

Is there a place or a thread started for the custom config file settings?

 

As in, how to do the sata port configs and all other configurable items?

 

I have not been able to go past 12 drives in my setup. I have posted my customconfig.json but didn't hear anything back.

 

@pocopico

 

Edited by Chedda
it didn't tag for some reason
Link to comment
Share on other sites

6 minutes ago, Chedda said:

Is there a place or a thread started for the custom config file settings?

 

As in, how to do the sata port configs and all other configurable items?

 

I have not been able to go past 12 drives in my setup. I have posted my customconfig.json but didn't hear anything back.

 

@pocopico

 

 

Set user_config.json as below

 

maxdisks = 36
internalportcfg = 0xfffffffff

  • Like 1
Link to comment
Share on other sites

5 minutes ago, Peter Suh said:

 

@pocopico

 

Is it impossible yet?
I have read that the new LSI has no problem, but the old model is difficult to support.
Should I give up for now?

 

if smartctl --all /dev/sdxx reports serial number correctly it should work. I think it depends on the HBA whether is reports smart data or not.

Link to comment
Share on other sites

Just now, pocopico said:

 

if smartctl --all /dev/sdxx reports serial number correctly it should work. I think it depends on the HBA whether is reports smart data or not.

So I’d just have to rebuild loader after full update to apply the patch?

Link to comment
Share on other sites

16 minutes ago, Peter Suh said:

 

Set user_config.json as below

 

maxdisks = 36
internalportcfg = 0xfffffffff

 

 

As far as I know, DSM 7.0.1 and DS3622XS doesn't use this command anymore. Something has to be done with the sata port mapping and what not. I updated my user_config.json to include your settings. No dice.

Running ESXi and I have the drives as an RDM to the VM.

 

I was able to get drives to show up for the current RAID setup to have drives on 2 different SATA controllers. The first set of drives 2-8 on SATA 1 and the second set 14-16 on SATA 2. The boot is still on SATA 0

 

image.thumb.png.b093233985e41c555346be4439c43617.png

Edited by Chedda
accidentally a number
Link to comment
Share on other sites

2 hours ago, pocopico said:

 

Hi, it should work after you edit the /var/run/model.dtb and do a rescan from the GUI

 

I was able to find a solution with the devices all on the first virtual SATA controller.  I'll post sample dts files when I can get the second controller working.

EDIT: ESXi virtual sata controllers have 30 slots. After the first one, subsequent controller ports that are continuously enumerated in sequence in tinycore, which render them inaddressable. The DTS should be edited so so that all virtual SATA ports are referenced from zero (MOD 30 will handle all possibilities).

 

I assume that this dts/dtb approach to port management means that partial population of a SATA controller will mean non-populated ports are non-functional.  Therefore, a rebuild of the loader would be required if disks were added, correct?

Edited by flyride
  • Like 1
Link to comment
Share on other sites

1 hour ago, flyride said:

 

I was able to find a solution with the devices all on the first virtual SATA controller.  I'll post sample dts files when I can get the second controller working.

 

I assume that this dts/dtb approach to port management means that partial population of a SATA controller will mean non-populated ports are non-functional.  Therefore, a rebuild of the loader would be required if disks were added, correct?

 

Well you can always predict - at least on VMware - what the next data disks ports will be. So i guess you can pre-populate the dts/dtb file with them. 

I think you can also duplicate internal_slotX block to add more disks and we did that with someone but dont remember when and with who.

 

 

Link to comment
Share on other sites

2 hours ago, pocopico said:

 

if smartctl --all /dev/sdxx reports serial number correctly it should work. I think it depends on the HBA whether is reports smart data or not.

 

@pocopico

 

It was possible to use smartctl in DS918+ DSM boot state.
So I checked it like below
The SN of the HDD is accurately displayed.
So what is the problem?

 

Spoiler

root@r8152_test:~# smartctl --all /dev/sde
smartctl 6.5 (build date Oct  7 2021) [x86_64-linux-4.4.180+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Scorpio Black (AF)
Device Model:     WDC WD5000BPKT-22PK4T0
Serial Number:    WD-WX61A81J1357
LU WWN Device Id: 5 0014ee 2b0fb5cfc
Firmware Version: 01.01A01
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Thu May 12 01:44:33 2022 KST
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:  (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:                ( 9180) seconds.
Offline data collection
capabilities:                    (0x7b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine 
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        (  93) minutes.
Conveyance self-test routine
recommended polling time:        (   5) minutes.
SCT capabilities:              (0x7035) SCT Status supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
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   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time                                                     0x0027   192   166   021    Pre-fail  Always       -       1366
  4 Start_Stop_Count                                                 0x0032   096   096   000    Old_age   Always       -       4085
  5 Reallocated_Sector_Ct                                            0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate                                                  0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours                                                   0x0032   093   093   000    Old_age   Always       -       5722
 10 Spin_Retry_Count                                                 0x0032   100   100   000    Old_age   Always       -       0
 11 Calibration_Retry_Count                                          0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count                                                0x0032   099   099   000    Old_age   Always       -       1221
192 Power-Off_Retract_Count                                          0x0032   200   200   000    Old_age   Always       -       168
193 Load_Cycle_Count                                                 0x0032   181   181   000    Old_age   Always       -       58155
194 Temperature_Celsius                                              0x0022   114   099   000    Old_age   Always       -       33
196 Reallocated_Event_Count                                          0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector                                           0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable                                            0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count                                             0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate                                            0x0008   100   253   000    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%      5452         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
 

 

Link to comment
Share on other sites

1 hour ago, cferra said:

What’s the least disruptive way to do a loader update while keeping my configs??

 

Well, keep a backup of your old loader partitions with 

 

./rploader.sh backuploader now 

 

this will create backup files of your partitions in /mnt/<tcrppart>/backup/<backupdate> and you can always restore later with ./rploader.sh restoreloader now

 

I would of course create a new USB loader to be safe.

Link to comment
Share on other sites

4 minutes ago, Peter Suh said:

 

@pocopico

 

It was possible to use smartctl in DS918+ DSM boot state.
So I checked it like below
The SN of the HDD is accurately displayed.
So what is the problem?

 

  smartctl log (Hide contents)

root@r8152_test:~# smartctl --all /dev/sde
smartctl 6.5 (build date Oct  7 2021) [x86_64-linux-4.4.180+] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Family:     Western Digital Scorpio Black (AF)
Device Model:     WDC WD5000BPKT-22PK4T0
Serial Number:    WD-WX61A81J1357
LU WWN Device Id: 5 0014ee 2b0fb5cfc
Firmware Version: 01.01A01
User Capacity:    500,107,862,016 bytes [500 GB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    7200 rpm
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   ATA8-ACS (minor revision not indicated)
SATA Version is:  SATA 2.6, 3.0 Gb/s
Local Time is:    Thu May 12 01:44:33 2022 KST
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:  (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:                ( 9180) seconds.
Offline data collection
capabilities:                    (0x7b) SMART execute Offline immediate.
                                        Auto Offline data collection on/off support.
                                        Suspend Offline collection upon new
                                        command.
                                        Offline surface scan supported.
                                        Self-test supported.
                                        Conveyance Self-test supported.
                                        Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine 
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        (  93) minutes.
Conveyance self-test routine
recommended polling time:        (   5) minutes.
SCT capabilities:              (0x7035) SCT Status supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
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   200   200   051    Pre-fail  Always       -       0
  3 Spin_Up_Time                                                     0x0027   192   166   021    Pre-fail  Always       -       1366
  4 Start_Stop_Count                                                 0x0032   096   096   000    Old_age   Always       -       4085
  5 Reallocated_Sector_Ct                                            0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate                                                  0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours                                                   0x0032   093   093   000    Old_age   Always       -       5722
 10 Spin_Retry_Count                                                 0x0032   100   100   000    Old_age   Always       -       0
 11 Calibration_Retry_Count                                          0x0032   100   100   000    Old_age   Always       -       0
 12 Power_Cycle_Count                                                0x0032   099   099   000    Old_age   Always       -       1221
192 Power-Off_Retract_Count                                          0x0032   200   200   000    Old_age   Always       -       168
193 Load_Cycle_Count                                                 0x0032   181   181   000    Old_age   Always       -       58155
194 Temperature_Celsius                                              0x0022   114   099   000    Old_age   Always       -       33
196 Reallocated_Event_Count                                          0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector                                           0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable                                            0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count                                             0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate                                            0x0008   100   253   000    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%      5452         -

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.
 

 

 

can you also please pass a dmesg |grep -i smart ?

Link to comment
Share on other sites

9 minutes ago, pocopico said:

 

can you also please pass a dmesg |grep -i smart ?

 

Here's the log.

 

Spoiler

admin2@r8152_test:/$ dmesg |grep -i smart
[    4.365145] <redpill/smart_shim.c:1032> Registering SMART emulator shim
[    4.365146] <redpill/smart_shim.c:1042> SCSI driver exists - installing canary
[    4.367584] <redpill/smart_shim.c:1054> Successfully registered SMART emulator shim
[   12.451076] scsi 4:0:0:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   12.588402] scsi 4:0:1:0: atapi(n), ncq(y), asyn_notify(n), smart(y), fua(y), sw_preserve(y)
[   21.756675] <redpill/smart_shim.c:934> sd_ioctl_canary triggered for first ioctl()
[   21.764255] <redpill/smart_shim.c:862> Rerouting sd_fops->ioctl<ffffffff81661b98>=sd_ioctl+0x0/0x230<ffffffff8140dad0> to sd_ioctl_smart_shim+0x0/0x90 [redpill]<ffffffffa000a4d0>
[   21.873361] <redpill/smart_shim.c:971> Canary finished - routing to sd_fops->ioctl = sd_ioctl_smart_shim+0x0/0x90 [redpill]<ffffffffa000a4d0>
[   34.540822] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.540823] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.562929] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.562931] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.594586] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.594587] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.594903] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.594904] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.599583] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.599584] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.602196] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.602197] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.602456] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.602456] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.603580] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.603581] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.609885] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.609886] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.613092] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.613093] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.620171] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.620172] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.620508] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.620509] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.626380] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   34.666906] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.666907] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.677084] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   34.677330] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   34.678738] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   34.685789] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   34.691587] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   34.715505] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   34.715506] <redpill/smart_shim.c:390> Generating fake SMART values
[   34.715512] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd1
[   34.715512] <redpill/smart_shim.c:457> Generating fake SMART thresholds
[   34.716658] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.716659] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.716664] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   34.716664] <redpill/smart_shim.c:390> Generating fake SMART values
[   34.717026] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   34.717538] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd5
[   34.717539] <redpill/smart_shim.c:516> Generating fake WIN_SMART log=0 entries
[   34.717607] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   34.717608] <redpill/smart_shim.c:390> Generating fake SMART values
[   34.719204] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.719205] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.720550] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.720551] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.721315] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.721316] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.727112] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.727113] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.728103] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.728104] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.768695] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.768696] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.933975] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.933975] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.950733] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.950734] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.964781] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   34.964782] <redpill/smart_shim.c:390> Generating fake SMART values
[   34.964785] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd1
[   34.964786] <redpill/smart_shim.c:457> Generating fake SMART thresholds
[   34.964865] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.964866] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.964869] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   34.964870] <redpill/smart_shim.c:390> Generating fake SMART values
[   34.965417] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd5
[   34.965418] <redpill/smart_shim.c:516> Generating fake WIN_SMART log=0 entries
[   34.965493] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   34.965493] <redpill/smart_shim.c:390> Generating fake SMART values
[   34.966146] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.966147] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.966815] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.966815] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.967244] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.967245] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   34.969436] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   34.969437] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   35.944932] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   35.944933] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   35.944937] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   35.944937] <redpill/smart_shim.c:390> Generating fake SMART values
[   35.949234] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   35.949235] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   35.949580] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   35.959817] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   35.960974] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   35.961736] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   35.964513] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   35.965738] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   35.972218] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   36.004322] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   36.024034] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   36.024035] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   36.029552] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   36.032350] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   36.055586] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   36.055588] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   36.077485] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   36.077485] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   36.077488] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   36.077489] <redpill/smart_shim.c:390> Generating fake SMART values
[   36.078101] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   36.078102] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   38.529577] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   39.945803] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   39.951035] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   39.965727] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   39.975223] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   39.987417] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.038566] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.050731] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.051445] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   40.095687] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   40.098456] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.098458] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.098463] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd1
[   40.098464] <redpill/smart_shim.c:457> Generating fake SMART thresholds
[   40.098697] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.098698] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.098701] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.098702] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.099456] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd5
[   40.099457] <redpill/smart_shim.c:516> Generating fake WIN_SMART log=0 entries
[   40.099523] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.099523] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.100082] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.100083] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.100873] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.100874] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.101397] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.101398] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.116373] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.116375] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.123760] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.123760] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.141402] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.141404] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.141409] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd1
[   40.141410] <redpill/smart_shim.c:457> Generating fake SMART thresholds
[   40.141667] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.141667] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.141671] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.141672] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.141856] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.141857] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.141862] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd1
[   40.141863] <redpill/smart_shim.c:457> Generating fake SMART thresholds
[   40.142510] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.142511] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.142514] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.142514] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.142569] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd5
[   40.142570] <redpill/smart_shim.c:516> Generating fake WIN_SMART log=0 entries
[   40.142654] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.142654] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.143297] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.143298] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.143338] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.143339] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.144111] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.144112] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.144679] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.144680] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.168706] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.168707] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.187572] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.187573] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.187578] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd1
[   40.187578] <redpill/smart_shim.c:457> Generating fake SMART thresholds
[   40.187665] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.187666] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.187669] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd0
[   40.187669] <redpill/smart_shim.c:390> Generating fake SMART values
[   40.189500] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   40.189501] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   40.629066] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   40.637794] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   40.646533] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   41.652537] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.652988] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.652989] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.654219] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.654220] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.654845] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd8
[   41.654846] <redpill/smart_shim.c:656> Attempted ATA_SMART_ENABLE modification!
[   41.655810] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.655811] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.682033] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.682033] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.682149] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.682149] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.695720] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.695721] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.697007] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.697007] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.698173] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.698173] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.698365] <redpill/smart_shim.c:646> Got SMART *command* - looking for feature=0xd8
[   41.698365] <redpill/smart_shim.c:656> Attempted ATA_SMART_ENABLE modification!
[   41.699104] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.699105] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.757124] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.757125] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.757231] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   41.757232] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   41.772230] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   41.774577] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   41.775507] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   41.780484] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   41.791522] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   41.967378] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   44.987830] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   45.000009] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   45.051672] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   45.062228] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   45.062461] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   45.062462] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   45.090988] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   45.098446] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   45.110617] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   45.173774] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   45.182409] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   45.194615] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   45.256009] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   45.268189] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   45.277395] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   45.525752] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   45.533751] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   45.545927] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   45.559446] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   45.571615] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   46.522590] <redpill/smart_shim.c:354> ATA_CMD_ID_ATA confirmed SMART support - noop
[   46.532089] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   46.544265] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY
[   46.551688] <redpill/smart_shim.c:334> sd_ioctl(HDIO_DRIVE_CMD ; ATA_CMD_ID_ATA) failed with error=-22, attempting to emulate something
[   46.563872] <redpill/smart_shim.c:274> Generating completely fake ATA IDENTITY

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...