· 6 years ago · Sep 20, 2019, 02:24 AM
1+ initialize
2+ init_check_clock
3+ date '+%Y'
4+ '[' 2019 -lt 1970 ]
5+ init_mounts
6+ mount -n -t proc -o nodev,noexec,nosuid proc /proc
7+ mount -n -t sysfs -o nodev,noexec,nosuid sysfs /sys
8+ mount -t devtmpfs -o 'mode=0755,nosuid' devtmpfs /dev
9+ ln -sf /proc/self/fd /dev/fd
10+ ln -sf fd/0 /dev/stdin
11+ ln -sf fd/1 /dev/stdout
12+ ln -sf fd/2 /dev/stderr
13+ mkdir -p /dev/pts
14+ mount -n -t devpts -o noexec,nosuid devpts /dev/pts
15+ mount -n -t debugfs debugfs /sys/kernel/debug
16+ sed -e 's/"[^"]*"/DROPPED/g'
17+ cat /proc/cmdline
18+ export_args cros_secure 'console=' 'loglevel=7' 'init=/sbin/init' cros_secure 'root=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1' rootwait ro 'dm_verity.error_behavior=3' 'dm_verity.max_bios=-1' 'dm_verity.dev_wait=0' noinitrd 'panic=60' cros_recovery 'kern_b_hash=6f3e44596bd7fc27f06ad15065da00faf3b6f757' 'vt.global_cursor_default=0' 'kern_guid=64113e53-dd22-dd44-815a-f21f05cce58b' add_efi_memmap 'boot=local' noresume noswap 'i915.modeset=1' 'tpm_tis.force=1' 'tpm_tis.interrupts=0' 'nmi_watchdog=panic,lapic' 'intel_idle.max_cstate=7'
19+ local 'arg='
20+ local 'key='
21+ local 'val='
22+ local 'acceptable_set=[A-Za-z0-9]_'
23+ echo cros_secure
24+ tr a-z A-Z
25+ tr -dc '[A-Za-z0-9]_' _
26+ key=CROS_SECURE
27+ val=cros_secure
28+ export 'KERN_ARG_CROS_SECURE=cros_secure'
29+ dlog 'Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE'
30+ echo 'Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE'
31+ tee -a /dev/null /dev/null
32Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
33+ echo console
34+ tr a-z A-Z
35+ tr -dc '[A-Za-z0-9]_' _
36+ key=CONSOLE
37+ val=
38+ export 'KERN_ARG_CONSOLE='
39+ dlog 'Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE'
40+ echo 'Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE'
41+ tee -a /dev/null /dev/null
42Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
43+ echo loglevel
44+ tr a-z A-Z
45+ tr -dc '[A-Za-z0-9]_' _
46+ key=LOGLEVEL
47+ val=7
48+ export 'KERN_ARG_LOGLEVEL=7'
49+ dlog 'Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL'
50+ echo 'Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL'
51+ tee -a /dev/null /dev/null
52Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL
53+ echo init
54+ tr a-z A-Z
55+ tr -dc '[A-Za-z0-9]_' _
56+ key=INIT
57+ val=/sbin/init
58+ export 'KERN_ARG_INIT=/sbin/init'
59+ dlog 'Exporting kernel argument INIT as KERN_ARG_INIT'
60+ echo 'Exporting kernel argument INIT as KERN_ARG_INIT'
61+ tee -a /dev/null /dev/null
62Exporting kernel argument INIT as KERN_ARG_INIT
63+ echo cros_secure
64+ tr a-z A-Z
65+ tr -dc '[A-Za-z0-9]_' _
66+ key=CROS_SECURE
67+ val=cros_secure
68+ export 'KERN_ARG_CROS_SECURE=cros_secure'
69+ dlog 'Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE'
70+ echo 'Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE'
71+ tee -a /dev/null /dev/null
72Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
73+ echo root
74+ tr a-z A-Z
75+ tr -dc '[A-Za-z0-9]_' _
76+ key=ROOT
77+ val='PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1'
78+ export 'KERN_ARG_ROOT=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1'
79+ dlog 'Exporting kernel argument ROOT as KERN_ARG_ROOT'
80+ echo 'Exporting kernel argument ROOT as KERN_ARG_ROOT'
81+ tee -a /dev/null /dev/null
82Exporting kernel argument ROOT as KERN_ARG_ROOT
83+ echo rootwait
84+ tr a-z A-Z
85+ tr -dc '[A-Za-z0-9]_' _
86+ key=ROOTWAIT
87+ val=rootwait
88+ export 'KERN_ARG_ROOTWAIT=rootwait'
89+ dlog 'Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT'
90+ echo 'Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT'
91+ tee -a /dev/null /dev/null
92Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT
93+ echo ro
94+ tr a-z A-Z
95+ tr -dc '[A-Za-z0-9]_' _
96+ key=RO
97+ val=ro
98+ export 'KERN_ARG_RO=ro'
99+ dlog 'Exporting kernel argument RO as KERN_ARG_RO'
100+ echo 'Exporting kernel argument RO as KERN_ARG_RO'
101+ tee -a /dev/null /dev/null
102Exporting kernel argument RO as KERN_ARG_RO
103+ echo dm_verity.error_behavior
104+ tr a-z A-Z
105+ tr -dc '[A-Za-z0-9]_' _
106+ key=DM_VERITYERROR_BEHAVIOR
107+ val=3
108+ export 'KERN_ARG_DM_VERITYERROR_BEHAVIOR=3'
109+ dlog 'Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR'
110+ echo 'Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR'
111+ tee -a /dev/null /dev/null
112Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR
113+ echo dm_verity.max_bios
114+ tr a-z A-Z
115+ tr -dc '[A-Za-z0-9]_' _
116+ key=DM_VERITYMAX_BIOS
117+ val=-1
118+ export 'KERN_ARG_DM_VERITYMAX_BIOS=-1'
119+ dlog 'Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS'
120+ echo 'Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS'
121+ tee -a /dev/null /dev/null
122Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
123+ echo dm_verity.dev_wait
124+ tr a-z A-Z
125+ tr -dc '[A-Za-z0-9]_' _
126+ key=DM_VERITYDEV_WAIT
127+ val=0
128+ export 'KERN_ARG_DM_VERITYDEV_WAIT=0'
129+ dlog 'Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT'
130+ echo 'Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT'
131+ tee -a /dev/null /dev/null
132Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
133+ echo noinitrd
134+ tr a-z A-Z
135+ tr -dc '[A-Za-z0-9]_' _
136+ key=NOINITRD
137+ val=noinitrd
138+ export 'KERN_ARG_NOINITRD=noinitrd'
139+ dlog 'Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD'
140+ echo 'Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD'
141+ tee -a /dev/null /dev/null
142Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
143+ echo panic
144+ tr a-z A-Z
145+ tr -dc '[A-Za-z0-9]_' _
146+ key=PANIC
147+ val=60
148+ export 'KERN_ARG_PANIC=60'
149+ dlog 'Exporting kernel argument PANIC as KERN_ARG_PANIC'
150+ echo 'Exporting kernel argument PANIC as KERN_ARG_PANIC'
151+ tee -a /dev/null /dev/null
152Exporting kernel argument PANIC as KERN_ARG_PANIC
153+ echo cros_recovery
154+ tr a-z A-Z
155+ tr -dc '[A-Za-z0-9]_' _
156+ key=CROS_RECOVERY
157+ val=cros_recovery
158+ export 'KERN_ARG_CROS_RECOVERY=cros_recovery'
159+ dlog 'Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY'
160+ echo 'Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY'
161+ tee -a /dev/null /dev/null
162Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
163+ echo kern_b_hash
164+ tr a-z A-Z
165+ tr -dc '[A-Za-z0-9]_' _
166+ key=KERN_B_HASH
167+ val=6f3e44596bd7fc27f06ad15065da00faf3b6f757
168+ export 'KERN_ARG_KERN_B_HASH=6f3e44596bd7fc27f06ad15065da00faf3b6f757'
169+ dlog 'Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH'
170+ echo 'Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH'
171+ tee -a /dev/null /dev/null
172Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH
173+ echo vt.global_cursor_default
174+ tr a-z A-Z
175+ tr -dc '[A-Za-z0-9]_' _
176+ key=VTGLOBAL_CURSOR_DEFAULT
177+ val=0
178+ export 'KERN_ARG_VTGLOBAL_CURSOR_DEFAULT=0'
179+ dlog 'Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT'
180+ echo 'Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT'
181+ tee -a /dev/null /dev/null
182Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT
183+ echo kern_guid
184+ tr a-z A-Z
185+ tr -dc '[A-Za-z0-9]_' _
186+ key=KERN_GUID
187+ val=64113e53-dd22-dd44-815a-f21f05cce58b
188+ export 'KERN_ARG_KERN_GUID=64113e53-dd22-dd44-815a-f21f05cce58b'
189+ dlog 'Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID'
190+ echo 'Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID'
191+ tee -a /dev/null /dev/null
192Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
193+ echo add_efi_memmap
194+ tr a-z A-Z
195+ tr -dc '[A-Za-z0-9]_' _
196+ key=ADD_EFI_MEMMAP
197+ val=add_efi_memmap
198+ export 'KERN_ARG_ADD_EFI_MEMMAP=add_efi_memmap'
199+ dlog 'Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP'
200+ echo 'Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP'
201+ tee -a /dev/null /dev/null
202Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
203+ echo boot
204+ tr a-z A-Z
205+ tr -dc '[A-Za-z0-9]_' _
206+ key=BOOT
207+ val=local
208+ export 'KERN_ARG_BOOT=local'
209+ dlog 'Exporting kernel argument BOOT as KERN_ARG_BOOT'
210+ echo 'Exporting kernel argument BOOT as KERN_ARG_BOOT'
211+ tee -a /dev/null /dev/null
212Exporting kernel argument BOOT as KERN_ARG_BOOT
213+ echo noresume
214+ tr a-z A-Z
215+ tr -dc '[A-Za-z0-9]_' _
216+ key=NORESUME
217+ val=noresume
218+ export 'KERN_ARG_NORESUME=noresume'
219+ dlog 'Exporting kernel argument NORESUME as KERN_ARG_NORESUME'
220+ echo 'Exporting kernel argument NORESUME as KERN_ARG_NORESUME'
221+ tee -a /dev/null /dev/null
222Exporting kernel argument NORESUME as KERN_ARG_NORESUME
223+ echo noswap
224+ tr a-z A-Z
225+ tr -dc '[A-Za-z0-9]_' _
226+ key=NOSWAP
227+ val=noswap
228+ export 'KERN_ARG_NOSWAP=noswap'
229+ dlog 'Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP'
230+ echo 'Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP'
231+ tee -a /dev/null /dev/null
232Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP
233+ echo i915.modeset
234+ tr a-z A-Z
235+ tr -dc '[A-Za-z0-9]_' _
236+ key=I915MODESET
237+ val=1
238+ export 'KERN_ARG_I915MODESET=1'
239+ dlog 'Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET'
240+ echo 'Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET'
241+ tee -a /dev/null /dev/null
242Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET
243+ echo tpm_tis.force
244+ tr a-z A-Z
245+ tr -dc '[A-Za-z0-9]_' _
246+ key=TPM_TISFORCE
247+ val=1
248+ export 'KERN_ARG_TPM_TISFORCE=1'
249+ dlog 'Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE'
250+ echo 'Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE'
251+ tee -a /dev/null /dev/null
252Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE
253+ echo tpm_tis.interrupts
254+ tr a-z A-Z
255+ tr -dc '[A-Za-z0-9]_' _
256+ key=TPM_TISINTERRUPTS
257+ val=0
258+ export 'KERN_ARG_TPM_TISINTERRUPTS=0'
259+ dlog 'Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS'
260+ echo 'Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS'
261+ tee -a /dev/null /dev/null
262Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS
263+ echo nmi_watchdog
264+ tr a-z A-Z
265+ tr -dc '[A-Za-z0-9]_' _
266+ key=NMI_WATCHDOG
267+ val=panic,lapic
268+ export 'KERN_ARG_NMI_WATCHDOG=panic,lapic'
269+ dlog 'Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG'
270+ echo 'Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG'
271+ tee -a /dev/null /dev/null
272Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
273+ echo intel_idle.max_cstate
274+ tr a-z A-Z
275+ tr -dc '[A-Za-z0-9]_' _
276+ key=INTEL_IDLEMAX_CSTATE
277+ val=7
278+ export 'KERN_ARG_INTEL_IDLEMAX_CSTATE=7'
279+ dlog 'Exporting kernel argument INTEL_IDLEMAX_CSTATE as KERN_ARG_INTEL_IDLEMAX_CSTATE'
280+ echo 'Exporting kernel argument INTEL_IDLEMAX_CSTATE as KERN_ARG_INTEL_IDLEMAX_CSTATE'
281+ tee -a /dev/null /dev/null
282Exporting kernel argument INTEL_IDLEMAX_CSTATE as KERN_ARG_INTEL_IDLEMAX_CSTATE
283+ setup_oobe_auto_config_keys
284+ set +x
285+ echo '-----BEGIN PUBLIC KEY-----
286MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAESnuZxtrH/JY/NNFhdxxP4yi9Tayi
2875BiY32OP324GlyABGDLv51v7BVYaZyhwIi+ezenXPOIQY3TPOKHgiKC+MA==
288-----END PUBLIC KEY-----'
289+ sha256sum
290+ grep -Eo '[a-zA-Z0-9]{2}'
291+ head -n 32
292+ local 'pub_bytes=fb
293ea
2944b
29500
29656
2973a
29862
299f4
30086
301af
302b2
303a7
30471
305f5
306fe
30779
308ef
30956
3107e
311f9
312d0
313ee
31436
315fa
31637
31745
31834
31903
32057
321ce
3228b
32393'
324+ local 'permissions='
325+ tpmc tpmver
326+ '[' 1.2 '==' 2.0 ]
327+ permissions=0x1
328+ tpmc definespace 0x100c 0x20 0x1
329command "definespace" failed with code 0x14
330TPM_OWNER_SET
331There is already an Owner
332+ tpmc write 0x100c fb ea 4b 00 56 3a 62 f4 86 af b2 a7 71 f5 fe 79 ef 56 7e f9 d0 ee 36 fa 37 45 34 03 57 ce 8b 93
333writing 32 bytes
334+ lock_tpm
335+ '[' -z ]
336+ tpmc startup
337+ tpmc ctest
338+ tpmc block
339+ TPM_B_LOCKED=y
340+ '[' -z ]
341+ TPM_PP_LOCKED=y
342+ return 0
343+ verify_fw_version
344+ local fwver recver
345+ crossystem tpm_fwver
346+ fwver=0x00010001
347+ : 0
348+ echo 'FW version from TPM: 0x00010001'
349FW version from TPM: 0x00010001
350+ echo 'Recovery version from top nibble: 0'
351Recovery version from top nibble: 0
352+ '[' 0 -gt 0 ]
353+ return 0
354+ udevd --daemon
355+ udevadm trigger
356+ udevadm settle
357+ select_locale
358+ is_nonchrome
359+ crossystem 'mainfw_type?nonchrome'
360+ crossystem 'mainfw_type?netboot'
361+ read_vpd_locale
362+ vpd -g region
363[WARN] VPD partition not formatted. It's fine.
364findString(): Vpd data 'region' was not found.
365+ local 'region='
366+ local 'locale='
367+ '[' -n ]
368+ vpd -g+ initial_locale
369sed 's/,.*//'
370[WARN] VPD partition not formatted. It's fine.
371findString(): Vpd data 'initial_locale' was not found.
372+ LANGDIR=
373+ '[' -z -o '!' -d /etc/screens/ ]
374+ dlog 'initial locale '"''"' not found'
375+ echo 'initial locale '"''"' not found'
376+ tee -a /dev/null /dev/null
377initial locale '' not found
378+ LANGDIR=en-US
379+ dlog 'selected locale en-US'
380+ + echotee 'selected locale en-US'
381 -a /dev/null /dev/null
382selected locale en-US
383+ find_official_root
384+ dlogf 'Checking for an official recovery image . . .'
385+ printf 'Checking for an official recovery image . . .'
386+ tee -a /dev/null /dev/null
387Checking for an official recovery image . . .+ wait_for_gpt_root
388+ '[' -z 64113e53-dd22-dd44-815a-f21f05cce58b ]
389+ dlog -n 'Looking for rootfs using kern_guid...'
390+ + echotee -n -a 'Looking for rootfs using kern_guid...'
391 /dev/null /dev/null
392Looking for rootfs using kern_guid...+ seq 20
393+ dlogf ' .'
394+ printf ' .'
395+ tee -a /dev/null /dev/null
396 .+ cgpt find -1 -u 64113e53-dd22-dd44-815a-f21f05cce58b
397+ kern=/dev/sda2
398+ newroot=/dev/sda3
399+ '[' -b /dev/sda3 ]
400+ USB_DEV=/dev/sda3
401+ dlog 'Found /dev/sda3'
402+ + echotee 'Found /dev/sda3'
403 -a /dev/null /dev/null
404Found /dev/sda3
405+ return 0
406+ strip_partition /dev/sda3
407+ local 'dev=/dev/sda'
408+ echo /dev/sda
409+ cgpt find -t rootfs /dev/sda
410/dev/sda3
411/dev/sda5
412/dev/sda7
413+ REAL_USB_DEV=/dev/sda3
414+ LOG_DEV=/dev/sda1
415+ verify_install_kernel_hash
416+ get_kern_b_device
417+ KERN_B_DEV=/dev/sda4
418+ '[' '!' -b /dev/sda4 ]
419+ return 0
420+ get_real_kern_b_hash
421+ dd 'if=/dev/sda4'
422+ sha1sum
423+ cut -f1 '-d '
42432768+0 records in
42532768+0 records out
42616777216 bytes (16.0MB) copied, 0.805975 seconds, 19.9MB/s
427+ REAL_KERN_B_HASH=6f3e44596bd7fc27f06ad15065da00faf3b6f757
428+ '[' -n 6f3e44596bd7fc27f06ad15065da00faf3b6f757 ]
429+ '[' 6f3e44596bd7fc27f06ad15065da00faf3b6f757 '!=' 6f3e44596bd7fc27f06ad15065da00faf3b6f757 ]
430+ return 0
431+ check_if_dm_root
432+ dump_kernel_config /dev/sda4
433+ grep -q 'root=/dev/dm-'
434+ return 0
435+ setup_dm_root
436+ local eio
437+ dlog -n 'Extracting the device mapper configuration...'
438+ echo -n 'Extracting the device mapper configuration...'
439+ tee -a /dev/null /dev/null
440Extracting the device mapper configuration...+ dump_kernel_config /dev/sda4
441+ sed -e 's/.*dm="\([^"]*\)".*/\1/g;t;d'
442+ sed -e 's/%U/64113e53-dd22-dd44-815a-f21f05cce58b/g'
443+ DMARG='1 vroot none ro 1,0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea'
444+ '[' -z '1 vroot none ro 1,0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea' ]
445+ DM_NAME=vroot
446+ parse_dm_table 1 vroot none ro 1,0 3686400 verity 'payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1' 'hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1' 'hashstart=3686400' 'alg=sha1' 'root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307' 'salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea'
447+ local 'vroot= none ro 1,0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea'
448+ local 'table=0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea'
449+ is_old_style_verity_argv '0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea'
450+ echo '0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea'
451+ cut -f7 '-d '
452+ local 'depth=alg=sha1'
453+ '[' 'alg=sha1' '=' 0 ]
454+ return 1
455+ local 'eio=error_behavior=eio'
456+ echo '0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea error_behavior=eio'
457+ DM_TABLE='0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea error_behavior=eio'
458+ '[' -n 64113e53-dd22-dd44-815a-f21f05cce58b ]
459+ '[' '0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=' '=' '0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea error_behavior=eio' ]
460+ dmsetup create -r vroot --table '0 3686400 verity payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea error_behavior=eio'
461+ USB_DEV=/dev/dm-0
462+ '[' '!' -b /dev/dm-0 ]
463+ dlog 'Created device mapper root vroot.'
464+ echo 'Created device mapper root vroot.'
465+ tee -a /dev/null /dev/null
466Created device mapper root vroot.
467+ return 0
468+ mount_usb
469+ dlog -n 'Mounting usb'
470+ echo -n 'Mounting usb'
471+ tee -a /dev/null /dev/null
472Mounting usb+ seq 20
473+ dlogf ' .'
474+ printf ' .'
475+ tee -a /dev/null /dev/null
476 .+ mount -n -o ro /dev/dm-0 /usb
477+ dlog ok
478+ echo ok
479+ tee -a /dev/null /dev/null
480ok
481+ return 0
482+ return 0
483+ get_stateful_dev
484+ STATE_DEV=/dev/sda1
485+ '[' '!' -b /dev/sda1 ]
486+ return 0
487+ request_oobe_autoconfig_acknowledgment
488+ is_oobe_autoconfig
489+ local 'has_config=1'
490+ get_stateful_dev
491+ STATE_DEV=/dev/sda1
492+ '[' '!' -b /dev/sda1 ]
493+ return 0
494+ mount -n -o sync,ro /dev/sda1 /stateful
495+ local 'oobe_dir=/stateful/unencrypted/oobe_auto_config'
496+ local 'config_path=/stateful/unencrypted/oobe_auto_config/config.json'
497+ '[' -f /stateful/unencrypted/oobe_auto_config/config.json ]
498+ local 'domain_path=/stateful/unencrypted/oobe_auto_config/enrollment_domain'
499+ '[' -f /stateful/unencrypted/oobe_auto_config/enrollment_domain ]
500+ umount /stateful
501+ return 1
502+ return
503+ message validate
504+ '[' -z ]
505+ FIRST_MESSAGE_RECEIVED=1
506+ message_startup
507+ frecon-lite --print-resolution
508<3>frecon[425]: Failed to set atomic cap.
509<6>frecon[425]: Frecon using drm driver i915, version 1.6, date(20150717), desc(Intel Graphics)
510+ local 'resolution=2400 1600'
511+ local 'x_res=2400'
512+ '[' 2400 -ge 1920 ]
513+ FRECON_SCALING_FACTOR=0
514+ frecon-lite --enable-vt1 --daemon --no-login --enable-gfx --enable-vts '--scale=0' --clear 0xfefefe --pre-create-vts /etc/screens/boot_message.png
515+ TTY_CONSOLE=/run/frecon/vt0
516+ TTY_LOG=/run/frecon/vt1
517+ TTY_DEBUG=/run/frecon/vt2
518+ TAIL_PID=432
519+ message_validate
520+ instructions cancel
521+ showbox -115 cancel
522+ local+ 'offset=0,-115'
523tail -f -n +1 /log/recovery.log
524+ shift
525+ local 'message_token=cancel'
526+ shift
527+ local 'message_file=/etc/screens/en-US/cancel.png'
528+ '[' '!' -f /etc/screens/en-US/cancel.png ]
529+ showimage /etc/screens/en-US/cancel.png 0,-115
530+ local 'image=/etc/screens/en-US/cancel.png'
531+ local 'offset=0,-115'
532+ shift
533+ shift
534+ printf '\033]image:file=/etc/screens/en-US/cancel.png;offset=0,-115;scale=0\033\'
535+ progress validating
536+ showbox 0 validating
537+ local 'offset=0,0'
538+ shift
539+ local 'message_token=validating'
540+ shift
541+ local 'message_file=/etc/screens/en-US/validating.png'
542+ '[' '!' -f /etc/screens/en-US/validating.png ]
543+ showimage /etc/screens/en-US/validating.png 0,0
544+ local 'image=/etc/screens/en-US/validating.png'
545+ local 'offset=0,0'
546+ shift
547+ shift
548+ printf '\033]image:file=/etc/screens/en-US/validating.png;offset=0,0;scale=0\033\'
549+ is_nonchrome
550+ crossystem 'mainfw_type?nonchrome'
551+ crossystem 'mainfw_type?netboot'
552+ is_developer_mode
553+ is_nonchrome
554+ crossystem 'mainfw_type?nonchrome'
555+ crossystem 'mainfw_type?netboot'
556+ crossystem 'devsw_boot?1'
557+ dev_notice dev_switch
558+ showbox 115 dev_switch
559+ local 'offset=0,115'
560+ shift
561+ local 'message_token=dev_switch'
562+ shift
563+ local 'message_file=/etc/screens/en-US/dev_switch.png'
564+ '[' '!' -f /etc/screens/en-US/dev_switch.png ]
565+ showimage /etc/screens/en-US/dev_switch.png 0,115
566+ local 'image=/etc/screens/en-US/dev_switch.png'
567+ local 'offset=0,115'
568+ shift
569+ shift
570+ printf '\033]image:file=/etc/screens/en-US/dev_switch.png;offset=0,115;scale=0\033\'
571+ set_brightness
572+ local 'backlight_device='
573+ cat /sys/class/backlight/intel_backlight/max_brightness
574+ recovery_install
575+ NEWROOT_MNT=/usb
576+ lock_tpm
577+ '[' -z y ]
578+ '[' -z y ]
579+ return 0
580+ maybe_get_debugging_logs
581+ get_usb_debugging_flag
582+ local 'decrypt='
583+ get_stateful_dev
584+ STATE_DEV=/dev/sda1
585+ '[' '!' -b /dev/sda1 ]
586+ return 0
587+ mount -n -o sync,ro /dev/sda1 /tmp
588+ '[' -f /tmp/decrypt_stateful ]
589+ umount /tmp
590+ echo
591+ local 'state='
592+ '[' -z ]
593+ return 0
594+ validate_recovery_root
595+ '[' /dev/dm-0 '!=' /dev/dm-0 ]
596+ is_unofficial_root
597+ '[' 0 -eq 1 ]
598+ verify_recovery_root
599+ basename /dev/dm-0
600+ local 'usb_base=dm-0'
601+ cat /sys/block/dm-0/size
602+ local 'size=1887436800'
603+ set +x
604+ cat /tmp/verification_status
605+ '[' 0 '!=' 0 ]
606+ return 0
607+ return 0
608+ setup_install_mounts
609+ mount -t tmpfs -o 'mode=1777' none /usb/tmp
610+ mount -t tmpfs -o 'mode=0755' run /usb/run
611+ mkdir -p -m 0755 /usb/run/lock
612+ dlog 'Re-binding /sys /proc /dev for /usb'
613+ echo 'Re-binding /sys /proc /dev for /usb'
614+ tee -a /run/frecon/vt1 /run/frecon/vt2
615Re-binding /sys /proc /dev for /usb
616+ mkdir -p /usb/sys
617+ mount -n -o bind /sys /usb/sys
618+ mkdir -p /usb/proc
619+ mount -n -o bind /proc /usb/proc
620+ mkdir -p /usb/dev
621+ mount -n -o bind /dev /usb/dev
622+ dlog Done.
623+ echo Done.
624+ tee -a /run/frecon/vt1 /run/frecon/vt2
625Done.
626+ return 0
627+ update_tpm_firmware
628+ tpm_firmware_update_applicable
629+ is_unofficial_root
630+ '[' 0 -eq 1 ]
631+ '[' -x /usb/usr/sbin/tpm-firmware-updater ]
632+ '[' -n ]
633+ vpd -i RW_VPD -g tpm_firmware_update_params
634SMBIOS signature is not matched.
635You may use -O to overwrite the data.
636loadFile('/tmp/vpd.flashrom.zCJ1hd') error.
637+ local 'vpd_params='
638+ echo ,,
639+ grep -qF ,mode:recovery,
640+ return 1
641+ return 0
642+ '[' -z ]
643+ get_dst
644+ load_base_vars
645+ DEFAULT_ROOTDEV=/sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0
646+ PARTITION_SIZE_RWFW=8388608
647+ RESERVED_EBS_RWFW=0
648+ DATA_SIZE_RWFW=8388608
649+ FORMAT_RWFW=
650+ FS_FORMAT_RWFW=
651+ FS_OPTIONS_RWFW=
652+ PARTITION_NUM_RWFW=11
653+ PARTITION_SIZE_11=8388608
654+ RESERVED_EBS_11=0
655+ DATA_SIZE_11=8388608
656+ FORMAT_11=
657+ FS_FORMAT_11=
658+ FS_OPTIONS_11=
659+ PARTITION_NUM_11=11
660+ PARTITION_SIZE_KERN_C=1
661+ RESERVED_EBS_KERN_C=0
662+ DATA_SIZE_KERN_C=1
663+ FORMAT_KERN_C=
664+ FS_FORMAT_KERN_C=
665+ FS_OPTIONS_KERN_C=
666+ PARTITION_NUM_KERN_C=6
667+ PARTITION_SIZE_6=1
668+ RESERVED_EBS_6=0
669+ DATA_SIZE_6=1
670+ FORMAT_6=
671+ FS_FORMAT_6=
672+ FS_OPTIONS_6=
673+ PARTITION_NUM_6=6
674+ PARTITION_SIZE_ROOT_C=1
675+ RESERVED_EBS_ROOT_C=0
676+ DATA_SIZE_ROOT_C=1
677+ FORMAT_ROOT_C=
678+ FS_FORMAT_ROOT_C=
679+ FS_OPTIONS_ROOT_C=
680+ PARTITION_NUM_ROOT_C=7
681+ PARTITION_SIZE_7=1
682+ RESERVED_EBS_7=0
683+ DATA_SIZE_7=1
684+ FORMAT_7=
685+ FS_FORMAT_7=
686+ FS_OPTIONS_7=
687+ PARTITION_NUM_7=7
688+ PARTITION_SIZE_RESERVED=1
689+ RESERVED_EBS_RESERVED=0
690+ DATA_SIZE_RESERVED=1
691+ FORMAT_RESERVED=
692+ FS_FORMAT_RESERVED=
693+ FS_OPTIONS_RESERVED=
694+ PARTITION_NUM_RESERVED=9
695+ PARTITION_SIZE_9=1
696+ RESERVED_EBS_9=0
697+ DATA_SIZE_9=1
698+ FORMAT_9=
699+ FS_FORMAT_9=
700+ FS_OPTIONS_9=
701+ PARTITION_NUM_9=9
702+ PARTITION_SIZE_RESERVED=1
703+ RESERVED_EBS_RESERVED=0
704+ DATA_SIZE_RESERVED=1
705+ FORMAT_RESERVED=
706+ FS_FORMAT_RESERVED=
707+ FS_OPTIONS_RESERVED=
708+ PARTITION_NUM_RESERVED=10
709+ PARTITION_SIZE_10=1
710+ RESERVED_EBS_10=0
711+ DATA_SIZE_10=1
712+ FORMAT_10=
713+ FS_FORMAT_10=
714+ FS_OPTIONS_10=
715+ PARTITION_NUM_10=10
716+ PARTITION_SIZE_KERN_A=16777216
717+ RESERVED_EBS_KERN_A=0
718+ DATA_SIZE_KERN_A=16777216
719+ FORMAT_KERN_A=
720+ FS_FORMAT_KERN_A=
721+ FS_OPTIONS_KERN_A=
722+ PARTITION_NUM_KERN_A=2
723+ PARTITION_SIZE_2=16777216
724+ RESERVED_EBS_2=0
725+ DATA_SIZE_2=16777216
726+ FORMAT_2=
727+ FS_FORMAT_2=
728+ FS_OPTIONS_2=
729+ PARTITION_NUM_2=2
730+ PARTITION_SIZE_KERN_B=16777216
731+ RESERVED_EBS_KERN_B=0
732+ DATA_SIZE_KERN_B=16777216
733+ FORMAT_KERN_B=
734+ FS_FORMAT_KERN_B=
735+ FS_OPTIONS_KERN_B=
736+ PARTITION_NUM_KERN_B=4
737+ PARTITION_SIZE_4=16777216
738+ RESERVED_EBS_4=0
739+ DATA_SIZE_4=16777216
740+ FORMAT_4=
741+ FS_FORMAT_4=
742+ FS_OPTIONS_4=
743+ PARTITION_NUM_4=4
744+ PARTITION_SIZE_OEM=16777216
745+ RESERVED_EBS_OEM=0
746+ DATA_SIZE_OEM=16777216
747+ FORMAT_OEM=
748+ FS_FORMAT_OEM=ext4
749+ FS_OPTIONS_OEM=
750+ PARTITION_NUM_OEM=8
751+ PARTITION_SIZE_8=16777216
752+ RESERVED_EBS_8=0
753+ DATA_SIZE_8=16777216
754+ FORMAT_8=
755+ FS_FORMAT_8=ext4
756+ FS_OPTIONS_8=
757+ PARTITION_NUM_8=8
758+ PARTITION_SIZE_EFI_SYSTEM=33554432
759+ RESERVED_EBS_EFI_SYSTEM=0
760+ DATA_SIZE_EFI_SYSTEM=33554432
761+ FORMAT_EFI_SYSTEM=
762+ FS_FORMAT_EFI_SYSTEM=vfat
763+ FS_OPTIONS_EFI_SYSTEM=
764+ PARTITION_NUM_EFI_SYSTEM=12
765+ PARTITION_SIZE_12=33554432
766+ RESERVED_EBS_12=0
767+ DATA_SIZE_12=33554432
768+ FORMAT_12=
769+ FS_FORMAT_12=vfat
770+ FS_OPTIONS_12=
771+ PARTITION_NUM_12=12
772+ PARTITION_SIZE_ROOT_B=2147483648
773+ RESERVED_EBS_ROOT_B=0
774+ DATA_SIZE_ROOT_B=2147483648
775+ FORMAT_ROOT_B=
776+ FS_FORMAT_ROOT_B=
777+ FS_OPTIONS_ROOT_B=
778+ PARTITION_NUM_ROOT_B=5
779+ PARTITION_SIZE_5=2147483648
780+ RESERVED_EBS_5=0
781+ DATA_SIZE_5=2147483648
782+ FORMAT_5=
783+ FS_FORMAT_5=
784+ FS_OPTIONS_5=
785+ PARTITION_NUM_5=5
786+ PARTITION_SIZE_ROOT_A=2147483648
787+ RESERVED_EBS_ROOT_A=0
788+ DATA_SIZE_ROOT_A=1887436800
789+ FORMAT_ROOT_A=
790+ FS_FORMAT_ROOT_A=ext2
791+ FS_OPTIONS_ROOT_A=
792+ PARTITION_NUM_ROOT_A=3
793+ PARTITION_SIZE_3=2147483648
794+ RESERVED_EBS_3=0
795+ DATA_SIZE_3=1887436800
796+ FORMAT_3=
797+ FS_FORMAT_3=ext2
798+ FS_OPTIONS_3=
799+ PARTITION_NUM_3=3
800+ PARTITION_SIZE_STATE=2147483648
801+ RESERVED_EBS_STATE=0
802+ DATA_SIZE_STATE=2147483648
803+ FORMAT_STATE=
804+ FS_FORMAT_STATE=ext4
805+ FS_OPTIONS_STATE=
806+ PARTITION_NUM_STATE=1
807+ PARTITION_SIZE_1=2147483648
808+ RESERVED_EBS_1=0
809+ DATA_SIZE_1=2147483648
810+ FORMAT_1=
811+ FS_FORMAT_1=ext4
812+ FS_OPTIONS_1=
813+ PARTITION_NUM_1=1
814+ get_fixed_dst_drive
815+ local dev rootdev
816+ '[' -n /sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0 ]
817+ basename /sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0
818+ dev=/dev/mmcblk0
819+ '[' -b /dev/mmcblk0 ]
820+ break
821+ echo /dev/mmcblk0
822+ DST=/dev/mmcblk0
823+ '[' -z /dev/mmcblk0 ]
824+ '[' /dev/mmcblk '=' /dev/mmcblk0 ]
825+ DST_DEV_BASE=/dev/mmcblk0p
826+ local 'src_dev_base=/dev/sda'
827+ '[' /dev/sda '=' /dev/mmcblk0p ]
828+ SRC_DEV_BASE=/dev/sda
829+ recover_system
830+ strip_partition /dev/sda3
831+ local 'dev=/dev/sda'
832+ echo /dev/sda
833+ local 'source=/dev/sda'
834+ dlog 'Beginning system recovery from /dev/sda'
835+ echo 'Beginning system recovery from /dev/sda'
836+ tee -a /run/frecon/vt1 /run/frecon/vt2
837Beginning system recovery from /dev/sda
838+ verify_install_kernel
839+ '[' 6f3e44596bd7fc27f06ad15065da00faf3b6f757 '!=' 6f3e44596bd7fc27f06ad15065da00faf3b6f757 ]
840+ dlog 'Checking the install kernel for valid versions and signature . . .'
841+ + teeecho -a 'Checking the install kernel for valid versions and signature . . .'
842 /run/frecon/vt1 /run/frecon/vt2
843Checking the install kernel for valid versions and signature . . .
844+ verify_kernel_version /dev/sda4
845+ local 'kern_dev=/dev/sda4'
846+ local 'minversion=0x10001'
847+ dd 'if=/dev/sda4' 'of=/tmp/kern.bin'
84832768+0 records in
84932768+0 records out
85016777216 bytes (16.0MB) copied, 0.887908 seconds, 18.0MB/s
851+ crossystem tpm_kernver
852+ minversion=0x00010001
853+ dlog 'Rollback version stored in the TPM: 0x00010001'
854+ echo 'Rollback version stored in the TPM: 0x00010001'
855+ tee -a /run/frecon/vt1 /run/frecon/vt2
856Rollback version stored in the TPM: 0x00010001
857+ vbutil_kernel --verify /tmp/kern.bin --minversion 0x00010001
858Key block:
859 Signature: ignored
860 Size: 0x4b8
861 Flags: 7 !DEV DEV !REC
862 Data key algorithm: 5 RSA2048 SHA512
863 Data key version: 1
864 Data key sha1sum: bf1fd5d338b70e7fc84429975d03d8866ddf1ff8
865Preamble:
866 Size: 0xfb48
867 Header version: 2.2
868 Kernel version: 1
869 Body load address: 0x100000
870 Body size: 0x617600
871 Bootloader address: 0x710000
872 Bootloader size: 0x4000
873 Vmlinuz header address: 0x714000
874 Vmlinuz header size: 0x3600
875 Flags : 0x0
876Body verification succeeded.
877Config:
878console= loglevel=7 init=/sbin/init cros_secure root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 3686400 verity payload=PARTUUID=%U/PARTNROFF=1 hashtree=PARTUUID=%U/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea" noinitrd vt.global_cursor_default=0 kern_guid=%U add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic intel_idle.max_cstate=7
879+ return 0
880+ return 0
881+ clear_tpm
882+ dlogf 'Resetting security device . . .'
883+ printf 'Resetting security device . . .'
884+ tee -a /run/frecon/vt1 /run/frecon/vt2
885Resetting security device . . .+ tpmc ppon
886+ tpmc clear
887+ tpmc enable
888+ tpmc activate
889+ clobber_lockbox_space
890+ local 'ppwrite_permission=0x1'
891+ local 'temporary_lockbox_size=1'
892+ tpmc def 0x20000004 1 0x1
893+ tpmc pplock
894+ dlog ' done.'
895+ echo ' done.'
896+ tee -a /run/frecon/vt1 /run/frecon/vt2
897 done.
898+ return 0
899+ verify_rw_vpd
900+ mktemp /tmp/rw_vpd.XXXXXX
901+ local 'tmpfile=/tmp/rw_vpd.KJjkUQ'
902+ local 'rc=0'
903+ dlog 'Verifying RW_VPD'
904+ echo 'Verifying RW_VPD'
905+ tee -a /run/frecon/vt1 /run/frecon/vt2
906Verifying RW_VPD
907+ ls -1A /sys/firmware/vpd/rw
908+ grep -q .
909ls: /sys/firmware/vpd/rw: No such file or directory
910+ '[' 1 -eq 0 ]
911+ flashrom -p host -i RW_VPD:/tmp/rw_vpd.KJjkUQ -r
912flashrom v0.9.9 : b2d845b : May 29 2019 13:27:30 UTC on Linux 3.18.0-19679-gd1d0bbedf35d (x86_64)
913Calibrating delay loop... OK.
914coreboot table found at 0x7aa4e000.
915sh: dmidecode: not found
916dmidecode execution unsuccessful - continuing without DMI info
917WARNING: SPI Configuration Lockdown activated.
918Reading flash... SUCCESS
919+ '[' 0 -ne 0 ]
920+ rm -f /tmp/rw_vpd.KJjkUQ
921+ vpd -i RW_VPD -l
922SMBIOS signature is not matched.
923You may use -O to overwrite the data.
924loadFile('/tmp/vpd.flashrom.fooLP9') error.
925+ rc=11
926+ dlog 'VPD found in RW_VPD, but is corrupted.'
927+ echo 'VPD found in RW_VPD, but is corrupted.'
928+ tee -a /run/frecon/vt1 /run/frecon/vt2
929VPD found in RW_VPD, but is corrupted.
930+ dlog 'Erasing RW_VPD region and re-initializing the VPD.'
931+ echo 'Erasing RW_VPD region and re-initializing the VPD.'
932+ tee -a /run/frecon/vt1 /run/frecon/vt2
933Erasing RW_VPD region and re-initializing the VPD.
934+ flashrom -p host -i RW_VPD -E
935flashrom v0.9.9 : b2d845b : May 29 2019 13:27:30 UTC on Linux 3.18.0-19679-gd1d0bbedf35d (x86_64)
936Calibrating delay loop... OK.
937coreboot table found at 0x7aa4e000.
938sh: dmidecode: not found
939dmidecode execution unsuccessful - continuing without DMI info
940WARNING: SPI Configuration Lockdown activated.
941Erasing and writing flash chip... ERASE FAILED at 0x009f8000! Expected=0xff, Read=0x00, failed byte count from 0x009f8000-0x009f8fff: 0x100
942 ERASE_FAILED
943FAILED!
944Your flash chip is in an unknown state.
945Get help on IRC at irc.freenode.net (channel #flashrom) or
946mail flashrom@flashrom.org with FAILED: your board name in the subject line!
947-------------------------------------------------------------------------------
948DO NOT REBOOT OR POWEROFF!
949SUCCESS
950+ '[' 0 -ne 0 ]
951+ vpd -i RW_VPD -O
952flashromPartialWrite() error.
953+ rc=6
954+ '[' 6 -ne 0 ]
955+ dlog 'Error re-formatting VPD region: 6'
956+ echo 'Error re-formatting VPD region: 6'
957+ tee -a /run/frecon/vt1 /run/frecon/vt2
958Error re-formatting VPD region: 6
959+ return 1
960+ dlog 'Could not verify or re-format RW_VPD'
961+ tee -a /run/frecon/vt1 /run/frecon/vt2
962+ echo 'Could not verify or re-format RW_VPD'
963Could not verify or re-format RW_VPD
964+ local 'extra_flags='
965+ '[' -n ]
966+ sleep 2
967+ message recovery_start
968+ '[' -z 1 ]
969+ message_recovery_start
970+ instructions recovering
971+ showbox -115 recovering
972+ local 'offset=0,-115'
973+ shift
974+ local 'message_token=recovering'
975+ shift
976+ local 'message_file=/etc/screens/en-US/recovering.png'
977+ '[' '!' -f /etc/screens/en-US/recovering.png ]
978+ showimage /etc/screens/en-US/recovering.png 0,-115
979+ local 'image=/etc/screens/en-US/recovering.png'
980+ local 'offset=0,-115'
981+ shift
982+ shift
983+ printf '\033]image:file=/etc/screens/en-US/recovering.png;offset=0,-115;scale=0\033\'
984+ progress empty
985+ showbox 0 empty
986+ local 'offset=0,0'
987+ shift
988+ local 'message_token=empty'
989+ shift
990+ local 'message_file=/etc/screens/en-US/empty.png'
991+ '[' '!' -f /etc/screens/en-US/empty.png ]
992+ showimage /etc/screens/en-US/empty.png 0,0
993+ local 'image=/etc/screens/en-US/empty.png'
994+ local 'offset=0,0'
995+ shift
996+ shift
997+ printf '\033]image:file=/etc/screens/en-US/empty.png;offset=0,0;scale=0\033\'
998+ SPINNER_PID=528
999+ call_image_recovery_script /dev/sda
1000+ dlog 'Installing software; this will take some time.'
1001+ show_install_spinner
1002+ echo 'Installing software; this will take some time.'
1003+ tee -a /run/frecon/vt1 /run/frecon/vt2
1004Installing software; this will take some time.
1005+ dlog 'See the debug log on VT3 for the full output.'
1006+ echo 'See the debug log on VT3 for the full output.'
1007+ tee -a /run/frecon/vt1 /run/frecon/vt2
1008See the debug log on VT3 for the full output.
1009+ echo 1
1010+ chroot /usb /usr/sbin/chromeos-recovery /dev/sda
1011Child process returned 1.
1012Failed to read VBNV from flash.
1013mosys invocation was: ["nvram", "vboot", "write", "603000000202004e000000000000000f"]
1014Application error: Subcommand execution finished with error -1
1015waitpid() or mosys error
1016initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
1017WARNING: One of the GPT headers/entries is invalid
1018
1019WARNING: One of the GPT headers/entries is invalid
1020
1021This will install from '/dev/sda' to '/dev/mmcblk0'.
1022This will erase all data at this destination: /dev/mmcblk0
102364+0 records in
102464+0 records out
102532768 bytes (33 kB, 32 KiB) copied, 0.127713 s, 257 kB/s
102664+0 records in
102764+0 records out
102832768 bytes (33 kB, 32 KiB) copied, 0.0032438 s, 10.1 MB/s
1029WARNING: Primary GPT header is invalid
10304D531C1A-0CF5-7640-B349-34CAF93E86B8
1031 start size part contents
1032 0 1 PMBR (Boot GUID: 4D531C1A-0CF5-7640-B349-34CAF93E86B8)
1033 1 1 Pri GPT header
1034 2 32 Pri GPT table
1035 8704000 113438672 1 Label: "STATE"
1036 Type: Linux data
1037 UUID: 003434D3-E271-D148-8F52-FFFBFCF240C0
1038 20480 32768 2 Label: "KERN-A"
1039 Type: ChromeOS kernel
1040 UUID: 68AD0F1C-F36E-CD43-9FD8-B1DDC29570C4
1041 Attr: priority=15 tries=15 successful=0
1042 4509696 4194304 3 Label: "ROOT-A"
1043 Type: ChromeOS rootfs
1044 UUID: 0AA5E802-51E4-AA44-999D-7DD5E92E3350
1045 53248 32768 4 Label: "KERN-B"
1046 Type: ChromeOS kernel
1047 UUID: B22CAF92-6258-2E4B-99B1-A95E5E8B1360
1048 Attr: priority=0 tries=15 successful=0
1049 315392 4194304 5 Label: "ROOT-B"
1050 Type: ChromeOS rootfs
1051 UUID: 816627B3-EA0B-DE49-9503-DB599C84C636
1052 16448 1 6 Label: "KERN-C"
1053 Type: ChromeOS kernel
1054 UUID: 4BBC6E52-1CC6-E64E-A79C-CA0DC51E8A88
1055 Attr: priority=0 tries=15 successful=0
1056 16449 1 7 Label: "ROOT-C"
1057 Type: ChromeOS rootfs
1058 UUID: AACF591F-CC57-DE41-825B-BD738D64F1C9
1059 86016 32768 8 Label: "OEM"
1060 Type: Linux data
1061 UUID: 95B25B30-54BB-844C-8481-D91974FB6053
1062 16450 1 9 Label: "reserved"
1063 Type: ChromeOS reserved
1064 UUID: AAD24809-6ABB-8A4E-8D38-9B4DECEBF0C1
1065 16451 1 10 Label: "reserved"
1066 Type: ChromeOS reserved
1067 UUID: 826A7B86-507B-7644-AB86-D2BE47D0B60E
1068 64 16384 11 Label: "RWFW"
1069 Type: ChromeOS firmware
1070 UUID: 43B71639-3BC0-DC4E-BC36-12EDC37095A4
1071 249856 65536 12 Label: "EFI-SYSTEM"
1072 Type: EFI System Partition
1073 UUID: 4D531C1A-0CF5-7640-B349-34CAF93E86B8
1074 Attr: legacy_boot=1
1075 122142687 32 Sec GPT table
1076 122142719 1 Sec GPT header
1077Clearing the stateful partition...
1078mke2fs 1.44.5 (15-Dec-2018)
1079Creating filesystem with 14179834 4k blocks and 3547136 inodes
1080Filesystem UUID: 657f2b97-6bd9-48d2-b4b5-c39ffe5d4770
1081Superblock backups stored on blocks:
1082 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
1083 4096000, 7962624, 11239424
1084
1085Allocating group tables: 0/433 done
1086Writing inode tables: 0/433 done
1087Creating journal (65536 blocks): done
1088Writing superblocks and filesystem accounting information: 0/433 done
1089
1090Child process returned 1.
1091Failed to read VBNV from flash.
1092mosys invocation was: ["nvram", "vboot", "write", "603000000203004e0000000000000067"]
1093Application error: Subcommand execution finished with error -1
1094waitpid() or mosys error
1095WARNING: One of the GPT headers/entries is invalid
1096
1097WARNING: One of the GPT headers/entries is invalid
1098
1099Installing partition 12 to /dev/mmcblk0
1100
110118874368 bytes (19 MB, 18 MiB) copied, 1.03398 s, 18.3 MB/s
110216+0 records in
110316+0 records out
110433554432 bytes (34 MB, 32 MiB) copied, 2.29305 s, 14.6 MB/s
1105WARNING: One of the GPT headers/entries is invalid
1106
1107WARNING: One of the GPT headers/entries is invalid
1108
1109Installing partition 11 to /dev/mmcblk0
1110DD with block size 32768
1111256+0 records in
1112256+0 records out
11138388608 bytes (8.4 MB, 8.0 MiB) copied, 0.711667 s, 11.8 MB/s
1114WARNING: One of the GPT headers/entries is invalid
1115
1116WARNING: One of the GPT headers/entries is invalid
1117
1118Installing partition 10 to /dev/mmcblk0
1119WARNING: One of the GPT headers/entries is invalid
1120
1121WARNING: One of the GPT headers/entries is invalid
1122
1123Installing partition 9 to /dev/mmcblk0
1124WARNING: One of the GPT headers/entries is invalid
1125
1126WARNING: One of the GPT headers/entries is invalid
1127
1128Installing partition 8 to /dev/mmcblk0
11298+0 records in
11308+0 records out
113116777216 bytes (17 MB, 16 MiB) copied, 1.17282 s, 14.3 MB/s
1132WARNING: One of the GPT headers/entries is invalid
1133
1134WARNING: One of the GPT headers/entries is invalid
1135
1136Installing partition 7 to /dev/mmcblk0
1137WARNING: One of the GPT headers/entries is invalid
1138
1139WARNING: One of the GPT headers/entries is invalid
1140
1141Installing partition 6 to /dev/mmcblk0
1142WARNING: One of the GPT headers/entries is invalid
1143
1144WARNING: One of the GPT headers/entries is invalid
1145
1146Installing partition 5 to /dev/mmcblk0
1147WARNING: One of the GPT headers/entries is invalid
1148
1149WARNING: One of the GPT headers/entries is invalid
1150
1151
115218874368 bytes (19 MB, 18 MiB) copied, 1.07435 s, 17.6 MB/s
115335651584 bytes (36 MB, 34 MiB) copied, 2.08229 s, 17.1 MB/s
115452428800 bytes (52 MB, 50 MiB) copied, 3.05796 s, 17.1 MB/s
115569206016 bytes (69 MB, 66 MiB) copied, 4.06046 s, 17.0 MB/s
115685983232 bytes (86 MB, 82 MiB) copied, 5.05142 s, 17.0 MB/s
1157102760448 bytes (103 MB, 98 MiB) copied, 6.04046 s, 17.0 MB/s
1158121634816 bytes (122 MB, 116 MiB) copied, 7.11623 s, 17.1 MB/s
1159138412032 bytes (138 MB, 132 MiB) copied, 8.11191 s, 17.1 MB/s
1160155189248 bytes (155 MB, 148 MiB) copied, 9.12277 s, 17.0 MB/s
1161169869312 bytes (170 MB, 162 MiB) copied, 10.0044 s, 17.0 MB/s
1162188743680 bytes (189 MB, 180 MiB) copied, 11.0955 s, 17.0 MB/s
1163205520896 bytes (206 MB, 196 MiB) copied, 12.1233 s, 17.0 MB/s
1164222298112 bytes (222 MB, 212 MiB) copied, 13.1164 s, 16.9 MB/s
1165239075328 bytes (239 MB, 228 MiB) copied, 14.0759 s, 17.0 MB/s
1166255852544 bytes (256 MB, 244 MiB) copied, 15.0564 s, 17.0 MB/s
1167272629760 bytes (273 MB, 260 MiB) copied, 16.0707 s, 17.0 MB/s
1168289406976 bytes (289 MB, 276 MiB) copied, 17.0688 s, 17.0 MB/s
1169306184192 bytes (306 MB, 292 MiB) copied, 18.0906 s, 16.9 MB/s
1170322961408 bytes (323 MB, 308 MiB) copied, 19.1121 s, 16.9 MB/s
1171339738624 bytes (340 MB, 324 MiB) copied, 20.1266 s, 16.9 MB/s
1172354418688 bytes (354 MB, 338 MiB) copied, 21.0079 s, 16.9 MB/s
1173371195904 bytes (371 MB, 354 MiB) copied, 22.0291 s, 16.9 MB/s
1174387973120 bytes (388 MB, 370 MiB) copied, 23.0021 s, 16.9 MB/s
1175404750336 bytes (405 MB, 386 MiB) copied, 24.0013 s, 16.9 MB/s
1176423624704 bytes (424 MB, 404 MiB) copied, 25.1224 s, 16.9 MB/s
1177440401920 bytes (440 MB, 420 MiB) copied, 26.0979 s, 16.9 MB/s
1178457179136 bytes (457 MB, 436 MiB) copied, 27.1183 s, 16.9 MB/s
1179473956352 bytes (474 MB, 452 MiB) copied, 28.1126 s, 16.9 MB/s
1180490733568 bytes (491 MB, 468 MiB) copied, 29.105 s, 16.9 MB/s
1181507510784 bytes (508 MB, 484 MiB) copied, 30.1019 s, 16.9 MB/s
1182524288000 bytes (524 MB, 500 MiB) copied, 31.0633 s, 16.9 MB/s
1183543162368 bytes (543 MB, 518 MiB) copied, 32.0279 s, 17.0 MB/s
1184564133888 bytes (564 MB, 538 MiB) copied, 33.0997 s, 17.0 MB/s
1185583008256 bytes (583 MB, 556 MiB) copied, 34.0642 s, 17.1 MB/s
1186601882624 bytes (602 MB, 574 MiB) copied, 35.0324 s, 17.2 MB/s
1187620756992 bytes (621 MB, 592 MiB) copied, 36.0146 s, 17.2 MB/s
1188637534208 bytes (638 MB, 608 MiB) copied, 37.0046 s, 17.2 MB/s
1189656408576 bytes (656 MB, 626 MiB) copied, 38.0962 s, 17.2 MB/s
1190673185792 bytes (673 MB, 642 MiB) copied, 39.0811 s, 17.2 MB/s
1191692060160 bytes (692 MB, 660 MiB) copied, 40.1126 s, 17.3 MB/s
1192710934528 bytes (711 MB, 678 MiB) copied, 41.045 s, 17.3 MB/s
1193731906048 bytes (732 MB, 698 MiB) copied, 42.0877 s, 17.4 MB/s
1194750780416 bytes (751 MB, 716 MiB) copied, 43.1173 s, 17.4 MB/s
1195767557632 bytes (768 MB, 732 MiB) copied, 44.0489 s, 17.4 MB/s
1196786432000 bytes (786 MB, 750 MiB) copied, 45.0678 s, 17.4 MB/s
1197805306368 bytes (805 MB, 768 MiB) copied, 46.1115 s, 17.5 MB/s
1198822083584 bytes (822 MB, 784 MiB) copied, 47.023 s, 17.5 MB/s
1199840957952 bytes (841 MB, 802 MiB) copied, 48.0822 s, 17.5 MB/s
1200859832320 bytes (860 MB, 820 MiB) copied, 49.1155 s, 17.5 MB/s
1201876609536 bytes (877 MB, 836 MiB) copied, 50.0262 s, 17.5 MB/s
1202895483904 bytes (895 MB, 854 MiB) copied, 51.0895 s, 17.5 MB/s
1203912261120 bytes (912 MB, 870 MiB) copied, 52.0316 s, 17.5 MB/s
1204931135488 bytes (931 MB, 888 MiB) copied, 53.0693 s, 17.5 MB/s
1205950009856 bytes (950 MB, 906 MiB) copied, 54.1097 s, 17.6 MB/s
1206966787072 bytes (967 MB, 922 MiB) copied, 55.0257 s, 17.6 MB/s
1207985661440 bytes (986 MB, 940 MiB) copied, 56.0598 s, 17.6 MB/s
12081002438656 bytes (1.0 GB, 956 MiB) copied, 57.0156 s, 17.6 MB/s
12091021313024 bytes (1.0 GB, 974 MiB) copied, 58.0786 s, 17.6 MB/s
12101038090240 bytes (1.0 GB, 990 MiB) copied, 59.004 s, 17.6 MB/s
12111056964608 bytes (1.1 GB, 1008 MiB) copied, 60.0334 s, 17.6 MB/s
12121075838976 bytes (1.1 GB, 1.0 GiB) copied, 61.0946 s, 17.6 MB/s
12131092616192 bytes (1.1 GB, 1.0 GiB) copied, 62.0125 s, 17.6 MB/s
12141111490560 bytes (1.1 GB, 1.0 GiB) copied, 63.0745 s, 17.6 MB/s
12151128267776 bytes (1.1 GB, 1.1 GiB) copied, 64.0092 s, 17.6 MB/s
12161147142144 bytes (1.1 GB, 1.1 GiB) copied, 65.046 s, 17.6 MB/s
12171166016512 bytes (1.2 GB, 1.1 GiB) copied, 66.0568 s, 17.7 MB/s
12181184890880 bytes (1.2 GB, 1.1 GiB) copied, 67.1046 s, 17.7 MB/s
12191201668096 bytes (1.2 GB, 1.1 GiB) copied, 68.0364 s, 17.7 MB/s
12201220542464 bytes (1.2 GB, 1.1 GiB) copied, 69.0707 s, 17.7 MB/s
12211239416832 bytes (1.2 GB, 1.2 GiB) copied, 70.1197 s, 17.7 MB/s
12221256194048 bytes (1.3 GB, 1.2 GiB) copied, 71.0525 s, 17.7 MB/s
12231277165568 bytes (1.3 GB, 1.2 GiB) copied, 72.084 s, 17.7 MB/s
12241298137088 bytes (1.3 GB, 1.2 GiB) copied, 73.0878 s, 17.8 MB/s
12251319108608 bytes (1.3 GB, 1.2 GiB) copied, 74.095 s, 17.8 MB/s
12261340080128 bytes (1.3 GB, 1.2 GiB) copied, 75.0994 s, 17.8 MB/s
12271358954496 bytes (1.4 GB, 1.3 GiB) copied, 76.0076 s, 17.9 MB/s
12281379926016 bytes (1.4 GB, 1.3 GiB) copied, 77.038 s, 17.9 MB/s
12291398800384 bytes (1.4 GB, 1.3 GiB) copied, 78.0324 s, 17.9 MB/s
12301417674752 bytes (1.4 GB, 1.3 GiB) copied, 79.0581 s, 17.9 MB/s
12311436549120 bytes (1.4 GB, 1.3 GiB) copied, 80.1014 s, 17.9 MB/s
12321453326336 bytes (1.5 GB, 1.4 GiB) copied, 81.0276 s, 17.9 MB/s
12331474297856 bytes (1.5 GB, 1.4 GiB) copied, 82.055 s, 18.0 MB/s
12341495269376 bytes (1.5 GB, 1.4 GiB) copied, 83.0777 s, 18.0 MB/s
12351512046592 bytes (1.5 GB, 1.4 GiB) copied, 84.0012 s, 18.0 MB/s
12361530920960 bytes (1.5 GB, 1.4 GiB) copied, 85.014 s, 18.0 MB/s
12371549795328 bytes (1.5 GB, 1.4 GiB) copied, 86.0816 s, 18.0 MB/s
12381568669696 bytes (1.6 GB, 1.5 GiB) copied, 87.1157 s, 18.0 MB/s
12391585446912 bytes (1.6 GB, 1.5 GiB) copied, 88.0269 s, 18.0 MB/s
12401604321280 bytes (1.6 GB, 1.5 GiB) copied, 89.0682 s, 18.0 MB/s
12411623195648 bytes (1.6 GB, 1.5 GiB) copied, 90.0843 s, 18.0 MB/s
12421639972864 bytes (1.6 GB, 1.5 GiB) copied, 91.1002 s, 18.0 MB/s
12431656750080 bytes (1.7 GB, 1.5 GiB) copied, 92.077 s, 18.0 MB/s
12441673527296 bytes (1.7 GB, 1.6 GiB) copied, 93.0562 s, 18.0 MB/s
12451690304512 bytes (1.7 GB, 1.6 GiB) copied, 94.0509 s, 18.0 MB/s
12461707081728 bytes (1.7 GB, 1.6 GiB) copied, 95.0591 s, 18.0 MB/s
12471723858944 bytes (1.7 GB, 1.6 GiB) copied, 96.0495 s, 17.9 MB/s
12481740636160 bytes (1.7 GB, 1.6 GiB) copied, 97.0374 s, 17.9 MB/s
12491757413376 bytes (1.8 GB, 1.6 GiB) copied, 98.0048 s, 17.9 MB/s
12501776287744 bytes (1.8 GB, 1.7 GiB) copied, 99.1205 s, 17.9 MB/s
12511790967808 bytes (1.8 GB, 1.7 GiB) copied, 100.021 s, 17.9 MB/s
12521809842176 bytes (1.8 GB, 1.7 GiB) copied, 101.12 s, 17.9 MB/s
12531826619392 bytes (1.8 GB, 1.7 GiB) copied, 102.107 s, 17.9 MB/s
12541843396608 bytes (1.8 GB, 1.7 GiB) copied, 103.083 s, 17.9 MB/s
12551860173824 bytes (1.9 GB, 1.7 GiB) copied, 104.088 s, 17.9 MB/s
12561876951040 bytes (1.9 GB, 1.7 GiB) copied, 105.063 s, 17.9 MB/s
12571893728256 bytes (1.9 GB, 1.8 GiB) copied, 106.066 s, 17.9 MB/s
12581910505472 bytes (1.9 GB, 1.8 GiB) copied, 107.05 s, 17.8 MB/s
12591927282688 bytes (1.9 GB, 1.8 GiB) copied, 108.019 s, 17.8 MB/s
12601944059904 bytes (1.9 GB, 1.8 GiB) copied, 109.017 s, 17.8 MB/s
12611960837120 bytes (2.0 GB, 1.8 GiB) copied, 110.019 s, 17.8 MB/s
12621977614336 bytes (2.0 GB, 1.8 GiB) copied, 111.009 s, 17.8 MB/s
12631996488704 bytes (2.0 GB, 1.9 GiB) copied, 112.093 s, 17.8 MB/s
12642015363072 bytes (2.0 GB, 1.9 GiB) copied, 113.098 s, 17.8 MB/s
12652034237440 bytes (2.0 GB, 1.9 GiB) copied, 114.059 s, 17.8 MB/s
12662053111808 bytes (2.1 GB, 1.9 GiB) copied, 115.021 s, 17.8 MB/s
12672074083328 bytes (2.1 GB, 1.9 GiB) copied, 116.091 s, 17.9 MB/s
12682092957696 bytes (2.1 GB, 1.9 GiB) copied, 117.057 s, 17.9 MB/s
12691000+0 records in
12701000+0 records out
12712097152000 bytes (2.1 GB, 2.0 GiB) copied, 118.011 s, 17.8 MB/s
1272WARNING: One of the GPT headers/entries is invalid
1273
1274WARNING: One of the GPT headers/entries is invalid
1275
1276Installing partition 4 to /dev/mmcblk0
1277WARNING: One of the GPT headers/entries is invalid
1278
1279WARNING: One of the GPT headers/entries is invalid
1280
12818+0 records in
12828+0 records out
128316777216 bytes (17 MB, 16 MiB) copied, 1.18583 s, 14.1 MB/s
1284WARNING: One of the GPT headers/entries is invalid
1285
1286WARNING: One of the GPT headers/entries is invalid
1287
1288Installing partition 3 to /dev/mmcblk0
1289WARNING: One of the GPT headers/entries is invalid
1290
1291WARNING: One of the GPT headers/entries is invalid
1292
1293
12941287651328 bytes (1.3 GB, 1.2 GiB) copied, 1.00847 s, 1.3 GB/s
12951457520640 bytes (1.5 GB, 1.4 GiB) copied, 2.00354 s, 727 MB/s
12961600126976 bytes (1.6 GB, 1.5 GiB) copied, 3.00178 s, 533 MB/s
12971728053248 bytes (1.7 GB, 1.6 GiB) copied, 4.0016 s, 432 MB/s
12981855979520 bytes (1.9 GB, 1.7 GiB) copied, 5.00148 s, 371 MB/s
12991986002944 bytes (2.0 GB, 1.8 GiB) copied, 6.01746 s, 330 MB/s
13001000+0 records in
13011000+0 records out
13022097152000 bytes (2.1 GB, 2.0 GiB) copied, 18.4103 s, 114 MB/s
1303WARNING: One of the GPT headers/entries is invalid
1304
1305WARNING: One of the GPT headers/entries is invalid
1306
1307Installing partition 2 to /dev/mmcblk0
1308WARNING: One of the GPT headers/entries is invalid
1309
1310WARNING: One of the GPT headers/entries is invalid
1311
13128+0 records in
13138+0 records out
131416777216 bytes (17 MB, 16 MiB) copied, 0.339988 s, 49.3 MB/s
1315WARNING: One of the GPT headers/entries is invalid
1316
1317WARNING: One of the GPT headers/entries is invalid
1318
1319Installing partition 1 to /dev/mmcblk0
1320Installing the stateful partition...
1321dm:dm bht[DEBUG] Setting block_count 460800
1322dm:dm bht[DEBUG] Setting depth to 3.
1323dm:dm bht[DEBUG] depth: 0 entries: 1
1324dm:dm bht[DEBUG] depth: 1 entries: 29
1325dm:dm bht[DEBUG] depth: 2 entries: 3600
1326Couldn't check the current permission, ignored: No such file or directory
1327PostInstall Configured: (A, /dev/mmcblk0p3, /dev/mmcblk0p2, /dev/mmcblk0p12)
1328
1329 Current Kernel Info: sysname(Linux) nodename(localhost) release(3.18.0-19679-gd1d0bbedf35d) version(#2 SMP PREEMPT Tue Aug 27 18:46:53 PDT 2019) machine(x86_64)
1330
1331lsb-release inside the new rootfs:
1332CHROMEOS_ARC_ANDROID_SDK_VERSION=28
1333CHROMEOS_ARC_VERSION=5823788
1334CHROMEOS_AUSERVER=https://tools.google.com/service/update2
1335CHROMEOS_BOARD_APPID={C166AF52-7EE9-4F08-AAA7-B4B895A9F336}
1336CHROMEOS_CANARY_APPID={90F229CE-83E2-4FAF-8479-E368A34938B1}
1337CHROMEOS_DEVSERVER=
1338CHROMEOS_RELEASE_APPID={C166AF52-7EE9-4F08-AAA7-B4B895A9F336}
1339CHROMEOS_RELEASE_BOARD=caroline-signed-mpkeys
1340CHROMEOS_RELEASE_BRANCH_NUMBER=92
1341CHROMEOS_RELEASE_BUILDER_PATH=caroline-release/R76-12239.92.0
1342CHROMEOS_RELEASE_BUILD_NUMBER=12239
1343CHROMEOS_RELEASE_BUILD_TYPE=Official Build
1344CHROMEOS_RELEASE_CHROME_MILESTONE=76
1345CHROMEOS_RELEASE_DESCRIPTION=12239.92.0 (Official Build) stable-channel caroline
1346CHROMEOS_RELEASE_KEYSET=mp
1347CHROMEOS_RELEASE_NAME=Chrome OS
1348CHROMEOS_RELEASE_PATCH_NUMBER=0
1349CHROMEOS_RELEASE_TRACK=stable-channel
1350CHROMEOS_RELEASE_VERSION=12239.92.0
1351DEVICETYPE=CHROMEBOOK
1352GOOGLE_RELEASE=12239.92.0
1353
1354Set boot target to /dev/mmcblk0p3: Partition 3, Slot A
1355SetImage
1356KERNEL_CONFIG: console= loglevel=7 init=/sbin/init cros_secure root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 3686400 verity payload=PARTUUID=%U/PARTNROFF=1 hashtree=PARTUUID=%U/PARTNROFF=1 hashstart=3686400 alg=sha1 root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307 salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea" noinitrd vt.global_cursor_default=0 kern_guid=%U add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic intel_idle.max_cstate=7
1357Setting up verity.
1358Finished after 12 seconds.
1359Clearing network driver boot cache: /var/lib/preload-network-drivers.
1360Syncing filesystems before changing boot order...
1361Finished after 0 seconds.
1362Updating Partition Table Attributes using CgptManager...
1363Updated kernel 2 with Successful = 1 and NumTriesLeft = 6
1364Checking /mnt/stateful_partition/unencrypted permission.
1365RemovePackFiles Failed
1366Touch(/mnt/stateful_partition/.install_completed) FAILED
1367Starting firmware updater (//usr/sbin/chromeos-firmwareupdate --mode=recovery)
1368Command: //usr/sbin/chromeos-firmwareupdate --mode=recovery
1369
1370 Machine Model: caroline
1371 Write Protect: HW=1/1 SW=0
1372 Last Boot Version: RO=Google_Caroline.7820.263.0 ACT/recovery=Google_Caroline.7820.263.0
1373 Firmware Updater: RO=Google_Caroline.7820.300.0 RW=Google_Caroline.7820.384.0
1374
1375>> Starting firmware updater.
1376>> Target image: bios.bin (RO:Google_Caroline.7820.300.0, RW/A:Google_Caroline.7820.384.0, RW/B:Google_Caroline.7820.384.0).
1377INFO: update_firmware: Loading current system firmware...
1378>> Current system: /tmp/fwupdater.uv3aLR (RO:Google_Caroline.7820.263.0, RW/A:Google_Caroline.7820.286.0, RW/B:Google_Caroline.7820.286.0).
1379>> Write protection: 0 (disabled; HW=1, SW=0).
1380>> FULL UPDATE: Updating whole firmware image(s), RO+RW.
1381INFO: update_whole_firmware: Checking compatibility...
1382INFO: host_flashrom: Executing: flashrom -w /tmp/fwupdater.8Jnpnj -p host
1383flashrom v0.9.9 : b2d845b : May 29 2019 13:27:30 UTC on Linux 3.18.0-19679-gd1d0bbedf35d (x86_64)
1384Calibrating delay loop... OK.
1385coreboot table found at 0x7aa4e000.
1386WARNING: SPI Configuration Lockdown activated.
1387Erasing and writing flash chip... ERASE FAILED at 0x00275000! Expected=0xff, Read=0x00, failed byte count from 0x00275000-0x00275fff: 0x100
1388 ERASE_FAILED
1389FAILED!
1390Uh oh. Erase/write failed. Checking if anything changed.
1391Your flash chip is in an unknown state.
1392Get help on IRC at irc.freenode.net (channel #flashrom) or
1393mail flashrom@flashrom.org with FAILED: your board name in the subject line!
1394-------------------------------------------------------------------------------
1395DO NOT REBOOT OR POWEROFF!
1396FAILED
1397ERROR: host_flashrom: Error code: 256
1398ERROR: do_update: Failed writing firmware.
1399>> FAILED: Firmware updater aborted.
1400Finished after 25 seconds.
1401Failed Command: //usr/sbin/chromeos-firmwareupdate --mode=recovery - Exit Code 1
1402Firmware update failed (error code: 1).
1403Rolling back update due to failure installing required firmware.
1404Successfully updated GPT with all settings to rollback.
1405PostInstall Failed
1406Running a hw diagnostics test -- this might take a couple minutes.
1407Checking blocks 0 to 61071359
1408Checking for bad blocks (read-only test): 0.00% done, 0:00 elapsed. (0/0/0 errors) 0.31% done, 0:01 elapsed. (0/0/0 errors) 0.64% done, 0:02 elapsed. (0/0/0 errors) 0.96% done, 0:03 elapsed. (0/0/0 errors) 1.27% done, 0:04 elapsed. (0/0/0 errors) 1.60% done, 0:05 elapsed. (0/0/0 errors) 1.92% done, 0:06 elapsed. (0/0/0 errors) 2.23% done, 0:07 elapsed. (0/0/0 errors) 2.53% done, 0:08 elapsed. (0/0/0 errors) 2.83% done, 0:09 elapsed. (0/0/0 errors) 3.13% done, 0:10 elapsed. (0/0/0 errors) 3.44% done, 0:11 elapsed. (0/0/0 errors) 3.74% done, 0:12 elapsed. (0/0/0 errors) 4.04% done, 0:13 elapsed. (0/0/0 errors) 4.36% done, 0:14 elapsed. (0/0/0 errors) 4.67% done, 0:15 elapsed. (0/0/0 errors) 4.98% done, 0:16 elapsed. (0/0/0 errors) 5.25% done, 0:17 elapsed. (0/0/0 errors) 5.53% done, 0:18 elapsed. (0/0/0 errors) 5.82% done, 0:19 elapsed. (0/0/0 errors) 6.12% done, 0:20 elapsed. (0/0/0 errors) 6.42% done, 0:21 elapsed. (0/0/0 errors) 6.72% done, 0:22 elapsed. (0/0/0 errors) 7.01% done, 0:23 elapsed. (0/0/0 errors) 7.32% done, 0:24 elapsed. (0/0/0 errors) 7.62% done, 0:25 elapsed. (0/0/0 errors) 7.92% done, 0:26 elapsed. (0/0/0 errors) 8.23% done, 0:27 elapsed. (0/0/0 errors) 8.53% done, 0:28 elapsed. (0/0/0 errors) 8.83% done, 0:29 elapsed. (0/0/0 errors) 9.14% done, 0:30 elapsed. (0/0/0 errors) 9.44% done, 0:31 elapsed. (0/0/0 errors) 9.73% done, 0:32 elapsed. (0/0/0 errors) 10.01% done, 0:33 elapsed. (0/0/0 errors) 10.30% done, 0:34 elapsed. (0/0/0 errors) 10.61% done, 0:35 elapsed. (0/0/0 errors) 10.88% done, 0:36 elapsed. (0/0/0 errors) 11.15% done, 0:37 elapsed. (0/0/0 errors) 11.43% done, 0:38 elapsed. (0/0/0 errors) 11.71% done, 0:39 elapsed. (0/0/0 errors) 12.01% done, 0:40 elapsed. (0/0/0 errors) 12.31% done, 0:41 elapsed. (0/0/0 errors) 12.59% done, 0:42 elapsed. (0/0/0 errors) 12.87% done, 0:43 elapsed. (0/0/0 errors) 13.16% done, 0:44 elapsed. (0/0/0 errors) 13.44% done, 0:45 elapsed. (0/0/0 errors) 13.73% done, 0:46 elapsed. (0/0/0 errors) 14.00% done, 0:47 elapsed. (0/0/0 errors) 14.27% done, 0:48 elapsed. (0/0/0 errors) 14.55% done, 0:49 elapsed. (0/0/0 errors) 14.84% done, 0:50 elapsed. (0/0/0 errors) 15.13% done, 0:51 elapsed. (0/0/0 errors) 15.41% done, 0:52 elapsed. (0/0/0 errors) 15.68% done, 0:53 elapsed. (0/0/0 errors) 15.96% done, 0:54 elapsed. (0/0/0 errors) 16.23% done, 0:55 elapsed. (0/0/0 errors) 16.53% done, 0:56 elapsed. (0/0/0 errors) 16.83% done, 0:57 elapsed. (0/0/0 errors) 17.13% done, 0:58 elapsed. (0/0/0 errors) 17.42% done, 0:59 elapsed. (0/0/0 errors) 17.70% done, 1:00 elapsed. (0/0/0 errors) 17.98% done, 1:01 elapsed. (0/0/0 errors) 18.27% done, 1:02 elapsed. (0/0/0 errors) 18.56% done, 1:03 elapsed. (0/0/0 errors) 18.82% done, 1:04 elapsed. (0/0/0 errors) 19.09% done, 1:05 elapsed. (0/0/0 errors) 19.37% done, 1:06 elapsed. (0/0/0 errors) 19.65% done, 1:07 elapsed. (0/0/0 errors) 19.95% done, 1:08 elapsed. (0/0/0 errors) 20.25% done, 1:09 elapsed. (0/0/0 errors) 20.53% done, 1:10 elapsed. (0/0/0 errors) 20.84% done, 1:11 elapsed. (0/0/0 errors) 21.16% done, 1:12 elapsed. (0/0/0 errors) 21.45% done, 1:13 elapsed. (0/0/0 errors) 21.75% done, 1:14 elapsed. (0/0/0 errors) 22.06% done, 1:15 elapsed. (0/0/0 errors) 22.36% done, 1:16 elapsed. (0/0/0 errors) 22.66% done, 1:17 elapsed. (0/0/0 errors) 22.94% done, 1:18 elapsed. (0/0/0 errors) 23.23% done, 1:19 elapsed. (0/0/0 errors) 23.53% done, 1:20 elapsed. (0/0/0 errors) 23.85% done, 1:21 elapsed. (0/0/0 errors) 24.16% done, 1:22 elapsed. (0/0/0 errors) 24.45% done, 1:23 elapsed. (0/0/0 errors) 24.74% done, 1:24 elapsed. (0/0/0 errors) 25.04% done, 1:25 elapsed. (0/0/0 errors) 25.33% done, 1:26 elapsed. (0/0/0 errors) 25.62% done, 1:27 elapsed. (0/0/0 errors) 25.91% done, 1:28 elapsed. (0/0/0 errors) 26.19% done, 1:29 elapsed. (0/0/0 errors) 26.49% done, 1:30 elapsed. (0/0/0 errors) 26.78% done, 1:31 elapsed. (0/0/0 errors) 27.07% done, 1:32 elapsed. (0/0/0 errors) 27.37% done, 1:33 elapsed. (0/0/0 errors) 27.67% done, 1:34 elapsed. (0/0/0 errors) 27.95% done, 1:35 elapsed. (0/0/0 errors) 28.20% done, 1:36 elapsed. (0/0/0 errors) 28.49% done, 1:37 elapsed. (0/0/0 errors) 28.78% done, 1:38 elapsed. (0/0/0 errors) 29.08% done, 1:39 elapsed. (0/0/0 errors) 29.38% done, 1:40 elapsed. (0/0/0 errors) 29.67% done, 1:41 elapsed. (0/0/0 errors) 29.97% done, 1:42 elapsed. (0/0/0 errors) 30.26% done, 1:43 elapsed. (0/0/0 errors) 30.56% done, 1:44 elapsed. (0/0/0 errors) 30.85% done, 1:45 elapsed. (0/0/0 errors) 31.14% done, 1:46 elapsed. (0/0/0 errors) 31.43% done, 1:47 elapsed. (0/0/0 errors) 31.70% done, 1:48 elapsed. (0/0/0 errors) 32.00% done, 1:49 elapsed. (0/0/0 errors) 32.32% done, 1:50 elapsed. (0/0/0 errors) 32.61% done, 1:51 elapsed. (0/0/0 errors) 32.91% done, 1:52 elapsed. (0/0/0 errors) 33.22% done, 1:53 elapsed. (0/0/0 errors) 33.52% done, 1:54 elapsed. (0/0/0 errors) 33.83% done, 1:55 elapsed. (0/0/0 errors) 34.13% done, 1:56 elapsed. (0/0/0 errors) 34.45% done, 1:57 elapsed. (0/0/0 errors) 34.75% done, 1:58 elapsed. (0/0/0 errors) 35.04% done, 1:59 elapsed. (0/0/0 errors) 35.34% done, 2:00 elapsed. (0/0/0 errors) 35.65% done, 2:01 elapsed. (0/0/0 errors) 35.96% done, 2:02 elapsed. (0/0/0 errors) 36.29% done, 2:03 elapsed. (0/0/0 errors) 36.59% done, 2:04 elapsed. (0/0/0 errors) 36.91% done, 2:05 elapsed. (0/0/0 errors) 37.22% done, 2:06 elapsed. (0/0/0 errors) 37.56% done, 2:07 elapsed. (0/0/0 errors) 37.86% done, 2:08 elapsed. (0/0/0 errors) 38.16% done, 2:09 elapsed. (0/0/0 errors) 38.48% done, 2:10 elapsed. (0/0/0 errors) 38.78% done, 2:11 elapsed. (0/0/0 errors) 39.09% done, 2:12 elapsed. (0/0/0 errors) 39.41% done, 2:13 elapsed. (0/0/0 errors) 39.71% done, 2:14 elapsed. (0/0/0 errors) 40.02% done, 2:15 elapsed. (0/0/0 errors) 40.33% done, 2:16 elapsed. (0/0/0 errors) 40.64% done, 2:17 elapsed. (0/0/0 errors) 40.95% done, 2:18 elapsed. (0/0/0 errors) 41.25% done, 2:19 elapsed. (0/0/0 errors) 41.57% done, 2:20 elapsed. (0/0/0 errors) 41.88% done, 2:21 elapsed. (0/0/0 errors) 42.18% done, 2:22 elapsed. (0/0/0 errors) 42.49% done, 2:23 elapsed. (0/0/0 errors) 42.79% done, 2:24 elapsed. (0/0/0 errors) 43.11% done, 2:25 elapsed. (0/0/0 errors) 43.42% done, 2:26 elapsed. (0/0/0 errors) 43.72% done, 2:27 elapsed. (0/0/0 errors) 44.03% done, 2:28 elapsed. (0/0/0 errors) 44.33% done, 2:29 elapsed. (0/0/0 errors) 44.64% done, 2:30 elapsed. (0/0/0 errors) 44.94% done, 2:31 elapsed. (0/0/0 errors) 45.25% done, 2:32 elapsed. (0/0/0 errors) 45.55% done, 2:33 elapsed. (0/0/0 errors) 45.87% done, 2:34 elapsed. (0/0/0 errors) 46.17% done, 2:35 elapsed. (0/0/0 errors) 46.49% done, 2:36 elapsed. (0/0/0 errors) 46.80% done, 2:37 elapsed. (0/0/0 errors) 47.11% done, 2:38 elapsed. (0/0/0 errors) 47.41% done, 2:39 elapsed. (0/0/0 errors) 47.71% done, 2:40 elapsed. (0/0/0 errors) 48.02% done, 2:41 elapsed. (0/0/0 errors) 48.33% done, 2:42 elapsed. (0/0/0 errors) 48.63% done, 2:43 elapsed. (0/0/0 errors) 48.94% done, 2:44 elapsed. (0/0/0 errors) 49.24% done, 2:45 elapsed. (0/0/0 errors) 49.55% done, 2:46 elapsed. (0/0/0 errors) 49.85% done, 2:47 elapsed. (0/0/0 errors) 50.16% done, 2:48 elapsed. (0/0/0 errors) 50.47% done, 2:49 elapsed. (0/0/0 errors) 50.78% done, 2:50 elapsed. (0/0/0 errors) 51.09% done, 2:51 elapsed. (0/0/0 errors) 51.40% done, 2:52 elapsed. (0/0/0 errors) 51.71% done, 2:53 elapsed. (0/0/0 errors) 52.04% done, 2:54 elapsed. (0/0/0 errors) 52.35% done, 2:55 elapsed. (0/0/0 errors) 52.65% done, 2:56 elapsed. (0/0/0 errors) 52.96% done, 2:57 elapsed. (0/0/0 errors) 53.26% done, 2:58 elapsed. (0/0/0 errors) 53.57% done, 2:59 elapsed. (0/0/0 errors) 53.89% done, 3:00 elapsed. (0/0/0 errors) 54.19% done, 3:01 elapsed. (0/0/0 errors) 54.50% done, 3:02 elapsed. (0/0/0 errors) 54.81% done, 3:03 elapsed. (0/0/0 errors) 55.12% done, 3:04 elapsed. (0/0/0 errors) 55.44% done, 3:05 elapsed. (0/0/0 errors) 55.75% done, 3:06 elapsed. (0/0/0 errors) 56.06% done, 3:07 elapsed. (0/0/0 errors) 56.37% done, 3:08 elapsed. (0/0/0 errors) 56.68% done, 3:09 elapsed. (0/0/0 errors) 56.99% done, 3:10 elapsed. (0/0/0 errors) 57.30% done, 3:11 elapsed. (0/0/0 errors) 57.61% done, 3:12 elapsed. (0/0/0 errors) 57.91% done, 3:13 elapsed. (0/0/0 errors) 58.22% done, 3:14 elapsed. (0/0/0 errors) 58.53% done, 3:15 elapsed. (0/0/0 errors) 58.84% done, 3:16 elapsed. (0/0/0 errors) 59.14% done, 3:17 elapsed. (0/0/0 errors) 59.44% done, 3:18 elapsed. (0/0/0 errors) 59.76% done, 3:19 elapsed. (0/0/0 errors) 60.08% done, 3:20 elapsed. (0/0/0 errors) 60.39% done, 3:21 elapsed. (0/0/0 errors) 60.69% done, 3:22 elapsed. (0/0/0 errors) 61.00% done, 3:23 elapsed. (0/0/0 errors) 61.31% done, 3:24 elapsed. (0/0/0 errors) 61.61% done, 3:25 elapsed. (0/0/0 errors) 61.94% done, 3:26 elapsed. (0/0/0 errors) 62.24% done, 3:27 elapsed. (0/0/0 errors) 62.55% done, 3:28 elapsed. (0/0/0 errors) 62.87% done, 3:29 elapsed. (0/0/0 errors) 63.18% done, 3:30 elapsed. (0/0/0 errors) 63.49% done, 3:31 elapsed. (0/0/0 errors) 63.81% done, 3:32 elapsed. (0/0/0 errors) 64.12% done, 3:33 elapsed. (0/0/0 errors) 64.43% done, 3:34 elapsed. (0/0/0 errors) 64.73% done, 3:35 elapsed. (0/0/0 errors) 65.05% done, 3:36 elapsed. (0/0/0 errors) 65.37% done, 3:37 elapsed. (0/0/0 errors) 65.67% done, 3:38 elapsed. (0/0/0 errors) 65.98% done, 3:39 elapsed. (0/0/0 errors) 66.29% done, 3:40 elapsed. (0/0/0 errors) 66.59% done, 3:41 elapsed. (0/0/0 errors) 66.90% done, 3:42 elapsed. (0/0/0 errors) 67.21% done, 3:43 elapsed. (0/0/0 errors) 67.51% done, 3:44 elapsed. (0/0/0 errors) 67.82% done, 3:45 elapsed. (0/0/0 errors) 68.12% done, 3:46 elapsed. (0/0/0 errors) 68.42% done, 3:47 elapsed. (0/0/0 errors) 68.74% done, 3:48 elapsed. (0/0/0 errors) 69.06% done, 3:49 elapsed. (0/0/0 errors) 69.38% done, 3:50 elapsed. (0/0/0 errors) 69.68% done, 3:51 elapsed. (0/0/0 errors) 69.99% done, 3:52 elapsed. (0/0/0 errors) 70.30% done, 3:53 elapsed. (0/0/0 errors) 70.61% done, 3:54 elapsed. (0/0/0 errors) 70.91% done, 3:55 elapsed. (0/0/0 errors) 71.22% done, 3:56 elapsed. (0/0/0 errors) 71.54% done, 3:57 elapsed. (0/0/0 errors) 71.84% done, 3:58 elapsed. (0/0/0 errors) 72.14% done, 3:59 elapsed. (0/0/0 errors) 72.46% done, 4:00 elapsed. (0/0/0 errors) 72.76% done, 4:01 elapsed. (0/0/0 errors) 73.07% done, 4:02 elapsed. (0/0/0 errors) 73.37% done, 4:03 elapsed. (0/0/0 errors) 73.68% done, 4:04 elapsed. (0/0/0 errors) 73.98% done, 4:05 elapsed. (0/0/0 errors) 74.30% done, 4:06 elapsed. (0/0/0 errors) 74.61% done, 4:07 elapsed. (0/0/0 errors) 74.92% done, 4:08 elapsed. (0/0/0 errors) 75.23% done, 4:09 elapsed. (0/0/0 errors) 75.53% done, 4:10 elapsed. (0/0/0 errors) 75.85% done, 4:11 elapsed. (0/0/0 errors) 76.15% done, 4:12 elapsed. (0/0/0 errors) 76.46% done, 4:13 elapsed. (0/0/0 errors) 76.77% done, 4:14 elapsed. (0/0/0 errors) 77.07% done, 4:15 elapsed. (0/0/0 errors) 77.38% done, 4:16 elapsed. (0/0/0 errors) 77.69% done, 4:17 elapsed. (0/0/0 errors) 78.00% done, 4:18 elapsed. (0/0/0 errors) 78.31% done, 4:19 elapsed. (0/0/0 errors) 78.62% done, 4:20 elapsed. (0/0/0 errors) 78.93% done, 4:21 elapsed. (0/0/0 errors) 79.23% done, 4:22 elapsed. (0/0/0 errors) 79.55% done, 4:23 elapsed. (0/0/0 errors) 79.85% done, 4:24 elapsed. (0/0/0 errors) 80.16% done, 4:25 elapsed. (0/0/0 errors) 80.48% done, 4:26 elapsed. (0/0/0 errors) 80.79% done, 4:27 elapsed. (0/0/0 errors) 81.09% done, 4:28 elapsed. (0/0/0 errors) 81.40% done, 4:29 elapsed. (0/0/0 errors) 81.70% done, 4:30 elapsed. (0/0/0 errors) 82.01% done, 4:31 elapsed. (0/0/0 errors) 82.31% done, 4:32 elapsed. (0/0/0 errors) 82.62% done, 4:33 elapsed. (0/0/0 errors) 82.91% done, 4:34 elapsed. (0/0/0 errors) 83.22% done, 4:35 elapsed. (0/0/0 errors) 83.52% done, 4:36 elapsed. (0/0/0 errors) 83.84% done, 4:37 elapsed. (0/0/0 errors) 84.14% done, 4:38 elapsed. (0/0/0 errors) 84.46% done, 4:39 elapsed. (0/0/0 errors) 84.76% done, 4:40 elapsed. (0/0/0 errors) 85.07% done, 4:41 elapsed. (0/0/0 errors) 85.37% done, 4:42 elapsed. (0/0/0 errors) 85.68% done, 4:43 elapsed. (0/0/0 errors) 85.99% done, 4:44 elapsed. (0/0/0 errors) 86.30% done, 4:45 elapsed. (0/0/0 errors) 86.61% done, 4:46 elapsed. (0/0/0 errors) 86.93% done, 4:47 elapsed. (0/0/0 errors) 87.24% done, 4:48 elapsed. (0/0/0 errors) 87.54% done, 4:49 elapsed. (0/0/0 errors) 87.85% done, 4:50 elapsed. (0/0/0 errors) 88.17% done, 4:51 elapsed. (0/0/0 errors) 88.48% done, 4:52 elapsed. (0/0/0 errors) 88.78% done, 4:53 elapsed. (0/0/0 errors) 89.09% done, 4:54 elapsed. (0/0/0 errors) 89.40% done, 4:55 elapsed. (0/0/0 errors) 89.71% done, 4:56 elapsed. (0/0/0 errors) 90.02% done, 4:57 elapsed. (0/0/0 errors) 90.32% done, 4:58 elapsed. (0/0/0 errors) 90.63% done, 4:59 elapsed. (0/0/0 errors) 90.94% done, 5:00 elapsed. (0/0/0 errors) 91.25% done, 5:01 elapsed. (0/0/0 errors) 91.56% done, 5:02 elapsed. (0/0/0 errors) 91.86% done, 5:03 elapsed. (0/0/0 errors) 92.18% done, 5:04 elapsed. (0/0/0 errors) 92.48% done, 5:05 elapsed. (0/0/0 errors) 92.79% done, 5:06 elapsed. (0/0/0 errors) 93.09% done, 5:07 elapsed. (0/0/0 errors) 93.39% done, 5:08 elapsed. (0/0/0 errors) 93.70% done, 5:09 elapsed. (0/0/0 errors) 94.00% done, 5:10 elapsed. (0/0/0 errors) 94.31% done, 5:11 elapsed. (0/0/0 errors) 94.63% done, 5:12 elapsed. (0/0/0 errors) 94.94% done, 5:13 elapsed. (0/0/0 errors) 95.24% done, 5:14 elapsed. (0/0/0 errors) 95.55% done, 5:15 elapsed. (0/0/0 errors) 95.86% done, 5:16 elapsed. (0/0/0 errors) 96.16% done, 5:17 elapsed. (0/0/0 errors) 96.46% done, 5:18 elapsed. (0/0/0 errors) 96.76% done, 5:19 elapsed. (0/0/0 errors) 97.06% done, 5:20 elapsed. (0/0/0 errors) 97.36% done, 5:21 elapsed. (0/0/0 errors) 97.67% done, 5:22 elapsed. (0/0/0 errors) 97.99% done, 5:23 elapsed. (0/0/0 errors) 98.30% done, 5:24 elapsed. (0/0/0 errors) 98.62% done, 5:25 elapsed. (0/0/0 errors) 98.93% done, 5:26 elapsed. (0/0/0 errors) 99.23% done, 5:27 elapsed. (0/0/0 errors) 99.54% done, 5:28 elapsed. (0/0/0 errors) 99.86% done, 5:29 elapsed. (0/0/0 errors)done
1409Pass completed, 0 bad blocks found. (0/0/0 errors)
1410cid | 450100444634303634019851e601b400
1411csd | d00f00328f5903ffffffffef8a404000
1412date | 11/2017
1413enhanced_area_offset | 18446744073709551594
1414enhanced_area_size | 4294967274
1415erase_size | 524288
1416fwrev | 0x3130363135322020
1417hwrev | 0x0
1418manfid | 0x000045
1419name | DF4064
1420oemid | 0x0100
1421preferred_erase_size | 4194304
1422prv | 0x1
1423raw_rpmb_size_mult | 0x20
1424rel_sectors | 0x1
1425serial | 0x9851e601
1426=============================================
1427 Extended CSD rev 1.8 (MMC 5.1)
1428=============================================
1429
1430Card Supported Command sets [S_CMD_SET: 0x01]
1431HPI Features [HPI_FEATURE: 0x01]: implementation based on CMD13
1432Background operations support [BKOPS_SUPPORT: 0x01]
1433Max Packet Read Cmd [MAX_PACKED_READS: 0x3f]
1434Max Packet Write Cmd [MAX_PACKED_WRITES: 0x3f]
1435Data TAG support [DATA_TAG_SUPPORT: 0x01]
1436Data TAG Unit Size [TAG_UNIT_SIZE: 0x03]
1437Tag Resources Size [TAG_RES_SIZE: 0x03]
1438Context Management Capabilities [CONTEXT_CAPABILITIES: 0x05]
1439Large Unit Size [LARGE_UNIT_SIZE_M1: 0x00]
1440Extended partition attribute support [EXT_SUPPORT: 0x03]
1441Supported modes [SUPPORTED_MODES: 0x03]
1442FFU features [FFU_FEATURES: 0x00]
1443Operation codes timeout [OPERATION_CODE_TIMEOUT: 0x10]
1444FFU Argument [FFU_ARG: 0x00000000]
1445Number of FW sectors correctly programmed [NUMBER_OF_FW_SECTORS_CORRECTLY_PROGRAMMED: 0]
1446Vendor proprietary health report:
1447[VENDOR_PROPRIETARY_HEALTH_REPORT[301]]: 0x00
1448[VENDOR_PROPRIETARY_HEALTH_REPORT[300]]: 0x00
1449[VENDOR_PROPRIETARY_HEALTH_REPORT[299]]: 0x00
1450[VENDOR_PROPRIETARY_HEALTH_REPORT[298]]: 0x00
1451[VENDOR_PROPRIETARY_HEALTH_REPORT[297]]: 0x00
1452[VENDOR_PROPRIETARY_HEALTH_REPORT[296]]: 0x00
1453[VENDOR_PROPRIETARY_HEALTH_REPORT[295]]: 0x00
1454[VENDOR_PROPRIETARY_HEALTH_REPORT[294]]: 0x00
1455[VENDOR_PROPRIETARY_HEALTH_REPORT[293]]: 0x00
1456[VENDOR_PROPRIETARY_HEALTH_REPORT[292]]: 0x00
1457[VENDOR_PROPRIETARY_HEALTH_REPORT[291]]: 0x00
1458[VENDOR_PROPRIETARY_HEALTH_REPORT[290]]: 0x00
1459[VENDOR_PROPRIETARY_HEALTH_REPORT[289]]: 0x00
1460[VENDOR_PROPRIETARY_HEALTH_REPORT[288]]: 0x00
1461[VENDOR_PROPRIETARY_HEALTH_REPORT[287]]: 0x00
1462[VENDOR_PROPRIETARY_HEALTH_REPORT[286]]: 0x00
1463[VENDOR_PROPRIETARY_HEALTH_REPORT[285]]: 0x00
1464[VENDOR_PROPRIETARY_HEALTH_REPORT[284]]: 0x00
1465[VENDOR_PROPRIETARY_HEALTH_REPORT[283]]: 0x00
1466[VENDOR_PROPRIETARY_HEALTH_REPORT[282]]: 0x00
1467[VENDOR_PROPRIETARY_HEALTH_REPORT[281]]: 0x00
1468[VENDOR_PROPRIETARY_HEALTH_REPORT[280]]: 0x00
1469[VENDOR_PROPRIETARY_HEALTH_REPORT[279]]: 0x00
1470[VENDOR_PROPRIETARY_HEALTH_REPORT[278]]: 0x00
1471[VENDOR_PROPRIETARY_HEALTH_REPORT[277]]: 0x00
1472[VENDOR_PROPRIETARY_HEALTH_REPORT[276]]: 0x00
1473[VENDOR_PROPRIETARY_HEALTH_REPORT[275]]: 0x00
1474[VENDOR_PROPRIETARY_HEALTH_REPORT[274]]: 0x00
1475[VENDOR_PROPRIETARY_HEALTH_REPORT[273]]: 0x00
1476[VENDOR_PROPRIETARY_HEALTH_REPORT[272]]: 0x00
1477[VENDOR_PROPRIETARY_HEALTH_REPORT[271]]: 0x00
1478[VENDOR_PROPRIETARY_HEALTH_REPORT[270]]: 0x00
1479Device life time estimation type B [DEVICE_LIFE_TIME_EST_TYP_B: 0x01]
1480 i.e. 0% - 10% device life time used
1481Device life time estimation type A [DEVICE_LIFE_TIME_EST_TYP_A: 0x01]
1482 i.e. 0% - 10% device life time used
1483Pre EOL information [PRE_EOL_INFO: 0x01]
1484 i.e. Normal
1485Optimal read size [OPTIMAL_READ_SIZE: 0x08]
1486Optimal write size [OPTIMAL_WRITE_SIZE: 0x08]
1487Optimal trim unit size [OPTIMAL_TRIM_UNIT_SIZE: 0x08]
1488Device version [DEVICE_VERSION: 0x53 - 0x41]
1489Firmware version:
1490[FIRMWARE_VERSION[261]]: 0x20
1491[FIRMWARE_VERSION[260]]: 0x20
1492[FIRMWARE_VERSION[259]]: 0x32
1493[FIRMWARE_VERSION[258]]: 0x35
1494[FIRMWARE_VERSION[257]]: 0x31
1495[FIRMWARE_VERSION[256]]: 0x36
1496[FIRMWARE_VERSION[255]]: 0x30
1497[FIRMWARE_VERSION[254]]: 0x31
1498Power class for 200MHz, DDR at VCC= 3.6V [PWR_CL_DDR_200_360: 0xdd]
1499Generic CMD6 Timer [GENERIC_CMD6_TIME: 0x19]
1500Power off notification [POWER_OFF_LONG_TIME: 0x19]
1501Cache Size [CACHE_SIZE] is 4096 KiB
1502Background operations status [BKOPS_STATUS: 0x01]
15031st Initialisation Time after programmed sector [INI_TIMEOUT_AP: 0x5a]
1504Power class for 52MHz, DDR at 3.6V [PWR_CL_DDR_52_360: 0x00]
1505Power class for 52MHz, DDR at 1.95V [PWR_CL_DDR_52_195: 0xdd]
1506Power class for 200MHz at 3.6V [PWR_CL_200_360: 0xdd]
1507Power class for 200MHz, at 1.95V [PWR_CL_200_195: 0x00]
1508Minimum Performance for 8bit at 52MHz in DDR mode:
1509 [MIN_PERF_DDR_W_8_52: 0x00]
1510 [MIN_PERF_DDR_R_8_52: 0x00]
1511TRIM Multiplier [TRIM_MULT: 0x03]
1512Secure Feature support [SEC_FEATURE_SUPPORT: 0x55]
1513Boot Information [BOOT_INFO: 0x07]
1514 Device supports alternative boot method
1515 Device supports dual data rate during boot
1516 Device supports high speed timing during boot
1517Boot partition size [BOOT_SIZE_MULTI: 0x20]
1518Access size [ACC_SIZE: 0x08]
1519High-capacity erase unit size [HC_ERASE_GRP_SIZE: 0x01]
1520 i.e. 512 KiB
1521High-capacity erase timeout [ERASE_TIMEOUT_MULT: 0x03]
1522Reliable write sector count [REL_WR_SEC_C: 0x01]
1523High-capacity W protect group size [HC_WP_GRP_SIZE: 0x10]
1524 i.e. 8192 KiB
1525Sleep current (VCC) [S_C_VCC: 0x08]
1526Sleep current (VCCQ) [S_C_VCCQ: 0x07]
1527Sleep/awake timeout [S_A_TIMEOUT: 0x12]
1528Sector Count [SEC_COUNT: 0x0747c000]
1529 Device is block-addressed
1530Minimum Write Performance for 8bit:
1531 [MIN_PERF_W_8_52: 0x0a]
1532 [MIN_PERF_R_8_52: 0x0a]
1533 [MIN_PERF_W_8_26_4_52: 0x0a]
1534 [MIN_PERF_R_8_26_4_52: 0x0a]
1535Minimum Write Performance for 4bit:
1536 [MIN_PERF_W_4_26: 0x0a]
1537 [MIN_PERF_R_4_26: 0x0a]
1538Power classes registers:
1539 [PWR_CL_26_360: 0x00]
1540 [PWR_CL_52_360: 0x00]
1541 [PWR_CL_26_195: 0xdd]
1542 [PWR_CL_52_195: 0xdd]
1543Partition switching timing [PARTITION_SWITCH_TIME: 0x03]
1544Out-of-interrupt busy timing [OUT_OF_INTERRUPT_TIME: 0x0a]
1545I/O Driver Strength [DRIVER_STRENGTH: 0x1f]
1546Card Type [CARD_TYPE: 0x57 - 00]
1547 HS400 Dual Data Rate eMMC @200MHz 1.8VI/O
1548 HS200 Single Data Rate eMMC @200MHz 1.8VI/O
1549 HS Dual Data Rate eMMC @52MHz 1.8V or 3VI/O
1550 HS eMMC @52MHz - at rated device voltage(s)
1551 HS eMMC @26MHz - at rated device voltage(s)
1552CSD structure version [CSD_STRUCTURE: 0x02]
1553Command set [CMD_SET: 0x00]
1554Command set revision [CMD_SET_REV: 0x00]
1555Power class [POWER_CLASS: 0x0d]
1556High-speed interface timing [HS_TIMING: 0x03]
1557Erased memory content [ERASED_MEM_CONT: 0x00]
1558Boot configuration bytes [PARTITION_CONFIG: 0x00]
1559 Not boot enable
1560 No access to boot partition
1561Boot config protection [BOOT_CONFIG_PROT: 0x00]
1562Boot bus Conditions [BOOT_BUS_CONDITIONS: 0x00]
1563High-density erase group definition [ERASE_GROUP_DEF: 0x01]
1564Boot write protection status registers [BOOT_WP_STATUS]: 0x00
1565Boot Area Write protection [BOOT_WP]: 0x00
1566 Power ro locking: possible
1567 Permanent ro locking: possible
1568 ro lock status: not locked
1569User area write protection register [USER_WP]: 0x00
1570FW configuration [FW_CONFIG]: 0x00
1571RPMB Size [RPMB_SIZE_MULT]: 0x20
1572Write reliability setting register [WR_REL_SET]: 0x1f
1573 user area: the device protects existing data if a power failure occurs during a write operation
1574 partition 1: the device protects existing data if a power failure occurs during a write operation
1575 partition 2: the device protects existing data if a power failure occurs during a write operation
1576 partition 3: the device protects existing data if a power failure occurs during a write operation
1577 partition 4: the device protects existing data if a power failure occurs during a write operation
1578Write reliability parameter register [WR_REL_PARAM]: 0x15
1579 Device supports writing EXT_CSD_WR_REL_SET
1580 Device supports the enhanced def. of reliable write
1581Enable background operations handshake [BKOPS_EN]: 0x02
1582H/W reset function [RST_N_FUNCTION]: 0x00
1583HPI management [HPI_MGMT]: 0x01
1584Partitioning Support [PARTITIONING_SUPPORT]: 0x07
1585 Device support partitioning feature
1586 Device can have enhanced tech.
1587Max Enhanced Area Size [MAX_ENH_SIZE_MULT]: 0x000925
1588 i.e. 19177472 KiB
1589Partitions attribute [PARTITIONS_ATTRIBUTE]: 0x00
1590Partitioning Setting [PARTITION_SETTING_COMPLETED]: 0x00
1591 Device partition setting NOT complete
1592General Purpose Partition Size
1593 [GP_SIZE_MULT_4]: 0x000000
1594 [GP_SIZE_MULT_3]: 0x000000
1595 [GP_SIZE_MULT_2]: 0x000000
1596 [GP_SIZE_MULT_1]: 0x000000
1597Enhanced User Data Area Size [ENH_SIZE_MULT]: 0x000000
1598 i.e. 0 KiB
1599Enhanced User Data Start Address [ENH_START_ADDR]: 0x00000000
1600 i.e. 0 bytes offset
1601Bad Block Management mode [SEC_BAD_BLK_MGMNT]: 0x00
1602Periodic Wake-up [PERIODIC_WAKEUP]: 0x00
1603Program CID/CSD in DDR mode support [PROGRAM_CID_CSD_DDR_SUPPORT]: 0x01
1604Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[127]]: 0x00
1605Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[126]]: 0x00
1606Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[125]]: 0x00
1607Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[124]]: 0x00
1608Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[123]]: 0x00
1609Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[122]]: 0x00
1610Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[121]]: 0x00
1611Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[120]]: 0x01
1612Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[119]]: 0x00
1613Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[118]]: 0x00
1614Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[117]]: 0x00
1615Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[116]]: 0x00
1616Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[115]]: 0x00
1617Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[114]]: 0x00
1618Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[113]]: 0x00
1619Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[112]]: 0x00
1620Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[111]]: 0x00
1621Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[110]]: 0x00
1622Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[109]]: 0x00
1623Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[108]]: 0x00
1624Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[107]]: 0x00
1625Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[106]]: 0x00
1626Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[105]]: 0x00
1627Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[104]]: 0x00
1628Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[103]]: 0x00
1629Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[102]]: 0x00
1630Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[101]]: 0x00
1631Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[100]]: 0x00
1632Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[99]]: 0x00
1633Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[98]]: 0x00
1634Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[97]]: 0x00
1635Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[96]]: 0x00
1636Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[95]]: 0x02
1637Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[94]]: 0x00
1638Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[93]]: 0x04
1639Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[92]]: 0x00
1640Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[91]]: 0x00
1641Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[90]]: 0x00
1642Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[89]]: 0x00
1643Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[88]]: 0x00
1644Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[87]]: 0x00
1645Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[86]]: 0x00
1646Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[85]]: 0x03
1647Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[84]]: 0x00
1648Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[83]]: 0x00
1649Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[82]]: 0x00
1650Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[81]]: 0x00
1651Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[80]]: 0x00
1652Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[79]]: 0x00
1653Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[78]]: 0x00
1654Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[77]]: 0x00
1655Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[76]]: 0x00
1656Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[75]]: 0x00
1657Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[74]]: 0x00
1658Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[73]]: 0x00
1659Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[72]]: 0x00
1660Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[71]]: 0x00
1661Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[70]]: 0x00
1662Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[69]]: 0x00
1663Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[68]]: 0x00
1664Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[67]]: 0x00
1665Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[66]]: 0x00
1666Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[65]]: 0x00
1667Vendor Specific Fields [VENDOR_SPECIFIC_FIELD[64]]: 0x00
1668Native sector size [NATIVE_SECTOR_SIZE]: 0x00
1669 i.e. 512 B
1670Sector size emulation [USE_NATIVE_SECTOR]: 0x00
1671Sector size [DATA_SECTOR_SIZE]: 0x00
1672 i.e. 512 B
16731st initialization after disabling sector size emulation [INI_TIMEOUT_EMU]: 0x0a
1674Class 6 commands control [CLASS_6_CTRL]: 0x00
1675Number of addressed group to be Released[DYNCAP_NEEDED]: 0x00
1676Exception events control [EXCEPTION_EVENTS_CTRL]: 0x0000
1677Exception events status[EXCEPTION_EVENTS_STATUS]: 0x0000
1678Extended Partitions Attribute [EXT_PARTITIONS_ATTRIBUTE]: 0x0000
1679Context configuration [CONTEXT_CONF[51]]: 0x00
1680Context configuration [CONTEXT_CONF[50]]: 0x00
1681Context configuration [CONTEXT_CONF[49]]: 0x00
1682Context configuration [CONTEXT_CONF[48]]: 0x00
1683Context configuration [CONTEXT_CONF[47]]: 0x00
1684Context configuration [CONTEXT_CONF[46]]: 0x00
1685Context configuration [CONTEXT_CONF[45]]: 0x00
1686Context configuration [CONTEXT_CONF[44]]: 0x00
1687Context configuration [CONTEXT_CONF[43]]: 0x00
1688Context configuration [CONTEXT_CONF[42]]: 0x00
1689Context configuration [CONTEXT_CONF[41]]: 0x00
1690Context configuration [CONTEXT_CONF[40]]: 0x00
1691Context configuration [CONTEXT_CONF[39]]: 0x00
1692Context configuration [CONTEXT_CONF[38]]: 0x00
1693Context configuration [CONTEXT_CONF[37]]: 0x00
1694Packed command status [PACKED_COMMAND_STATUS]: 0x00
1695Packed command failure index [PACKED_FAILURE_INDEX]: 0x00
1696Power Off Notification [POWER_OFF_NOTIFICATION]: 0x01
1697Control to turn the Cache ON/OFF [CACHE_CTRL]: 0x01
1698Mode config [MODE_CONFIG: 0x00]
1699Mode operation codes [MODE_OPERATION_CODES: 0x00]
1700FFU status [FFU_STATUS: 0x00]
1701 Success
1702Pre loading data size [PRE_LOADING_DATA_SIZE] is 0 sector size
1703Max pre loading data size [MAX_PRE_LOADING_DATA_SIZE] is 40331672 sector size
1704Product state awareness enablement [PRODUCT_STATE_AWARENESS_ENABLEMENT: 0x03]
1705Secure Removal Type [SECURE_REMOVAL_TYPE: 0x08]
1706eMMC Firmware Version: 106152 AS
1707eMMC Life Time Estimation A [EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_A]: 0x01
1708eMMC Life Time Estimation B [EXT_CSD_DEVICE_LIFE_TIME_EST_TYP_B]: 0x01
1709eMMC Pre EOL information [EXT_CSD_PRE_EOL_INFO]: 0x01
1710Command Queue Support [CMDQ_SUPPORT]: 0x01
1711Command Queue Depth [CMDQ_DEPTH]: 32
1712Command Enabled [CMDQ_MODE_EN]: 0x00
1713+ local 'install_status=1'
1714+ '[' 1 -ne 0 ]
1715+ dlog 'WARNING!!! Installation of software failed. Displaying hw diagnostics'
1716+ echo 'WARNING!!! Installation of software failed. Displaying hw diagnostics'
1717+ tee -a /run/frecon/vt1 /run/frecon/vt2
1718WARNING!!! Installation of software failed. Displaying hw diagnostics
1719+ local 'diagnostics_file=/usb/tmp/hardware_diagnostics.log'
1720+ '[' -f /usb/tmp/hardware_diagnostics.log ]
1721+ cp /usb/tmp/hardware_diagnostics.log /log
1722+ dlog '============================ HARDWARE DIAGNOSTICS =========================='
1723+ echo '============================ HARDWARE DIAGNOSTICS =========================='
1724+ tee -a /run/frecon/vt1 /run/frecon/vt2
1725============================ HARDWARE DIAGNOSTICS ==========================
1726+ cat /usb/tmp/hardware_diagnostics.log
1727+ dlog Checking blocks 0 to 61071359 Checking 'for' bad blocks '(read-only' 'test):' '0.00%' done, 0:00 elapsed. '(0/0/0' 'errors)' '0.31%' done, 0:01 elapsed. '(0/0/0' 'errors)' '0.64%' done, 0:02 elapsed. '(0/0/0' 'errors)' '0.96%' done, 0:03 elapsed. '(0/0/0' 'errors)' '1.27%' done, 0:04 elapsed. '(0/0/0' 'errors)' '1.60%' done, 0:05 elapsed. '(0/0/0' 'errors)' '1.92%' done, 0:06 elapsed. '(0/0/0' 'errors)' '2.23%' done, 0:07 elapsed. '(0/0/0' 'errors)' '2.53%' done, 0:08 elapsed. '(0/0/0' 'errors)' '2.83%' done, 0:09 elapsed. '(0/0/0' 'errors)' '3.13%' done, 0:10 elapsed. '(0/0/0' 'errors)' '3.44%' done, 0:11 elapsed. '(0/0/0' 'errors)' '3.74%' done, 0:12 elapsed. '(0/0/0' 'errors)' '4.04%' done, 0:13 elapsed. '(0/0/0' 'errors)' '4.36%' done, 0:14 elapsed. '(0/0/0' 'errors)' '4.67%' done, 0:15 elapsed. '(0/0/0' 'errors)' '4.98%' done, 0:16 elapsed. '(0/0/0' 'errors)' '5.25%' done, 0:17 elapsed. '(0/0/0' 'errors)' '5.53%' done, 0:18 elapsed. '(0/0/0' 'errors)' '5.82%' done, 0:19 elapsed. '(0/0/0' 'errors)' '6.12%' done, 0:20 elapsed. '(0/0/0' 'errors)' '6.42%' done, 0:21 elapsed. '(0/0/0' 'errors)' '6.72%' done, 0:22 elapsed. '(0/0/0' 'errors)' '7.01%' done, 0:23 elapsed. '(0/0/0' 'errors)' '7.32%' done, 0:24 elapsed. '(0/0/0' 'errors)' '7.62%' done, 0:25 elapsed. '(0/0/0' 'errors)' '7.92%' done, 0:26 elapsed. '(0/0/0' 'errors)' '8.23%' done, 0:27 elapsed. '(0/0/0' 'errors)' '8.53%' done, 0:28 elapsed. '(0/0/0' 'errors)' '8.83%' done, 0:29 elapsed. '(0/0/0' 'errors)' '9.14%' done, 0:30 elapsed. '(0/0/0' 'errors)' '9.44%' done, 0:31 elapsed. '(0/0/0' 'errors)' '9.73%' done, 0:32 elapsed. '(0/0/0' 'errors)' '10.01%' done, 0:33 elapsed. '(0/0/0' 'errors)' '10.30%' done, 0:34 elapsed. '(0/0/0' 'errors)' '10.61%' done, 0:35 elapsed. '(0/0/0' 'errors)' '10.88%' done, 0:36 elapsed. '(0/0/0' 'errors)' '11.15%' done, 0:37 elapsed. '(0/0/0' 'errors)' '11.43%' done, 0:38 elapsed. '(0/0/0' 'errors)' '11.71%' done, 0:39 elapsed. '(0/0/0' 'errors)' '12.01%' done, 0:40 elapsed. '(0/0/0' 'errors)' '12.31%' done, 0:41 elapsed. '(0/0/0' 'errors)' '12.59%' done, 0:42 elapsed. '(0/0/0' 'errors)' '12.87%' done, 0:43 elapsed. '(0/0/0' 'errors)' '13.16%' done, 0:44 elapsed. '(0/0/0' 'errors)' '13.44%' done, 0:45 elapsed. '(0/0/0' 'errors)' '13.73%' done, 0:46 elapsed. '(0/0/0' 'errors)' '14.00%' done, 0:47 elapsed. '(0/0/0' 'errors)' '14.27%' done, 0:48 elapsed. '(0/0/0' 'errors)' '14.55%' done, 0:49 elapsed. '(0/0/0' 'errors)' '14.84%' done, 0:50 elapsed. '(0/0/0' 'errors)' '15.13%' done, 0:51 elapsed. '(0/0/0' 'errors)' '15.41%' done, 0:52 elapsed. '(0/0/0' 'errors)' '15.68%' done, 0:53 elapsed. '(0/0/0' 'errors)' '15.96%' done, 0:54 elapsed. '(0/0/0' 'errors)' '16.23%' done, 0:55 elapsed. '(0/0/0' 'errors)' '16.53%' done, 0:56 elapsed. '(0/0/0' 'errors)' '16.83%' done, 0:57 elapsed. '(0/0/0' 'errors)' '17.13%' done, 0:58 elapsed. '(0/0/0' 'errors)' '17.42%' done, 0:59 elapsed. '(0/0/0' 'errors)' '17.70%' done, 1:00 elapsed. '(0/0/0' 'errors)' '17.98%' done, 1:01 elapsed. '(0/0/0' 'errors)' '18.27%' done, 1:02 elapsed. '(0/0/0' 'errors)' '18.56%' done, 1:03 elapsed. '(0/0/0' 'errors)' '18.82%' done, 1:04 elapsed. '(0/0/0' 'errors)' '19.09%' done, 1:05 elapsed. '(0/0/0' 'errors)' '19.37%' done, 1:06 elapsed. '(0/0/0' 'errors)' '19.65%' done, 1:07 elapsed. '(0/0/0' 'errors)' '19.95%' done, 1:08 elapsed. '(0/0/0' 'errors)' '20.25%' done, 1:09 elapsed. '(0/0/0' 'errors)' '20.53%' done, 1:10 elapsed. '(0/0/0' 'errors)' '20.84%' done, 1:11 elapsed. '(0/0/0' 'errors)' '21.16%' done, 1:12 elapsed. '(0/0/0' 'errors)' '21.45%' done, 1:13 elapsed. '(0/0/0' 'errors)' '21.75%' done, 1:14 elapsed. '(0/0/0' 'errors)' '22.06%' done, 1:15 elapsed. '(0/0/0' 'errors)' '22.36%' done, 1:16 elapsed. '(0/0/0' 'errors)' '22.66%' done, 1:17 elapsed. '(0/0/0' 'errors)' '22.94%' done, 1:18 elapsed. '(0/0/0' 'errors)' '23.23%' done, 1:19 elapsed. '(0/0/0' 'errors)' '23.53%' done, 1:20 elapsed. '(0/0/0' 'errors)' '23.85%' done, 1:21 elapsed. '(0/0/0' 'errors)' '24.16%' done, 1:22 elapsed. '(0/0/0' 'errors)' '24.45%' done, 1:23 elapsed. '(0/0/0' 'errors)' '24.74%' done, 1:24 elapsed. '(0/0/0' 'errors)' '25.04%' done, 1:25 elapsed. '(0/0/0' 'errors)' '25.33%' done, 1:26 elapsed. '(0/0/0' 'errors)' '25.62%' done, 1:27 elapsed. '(0/0/0' 'errors)' '25.91%' done, 1:28 elapsed. '(0/0/0' 'errors)' '26.19%' done, 1:29 elapsed. '(0/0/0' 'errors)' '26.49%' done, 1:30 elapsed. '(0/0/0' 'errors)' '26.78%' done, 1:31 elapsed. '(0/0/0' 'errors)' '27.07%' done, 1:32 elapsed. '(0/0/0' 'errors)' '27.37%' done, 1:33 elapsed. '(0/0/0' 'errors)' '27.67%' done, 1:34 elapsed. '(0/0/0' 'errors)' '27.95%' done, 1:35 elapsed. '(0/0/0' 'errors)' '28.20%' done, 1:36 elapsed. '(0/0/0' 'errors)' '28.49%' done, 1:37 elapsed. '(0/0/0' 'errors)' '28.78%' done, 1:38 elapsed. '(0/0/0' 'errors)' '29.08%' done, 1:39 elapsed. '(0/0/0' 'errors)' '29.38%' done, 1:40 elapsed. '(0/0/0' 'errors)' '29.67%' done, 1:41 elapsed. '(0/0/0' 'errors)' '29.97%' done, 1:42 elapsed. '(0/0/0' 'errors)' '30.26%' done, 1:43 elapsed. '(0/0/0' 'errors)' '30.56%' done, 1:44 elapsed. '(0/0/0' 'errors)' '30.85%' done, 1:45 elapsed. '(0/0/0' 'errors)' '31.14%' done, 1:46 elapsed. '(0/0/0' 'errors)' '31.43%' done, 1:47 elapsed. '(0/0/0' 'errors)' '31.70%' done, 1:48 elapsed. '(0/0/0' 'errors)' '32.00%' done, 1:49 elapsed. '(0/0/0' 'errors)' '32.32%' done, 1:50 elapsed. '(0/0/0' 'errors)' '32.61%' done, 1:51 elapsed. '(0/0/0' 'errors)' '32.91%' done, 1:52 elapsed. '(0/0/0' 'errors)' '33.22%' done, 1:53 elapsed. '(0/0/0' 'errors)' '33.52%' done, 1:54 elapsed. '(0/0/0' 'errors)' '33.83%' done, 1:55 elapsed. '(0/0/0' 'errors)' '34.13%' done, 1:56 elapsed. '(0/0/0' 'errors)' '34.45%' done, 1:57 elapsed. '(0/0/0' 'errors)' '34.75%' done, 1:58 elapsed. '(0/0/0' 'errors)' '35.04%' done, 1:59 elapsed. '(0/0/0' 'errors)' '35.34%' done, 2:00 elapsed. '(0/0/0' 'errors)' '35.65%' done, 2:01 elapsed. '(0/0/0' 'errors)' '35.96%' done, 2:02 elapsed. '(0/0/0' 'errors)' '36.29%' done, 2:03 elapsed. '(0/0/0' 'errors)' '36.59%' done, 2:04 elapsed. '(0/0/0' 'errors)' '36.91%' done, 2:05 elapsed. '(0/0/0' 'errors)' '37.22%' done, 2:06 elapsed. '(0/0/0' 'errors)' '37.56%' done, 2:07 elapsed. '(0/0/0' 'errors)' '37.86%' done, 2:08 elapsed. '(0/0/0' 'errors)' '38.16%' done, 2:09 elapsed. '(0/0/0' 'errors)' '38.48%' done, 2:10 elapsed. '(0/0/0' 'errors)' '38.78%' done, 2:11 elapsed. '(0/0/0' 'errors)' '39.09%' done, 2:12 elapsed. '(0/0/0' 'errors)' '39.41%' done, 2:13 elapsed. '(0/0/0' 'errors)' '39.71%' done, 2:14 elapsed. '(0/0/0' 'errors)' '40.02%' done, 2:15 elapsed. '(0/0/0' 'errors)' '40.33%' done, 2:16 elapsed. '(0/0/0' 'errors)' '40.64%' done, 2:17 elapsed. '(0/0/0' 'errors)' '40.95%' done, 2:18 elapsed. '(0/0/0' 'errors)' '41.25%' done, 2:19 elapsed. '(0/0/0' 'errors)' '41.57%' done, 2:20 elapsed. '(0/0/0' 'errors)' '41.88%' done, 2:21 elapsed. '(0/0/0' 'errors)' '42.18%' done, 2:22 elapsed. '(0/0/0' 'errors)' '42.49%' done, 2:23 elapsed. '(0/0/0' 'errors)' '42.79%' done, 2:24 elapsed. '(0/0/0' 'errors)' '43.11%' done, 2:25 elapsed. '(0/0/0' 'errors)' '43.42%' done, 2:26 elapsed. '(0/0/0' 'errors)' '43.72%' done, 2:27 elapsed. '(0/0/0' 'errors)' '44.03%' done, 2:28 elapsed. '(0/0/0' 'errors)' '44.33%' done, 2:29 elapsed. '(0/0/0' 'errors)' '44.64%' done, 2:30 elapsed. '(0/0/0' 'errors)' '44.94%' done, 2:31 elapsed. '(0/0/0' 'errors)' '45.25%' done, 2:32 elapsed. '(0/0/0' 'errors)' '45.55%' done, 2:33 elapsed. '(0/0/0' 'errors)' '45.87%' done, 2:34 elapsed. '(0/0/0' 'errors)' '46.17%' done, 2:35 elapsed. '(0/0/0' 'errors)' '46.49%' done, 2:36 elapsed. '(0/0/0' 'errors)' '46.80%' done, 2:37 elapsed. '(0/0/0' 'errors)' '47.11%' done, 2:38 elapsed. '(0/0/0' 'errors)' '47.41%' done, 2:39 elapsed. '(0/0/0' 'errors)' '47.71%' done, 2:40 elapsed. '(0/0/0' 'errors)' '48.02%' done, 2:41 elapsed. '(0/0/0' 'errors)' '48.33%' done, 2:42 elapsed. '(0/0/0' 'errors)' '48.63%' done, 2:43 elapsed. '(0/0/0' 'errors)' '48.94%' done, 2:44 elapsed. '(0/0/0' 'errors)' '49.24%' done, 2:45 elapsed. '(0/0/0' 'errors)' '49.55%' done, 2:46 elapsed. '(0/0/0' 'errors)' '49.85%' done, 2:47 elapsed. '(0/0/0' 'errors)' '50.16%' done, 2:48 elapsed. '(0/0/0' 'errors)' '50.47%' done, 2:49 elapsed. '(0/0/0' 'errors)' '50.78%' done, 2:50 elapsed. '(0/0/0' 'errors)' '51.09%' done, 2:51 elapsed. '(0/0/0' 'errors)' '51.40%' done, 2:52 elapsed. '(0/0/0' 'errors)' '51.71%' done, 2:53 elapsed. '(0/0/0' 'errors)' '52.04%' done, 2:54 elapsed. '(0/0/0' 'errors)' '52.35%' done, 2:55 elapsed. '(0/0/0' 'errors)' '52.65%' done, 2:56 elapsed. '(0/0/0' 'errors)' '52.96%' done, 2:57 elapsed. '(0/0/0' 'errors)' '53.26%' done, 2:58 elapsed. '(0/0/0' 'errors)' '53.57%' done, 2:59 elapsed. '(0/0/0' 'errors)' '53.89%' done, 3:00 elapsed. '(0/0/0' 'errors)' '54.19%' done, 3:01 elapsed. '(0/0/0' 'errors)' '54.50%' done, 3:02 elapsed. '(0/0/0' 'errors)' '54.81%' done, 3:03 elapsed. '(0/0/0' 'errors)' '55.12%' done, 3:04 elapsed. '(0/0/0' 'errors)' '55.44%' done, 3:05 elapsed. '(0/0/0' 'errors)' '55.75%' done, 3:06 elapsed. '(0/0/0' 'errors)' '56.06%' done, 3:07 elapsed. '(0/0/0' 'errors)' '56.37%' done, 3:08 elapsed. '(0/0/0' 'errors)' '56.68%' done, 3:09 elapsed. '(0/0/0' 'errors)' '56.99%' done, 3:10 elapsed. '(0/0/0' 'errors)' '57.30%' done, 3:11 elapsed. '(0/0/0' 'errors)' '57.61%' done, 3:12 elapsed. '(0/0/0' 'errors)' '57.91%' done, 3:13 elapsed. '(0/0/0' 'errors)' '58.22%' done, 3:14 elapsed. '(0/0/0' 'errors)' '58.53%' done, 3:15 elapsed. '(0/0/0' 'errors)' '58.84%' done, 3:16 elapsed. '(0/0/0' 'errors)' '59.14%' done, 3:17 elapsed. '(0/0/0' 'errors)' '59.44%' done, 3:18 elapsed. '(0/0/0' 'errors)' '59.76%' done, 3:19 elapsed. '(0/0/0' 'errors)' '60.08%' done, 3:20 elapsed. '(0/0/0' 'errors)' '60.39%' done, 3:21 elapsed. '(0/0/0' 'errors)' '60.69%' done, 3:22 elapsed. '(0/0/0' 'errors)' '61.00%' done, 3:23 elapsed. '(0/0/0' 'errors)' '61.31%' done, 3:24 elapsed. '(0/0/0' 'errors)' '61.61%' done, 3:25 elapsed. '(0/0/0' 'errors)' '61.94%' done, 3:26 elapsed. '(0/0/0' 'errors)' '62.24%' done, 3:27 elapsed. '(0/0/0' 'errors)' '62.55%' done, 3:28 elapsed. '(0/0/0' 'errors)' '62.87%' done, 3:29 elapsed. '(0/0/0' 'errors)' '63.18%' done, 3:30 elapsed. '(0/0/0' 'errors)' '63.49%' done, 3:31 elapsed. '(0/0/0' 'errors)' '63.81%' done, 3:32 elapsed. '(0/0/0' 'errors)' '64.12%' done, 3:33 elapsed. '(0/0/0' 'errors)' '64.43%' done, 3:34 elapsed. '(0/0/0' 'errors)' '64.73%' done, 3:35 elapsed. '(0/0/0' 'errors)' '65.05%' done, 3:36 elapsed. '(0/0/0' 'errors)' '65.37%' done, 3:37 elapsed. '(0/0/0' 'errors)' '65.67%' done, 3:38 elapsed. '(0/0/0' 'errors)' '65.98%' done, 3:39 elapsed. '(0/0/0' 'errors)' '66.29%' done, 3:40 elapsed. '(0/0/0' 'errors)' '66.59%' done, 3:41 elapsed. '(0/0/0' 'errors)' '66.90%' done, 3:42 elapsed. '(0/0/0' 'errors)' '67.21%' done, 3:43 elapsed. '(0/0/0' 'errors)' '67.51%' done, 3:44 elapsed. '(0/0/0' 'errors)' '67.82%' done, 3:45 elapsed. '(0/0/0' 'errors)' '68.12%' done, 3:46 elapsed. '(0/0/0' 'errors)' '68.42%' done, 3:47 elapsed. '(0/0/0' 'errors)' '68.74%' done, 3:48 elapsed. '(0/0/0' 'errors)' '69.06%' done, 3:49 elapsed. '(0/0/0' 'errors)' '69.38%' done, 3:50 elapsed. '(0/0/0' 'errors)' '69.68%' done, 3:51 elapsed. '(0/0/0' 'errors)' '69.99%' done, 3:52 elapsed. '(0/0/0' 'errors)' '70.30%' done, 3:53 elapsed. '(0/0/0' 'errors)' '70.61%' done, 3:54 elapsed. '(0/0/0' 'errors)' '70.91%' done, 3:55 elapsed. '(0/0/0' 'errors)' '71.22%' done, 3:56 elapsed. '(0/0/0' 'errors)' '71.54%' done, 3:57 elapsed. '(0/0/0' 'errors)' '71.84%' done, 3:58 elapsed. '(0/0/0' 'errors)' '72.14%' done, 3:59 elapsed. '(0/0/0' 'errors)' '72.46%' done, 4:00 elapsed. '(0/0/0' 'errors)' '72.76%' done, 4:01 elapsed. '(0/0/0' 'errors)' '73.07%' done, 4:02 elapsed. '(0/0/0' 'errors)' '73.37%' done, 4:03 elapsed. '(0/0/0' 'errors)' '73.68%' done, 4:04 elapsed. '(0/0/0' 'errors)' '73.98%' done, 4:05 elapsed. '(0/0/0' 'errors)' '74.30%' done, 4:06 elapsed. '(0/0/0' 'errors)' '74.61%' done, 4:07 elapsed. '(0/0/0' 'errors)' '74.92%' done, 4:08 elapsed. '(0/0/0' 'errors)' '75.23%' done, 4:09 elapsed. '(0/0/0' 'errors)' '75.53%' done, 4:10 elapsed. '(0/0/0' 'errors)' '75.85%' done, 4:11 elapsed. '(0/0/0' 'errors)' '76.15%' done, 4:12 elapsed. '(0/0/0' 'errors)' '76.46%' done, 4:13 elapsed. '(0/0/0' 'errors)' '76.77%' done, 4:14 elapsed. '(0/0/0' 'errors)' '77.07%' done, 4:15 elapsed. '(0/0/0' 'errors)' '77.38%' done, 4:16 elapsed. '(0/0/0' 'errors)' '77.69%' done, 4:17 elapsed. '(0/0/0' 'errors)' '78.00%' done, 4:18 elapsed. '(0/0/0' 'errors)' '78.31%' done, 4:19 elapsed. '(0/0/0' 'errors)' '78.62%' done, 4:20 elapsed. '(0/0/0' 'errors)' '78.93%' done, 4:21 elapsed. '(0/0/0' 'errors)' '79.23%' done, 4:22 elapsed. '(0/0/0' 'errors)' '79.55%' done, 4:23 elapsed. '(0/0/0' 'errors)' '79.85%' done, 4:24 elapsed. '(0/0/0' 'errors)' '80.16%' done, 4:25 elapsed. '(0/0/0' 'errors)' '80.48%' done, 4:26 elapsed. '(0/0/0' 'errors)' '80.79%' done, 4:27 elapsed. '(0/0/0' 'errors)' '81.09%' done, 4:28 elapsed. '(0/0/0' 'errors)' '81.40%' done, 4:29 elapsed. '(0/0/0' 'errors)' '81.70%' done, 4:30 elapsed. '(0/0/0' 'errors)' '82.01%' done, 4:31 elapsed. '(0/0/0' 'errors)' '82.31%' done, 4:32 elapsed. '(0/0/0' 'errors)' '82.62%' done, 4:33 elapsed. '(0/0/0' 'errors)' '82.91%' done, 4:34 elapsed. '(0/0/0' 'errors)' '83.22%' done, 4:35 elapsed. '(0/0/0' 'errors)' '83.52%' done, 4:36 elapsed. '(0/0/0' 'errors)' '83.84%' done, 4:37 elapsed. '(0/0/0' 'errors)' '84.14%' done, 4:38 elapsed. '(0/0/0' 'errors)' '84.46%' done, 4:39 elapsed. '(0/0/0' 'errors)' '84.76%' done, 4:40 elapsed. '(0/0/0' 'errors)' '85.07%' done, 4:41 elapsed. '(0/0/0' 'errors)' '85.37%' done, 4:42 elapsed. '(0/0/0' 'errors)' '85.68%' done, 4:43 elapsed. '(0/0/0' 'errors)' '85.99%' done, 4:44 elapsed. '(0/0/0' 'errors)' '86.30%' done, 4:45 elapsed. '(0/0/0' 'errors)' '86.61%' done, 4:46 elapsed. '(0/0/0' 'errors)' '86.93%' done, 4:47 elapsed. '(0/0/0' 'errors)' '87.24%' done, 4:48 elapsed. '(0/0/0' 'errors)' '87.54%' done, 4:49 elapsed. '(0/0/0' 'errors)' '87.85%' done, 4:50 elapsed. '(0/0/0' 'errors)' '88.17%' done, 4:51 elapsed. '(0/0/0' 'errors)' '88.48%' done, 4:52 elapsed. '(0/0/0' 'errors)' '88.78%' done, 4:53 elapsed. '(0/0/0' 'errors)' '89.09%' done, 4:54 elapsed. '(0/0/0' 'errors)' '89.40%' done, 4:55 elapsed. '(0/0/0' 'errors)' '89.71%' done, 4:56 elapsed. '(0/0/0' 'errors)' '90.02%' done, 4:57 elapsed. '(0/0/0' 'errors)' '90.32%' done, 4:58 elapsed. '(0/0/0' 'errors)' '90.63%' done, 4:59 elapsed. '(0/0/0' 'errors)' '90.94%' done, 5:00 elapsed. '(0/0/0' 'errors)' '91.25%' done, 5:01 elapsed. '(0/0/0' 'errors)' '91.56%' done, 5:02 elapsed. '(0/0/0' 'errors)' '91.86%' done, 5:03 elapsed. '(0/0/0' 'errors)' '92.18%' done, 5:04 elapsed. '(0/0/0' 'errors)' '92.48%' done, 5:05 elapsed. '(0/0/0' 'errors)' '92.79%' done, 5:06 elapsed. '(0/0/0' 'errors)' '93.09%' done, 5:07 elapsed. '(0/0/0' 'errors)' '93.39%' done, 5:08 elapsed. '(0/0/0' 'errors)' '93.70%' done, 5:09 elapsed. '(0/0/0' 'errors)' '94.00%' done, 5:10 elapsed. '(0/0/0' 'errors)' '94.31%' done, 5:11 elapsed. '(0/0/0' 'errors)' '94.63%' done, 5:12 elapsed. '(0/0/0' 'errors)' '94.94%' done, 5:13 elapsed. '(0/0/0' 'errors)' '95.24%' done, 5:14 elapsed. '(0/0/0' 'errors)' '95.55%' done, 5:15 elapsed. '(0/0/0' 'errors)' '95.86%' done, 5:16 elapsed. '(0/0/0' 'errors)' '96.16%' done, 5:17 elapsed. '(0/0/0' 'errors)' '96.46%' done, 5:18 elapsed. '(0/0/0' 'errors)' '96.76%' done, 5:19 elapsed. '(0/0/0' 'errors)' '97.06%' done, 5:20 elapsed. '(0/0/0' 'errors)' '97.36%' done, 5:21 elapsed. '(0/0/0' 'errors)' '97.67%' done, 5:22 elapsed. '(0/0/0' 'errors)' '97.99%' done, 5:23 elapsed. '(0/0/0' 'errors)' '98.30%' done, 5:24 elapsed. '(0/0/0' 'errors)' '98.62%' done, 5:25 elapsed. '(0/0/0' 'errors)' '98.93%' done, 5:26 elapsed. '(0/0/0' 'errors)' '99.23%' done, 5:27 elapsed. '(0/0/0' 'errors)' '99.54%' done, 5:28 elapsed. '(0/0/0' 'errors)' '99.86%' done, 5:29 elapsed. '(0/0/0' 'errors)done' Pass completed, 0 bad blocks found. '(0/0/0' 'errors)'
1728+ tee -a /run/frecon/vt1 /run/frecon/vt2
1729+ echo Checking blocks 0 to 61071359 Checking 'for' bad blocks '(read-only' 'test):' '0.00%' done, 0:00 elapsed. '(0/0/0' 'errors)' '0.31%' done, 0:01 elapsed. '(0/0/0' 'errors)' '0.64%' done, 0:02 elapsed. '(0/0/0' 'errors)' '0.96%' done, 0:03 elapsed. '(0/0/0' 'errors)' '1.27%' done, 0:04 elapsed. '(0/0/0' 'errors)' '1.60%' done, 0:05 elapsed. '(0/0/0' 'errors)' '1.92%' done, 0:06 elapsed. '(0/0/0' 'errors)' '2.23%' done, 0:07 elapsed. '(0/0/0' 'errors)' '2.53%' done, 0:08 elapsed. '(0/0/0' 'errors)' '2.83%' done, 0:09 elapsed. '(0/0/0' 'errors)' '3.13%' done, 0:10 elapsed. '(0/0/0' 'errors)' '3.44%' done, 0:11 elapsed. '(0/0/0' 'errors)' '3.74%' done, 0:12 elapsed. '(0/0/0' 'errors)' '4.04%' done, 0:13 elapsed. '(0/0/0' 'errors)' '4.36%' done, 0:14 elapsed. '(0/0/0' 'errors)' '4.67%' done, 0:15 elapsed. '(0/0/0' 'errors)' '4.98%' done, 0:16 elapsed. '(0/0/0' 'errors)' '5.25%' done, 0:17 elapsed. '(0/0/0' 'errors)' '5.53%' done, 0:18 elapsed. '(0/0/0' 'errors)' '5.82%' done, 0:19 elapsed. '(0/0/0' 'errors)' '6.12%' done, 0:20 elapsed. '(0/0/0' 'errors)' '6.42%' done, 0:21 elapsed. '(0/0/0' 'errors)' '6.72%' done, 0:22 elapsed. '(0/0/0' 'errors)' '7.01%' done, 0:23 elapsed. '(0/0/0' 'errors)' '7.32%' done, 0:24 elapsed. '(0/0/0' 'errors)' '7.62%' done, 0:25 elapsed. '(0/0/0' 'errors)' '7.92%' done, 0:26 elapsed. '(0/0/0' 'errors)' '8.23%' done, 0:27 elapsed. '(0/0/0' 'errors)' '8.53%' done, 0:28 elapsed. '(0/0/0' 'errors)' '8.83%' done, 0:29 elapsed. '(0/0/0' 'errors)' '9.14%' done, 0:30 elapsed. '(0/0/0' 'errors)' '9.44%' done, 0:31 elapsed. '(0/0/0' 'errors)' '9.73%' done, 0:32 elapsed. '(0/0/0' 'errors)' '10.01%' done, 0:33 elapsed. '(0/0/0' 'errors)' '10.30%' done, 0:34 elapsed. '(0/0/0' 'errors)' '10.61%' done, 0:35 elapsed. '(0/0/0' 'errors)' '10.88%' done, 0:36 elapsed. '(0/0/0' 'errors)' '11.15%' done, 0:37 elapsed. '(0/0/0' 'errors)' '11.43%' done, 0:38 elapsed. '(0/0/0' 'errors)' '11.71%' done, 0:39 elapsed. '(0/0/0' 'errors)' '12.01%' done, 0:40 elapsed. '(0/0/0' 'errors)' '12.31%' done, 0:41 elapsed. '(0/0/0' 'errors)' '12.59%' done, 0:42 elapsed. '(0/0/0' 'errors)' '12.87%' done, 0:43 elapsed. '(0/0/0' 'errors)' '13.16%' done, 0:44 elapsed. '(0/0/0' 'errors)' '13.44%' done, 0:45 elapsed. '(0/0/0' 'errors)' '13.73%' done, 0:46 elapsed. '(0/0/0' 'errors)' '14.00%' done, 0:47 elapsed. '(0/0/0' 'errors)' '14.27%' done, 0:48 elapsed. '(0/0/0' 'errors)' '14.55%' done, 0:49 elapsed. '(0/0/0' 'errors)' '14.84%' done, 0:50 elapsed. '(0/0/0' 'errors)' '15.13%' done, 0:51 elapsed. '(0/0/0' 'errors)' '15.41%' done, 0:52 elapsed. '(0/0/0' 'errors)' '15.68%' done, 0:53 elapsed. '(0/0/0' 'errors)' '15.96%' done, 0:54 elapsed. '(0/0/0' 'errors)' '16.23%' done, 0:55 elapsed. '(0/0/0' 'errors)' '16.53%' done, 0:56 elapsed. '(0/0/0' 'errors)' '16.83%' done, 0:57 elapsed. '(0/0/0' 'errors)' '17.13%' done, 0:58 elapsed. '(0/0/0' 'errors)' '17.42%' done, 0:59 elapsed. '(0/0/0' 'errors)' '17.70%' done, 1:00 elapsed. '(0/0/0' 'errors)' '17.98%' done, 1:01 elapsed. '(0/0/0' 'errors)' '18.27%' done, 1:02 elapsed. '(0/0/0' 'errors)' '18.56%' done, 1:03 elapsed. '(0/0/0' 'errors)' '18.82%' done, 1:04 elapsed. '(0/0/0' 'errors)' '19.09%' done, 1:05 elapsed. '(0/0/0' 'errors)' '19.37%' done, 1:06 elapsed. '(0/0/0' 'errors)' '19.65%' done, 1:07 elapsed. '(0/0/0' 'errors)' '19.95%' done, 1:08 elapsed. '(0/0/0' 'errors)' '20.25%' done, 1:09 elapsed. '(0/0/0' 'errors)' '20.53%' done, 1:10 elapsed. '(0/0/0' 'errors)' '20.84%' done, 1:11 elapsed. '(0/0/0' 'errors)' '21.16%' done, 1:12 elapsed. '(0/0/0' 'errors)' '21.45%' done, 1:13 elapsed. '(0/0/0' 'errors)' '21.75%' done, 1:14 elapsed. '(0/0/0' 'errors)' '22.06%' done, 1:15 elapsed. '(0/0/0' 'errors)' '22.36%' done, 1:16 elapsed. '(0/0/0' 'errors)' '22.66%' done, 1:17 elapsed. '(0/0/0' 'errors)' '22.94%' done, 1:18 elapsed. '(0/0/0' 'errors)' '23.23%' done, 1:19 elapsed. '(0/0/0' 'errors)' '23.53%' done, 1:20 elapsed. '(0/0/0' 'errors)' '23.85%' done, 1:21 elapsed. '(0/0/0' 'errors)' '24.16%' done, 1:22 elapsed. '(0/0/0' 'errors)' '24.45%' done, 1:23 elapsed. '(0/0/0' 'errors)' '24.74%' done, 1:24 elapsed. '(0/0/0' 'errors)' '25.04%' done, 1:25 elapsed. '(0/0/0' 'errors)' '25.33%' done, 1:26 elapsed. '(0/0/0' 'errors)' '25.62%' done, 1:27 elapsed. '(0/0/0' 'errors)' '25.91%' done, 1:28 elapsed. '(0/0/0' 'errors)' '26.19%' done, 1:29 elapsed. '(0/0/0' 'errors)' '26.49%' done, 1:30 elapsed. '(0/0/0' 'errors)' '26.78%' done, 1:31 elapsed. '(0/0/0' 'errors)' '27.07%' done, 1:32 elapsed. '(0/0/0' 'errors)' '27.37%' done, 1:33 elapsed. '(0/0/0' 'errors)' '27.67%' done, 1:34 elapsed. '(0/0/0' 'errors)' '27.95%' done, 1:35 elapsed. '(0/0/0' 'errors)' '28.20%' done, 1:36 elapsed. '(0/0/0' 'errors)' '28.49%' done, 1:37 elapsed. '(0/0/0' 'errors)' '28.78%' done, 1:38 elapsed. '(0/0/0' 'errors)' '29.08%' done, 1:39 elapsed. '(0/0/0' 'errors)' '29.38%' done, 1:40 elapsed. '(0/0/0' 'errors)' '29.67%' done, 1:41 elapsed. '(0/0/0' 'errors)' '29.97%' done, 1:42 elapsed. '(0/0/0' 'errors)' '30.26%' done, 1:43 elapsed. '(0/0/0' 'errors)' '30.56%' done, 1:44 elapsed. '(0/0/0' 'errors)' '30.85%' done, 1:45 elapsed. '(0/0/0' 'errors)' '31.14%' done, 1:46 elapsed. '(0/0/0' 'errors)' '31.43%' done, 1:47 elapsed. '(0/0/0' 'errors)' '31.70%' done, 1:48 elapsed. '(0/0/0' 'errors)' '32.00%' done, 1:49 elapsed. '(0/0/0' 'errors)' '32.32%' done, 1:50 elapsed. '(0/0/0' 'errors)' '32.61%' done, 1:51 elapsed. '(0/0/0' 'errors)' '32.91%' done, 1:52 elapsed. '(0/0/0' 'errors)' '33.22%' done, 1:53 elapsed. '(0/0/0' 'errors)' '33.52%' done, 1:54 elapsed. '(0/0/0' 'errors)' '33.83%' done, 1:55 elapsed. '(0/0/0' 'errors)' '34.13%' done, 1:56 elapsed. '(0/0/0' 'errors)' '34.45%' done, 1:57 elapsed. '(0/0/0' 'errors)' '34.75%' done, 1:58 elapsed. '(0/0/0' 'errors)' '35.04%' done, 1:59 elapsed. '(0/0/0' 'errors)' '35.34%' done, 2:00 elapsed. '(0/0/0' 'errors)' '35.65%' done, 2:01 elapsed. '(0/0/0' 'errors)' '35.96%' done, 2:02 elapsed. '(0/0/0' 'errors)' '36.29%' done, 2:03 elapsed. '(0/0/0' 'errors)' '36.59%' done, 2:04 elapsed. '(0/0/0' 'errors)' '36.91%' done, 2:05 elapsed. '(0/0/0' 'errors)' '37.22%' done, 2:06 elapsed. '(0/0/0' 'errors)' '37.56%' done, 2:07 elapsed. '(0/0/0' 'errors)' '37.86%' done, 2:08 elapsed. '(0/0/0' 'errors)' '38.16%' done, 2:09 elapsed. '(0/0/0' 'errors)' '38.48%' done, 2:10 elapsed. '(0/0/0' 'errors)' '38.78%' done, 2:11 elapsed. '(0/0/0' 'errors)' '39.09%' done, 2:12 elapsed. '(0/0/0' 'errors)' '39.41%' done, 2:13 elapsed. '(0/0/0' 'errors)' '39.71%' done, 2:14 elapsed. '(0/0/0' 'errors)' '40.02%' done, 2:15 elapsed. '(0/0/0' 'errors)' '40.33%' done, 2:16 elapsed. '(0/0/0' 'errors)' '40.64%' done, 2:17 elapsed. '(0/0/0' 'errors)' '40.95%' done, 2:18 elapsed. '(0/0/0' 'errors)' '41.25%' done, 2:19 elapsed. '(0/0/0' 'errors)' '41.57%' done, 2:20 elapsed. '(0/0/0' 'errors)' '41.88%' done, 2:21 elapsed. '(0/0/0' 'errors)' '42.18%' done, 2:22 elapsed. '(0/0/0' 'errors)' '42.49%' done, 2:23 elapsed. '(0/0/0' 'errors)' '42.79%' done, 2:24 elapsed. '(0/0/0' 'errors)' '43.11%' done, 2:25 elapsed. '(0/0/0' 'errors)' '43.42%' done, 2:26 elapsed. '(0/0/0' 'errors)' '43.72%' done, 2:27 elapsed. '(0/0/0' 'errors)' '44.03%' done, 2:28 elapsed. '(0/0/0' 'errors)' '44.33%' done, 2:29 elapsed. '(0/0/0' 'errors)' '44.64%' done, 2:30 elapsed. '(0/0/0' 'errors)' '44.94%' done, 2:31 elapsed. '(0/0/0' 'errors)' '45.25%' done, 2:32 elapsed. '(0/0/0' 'errors)' '45.55%' done, 2:33 elapsed. '(0/0/0' 'errors)' '45.87%' done, 2:34 elapsed. '(0/0/0' 'errors)' '46.17%' done, 2:35 elapsed. '(0/0/0' 'errors)' '46.49%' done, 2:36 elapsed. '(0/0/0' 'errors)' '46.80%' done, 2:37 elapsed. '(0/0/0' 'errors)' '47.11%' done, 2:38 elapsed. '(0/0/0' 'errors)' '47.41%' done, 2:39 elapsed. '(0/0/0' 'errors)' '47.71%' done, 2:40 elapsed. '(0/0/0' 'errors)' '48.02%' done, 2:41 elapsed. '(0/0/0' 'errors)' '48.33%' done, 2:42 elapsed. '(0/0/0' 'errors)' '48.63%' done, 2:43 elapsed. '(0/0/0' 'errors)' '48.94%' done, 2:44 elapsed. '(0/0/0' 'errors)' '49.24%' done, 2:45 elapsed. '(0/0/0' 'errors)' '49.55%' done, 2:46 elapsed. '(0/0/0' 'errors)' '49.85%' done, 2:47 elapsed. '(0/0/0' 'errors)' '50.16%' done, 2:48 elapsed. '(0/0/0' 'errors)' '50.47%' done, 2:49 elapsed. '(0/0/0' 'errors)' '50.78%' done, 2:50 elapsed. '(0/0/0' 'errors)' '51.09%' done, 2:51 elapsed. '(0/0/0' 'errors)' '51.40%' done, 2:52 elapsed. '(0/0/0' 'errors)' '51.71%' done, 2:53 elapsed. '(0/0/0' 'errors)' '52.04%' done, 2:54 elapsed. '(0/0/0' 'errors)' '52.35%' done, 2:55 elapsed. '(0/0/0' 'errors)' '52.65%' done, 2:56 elapsed. '(0/0/0' 'errors)' '52.96%' done, 2:57 elapsed. '(0/0/0' 'errors)' '53.26%' done, 2:58 elapsed. '(0/0/0' 'errors)' '53.57%' done, 2:59 elapsed. '(0/0/0' 'errors)' '53.89%' done, 3:00 elapsed. '(0/0/0' 'errors)' '54.19%' done, 3:01 elapsed. '(0/0/0' 'errors)' '54.50%' done, 3:02 elapsed. '(0/0/0' 'errors)' '54.81%' done, 3:03 elapsed. '(0/0/0' 'errors)' '55.12%' done, 3:04 elapsed. '(0/0/0' 'errors)' '55.44%' done, 3:05 elapsed. '(0/0/0' 'errors)' '55.75%' done, 3:06 elapsed. '(0/0/0' 'errors)' '56.06%' done, 3:07 elapsed. '(0/0/0' 'errors)' '56.37%' done, 3:08 elapsed. '(0/0/0' 'errors)' '56.68%' done, 3:09 elapsed. '(0/0/0' 'errors)' '56.99%' done, 3:10 elapsed. '(0/0/0' 'errors)' '57.30%' done, 3:11 elapsed. '(0/0/0' 'errors)' '57.61%' done, 3:12 elapsed. '(0/0/0' 'errors)' '57.91%' done, 3:13 elapsed. '(0/0/0' 'errors)' '58.22%' done, 3:14 elapsed. '(0/0/0' 'errors)' '58.53%' done, 3:15 elapsed. '(0/0/0' 'errors)' '58.84%' done, 3:16 elapsed. '(0/0/0' 'errors)' '59.14%' done, 3:17 elapsed. '(0/0/0' 'errors)' '59.44%' done, 3:18 elapsed. '(0/0/0' 'errors)' '59.76%' done, 3:19 elapsed. '(0/0/0' 'errors)' '60.08%' done, 3:20 elapsed. '(0/0/0' 'errors)' '60.39%' done, 3:21 elapsed. '(0/0/0' 'errors)' '60.69%' done, 3:22 elapsed. '(0/0/0' 'errors)' '61.00%' done, 3:23 elapsed. '(0/0/0' 'errors)' '61.31%' done, 3:24 elapsed. '(0/0/0' 'errors)' '61.61%' done, 3:25 elapsed. '(0/0/0' 'errors)' '61.94%' done, 3:26 elapsed. '(0/0/0' 'errors)' '62.24%' done, 3:27 elapsed. '(0/0/0' 'errors)' '62.55%' done, 3:28 elapsed. '(0/0/0' 'errors)' '62.87%' done, 3:29 elapsed. '(0/0/0' 'errors)' '63.18%' done, 3:30 elapsed. '(0/0/0' 'errors)' '63.49%' done, 3:31 elapsed. '(0/0/0' 'errors)' '63.81%' done, 3:32 elapsed. '(0/0/0' 'errors)' '64.12%' done, 3:33 elapsed. '(0/0/0' 'errors)' '64.43%' done, 3:34 elapsed. '(0/0/0' 'errors)' '64.73%' done, 3:35 elapsed. '(0/0/0' 'errors)' '65.05%' done, 3:36 elapsed. '(0/0/0' 'errors)' '65.37%' done, 3:37 elapsed. '(0/0/0' 'errors)' '65.67%' done, 3:38 elapsed. '(0/0/0' 'errors)' '65.98%' done, 3:39 elapsed. '(0/0/0' 'errors)' '66.29%' done, 3:40 elapsed. '(0/0/0' 'errors)' '66.59%' done, 3:41 elapsed. '(0/0/0' 'errors)' '66.90%' done, 3:42 elapsed. '(0/0/0' 'errors)' '67.21%' done, 3:43 elapsed. '(0/0/0' 'errors)' '67.51%' done, 3:44 elapsed. '(0/0/0' 'errors)' '67.82%' done, 3:45 elapsed. '(0/0/0' 'errors)' '68.12%' done, 3:46 elapsed. '(0/0/0' 'errors)' '68.42%' done, 3:47 elapsed. '(0/0/0' 'errors)' '68.74%' done, 3:48 elapsed. '(0/0/0' 'errors)' '69.06%' done, 3:49 elapsed. '(0/0/0' 'errors)' '69.38%' done, 3:50 elapsed. '(0/0/0' 'errors)' '69.68%' done, 3:51 elapsed. '(0/0/0' 'errors)' '69.99%' done, 3:52 elapsed. '(0/0/0' 'errors)' '70.30%' done, 3:53 elapsed. '(0/0/0' 'errors)' '70.61%' done, 3:54 elapsed. '(0/0/0' 'errors)' '70.91%' done, 3:55 elapsed. '(0/0/0' 'errors)' '71.22%' done, 3:56 elapsed. '(0/0/0' 'errors)' '71.54%' done, 3:57 elapsed. '(0/0/0' 'errors)' '71.84%' done, 3:58 elapsed. '(0/0/0' 'errors)' '72.14%' done, 3:59 elapsed. '(0/0/0' 'errors)' '72.46%' done, 4:00 elapsed. '(0/0/0' 'errors)' '72.76%' done, 4:01 elapsed. '(0/0/0' 'errors)' '73.07%' done, 4:02 elapsed. '(0/0/0' 'errors)' '73.37%' done, 4:03 elapsed. '(0/0/0' 'errors)' '73.68%' done, 4:04 elapsed. '(0/0/0' 'errors)' '73.98%' done, 4:05 elapsed. '(0/0/0' 'errors)' '74.30%' done, 4:06 elapsed. '(0/0/0' 'errors)' '74.61%' done, 4:07 elapsed. '(0/0/0' 'errors)' '74.92%' done, 4:08 elapsed. '(0/0/0' 'errors)' '75.23%' done, 4:09 elapsed. '(0/0/0' 'errors)' '75.53%' done, 4:10 elapsed. '(0/0/0' 'errors)' '75.85%' done, 4:11 elapsed. '(0/0/0' 'errors)' '76.15%' done, 4:12 elapsed. '(0/0/0' 'errors)' '76.46%' done, 4:13 elapsed. '(0/0/0' 'errors)' '76.77%' done, 4:14 elapsed. '(0/0/0' 'errors)' '77.07%' done, 4:15 elapsed. '(0/0/0' 'errors)' '77.38%' done, 4:16 elapsed. '(0/0/0' 'errors)' '77.69%' done, 4:17 elapsed. '(0/0/0' 'errors)' '78.00%' done, 4:18 elapsed. '(0/0/0' 'errors)' '78.31%' done, 4:19 elapsed. '(0/0/0' 'errors)' '78.62%' done, 4:20 elapsed. '(0/0/0' 'errors)' '78.93%' done, 4:21 elapsed. '(0/0/0' 'errors)' '79.23%' done, 4:22 elapsed. '(0/0/0' 'errors)' '79.55%' done, 4:23 elapsed. '(0/0/0' 'errors)' '79.85%' done, 4:24 elapsed. '(0/0/0' 'errors)' '80.16%' done, 4:25 elapsed. '(0/0/0' 'errors)' '80.48%' done, 4:26 elapsed. '(0/0/0' 'errors)' '80.79%' done, 4:27 elapsed. '(0/0/0' 'errors)' '81.09%' done, 4:28 elapsed. '(0/0/0' 'errors)' '81.40%' done, 4:29 elapsed. '(0/0/0' 'errors)' '81.70%' done, 4:30 elapsed. '(0/0/0' 'errors)' '82.01%' done, 4:31 elapsed. '(0/0/0' 'errors)' '82.31%' done, 4:32 elapsed. '(0/0/0' 'errors)' '82.62%' done, 4:33 elapsed. '(0/0/0' 'errors)' '82.91%' done, 4:34 elapsed. '(0/0/0' 'errors)' '83.22%' done, 4:35 elapsed. '(0/0/0' 'errors)' '83.52%' done, 4:36 elapsed. '(0/0/0' 'errors)' '83.84%' done, 4:37 elapsed. '(0/0/0' 'errors)' '84.14%' done, 4:38 elapsed. '(0/0/0' 'errors)' '84.46%' done, 4:39 elapsed. '(0/0/0' 'errors)' '84.76%' done, 4:40 elapsed. '(0/0/0' 'errors)' '85.07%' done, 4:41 elapsed. '(0/0/0' 'errors)' '85.37%' done, 4:42 elapsed. '(0/0/0' 'errors)' '85.68%' done, 4:43 elapsed. '(0/0/0' 'errors)' '85.99%' done, 4:44 elapsed. '(0/0/0' 'errors)' '86.30%' done, 4:45 elapsed. '(0/0/0' 'errors)' '86.61%' done, 4:46 elapsed. '(0/0/0' 'errors)' '86.93%' done, 4:47 elapsed. '(0/0/0' 'errors)' '87.24%' done, 4:48 elapsed. '(0/0/0' 'errors)' '87.54%' done, 4:49 elapsed. '(0/0/0' 'errors)' '87.85%' done, 4:50 elapsed. '(0/0/0' 'errors)' '88.17%' done, 4:51 elapsed. '(0/0/0' 'errors)' '88.48%' done, 4:52 elapsed. '(0/0/0' 'errors)' '88.78%' done, 4:53 elapsed. '(0/0/0' 'errors)' '89.09%' done, 4:54 elapsed. '(0/0/0' 'errors)' '89.40%' done, 4:55 elapsed. '(0/0/0' 'errors)' '89.71%' done, 4:56 elapsed. '(0/0/0' 'errors)' '90.02%' done, 4:57 elapsed. '(0/0/0' 'errors)' '90.32%' done, 4:58 elapsed. '(0/0/0' 'errors)' '90.63%' done, 4:59 elapsed. '(0/0/0' 'errors)' '90.94%' done, 5:00 elapsed. '(0/0/0' 'errors)' '91.25%' done, 5:01 elapsed. '(0/0/0' 'errors)' '91.56%' done, 5:02 elapsed. '(0/0/0' 'errors)' '91.86%' done, 5:03 elapsed. '(0/0/0' 'errors)' '92.18%' done, 5:04 elapsed. '(0/0/0' 'errors)' '92.48%' done, 5:05 elapsed. '(0/0/0' 'errors)' '92.79%' done, 5:06 elapsed. '(0/0/0' 'errors)' '93.09%' done, 5:07 elapsed. '(0/0/0' 'errors)' '93.39%' done, 5:08 elapsed. '(0/0/0' 'errors)' '93.70%' done, 5:09 elapsed. '(0/0/0' 'errors)' '94.00%' done, 5:10 elapsed. '(0/0/0' 'errors)' '94.31%' done, 5:11 elapsed. '(0/0/0' 'errors)' '94.63%' done, 5:12 elapsed. '(0/0/0' 'errors)' '94.94%' done, 5:13 elapsed. '(0/0/0' 'errors)' '95.24%' done, 5:14 elapsed. '(0/0/0' 'errors)' '95.55%' done, 5:15 elapsed. '(0/0/0' 'errors)' '95.86%' done, 5:16 elapsed. '(0/0/0' 'errors)' '96.16%' done, 5:17 elapsed. '(0/0/0' 'errors)' '96.46%' done, 5:18 elapsed. '(0/0/0' 'errors)' '96.76%' done, 5:19 elapsed. '(0/0/0' 'errors)' '97.06%' done, 5:20 elapsed. '(0/0/0' 'errors)' '97.36%' done, 5:21 elapsed. '(0/0/0' 'errors)' '97.67%' done, 5:22 elapsed. '(0/0/0' 'errors)' '97.99%' done, 5:23 elapsed. '(0/0/0' 'errors)' '98.30%' done, 5:24 elapsed. '(0/0/0' 'errors)' '98.62%' done, 5:25 elapsed. '(0/0/0' 'errors)' '98.93%' done, 5:26 elapsed. '(0/0/0' 'errors)' '99.23%' done, 5:27 elapsed. '(0/0/0' 'errors)' '99.54%' done, 5:28 elapsed. '(0/0/0' 'errors)' '99.86%' done, 5:29 elapsed. '(0/0/0' 'errors)done' Pass completed, 0 bad blocks found. '(0/0/0' 'errors)'
1730Checking blocks 0 to 61071359 Checking for bad blocks (read-only test): 0.00% done, 0:00 elapsed. (0/0/0 errors) 0.31% done, 0:01 elapsed. (0/0/0 errors) 0.64% done, 0:02 elapsed. (0/0/0 errors) 0.96% done, 0:03 elapsed. (0/0/0 errors) 1.27% done, 0:04 elapsed. (0/0/0 errors) 1.60% done, 0:05 elapsed. (0/0/0 errors) 1.92% done, 0:06 elapsed. (0/0/0 errors) 2.23% done, 0:07 elapsed. (0/0/0 errors) 2.53% done, 0:08 elapsed. (0/0/0 errors) 2.83% done, 0:09 elapsed. (0/0/0 errors) 3.13% done, 0:10 elapsed. (0/0/0 errors) 3.44% done, 0:11 elapsed. (0/0/0 errors) 3.74% done, 0:12 elapsed. (0/0/0 errors) 4.04% done, 0:13 elapsed. (0/0/0 errors) 4.36% done, 0:14 elapsed. (0/0/0 errors) 4.67% done, 0:15 elapsed. (0/0/0 errors) 4.98% done, 0:16 elapsed. (0/0/0 errors) 5.25% done, 0:17 elapsed. (0/0/0 errors) 5.53% done, 0:18 elapsed. (0/0/0 errors) 5.82% done, 0:19 elapsed. (0/0/0 errors) 6.12% done, 0:20 elapsed. (0/0/0 errors) 6.42% done, 0:21 elapsed. (0/0/0 errors) 6.72% done, 0:22 elapsed. (0/0/0 errors) 7.01% done, 0:23 elapsed. (0/0/0 errors) 7.32% done, 0:24 elapsed. (0/0/0 errors) 7.62% done, 0:25 elapsed. (0/0/0 errors) 7.92% done, 0:26 elapsed. (0/0/0 errors) 8.23% done, 0:27 elapsed. (0/0/0 errors) 8.53% done, 0:28 elapsed. (0/0/0 errors) 8.83% done, 0:29 elapsed. (0/0/0 errors) 9.14% done, 0:30 elapsed. (0/0/0 errors) 9.44% done, 0:31 elapsed. (0/0/0 errors) 9.73% done, 0:32 elapsed. (0/0/0 errors) 10.01% done, 0:33 elapsed. (0/0/0 errors) 10.30% done, 0:34 elapsed. (0/0/0 errors) 10.61% done, 0:35 elapsed. (0/0/0 errors) 10.88% done, 0:36 elapsed. (0/0/0 errors) 11.15% done, 0:37 elapsed. (0/0/0 errors) 11.43% done, 0:38 elapsed. (0/0/0 errors) 11.71% done, 0:39 elapsed. (0/0/0 errors) 12.01% done, 0:40 elapsed. (0/0/0 errors) 12.31% done, 0:41 elapsed. (0/0/0 errors) 12.59% done, 0:42 elapsed. (0/0/0 errors) 12.87% done, 0:43 elapsed. (0/0/0 errors) 13.16% done, 0:44 elapsed. (0/0/0 errors) 13.44% done, 0:45 elapsed. (0/0/0 errors) 13.73% done, 0:46 elapsed. (0/0/0 errors) 14.00% done, 0:47 elapsed. (0/0/0 errors) 14.27% done, 0:48 elapsed. (0/0/0 errors) 14.55% done, 0:49 elapsed. (0/0/0 errors) 14.84% done, 0:50 elapsed. (0/0/0 errors) 15.13% done, 0:51 elapsed. (0/0/0 errors) 15.41% done, 0:52 elapsed. (0/0/0 errors) 15.68% done, 0:53 elapsed. (0/0/0 errors) 15.96% done, 0:54 elapsed. (0/0/0 errors) 16.23% done, 0:55 elapsed. (0/0/0 errors) 16.53% done, 0:56 elapsed. (0/0/0 errors) 16.83% done, 0:57 elapsed. (0/0/0 errors) 17.13% done, 0:58 elapsed. (0/0/0 errors) 17.42% done, 0:59 elapsed. (0/0/0 errors) 17.70% done, 1:00 elapsed. (0/0/0 errors) 17.98% done, 1:01 elapsed. (0/0/0 errors) 18.27% done, 1:02 elapsed. (0/0/0 errors) 18.56% done, 1:03 elapsed. (0/0/0 errors) 18.82% done, 1:04 elapsed. (0/0/0 errors) 19.09% done, 1:05 elapsed. (0/0/0 errors) 19.37% done, 1:06 elapsed. (0/0/0 errors) 19.65% done, 1:07 elapsed. (0/0/0 errors) 19.95% done, 1:08 elapsed. (0/0/0 errors) 20.25% done, 1:09 elapsed. (0/0/0 errors) 20.53% done, 1:10 elapsed. (0/0/0 errors) 20.84% done, 1:11 elapsed. (0/0/0 errors) 21.16% done, 1:12 elapsed. (0/0/0 errors) 21.45% done, 1:13 elapsed. (0/0/0 errors) 21.75% done, 1:14 elapsed. (0/0/0 errors) 22.06% done, 1:15 elapsed. (0/0/0 errors) 22.36% done, 1:16 elapsed. (0/0/0 errors) 22.66% done, 1:17 elapsed. (0/0/0 errors) 22.94% done, 1:18 elapsed. (0/0/0 errors) 23.23% done, 1:19 elapsed. (0/0/0 errors) 23.53% done, 1:20 elapsed. (0/0/0 errors) 23.85% done, 1:21 elapsed. (0/0/0 errors) 24.16% done, 1:22 elapsed. (0/0/0 errors) 24.45% done, 1:23 elapsed. (0/0/0 errors) 24.74% done, 1:24 elapsed. (0/0/0 errors) 25.04% done, 1:25 elapsed. (0/0/0 errors) 25.33% done, 1:26 elapsed. (0/0/0 errors) 25.62% done, 1:27 elapsed. (0/0/0 errors) 25.91% done, 1:28 elapsed. (0/0/0 errors) 26.19% done, 1:29 elapsed. (0/0/0 errors) 26.49% done, 1:30 elapsed. (0/0/0 errors) 26.78% done, 1:31 elapsed. (0/0/0 errors) 27.07% done, 1:32 elapsed. (0/0/0 errors) 27.37% done, 1:33 elapsed. (0/0/0 errors) 27.67% done, 1:34 elapsed. (0/0/0 errors) 27.95% done, 1:35 elapsed. (0/0/0 errors) 28.20% done, 1:36 elapsed. (0/0/0 errors) 28.49% done, 1:37 elapsed. (0/0/0 errors) 28.78% done, 1:38 elapsed. (0/0/0 errors) 29.08% done, 1:39 elapsed. (0/0/0 errors) 29.38% done, 1:40 elapsed. (0/0/0 errors) 29.67% done, 1:41 elapsed. (0/0/0 errors) 29.97% done, 1:42 elapsed. (0/0/0 errors) 30.26% done, 1:43 elapsed. (0/0/0 errors) 30.56% done, 1:44 elapsed. (0/0/0 errors) 30.85% done, 1:45 elapsed. (0/0/0 errors) 31.14% done, 1:46 elapsed. (0/0/0 errors) 31.43% done, 1:47 elapsed. (0/0/0 errors) 31.70% done, 1:48 elapsed. (0/0/0 errors) 32.00% done, 1:49 elapsed. (0/0/0 errors) 32.32% done, 1:50 elapsed. (0/0/0 errors) 32.61% done, 1:51 elapsed. (0/0/0 errors) 32.91% done, 1:52 elapsed. (0/0/0 errors) 33.22% done, 1:53 elapsed. (0/0/0 errors) 33.52% done, 1:54 elapsed. (0/0/0 errors) 33.83% done, 1:55 elapsed. (0/0/0 errors) 34.13% done, 1:56 elapsed. (0/0/0 errors) 34.45% done, 1:57 elapsed. (0/0/0 errors) 34.75% done, 1:58 elapsed. (0/0/0 errors) 35.04% done, 1:59 elapsed. (0/0/0 errors) 35.34% done, 2:00 elapsed. (0/0/0 errors) 35.65% done, 2:01 elapsed. (0/0/0 errors) 35.96% done, 2:02 elapsed. (0/0/0 errors) 36.29% done, 2:03 elapsed. (0/0/0 errors) 36.59% done, 2:04 elapsed. (0/0/0 errors) 36.91% done, 2:05 elapsed. (0/0/0 errors) 37.22% done, 2:06 elapsed. (0/0/0 errors) 37.56% done, 2:07 elapsed. (0/0/0 errors) 37.86% done, 2:08 elapsed. (0/0/0 errors) 38.16% done, 2:09 elapsed. (0/0/0 errors) 38.48% done, 2:10 elapsed. (0/0/0 errors) 38.78% done, 2:11 elapsed. (0/0/0 errors) 39.09% done, 2:12 elapsed. (0/0/0 errors) 39.41% done, 2:13 elapsed. (0/0/0 errors) 39.71% done, 2:14 elapsed. (0/0/0 errors) 40.02% done, 2:15 elapsed. (0/0/0 errors) 40.33% done, 2:16 elapsed. (0/0/0 errors) 40.64% done, 2:17 elapsed. (0/0/0 errors) 40.95% done, 2:18 elapsed. (0/0/0 errors) 41.25% done, 2:19 elapsed. (0/0/0 errors) 41.57% done, 2:20 elapsed. (0/0/0 errors) 41.88% done, 2:21 elapsed. (0/0/0 errors) 42.18% done, 2:22 elapsed. (0/0/0 errors) 42.49% done, 2:23 elapsed. (0/0/0 errors) 42.79% done, 2:24 elapsed. (0/0/0 errors) 43.11% done, 2:25 elapsed. (0/0/0 errors) 43.42% done, 2:26 elapsed. (0/0/0 errors) 43.72% done, 2:27 elapsed. (0/0/0 errors) 44.03% done, 2:28 elapsed. (0/0/0 errors) 44.33% done, 2:29 elapsed. (0/0/0 errors) 44.64% done, 2:30 elapsed. (0/0/0 errors) 44.94% done, 2:31 elapsed. (0/0/0 errors) 45.25% done, 2:32 elapsed. (0/0/0 errors) 45.55% done, 2:33 elapsed. (0/0/0 errors) 45.87% done, 2:34 elapsed. (0/0/0 errors) 46.17% done, 2:35 elapsed. (0/0/0 errors) 46.49% done, 2:36 elapsed. (0/0/0 errors) 46.80% done, 2:37 elapsed. (0/0/0 errors) 47.11% done, 2:38 elapsed. (0/0/0 errors) 47.41% done, 2:39 elapsed. (0/0/0 errors) 47.71% done, 2:40 elapsed. (0/0/0 errors) 48.02% done, 2:41 elapsed. (0/0/0 errors) 48.33% done, 2:42 elapsed. (0/0/0 errors) 48.63% done, 2:43 elapsed. (0/0/0 errors) 48.94% done, 2:44 elapsed. (0/0/0 errors) 49.24% done, 2:45 elapsed. (0/0/0 errors) 49.55% done, 2:46 elapsed. (0/0/0 errors) 49.85% done, 2:47 elapsed. (0/0/0 errors) 50.16% done, 2:48 elapsed. (0/0/0 errors) 50.47% done, 2:49 elapsed. (0/0/0 errors) 50.78% done, 2:50 elapsed. (0/0/0 errors) 51.09% done, 2:51 elapsed. (0/0/0 errors) 51.40% done, 2:52 elapsed. (0/0/0 errors) 51.71% done, 2:53 elapsed. (0/0/0 errors) 52.04% done, 2:54 elapsed. (0/0/0 errors) 52.35% done, 2:55 elapsed. (0/0/0 errors) 52.65% done, 2:56 elapsed. (0/0/0 errors) 52.96% done, 2:57 elapsed. (0/0/0 errors) 53.26% done, 2:58 elapsed. (0/0/0 errors) 53.57% done, 2:59 elapsed. (0/0/0 errors) 53.89% done, 3:00 elapsed. (0/0/0 errors) 54.19% done, 3:01 elapsed. (0/0/0 errors) 54.50% done, 3:02 elapsed. (0/0/0 errors) 54.81% done, 3:03 elapsed. (0/0/0 errors) 55.12% done, 3:04 elapsed. (0/0/0 errors) 55.44% done, 3:05 elapsed. (0/0/0 errors) 55.75% done, 3:06 elapsed. (0/0/0 errors) 56.06% done, 3:07 elapsed. (0/0/0 errors) 56.37% done, 3:08 elapsed. (0/0/0 errors) 56.68% done, 3:09 elapsed. (0/0/0 errors) 56.99% done, 3:10 elapsed. (0/0/0 errors) 57.30% done, 3:11 elapsed. (0/0/0 errors) 57.61% done, 3:12 elapsed. (0/0/0 errors) 57.91% done, 3:13 elapsed. (0/0/0 errors) 58.22% done, 3:14 elapsed. (0/0/0 errors) 58.53% done, 3:15 elapsed. (0/0/0 errors) 58.84% done, 3:16 elapsed. (0/0/0 errors) 59.14% done, 3:17 elapsed. (0/0/0 errors) 59.44% done, 3:18 elapsed. (0/0/0 errors) 59.76% done, 3:19 elapsed. (0/0/0 errors) 60.08% done, 3:20 elapsed. (0/0/0 errors) 60.39% done, 3:21 elapsed. (0/0/0 errors) 60.69% done, 3:22 elapsed. (0/0/0 errors) 61.00% done, 3:23 elapsed. (0/0/0 errors) 61.31% done, 3:24 elapsed. (0/0/0 errors) 61.61% done, 3:25 elapsed. (0/0/0 errors) 61.94% done, 3:26 elapsed. (0/0/0 errors) 62.24% done, 3:27 elapsed. (0/0/0 errors) 62.55% done, 3:28 elapsed. (0/0/0 errors) 62.87% done, 3:29 elapsed. (0/0/0 errors) 63.18% done, 3:30 elapsed. (0/0/0 errors) 63.49% done, 3:31 elapsed. (0/0/0 errors) 63.81% done, 3:32 elapsed. (0/0/0 errors) 64.12% done, 3:33 elapsed. (0/0/0 errors) 64.43% done, 3:34 elapsed. (0/0/0 errors) 64.73% done, 3:35 elapsed. (0/0/0 errors) 65.05% done, 3:36 elapsed. (0/0/0 errors) 65.37% done, 3:37 elapsed. (0/0/0 errors) 65.67% done, 3:38 elapsed. (0/0/0 errors) 65.98% done, 3:39 elapsed. (0/0/0 errors) 66.29% done, 3:40 elapsed. (0/0/0 errors) 66.59% done, 3:41 elapsed. (0/0/0 errors) 66.90% done, 3:42 elapsed. (0/0/0 errors) 67.21% done, 3:43 elapsed. (0/0/0 errors) 67.51% done, 3:44 elapsed. (0/0/0 errors) 67.82% done, 3:45 elapsed. (0/0/0 errors) 68.12% done, 3:46 elapsed. (0/0/0 errors) 68.42% done, 3:47 elapsed. (0/0/0 errors) 68.74% done, 3:48 elapsed. (0/0/0 errors) 69.06% done, 3:49 elapsed. (0/0/0 errors) 69.38% done, 3:50 elapsed. (0/0/0 errors) 69.68% done, 3:51 elapsed. (0/0/0 errors) 69.99% done, 3:52 elapsed. (0/0/0 errors) 70.30% done, 3:53 elapsed. (0/0/0 errors) 70.61% done, 3:54 elapsed. (0/0/0 errors) 70.91% done, 3:55 elapsed. (0/0/0 errors) 71.22% done, 3:56 elapsed. (0/0/0 errors) 71.54% done, 3:57 elapsed. (0/0/0 errors) 71.84% done, 3:58 elapsed. (0/0/0 errors) 72.14% done, 3:59 elapsed. (0/0/0 errors) 72.46% done, 4:00 elapsed. (0/0/0 errors) 72.76% done, 4:01 elapsed. (0/0/0 errors) 73.07% done, 4:02 elapsed. (0/0/0 errors) 73.37% done, 4:03 elapsed. (0/0/0 errors) 73.68% done, 4:04 elapsed. (0/0/0 errors) 73.98% done, 4:05 elapsed. (0/0/0 errors) 74.30% done, 4:06 elapsed. (0/0/0 errors) 74.61% done, 4:07 elapsed. (0/0/0 errors) 74.92% done, 4:08 elapsed. (0/0/0 errors) 75.23% done, 4:09 elapsed. (0/0/0 errors) 75.53% done, 4:10 elapsed. (0/0/0 errors) 75.85% done, 4:11 elapsed. (0/0/0 errors) 76.15% done, 4:12 elapsed. (0/0/0 errors) 76.46% done, 4:13 elapsed. (0/0/0 errors) 76.77% done, 4:14 elapsed. (0/0/0 errors) 77.07% done, 4:15 elapsed. (0/0/0 errors) 77.38% done, 4:16 elapsed. (0/0/0 errors) 77.69% done, 4:17 elapsed. (0/0/0 errors) 78.00% done, 4:18 elapsed. (0/0/0 errors) 78.31% done, 4:19 elapsed. (0/0/0 errors) 78.62% done, 4:20 elapsed. (0/0/0 errors) 78.93% done, 4:21 elapsed. (0/0/0 errors) 79.23% done, 4:22 elapsed. (0/0/0 errors) 79.55% done, 4:23 elapsed. (0/0/0 errors) 79.85% done, 4:24 elapsed. (0/0/0 errors) 80.16% done, 4:25 elapsed. (0/0/0 errors) 80.48% done, 4:26 elapsed. (0/0/0 errors) 80.79% done, 4:27 elapsed. (0/0/0 errors) 81.09% done, 4:28 elapsed. (0/0/0 errors) 81.40% done, 4:29 elapsed. (0/0/0 errors) 81.70% done, 4:30 elapsed. (0/0/0 errors) 82.01% done, 4:31 elapsed. (0/0/0 errors) 82.31% done, 4:32 elapsed. (0/0/0 errors) 82.62% done, 4:33 elapsed. (0/0/0 errors) 82.91% done, 4:34 elapsed. (0/0/0 errors) 83.22% done, 4:35 elapsed. (0/0/0 errors) 83.52% done, 4:36 elapsed. (0/0/0 errors) 83.84% done, 4:37 elapsed. (0/0/0 errors) 84.14% done, 4:38 elapsed. (0/0/0 errors) 84.46% done, 4:39 elapsed. (0/0/0 errors) 84.76% done, 4:40 elapsed. (0/0/0 errors) 85.07% done, 4:41 elapsed. (0/0/0 errors) 85.37% done, 4:42 elapsed. (0/0/0 errors) 85.68% done, 4:43 elapsed. (0/0/0 errors) 85.99% done, 4:44 elapsed. (0/0/0 errors) 86.30% done, 4:45 elapsed. (0/0/0 errors) 86.61% done, 4:46 elapsed. (0/0/0 errors) 86.93% done, 4:47 elapsed. (0/0/0 errors) 87.24% done, 4:48 elapsed. (0/0/0 errors) 87.54% done, 4:49 elapsed. (0/0/0 errors) 87.85% done, 4:50 elapsed. (0/0/0 errors) 88.17% done, 4:51 elapsed. (0/0/0 errors) 88.48% done, 4:52 elapsed. (0/0/0 errors) 88.78% done, 4:53 elapsed. (0/0/0 errors) 89.09% done, 4:54 elapsed. (0/0/0 errors) 89.40% done, 4:55 elapsed. (0/0/0 errors) 89.71% done, 4:56 elapsed. (0/0/0 errors) 90.02% done, 4:57 elapsed. (0/0/0 errors) 90.32% done, 4:58 elapsed. (0/0/0 errors) 90.63% done, 4:59 elapsed. (0/0/0 errors) 90.94% done, 5:00 elapsed. (0/0/0 errors) 91.25% done, 5:01 elapsed. (0/0/0 errors) 91.56% done, 5:02 elapsed. (0/0/0 errors) 91.86% done, 5:03 elapsed. (0/0/0 errors) 92.18% done, 5:04 elapsed. (0/0/0 errors) 92.48% done, 5:05 elapsed. (0/0/0 errors) 92.79% done, 5:06 elapsed. (0/0/0 errors) 93.09% done, 5:07 elapsed. (0/0/0 errors) 93.39% done, 5:08 elapsed. (0/0/0 errors) 93.70% done, 5:09 elapsed. (0/0/0 errors) 94.00% done, 5:10 elapsed. (0/0/0 errors) 94.31% done, 5:11 elapsed. (0/0/0 errors) 94.63% done, 5:12 elapsed. (0/0/0 errors) 94.94% done, 5:13 elapsed. (0/0/0 errors) 95.24% done, 5:14 elapsed. (0/0/0 errors) 95.55% done, 5:15 elapsed. (0/0/0 errors) 95.86% done, 5:16 elapsed. (0/0/0 errors) 96.16% done, 5:17 elapsed. (0/0/0 errors) 96.46% done, 5:18 elapsed. (0/0/0 errors) 96.76% done, 5:19 elapsed. (0/0/0 errors) 97.06% done, 5:20 elapsed. (0/0/0 errors) 97.36% done, 5:21 elapsed. (0/0/0 errors) 97.67% done, 5:22 elapsed. (0/0/0 errors) 97.99% done, 5:23 elapsed. (0/0/0 errors) 98.30% done, 5:24 elapsed. (0/0/0 errors) 98.62% done, 5:25 elapsed. (0/0/0 errors) 98.93% done, 5:26 elapsed. (0/0/0 errors) 99.23% done, 5:27 elapsed. (0/0/0 errors) 99.54% done, 5:28 elapsed. (0/0/0 errors) 99.86% done, 5:29 elapsed. (0/0/0 errors)done Pass completed, 0 bad blocks found. (0/0/0 errors)
1731+ dlog 'See recovery log for more information.'
1732+ echo 'See recovery log for more information.'
1733+ tee -a /run/frecon/vt1 /run/frecon/vt2
1734See recovery log for more information.
1735+ dlog '============================================================================'
1736+ echo '============================================================================'
1737+ tee -a /run/frecon/vt1 /run/frecon/vt2
1738============================================================================
1739+ dlog
1740+ echo
1741+ tee -a /run/frecon/vt1 /run/frecon/vt2
1742
1743+ return 1
1744+ return 1
1745+ handle_error 1
1746+ on_error
1747+ message on_error
1748+ '[' -z 1 ]
1749+ message_on_error
1750+ instructions error
1751+ showbox -115 error
1752+ local 'offset=0,-115'
1753+ shift
1754+ local 'message_token=error'
1755+ shift
1756+ local 'message_file=/etc/screens/en-US/error.png'
1757+ '[' '!' -f /etc/screens/en-US/error.png ]
1758+ showimage /etc/screens/en-US/error.png 0,-115
1759+ local 'image=/etc/screens/en-US/error.png'
1760+ local 'offset=0,-115'
1761+ shift
1762+ shift
1763+ printf '\033]image:file=/etc/screens/en-US/error.png;offset=0,-115;scale=0\033\'
1764+ showicon -115 /etc/screens/icon_warning.png
1765+ local 'icon_left=-471'
1766+ local 'icon_top=-162'
1767+ shift
1768+ showimage /etc/screens/icon_warning.png -471,-162
1769+ local 'image=/etc/screens/icon_warning.png'
1770+ local 'offset=-471,-162'
1771+ shift
1772+ shift
1773+ printf '\033]image:file=/etc/screens/icon_warning.png;offset=-471,-162;scale=0\033\'
1774+ progress empty
1775+ showbox 0 empty
1776+ local 'offset=0,0'
1777+ shift
1778+ local 'message_token=empty'
1779+ shift
1780+ local 'message_file=/etc/screens/en-US/empty.png'
1781+ '[' '!' -f /etc/screens/en-US/empty.png ]
1782+ showimage /etc/screens/en-US/empty.png 0,0
1783+ local 'image=/etc/screens/en-US/empty.png'
1784+ local 'offset=0,0'
1785+ shift
1786+ shift
1787+ printf '\033]image:file=/etc/screens/en-US/empty.png;offset=0,0;scale=0\033\'
1788+ dev_notice empty
1789+ showbox 115 empty
1790+ local 'offset=0,115'
1791+ shift
1792+ local 'message_token=empty'
1793+ shift
1794+ local 'message_file=/etc/screens/en-US/empty.png'
1795+ '[' '!' -f /etc/screens/en-US/empty.png ]
1796+ showimage /etc/screens/en-US/empty.png 0,115
1797+ local 'image=/etc/screens/en-US/empty.png'
1798+ local 'offset=0,115'
1799+ shift
1800+ shift
1801+ printf '\033]image:file=/etc/screens/en-US/empty.png;offset=0,115;scale=0\033\'
1802+ save_log_files
1803+ local 'log_dev=/dev/sda1'
1804+ local 'log_fs=ext4'
1805+ '[' -z /dev/sda1 ]
1806+ '[' '!' -b /dev/sda1 ]
1807+ dlog 'Dumping dmesg to /log'
1808+ echo 'Dumping dmesg to /log'
1809+ tee -a /run/frecon/vt1 /run/frecon/vt2
1810Dumping dmesg to /log
1811+ dmesg
1812+ '[' -e /sys/firmware/log ]
1813+ dlog 'No firmware log found on this platform'
1814+ echo 'No firmware log found on this platform'
1815+ tee -a /run/frecon/vt1 /run/frecon/vt2
1816No firmware log found on this platform
1817+ cat /log/dmesg
1818+ dlog 'Saving log files from: /log -> /dev/sda1'
1819+ echo 'Saving log files from: /log -> /dev/sda1'
1820+ tee -a /run/frecon/vt1 /run/frecon/vt2
1821Saving log files from: /log -> /dev/sda1
1822+ set -e
1823+ mount -n -t ext4 -o sync,rw /dev/sda1 /tmp
1824+ local dir
1825+ ls -t /tmp/
1826+ grep '^recovery_logs\.[0-9]*$'
1827+ tail -n +10
1828+ date '+%s'
1829+ local 'log_dev_dir=recovery_logs.1568866434'
1830+ rm -rf /tmp/recovery_logs.1568866434
1831+ mkdir -p /tmp/recovery_logs.1568866434
1832+ cp /log/dmesg /log/hardware_diagnostics.log /log/progress.log /log/recovery.log /log/spinner.log /tmp/recovery_logs.1568866434/
1833in/init cros_secure root=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=0 noinitrd panic=60 cros_recovery kern_b_hash=6f3e44596bd7fc27f06ad15065da00faf3b6f757 vt.global_cursor_default=0 kern_guid=64113e53-dd22-dd44-815a-f21f05cce58b add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic intel_idle.max_cstate=7
1834[ 0.000000] e820: BIOS-provided physical RAM map:
1835[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] type 16
1836[ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
1837[ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
1838[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007aa4dfff] usable
1839[ 0.000000] BIOS-e820: [mem 0x000000007aa4e000-0x000000007aefffff] type 16
1840[ 0.000000] BIOS-e820: [mem 0x000000007af00000-0x000000007fffffff] reserved
1841[ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
1842[ 0.000000] BIOS-e820: [mem 0x00000000fd000000-0x00000000ffffffff] reserved
1843[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000027effffff] usable
1844[ 0.000000] NX (Execute Disable) protection: active
1845[ 0.000000] SMBIOS 2.7 present.
1846[ 0.000000] DMI: Google Caroline/Caroline, BIOS Google_Caroline.7820.263.0 01/26/2017
1847[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
1848[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
1849[ 0.000000] AGP: No AGP bridge found
1850[ 0.000000] e820: last_pfn = 0x27f000 max_arch_pfn = 0x400000000
1851[ 0.000000] MTRR default type: write-back
1852[ 0.000000] MTRR fixed ranges enabled:
1853[ 0.000000] 00000-9FFFF write-back
1854[ 0.000000] A0000-BFFFF uncachable
1855[ 0.000000] C0000-FFFFF write-back
1856[ 0.000000] MTRR variable ranges enabled:
1857[ 0.000000] 0 base 007AF00000 mask 7FFFF00000 uncachable
1858[ 0.000000] 1 base 007B800000 mask 7FFF800000 uncachable
1859[ 0.000000] 2 base 007C000000 mask 7FFC000000 uncachable
1860[ 0.000000] 3 base 0080000000 mask 7FC0000000 uncachable
1861[ 0.000000] 4 base 00C0000000 mask 7FF0000000 write-combining
1862[ 0.000000] 5 base 00D0000000 mask 7FF0000000 uncachable
1863[ 0.000000] 6 base 00E0000000 mask 7FE0000000 uncachable
1864[ 0.000000] 7 disabled
1865[ 0.000000] 8 disabled
1866[ 0.000000] 9 disabled
1867[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
1868[ 0.000000] e820: last_pfn = 0x7aa4e max_arch_pfn = 0x400000000
1869[ 0.000000] Scanning 1 areas for low memory corruption
1870[ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
1871[ 0.000000] Using GB pages for direct mapping
1872[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
1873[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
1874[ 0.000000] BRK [0x0a754000, 0x0a754fff] PGTABLE
1875[ 0.000000] BRK [0x0a755000, 0x0a755fff] PGTABLE
1876[ 0.000000] BRK [0x0a756000, 0x0a756fff] PGTABLE
1877[ 0.000000] init_memory_mapping: [mem 0x27ee00000-0x27effffff]
1878[ 0.000000] [mem 0x27ee00000-0x27effffff] page 2M
1879[ 0.000000] BRK [0x0a757000, 0x0a757fff] PGTABLE
1880[ 0.000000] init_memory_mapping: [mem 0x27c000000-0x27edfffff]
1881[ 0.000000] [mem 0x27c000000-0x27edfffff] page 2M
1882[ 0.000000] init_memory_mapping: [mem 0x200000000-0x27bffffff]
1883[ 0.000000] [mem 0x200000000-0x23fffffff] page 1G
1884[ 0.000000] [mem 0x240000000-0x27bffffff] page 2M
1885[ 0.000000] init_memory_mapping: [mem 0x00100000-0x7aa4dfff]
1886[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
1887[ 0.000000] [mem 0x00200000-0x7a9fffff] page 2M
1888[ 0.000000] [mem 0x7aa00000-0x7aa4dfff] page 4k
1889[ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
1890[ 0.000000] [mem 0x100000000-0x1ffffffff] page 1G
1891[ 0.000000] ACPI: Early table checksum verification disabled
1892[ 0.000000] ACPI: RSDP 0x00000000000F0000 000024 (v02 CORE )
1893[ 0.000000] ACPI: XSDT 0x000000007AB670E0 00005C (v01 CORE COREBOOT 00000000 CORE 00000000)
1894[ 0.000000] ACPI: FACP 0x000000007AB6BE70 0000F4 (v05 CORE COREBOOT 00000000 CORE 00000001)
1895[ 0.000000] ACPI: DSDT 0x000000007AB67250 004C15 (v05 COREv4 COREBOOT 20110725 INTL 20130117)
1896[ 0.000000] ACPI: FACS 0x000000007AB67210 000040
1897[ 0.000000] ACPI: SSDT 0x000000007AB6BF70 0009F4 (v02 CORE COREBOOT 0000002A CORE 0000002A)
1898[ 0.000000] ACPI: MCFG 0x000000007AB6C970 00003C (v01 CORE COREBOOT 00000000 CORE 00000000)
1899[ 0.000000] ACPI: TCPA 0x000000007AB6C9B0 000032 (v02 CORE COREBOOT 00000000 CORE 00000000)
1900[ 0.000000] ACPI: APIC 0x000000007AB6C9F0 00006C (v01 CORE COREBOOT 00000000 CORE 00000000)
1901[ 0.000000] ACPI: NHLT 0x000000007AB6CA60 001A4C (v05 CORE COREBOOT 00000000 CORE 00000000)
1902[ 0.000000] ACPI: HPET 0x000000007AB704B0 000038 (v01 CORE COREBOOT 00000000 CORE 00000000)
1903[ 0.000000] ACPI: Local APIC address 0xfee00000
1904[ 0.000000] [ffffea0000000000-ffffea0009ffffff] PMD -> [ffff880276600000-ffff88027e5fffff] on node 0
1905[ 0.000000] Zone ranges:
1906[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
1907[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
1908[ 0.000000] Normal [mem 0x100000000-0x27effffff]
1909[ 0.000000] Movable zone start for each node
1910[ 0.000000] Early memory node ranges
1911[ 0.000000] node 0: [mem 0x00001000-0x0009ffff]
1912[ 0.000000] node 0: [mem 0x00100000-0x7aa4dfff]
1913[ 0.000000] node 0: [mem 0x100000000-0x27effffff]
1914[ 0.000000] Initmem setup node 0 [mem 0x00001000-0x27effffff]
1915[ 0.000000] On node 0 totalpages: 2071021
1916[ 0.000000] DMA zone: 64 pages used for memmap
1917[ 0.000000] DMA zone: 23 pages reserved
1918[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
1919[ 0.000000] DMA32 zone: 7786 pages used for memmap
1920[ 0.000000] DMA32 zone: 498254 pages, LIFO batch:31
1921[ 0.000000] Normal zone: 24512 pages used for memmap
1922[ 0.000000] Normal zone: 1568768 pages, LIFO batch:31
1923[ 0.000000] Reserving Intel graphics stolen memory at 0x7c000000-0x7fffffff
1924[ 0.000000] ACPI: Local APIC address 0xfee00000
1925[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
1926[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
1927[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
1928[ 0.000000] ACPI: IRQ0 used by override.
1929[ 0.000000] ACPI: IRQ9 used by override.
1930[ 0.000000] Using ACPI (MADT) for SMP configuration information
1931[ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
1932[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
1933[ 0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
1934[ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
1935[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff88027ec00000 s83904 r8192 d30784 u524288
1936[ 0.000000] pcpu-alloc: s83904 r8192 d30784 u524288 alloc=1*2097152
1937[ 0.000000] pcpu-alloc: [0] 0 1 2 3
1938[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2038636
1939[ 0.000000] Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure root=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=0 noinitrd panic=60 cros_recovery kern_b_hash=6f3e44596bd7fc27f06ad15065da00faf3b6f757 vt.global_cursor_default=0 kern_guid=64113e53-dd22-dd44-815a-f21f05cce58b add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic intel_idle.max_cstate=7
1940[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
1941[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
1942[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
1943[ 0.000000] xsave: enabled xstate_bv 0x1f, cntxt size 0x440 using standard form
1944[ 0.000000] Disabling VMX on cpu 0
1945[ 0.000000] AGP: Checking aperture...
1946[ 0.000000] AGP: No AGP bridge found
1947[ 0.000000] Memory: 8053996K/8284084K available (7084K kernel code, 1060K rwdata, 2920K rodata, 5384K init, 1032K bss, 230088K reserved)
1948[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
1949[ 0.000000] Kernel/User page tables isolation: enabled
1950[ 0.000000] Preemptible hierarchical RCU implementation.
1951[ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32
1952[ 0.000000] NR_IRQS:4352 nr_irqs:1024 0
1953[ 0.000000] hpet clockevent registered
1954[ 0.000000] Initial TSC value: 10186929248
1955[ 0.000000] Initial usec timer 8489107
1956[ 0.000000] tsc: Detected 1200.000 MHz processor
1957[ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 2400.00 BogoMIPS (lpj=1200000)
1958[ 0.000004] pid_max: default: 32768 minimum: 301
1959[ 0.000010] ACPI: Core revision 20140926
1960[ 0.001939] ACPI: All ACPI Tables successfully acquired
1961[ 0.001956] acpi_enable!
1962[ 0.003190] ACPI mode enable smi_command = 0xb2 val = 0xe1
1963[ 0.003207] Security Framework initialized
1964[ 0.003208] SELinux: Initializing.
1965[ 0.003216] SELinux: Starting in permissive mode
1966[ 0.003217] Yama: becoming mindful.
1967[ 0.003220] Chromium OS LSM: enabled
1968[ 0.003241] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes)
1969[ 0.003243] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes)
1970[ 0.003410] Initializing cgroup subsys devices
1971[ 0.003412] Initializing cgroup subsys freezer
1972[ 0.003433] CPU: Physical Processor ID: 0
1973[ 0.003434] CPU: Processor Core ID: 0
1974[ 0.004535] mce: CPU supports 8 MCE banks
1975[ 0.004547] CPU0: Thermal monitoring enabled (TM1)
1976[ 0.004555] process: using mwait in idle threads
1977[ 0.004557] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
1978[ 0.004557] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
1979[ 0.004562] Spectre V2 mitigation: Mitigation: Full generic retpoline
1980[ 0.004563] Spectre V2 mitigation: Filling RSB on context switch
1981[ 0.004890] Freeing SMP alternatives memory: 16K (ffffffff8a64d000 - ffffffff8a651000)
1982[ 0.004892] ftrace: allocating 30920 entries in 121 pages
1983[ 0.035004] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
1984[ 0.045008] smpboot: CPU0: Intel(R) Core(TM) m7-6Y75 CPU @ 1.20GHz (fam: 06, model: 4e, stepping: 03)
1985[ 0.045025] TSC deadline timer enabled
1986[ 0.045047] Performance Events: PEBS fmt3+, 32-deep LBR, Skylake events, full-width counters, Intel PMU driver.
1987[ 0.045073] ... version: 4
1988[ 0.045074] ... bit width: 48
1989[ 0.045075] ... generic registers: 4
1990[ 0.045076] ... value mask: 0000ffffffffffff
1991[ 0.045077] ... max period: 0000ffffffffffff
1992[ 0.045078] ... fixed-purpose events: 3
1993[ 0.045079] ... event mask: 000000070000000f
1994[ 0.063255] x86: Booting SMP configuration:
1995[ 0.063266] .... node #0, CPUs: #1
1996[ 0.074320] Disabling VMX on cpu 1
1997[ 0.077599] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
1998[ 0.083666] #2
1999[ 0.095874] Disabling VMX on cpu 2
2000[ 0.105238] #3<6>[ 0.116391] Disabling VMX on cpu 3
2001[ 0.119619] x86: Booted up 1 node, 4 CPUs
2002[ 0.119621] smpboot: Total of 4 processors activated (9600.00 BogoMIPS)
2003[ 0.123225] devtmpfs: initialized
2004[ 0.124660] pinctrl core: initialized pinctrl subsystem
2005[ 0.124774] RTC time: 4:03:13, date: 09/19/19
2006[ 0.124882] NET: Registered protocol family 16
2007[ 0.130036] cpuidle: using governor ladder
2008[ 0.136074] cpuidle: using governor menu
2009[ 0.136522] Switched to clocksource hpet
2010[ 0.136525] ACPI: bus type PCI registered
2011[ 0.136605] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
2012[ 0.136607] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
2013[ 0.136754] PCI: Using configuration type 1 for base access
2014[ 0.143896] ACPI: Added _OSI(Module Device)
2015[ 0.143910] ACPI: Added _OSI(Processor Device)
2016[ 0.143912] ACPI: Added _OSI(3.0 _SCP Extensions)
2017[ 0.143913] ACPI: Added _OSI(Processor Aggregator Device)
2018[ 0.153062] ACPI: Interpreter enabled
2019[ 0.153075] ACPI: (supports S0 S1 S2 S3 S5)
2020[ 0.153076] ACPI: Using IOAPIC for interrupt routing
2021[ 0.153091] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
2022[ 0.156802] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
2023[ 0.156806] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
2024[ 0.156833] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
2025[ 0.156966] PCI host bridge to bus 0000:00
2026[ 0.156969] pci_bus 0000:00: root bus resource [bus 00-ff]
2027[ 0.156970] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
2028[ 0.156972] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
2029[ 0.156974] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
2030[ 0.156975] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
2031[ 0.156977] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
2032[ 0.156978] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
2033[ 0.156980] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
2034[ 0.156981] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
2035[ 0.156983] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
2036[ 0.156984] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
2037[ 0.156986] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
2038[ 0.156987] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
2039[ 0.156989] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
2040[ 0.156990] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
2041[ 0.156992] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
2042[ 0.156993] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
2043[ 0.156995] pci_bus 0000:00: root bus resource [mem 0x80000001-0xdfffffff]
2044[ 0.156996] pci_bus 0000:00: root bus resource [mem 0x800000000-0xbffffffff]
2045[ 0.156998] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff]
2046[ 0.156999] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
2047[ 0.157009] pci 0000:00:00.0: [8086:190c] type 00 class 0x060000
2048[ 0.157124] pci 0000:00:02.0: [8086:191e] type 00 class 0x030000
2049[ 0.157132] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd0ffffff 64bit]
2050[ 0.157138] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
2051[ 0.157143] pci 0000:00:02.0: reg 0x20: [io 0x1c00-0x1c3f]
2052[ 0.157234] pci 0000:00:04.0: [8086:1903] type 00 class 0x118000
2053[ 0.157246] pci 0000:00:04.0: reg 0x10: [mem 0xd1120000-0xd1127fff 64bit]
2054[ 0.157413] pci 0000:00:14.0: [8086:9d2f] type 00 class 0x0c0330
2055[ 0.157435] pci 0000:00:14.0: reg 0x10: [mem 0xd1100000-0xd110ffff 64bit]
2056[ 0.157505] pci 0000:00:14.0: PME# supported from D3hot D3cold
2057[ 0.157593] pci 0000:00:14.0: System wakeup disabled by ACPI
2058[ 0.157638] pci 0000:00:14.2: [8086:9d31] type 00 class 0x118000
2059[ 0.157658] pci 0000:00:14.2: reg 0x10: [mem 0xd1130000-0xd1130fff 64bit]
2060[ 0.157810] pci 0000:00:15.0: [8086:9d60] type 00 class 0x118000
2061[ 0.157840] pci 0000:00:15.0: reg 0x10: [mem 0xd1131000-0xd1131fff 64bit]
2062[ 0.158028] pci 0000:00:15.1: [8086:9d61] type 00 class 0x118000
2063[ 0.158058] pci 0000:00:15.1: reg 0x10: [mem 0xd1132000-0xd1132fff 64bit]
2064[ 0.158245] pci 0000:00:15.2: [8086:9d62] type 00 class 0x118000
2065[ 0.158275] pci 0000:00:15.2: reg 0x10: [mem 0xd1133000-0xd1133fff 64bit]
2066[ 0.158489] pci 0000:00:19.0: [8086:9d66] type 00 class 0x118000
2067[ 0.158519] pci 0000:00:19.0: reg 0x10: [mem 0xd1135000-0xd1135fff 64bit]
2068[ 0.158554] pci 0000:00:19.0: reg 0x18: [mem 0xd1136000-0xd1136fff 64bit]
2069[ 0.158725] pci 0000:00:19.2: [8086:9d64] type 00 class 0x118000
2070[ 0.158755] pci 0000:00:19.2: reg 0x10: [mem 0xd1137000-0xd1137fff 64bit]
2071[ 0.158962] pci 0000:00:1c.0: [8086:9d10] type 01 class 0x060400
2072[ 0.159038] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
2073[ 0.159162] pci 0000:00:1e.0: [8086:9d27] type 00 class 0x118000
2074[ 0.159192] pci 0000:00:1e.0: reg 0x10: [mem 0xd1138000-0xd1138fff 64bit]
2075[ 0.159386] pci 0000:00:1e.4: [8086:9d2b] type 00 class 0x080501
2076[ 0.159409] pci 0000:00:1e.4: reg 0x10: [mem 0xd1139000-0xd1139fff 64bit]
2077[ 0.159592] pci 0000:00:1e.6: [8086:9d2d] type 00 class 0x080501
2078[ 0.159614] pci 0000:00:1e.6: reg 0x10: [mem 0xd113a000-0xd113afff 64bit]
2079[ 0.159773] pci 0000:00:1f.0: [8086:9d46] type 00 class 0x060100
2080[ 0.159958] pci 0000:00:1f.2: [8086:9d21] type 00 class 0x058000
2081[ 0.159970] pci 0000:00:1f.2: reg 0x10: [mem 0xd1128000-0xd112bfff]
2082[ 0.160109] pci 0000:00:1f.3: [8086:9d70] type 00 class 0x040100
2083[ 0.160136] pci 0000:00:1f.3: reg 0x10: [mem 0xd112c000-0xd112ffff 64bit]
2084[ 0.160171] pci 0000:00:1f.3: reg 0x20: [mem 0xd1110000-0xd111ffff 64bit]
2085[ 0.160226] pci 0000:00:1f.3: PME# supported from D3hot D3cold
2086[ 0.160330] pci 0000:00:1f.4: [8086:9d23] type 00 class 0x0c0500
2087[ 0.160378] pci 0000:00:1f.4: reg 0x10: [mem 0xd113c000-0xd113c0ff 64bit]
2088[ 0.160450] pci 0000:00:1f.4: reg 0x20: [io 0xefa0-0xefbf]
2089[ 0.160617] pci 0000:00:1f.5: [8086:9d24] type 00 class 0x000000
2090[ 0.160630] pci 0000:00:1f.5: reg 0x10: [mem 0xd113b000-0xd113bfff]
2091[ 0.160964] pci 0000:01:00.0: [8086:095a] type 00 class 0x028000
2092[ 0.161051] pci 0000:01:00.0: reg 0x10: [mem 0xd1000000-0xd1001fff 64bit]
2093[ 0.161335] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
2094[ 0.161428] pci 0000:01:00.0: System wakeup disabled by ACPI
2095[ 0.163983] pci 0000:00:1c.0: PCI bridge to [bus 01]
2096[ 0.163988] pci 0000:00:1c.0: bridge window [mem 0xd1000000-0xd10fffff]
2097[ 0.164140] pci_bus 0000:00: on NUMA node 0
2098[ 0.174871] gpiochip_find_base: found new base at 360
2099[ 0.174888] gpiochip_add: registered GPIOs 360 to 511 on device: INT344B:00
2100[ 0.174890] GPIO chip INT344B:00: created GPIO range 0->151 ==> INT344B:00 PIN 0->151
2101[ 0.175079] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 12 14 15) *0
2102[ 0.175138] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 12 14 15) *0
2103[ 0.175195] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 12 14 15) *0
2104[ 0.175252] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 12 14 15) *0
2105[ 0.175308] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 12 14 15) *0
2106[ 0.175364] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 12 14 15) *0
2107[ 0.175421] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 12 14 15) *0
2108[ 0.175475] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 12 14 15) *0
2109[ 0.176292] ACPI : EC: GPE = 0x50, I/O: command/status = 0x66, data = 0x62
2110[ 0.176395] SCSI subsystem initialized
2111[ 0.176471] libata version 3.00 loaded.
2112[ 0.176520] ACPI: bus type USB registered
2113[ 0.176579] usbcore: registered new interface driver usbfs
2114[ 0.176586] usbcore: registered new interface driver hub
2115[ 0.176629] usbcore: registered new device driver usb
2116[ 0.176687] Linux video capture interface: v2.00
2117[ 0.176809] chromeos_acpi: registering CHSW 0
2118[ 0.176893] chromeos_acpi: registering VBNV 0
2119[ 0.176895] chromeos_acpi: registering VBNV 1
2120[ 0.177060] chromeos_acpi: truncating buffer from 3072 to 1336
2121[ 0.177199] chromeos_acpi: installed
2122[ 0.177200] chromeos_acpi: chromeos_acpi: enabling S3 USB wake
2123[ 0.181740] Advanced Linux Sound Architecture Driver Initialized.
2124[ 0.181755] PCI: Using ACPI for IRQ routing
2125[ 0.211302] PCI: pci_cache_line_size set to 64 bytes
2126[ 0.211671] e820: reserve RAM buffer [mem 0x7aa4e000-0x7bffffff]
2127[ 0.211672] e820: reserve RAM buffer [mem 0x27f000000-0x27fffffff]
2128[ 0.212137] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
2129[ 0.212142] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
2130[ 0.214220] amd_nb: Cannot enumerate AMD northbridges
2131[ 0.221568] pnp: PnP ACPI init
2132[ 0.221689] system 00:00: [mem 0xfed10000-0xfed17fff] has been reserved
2133[ 0.221691] system 00:00: [mem 0xfed18000-0xfed18fff] has been reserved
2134[ 0.221693] system 00:00: [mem 0xfed19000-0xfed19fff] has been reserved
2135[ 0.221695] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
2136[ 0.221696] system 00:00: [mem 0xfed20000-0xfed3ffff] has been reserved
2137[ 0.221698] system 00:00: [mem 0xfed90000-0xfed93fff] has been reserved
2138[ 0.221700] system 00:00: [mem 0xfed45000-0xfed8ffff] has been reserved
2139[ 0.221702] system 00:00: [mem 0xff000000-0xffffffff] has been reserved
2140[ 0.221703] system 00:00: [mem 0xfee00000-0xfeefffff] has been reserved
2141[ 0.221705] system 00:00: [mem 0xfed00000-0xfed003ff] has been reserved
2142[ 0.221708] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
2143[ 0.221864] system 00:01: [io 0x1800-0x18fe] could not be reserved
2144[ 0.221866] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
2145[ 0.221884] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
2146[ 0.222114] system 00:03: [io 0x0900-0x09fe] has been reserved
2147[ 0.222116] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
2148[ 0.222145] system 00:04: [io 0x0200] has been reserved
2149[ 0.222147] system 00:04: [io 0x0204] has been reserved
2150[ 0.222149] system 00:04: [io 0x0800-0x087f] has been reserved
2151[ 0.222150] system 00:04: [io 0x0880-0x08ff] has been reserved
2152[ 0.222152] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
2153[ 0.222189] pnp 00:05: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
2154[ 0.222243] pnp 00:06: Plug and Play ACPI device, IDs PNP0c31 (active)
2155[ 0.222348] pnp: PnP ACPI: found 7 devices
2156[ 0.223119] pci 0000:00:1c.0: PCI bridge to [bus 01]
2157[ 0.223156] pci 0000:00:1c.0: bridge window [mem 0xd1000000-0xd10fffff]
2158[ 0.223163] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
2159[ 0.223165] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
2160[ 0.223166] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
2161[ 0.223168] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
2162[ 0.223169] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
2163[ 0.223171] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
2164[ 0.223173] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
2165[ 0.223174] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
2166[ 0.223176] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
2167[ 0.223177] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
2168[ 0.223179] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
2169[ 0.223180] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
2170[ 0.223182] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
2171[ 0.223183] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
2172[ 0.223185] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
2173[ 0.223186] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
2174[ 0.223188] pci_bus 0000:00: resource 20 [mem 0x80000001-0xdfffffff]
2175[ 0.223189] pci_bus 0000:00: resource 21 [mem 0x800000000-0xbffffffff]
2176[ 0.223191] pci_bus 0000:00: resource 22 [mem 0xfd000000-0xfe7fffff]
2177[ 0.223192] pci_bus 0000:00: resource 23 [mem 0xfed40000-0xfed44fff]
2178[ 0.223194] pci_bus 0000:01: resource 1 [mem 0xd1000000-0xd10fffff]
2179[ 0.223214] NET: Registered protocol family 2
2180[ 0.223330] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
2181[ 0.223426] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
2182[ 0.223841] TCP: Hash tables configured (established 65536 bind 65536)
2183[ 0.223853] TCP: reno registered
2184[ 0.223858] UDP hash table entries: 4096 (order: 6, 393216 bytes)
2185[ 0.223933] UDP-Lite hash table entries: 4096 (order: 6, 393216 bytes)
2186[ 0.224041] NET: Registered protocol family 1
2187[ 0.224055] pci 0000:00:02.0: Video device with shadowed ROM
2188[ 0.224415] PCI: CLS 64 bytes, default 64
2189[ 0.709574] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
2190[ 0.709578] software IO TLB [mem 0x76a4e000-0x7aa4e000] (64MB) mapped at [ffff880076a4e000-ffff88007aa4dfff]
2191[ 0.709876] RAPL PMU detected, API unit is 2^-32 Joules, 5 fixed counters 655360 ms ovfl timer
2192[ 0.709878] hw unit of domain pp0-core 2^-14 Joules
2193[ 0.709879] hw unit of domain package 2^-14 Joules
2194[ 0.709880] hw unit of domain dram 2^-14 Joules
2195[ 0.709881] hw unit of domain pp1-gpu 2^-14 Joules
2196[ 0.709882] hw unit of domain psys 2^-14 Joules
2197[ 0.710443] Scanning for low memory corruption every 60 seconds
2198[ 0.710637] AVX2 version of gcm_enc/dec engaged.
2199[ 0.710638] AES CTR mode by8 optimization enabled
2200[ 0.711870] futex hash table entries: 1024 (order: 4, 65536 bytes)
2201[ 0.711898] audit: initializing netlink subsys (disabled)
2202[ 0.711910] audit: type=2000 audit(1568865792.700:1): initialized
2203[ 0.713725] VFS: Disk quotas dquot_6.5.2
2204[ 0.713752] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
2205[ 0.713988] squashfs: version 4.0 (2009/01/31) Phillip Lougher
2206[ 0.714140] Registering esdfs 0.2
2207[ 0.714169] msgmni has been set to 15730
2208[ 0.714183] SELinux: Registering netfilter hooks
2209[ 0.714272] device_jail: allocated device range 263192576 -> 263192832
2210[ 0.714383] alt_syscall: table 'read_write_test' available.
2211[ 0.714392] alt_syscall: table 'android' available.
2212[ 0.714399] alt_syscall: table 'android_permissive' available.
2213[ 0.714406] alt_syscall: table 'third_party' available.
2214[ 0.714412] alt_syscall: table 'third_party_permissive' available.
2215[ 0.714417] alt_syscall: table 'complete' available.
2216[ 0.714436] alt_syscall: table 'complete_permissive' available.
2217[ 0.715992] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
2218[ 0.715995] io scheduler noop registered
2219[ 0.715998] io scheduler deadline registered
2220[ 0.716048] io scheduler cfq registered (default)
2221[ 0.716220] pcieport 0000:00:1c.0: irq 272 for MSI/MSI-X
2222[ 0.716335] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
2223[ 0.716337] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
2224[ 0.716346] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
2225[ 0.716358] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
2226[ 0.716370] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
2227[ 0.716386] intel_idle: MWAIT substates: 0x11142120
2228[ 0.716387] intel_idle: v0.4 model 0x4E
2229[ 0.716388] intel_idle: lapic_timer_reliable_states 0xffffffff
2230[ 0.716389] intel_idle: max_cstate 7 reached
2231[ 0.716749] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
2232[ 0.716970] ACPI: Lid Switch [LID0]
2233[ 0.717010] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
2234[ 0.717011] ACPI: Power Button [PWRB]
2235[ 0.717042] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
2236[ 0.717043] ACPI: Power Button [PWRF]
2237[ 0.717707] Non-volatile memory driver v1.3
2238[ 0.717746] Linux agpgart interface v0.103
2239[ 0.717786] ------------[ cut here ]------------
2240[ 0.717790] WARNING: CPU: 2 PID: 1 at ../../../../../tmp/portage/sys-kernel/chromeos-kernel-3_18-3.18-r2330/work/chromeos-kernel-3_18-3.18/lib/iomap.c:43 bad_io_access+0x36/0x38()
2241[ 0.717792] Bad IO access at port 0x84 (return inl(port))
2242[ 0.717792] Modules linked in:
2243[ 0.717795] CPU: 2 PID: 1 Comm: swapper/0 Not tainted 3.18.0-19679-gd1d0bbedf35d #2
2244[ 0.717797] Hardware name: Google Caroline/Caroline, BIOS Google_Caroline.7820.263.0 01/26/2017
2245[ 0.717798] 0000000000000000 00000000edf362db ffff880275a53ce8 ffffffff89ae07fd
2246[ 0.717800] 0000000000000000 ffff880275a53d40 ffff880275a53d28 ffffffff89465545
2247[ 0.717802] ffffc9000003d000 ffff88027502b628 ffff88027501c800 ffff880075a03410
2248[ 0.717804] Call Trace:
2249[ 0.717809] [<ffffffff89ae07fd>] dump_stack+0x4e/0x71
2250[ 0.717812] [<ffffffff89465545>] warn_slowpath_common+0x84/0x9f
2251[ 0.717814] [<ffffffff894655b5>] warn_slowpath_fmt+0x55/0x6b
2252[ 0.717817] [<ffffffff896ac6b8>] bad_io_access+0x36/0x38
2253[ 0.717819] [<ffffffff896ac750>] ioread32+0x2a/0x2f
2254[ 0.717821] [<ffffffff8975232a>] tpm_tis_init+0xb3/0x131
2255[ 0.717824] [<ffffffff8a156d33>] init_tis+0x94/0xd1
2256[ 0.717826] [<ffffffff8a156c9f>] ? tpm_init+0x80/0x80
2257[ 0.717829] [<ffffffff894003bb>] do_one_initcall+0x18e/0x1a3
2258[ 0.717831] [<ffffffff8a1210a5>] kernel_init_freeable+0x197/0x237
2259[ 0.717834] [<ffffffff89adce00>] ? rest_init+0x84/0x84
2260[ 0.717836] [<ffffffff89adce0e>] kernel_init+0xe/0xda
2261[ 0.717839] [<ffffffff89ae5cae>] ret_from_fork+0x6e/0xa0
2262[ 0.717841] [<ffffffff89adce00>] ? rest_init+0x84/0x84
2263[ 0.717844] ---[ end trace 2b58f06857c54c1e ]---
2264[ 0.733083] ACPI: Battery Slot [BAT0] (battery present)
2265[ 0.735665] DID VID 0
2266[ 0.735670] DID VID 1b15d1
2267[ 0.735675] tpm_tis tpm_tis: 1.2 TPM (device-id 0x1B, rev-id 16) [gentle shutdown]
2268[ 0.831826] [drm] Initialized drm 1.1.0 20060810
2269[ 0.833081] [drm] Memory usable by graphics device = 4096M
2270[ 0.884663] i915 0000:00:02.0: irq 273 for MSI/MSI-X
2271[ 0.884671] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
2272[ 0.884672] [drm] Driver supports precise vblank timestamp query.
2273[ 0.905765] [drm] Initialized i915 1.6.0 20150717 for 0000:00:02.0 on minor 0
2274[ 0.906181] [drm] Initialized vgem 1.0.0 20120112 on minor 1
2275[ 0.906196] usbcore: registered new interface driver udl
2276[ 0.907743] loop: module loaded
2277[ 0.907963] lkdtm: No crash points registered, enable through debugfs
2278[ 0.912383] cros_ec_lpcs GOOG0004:00: Chrome EC device registered
2279[ 0.912385] cros_ec_lpcs GOOG0004:00: Initialized, GPE = 0x70
2280[ 0.941747] cros-ec-dev cros-ec-dev.1: device does not support reading the console log
2281[ 0.948730] idma64 idma64.0: Found Intel integrated DMA 64-bit
2282[ 0.949855] idma64 idma64.1: Found Intel integrated DMA 64-bit
2283[ 0.950968] idma64 idma64.2: Found Intel integrated DMA 64-bit
2284[ 0.964517] idma64 idma64.5: Found Intel integrated DMA 64-bit
2285[ 0.976013] PPP generic driver version 2.4.2
2286[ 0.976130] PPP MPPE Compression module registered
2287[ 0.976132] NET: Registered protocol family 24
2288[ 0.976231] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
2289[ 0.976233] ehci-pci: EHCI PCI platform driver
2290[ 0.976242] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
2291[ 0.976245] ohci-pci: OHCI PCI platform driver
2292[ 0.976254] uhci_hcd: USB Universal Host Controller Interface driver
2293[ 0.976369] xhci_hcd 0000:00:14.0: xHCI Host Controller
2294[ 0.976465] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
2295[ 0.977597] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
2296[ 0.977611] xhci_hcd 0000:00:14.0: irq 274 for MSI/MSI-X
2297[ 0.977667] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 3.18
2298[ 0.977669] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2299[ 0.977670] usb usb1: Product: xHCI Host Controller
2300[ 0.977672] usb usb1: Manufacturer: Linux 3.18.0-19679-gd1d0bbedf35d xhci-hcd
2301[ 0.977673] usb usb1: SerialNumber: 0000:00:14.0
2302[ 0.977827] hub 1-0:1.0: USB hub found
2303[ 0.977851] hub 1-0:1.0: 12 ports detected
2304[ 0.978224] xhci_hcd 0000:00:14.0: xHCI Host Controller
2305[ 0.978308] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
2306[ 0.978345] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 3.18
2307[ 0.978347] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
2308[ 0.978349] usb usb2: Product: xHCI Host Controller
2309[ 0.978350] usb usb2: Manufacturer: Linux 3.18.0-19679-gd1d0bbedf35d xhci-hcd
2310[ 0.978351] usb usb2: SerialNumber: 0000:00:14.0
2311[ 0.978484] hub 2-0:1.0: USB hub found
2312[ 0.978503] hub 2-0:1.0: 6 ports detected
2313[ 0.978786] usbcore: registered new interface driver cdc_acm
2314[ 0.978788] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
2315[ 0.978800] usbcore: registered new interface driver usb-storage
2316[ 0.978808] usbcore: registered new interface driver ums-realtek
2317[ 0.978824] usbcore: registered new interface driver usbserial
2318[ 0.978830] usbcore: registered new interface driver usbserial_generic
2319[ 0.978834] usbserial: USB Serial support registered for generic
2320[ 0.978856] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
2321[ 0.978857] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
2322[ 0.979332] i8042: Warning: Keylock active
2323[ 0.979445] serio: i8042 KBD port at 0x60,0x64 irq 1
2324[ 0.980109] atmel_mxt_ts i2c-ATML0001:00: GPIO lookup for consumer atmel,reset
2325[ 0.980112] atmel_mxt_ts i2c-ATML0001:00: using ACPI for GPIO lookup
2326[ 0.980116] acpi ATML0001:00: GPIO: looking up atmel,reset-gpios
2327[ 0.980118] acpi ATML0001:00: GPIO: looking up atmel,reset-gpio
2328[ 0.980120] acpi ATML0001:00: GPIO: looking up 0 in _CRS
2329[ 0.980139] atmel_mxt_ts i2c-ATML0001:00: using lookup tables for GPIO lookup
2330[ 0.980141] atmel_mxt_ts i2c-ATML0001:00: lookup for GPIO atmel,reset failed
2331[ 0.980231] rtc_cmos 00:02: RTC can wake from S4
2332[ 0.980965] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
2333[ 0.981084] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram, hpet irqs
2334[ 0.981091] i2c /dev entries driver
2335[ 0.983745] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
2336[ 0.988506] atmel_mxt_ts i2c-ATML0001:00: Information Block Checksum = 19b31b
2337[ 0.988510] atmel_mxt_ts i2c-ATML0001:00: No platform data provided
2338[ 1.016197] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
2339[ 1.016229] iTCO_vendor_support: vendor-support=0
2340[ 1.016488] device-mapper: ioctl: 4.28.0-ioctl (2014-09-17) initialised: dm-devel@redhat.com
2341[ 1.016764] device-mapper: verity-chromeos: dm-verity-chromeos registered
2342[ 1.016785] Intel P-state driver initializing.
2343[ 1.016788] intel_pstate: HWP enabled
2344[ 1.017429] sdhci: Secure Digital Host Controller Interface driver
2345[ 1.017430] sdhci: Copyright(c) Pierre Ossman
2346[ 1.017443] sdhci-pci 0000:00:1e.4: SDHCI controller found [8086:9d2b] (rev 21)
2347[ 1.017626] sdhci-pci 0000:00:1e.4: No vmmc regulator found
2348[ 1.017627] sdhci-pci 0000:00:1e.4: No vqmmc regulator found
2349[ 1.019959] mmc0: SDHCI controller on PCI [0000:00:1e.4] using ADMA 64-bit
2350[ 1.019962] sdhci_pci_probe_slot: Enabling QoS on Baytrail eMMC slot
2351[ 1.019983] sdhci-pci 0000:00:1e.6: SDHCI controller found [8086:9d2d] (rev 21)
2352[ 1.020100] sdhci-pci 0000:00:1e.6: GPIO lookup for consumer 0000:00:1e.6 cd
2353[ 1.020101] sdhci-pci 0000:00:1e.6: using ACPI for GPIO lookup
2354[ 1.020103] acpi device:20: GPIO: looking up 0000:00:1e.6 cd-gpios
2355[ 1.020105] acpi device:20: GPIO: looking up 0000:00:1e.6 cd-gpio
2356[ 1.020106] acpi device:20: GPIO: looking up 0 in _CRS
2357[ 1.020184] sdhci-pci 0000:00:1e.6: No vmmc regulator found
2358[ 1.020185] sdhci-pci 0000:00:1e.6: No vqmmc regulator found
2359[ 1.022878] mmc1: SDHCI controller on PCI [0000:00:1e.6] using ADMA 64-bit
2360[ 1.022897] sdhci_pci_probe_slot: Enabling QoS on Baytrail eMMC slot
2361[ 1.075261] gsmi version 1.0 loaded
2362[ 1.075403] platform vpd: Driver vpd requests probe deferral
2363[ 1.075456] hidraw: raw HID events driver (C) Jiri Kosina
2364[ 1.075887] usbcore: registered new interface driver usbhid
2365[ 1.075893] usbhid: USB HID core driver
2366[ 1.102028] i2c_hid i2c-ACPI0C50:00: error in i2c_hid_init_report size:76 / ret_size:0
2367[ 1.102735] input: ACPI0C50:00 2D1F:0163 as /devices/pci0000:00/0000:00:15.2/i2c_designware.2/i2c-8/i2c-ACPI0C50:00/0018:2D1F:0163.0001/input/input4
2368[ 1.103131] hid-generic 0018:2D1F:0163.0001: input,hidraw0: <UNKNOWN> HID v1.00 Device [ACPI0C50:00 2D1F:0163] on
2369[ 1.104204] ashmem: initialized
2370[ 1.104557] chromeos ramoops using acpi device.
2371[ 1.109459] console [pstore-1] enabled
2372[ 1.109470] pstore: Registered ramoops as persistent store backend
2373[ 1.109485] ramoops: attached 0x100000@0x7aa67000, ecc: 0/0
2374[ 1.109695] intel_rapl: Found RAPL domain package
2375[ 1.109708] intel_rapl: Found RAPL domain core
2376[ 1.109720] intel_rapl: Found RAPL domain uncore
2377[ 1.109732] intel_rapl: Found RAPL domain dram
2378[ 1.110486] GACT probability NOT on
2379[ 1.110504] Netfilter messages via NETLINK v0.30.
2380[ 1.110598] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
2381[ 1.110790] ctnetlink v0.93: registering with nfnetlink.
2382[ 1.111451] ip_tables: (C) 2000-2006 Netfilter Core Team
2383[ 1.111604] TCP: cubic registered
2384[ 1.111619] Initializing XFRM netlink socket
2385[ 1.111910] NET: Registered protocol family 10
2386[ 1.112434] ip6_tables: (C) 2000-2006 Netfilter Core Team
2387[ 1.112595] NET: Registered protocol family 17
2388[ 1.112622] NET: Registered protocol family 15
2389[ 1.113949] microcode: CPU0 sig=0x406e3, pf=0x80, revision=0xcc
2390[ 1.114000] microcode: CPU1 sig=0x406e3, pf=0x80, revision=0xcc
2391[ 1.114089] microcode: CPU2 sig=0x406e3, pf=0x80, revision=0xcc
2392[ 1.114135] microcode: CPU3 sig=0x406e3, pf=0x80, revision=0xcc
2393[ 1.114391] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
2394[ 1.119299] Key type encrypted registered
2395[ 1.162813] platform vpd: Driver vpd requests probe deferral
2396[ 1.163006] Magic number: 3:381:60
2397[ 1.163040] platform vpd: Driver vpd requests probe deferral
2398[ 1.163336] input: gpio-keys as /devices/platform/gpio-keys.0/input/input5
2399[ 1.163711] platform vpd: Driver vpd requests probe deferral
2400[ 1.164122] ALSA device list:
2401[ 1.164132] No soundcards found.
2402[ 1.164179] Warning: unable to open an initial console.
2403[ 1.179943] random: nonblocking pool is initialized
2404[ 1.189634] atmel_mxt_ts i2c-ATML0001:00: Family ID: 164 Variant ID: 14 Major.Minor.Build: 2.3.AA
2405[ 1.189662] atmel_mxt_ts i2c-ATML0001:00: Matrix X Size: 41 Matrix Y Size: 72 Object Num: 40
2406[ 1.195150] atmel_mxt_ts i2c-ATML0001:00: T100 Config: XSIZE 2729, YSIZE 4095, XLINE 40, YLINE 59
2407[ 1.196723] atmel_mxt_ts i2c-ATML0001:00: T100 Config: SCRAUX : 0, TCHAUX : 16
2408[ 1.196922] input: Atmel maXTouch Touchscreen as /devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-6/i2c-ATML0001:00/input/input6
2409[ 1.200577] mmc0: new HS400 MMC card at address 0001
2410[ 1.200896] mmcblk0: mmc0:0001 DF4064 58.2 GiB
2411[ 1.201103] mmcblk0boot0: mmc0:0001 DF4064 partition 1 4.00 MiB
2412[ 1.201303] mmcblk0boot1: mmc0:0001 DF4064 partition 2 4.00 MiB
2413[ 1.201583] mmcblk0rpmb: mmc0:0001 DF4064 partition 3 4.00 MiB
2414[ 1.206134] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
2415[ 1.207199] atmel_mxt_ts i2c-ATML0001:00: Status: 80 Config Checksum: 573e89
2416[ 1.207226] atmel_mxt_ts i2c-ATML0001:00: Status: 10 Config Checksum: 573e89
2417[ 1.209078] platform vpd: Driver vpd requests probe deferral
2418[ 1.215178] platform vpd: Driver vpd requests probe deferral
2419[ 1.219748] atmel_mxt_ts i2c-ATML0000:00: GPIO lookup for consumer atmel,reset
2420[ 1.219754] atmel_mxt_ts i2c-ATML0000:00: using ACPI for GPIO lookup
2421[ 1.219761] acpi ATML0000:00: GPIO: looking up atmel,reset-gpios
2422[ 1.219767] acpi ATML0000:00: GPIO: looking up atmel,reset-gpio
2423[ 1.219773] acpi ATML0000:00: GPIO: looking up 0 in _CRS
2424[ 1.225790] atmel_mxt_ts i2c-ATML0000:00: using lookup tables for GPIO lookup
2425[ 1.225796] atmel_mxt_ts i2c-ATML0000:00: lookup for GPIO atmel,reset failed
2426[ 1.232566] atmel_mxt_ts i2c-ATML0000:00: Information Block Checksum = 9bd26b
2427[ 1.232597] atmel_mxt_ts i2c-ATML0000:00: No platform data provided
2428[ 1.330737] usb 1-1: new high-speed USB device number 2 using xhci_hcd
2429[ 1.433797] atmel_mxt_ts i2c-ATML0000:00: Family ID: 164 Variant ID: 17 Major.Minor.Build: 2.0.AA
2430[ 1.433823] atmel_mxt_ts i2c-ATML0000:00: Matrix X Size: 24 Matrix Y Size: 14 Object Num: 31
2431[ 1.439899] atmel_mxt_ts i2c-ATML0000:00: T100 Config: XSIZE 1920, YSIZE 1080, XLINE 19, YLINE 11
2432[ 1.441618] atmel_mxt_ts i2c-ATML0000:00: T100 Config: SCRAUX : 0, TCHAUX : 17
2433[ 1.441775] input: Atmel maXTouch Touchpad as /devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-7/i2c-ATML0000:00/input/input7
2434[ 1.451885] atmel_mxt_ts i2c-ATML0000:00: Status: 80 Config Checksum: 0af6ba
2435[ 1.451909] atmel_mxt_ts i2c-ATML0000:00: Status: 10 Config Checksum: 0af6ba
2436[ 1.459515] platform vpd: Driver vpd requests probe deferral
2437[ 1.468486] Freeing unused kernel memory: 5384K (ffffffff8a10b000 - ffffffff8a64d000)
2438[ 1.468506] Write protecting the kernel read-only data: 12288k
2439[ 1.469602] Freeing unused kernel memory: 1096K (ffff880009aee000 - ffff880009c00000)
2440[ 1.470274] Freeing unused kernel memory: 1176K (ffff880009eda000 - ffff88000a000000)
2441[ 1.497431] usb 1-1: New USB device found, idVendor=090c, idProduct=1000, bcdDevice=11.00
2442[ 1.497456] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
2443[ 1.497474] usb 1-1: Product: USB Flash Disk
2444[ 1.497487] usb 1-1: Manufacturer: General
2445[ 1.497499] usb 1-1: SerialNumber: 046X7DGRZC4AMGPQ
2446[ 1.497815] usb 1-1: ep 0x81 - rounding interval to 128 microframes, ep desc says 255 microframes
2447[ 1.497840] usb 1-1: ep 0x2 - rounding interval to 128 microframes, ep desc says 255 microframes
2448[ 1.498247] usb-storage 1-1:1.0: USB Mass Storage device detected
2449[ 1.498591] scsi host0: usb-storage 1-1:1.0
2450[ 1.498806] platform vpd: Driver vpd requests probe deferral
2451[ 1.498887] platform vpd: Driver vpd requests probe deferral
2452[ 1.582022] i915 0000:00:02.0: Direct firmware load for i915/skl_dmc_ver1.bin failed with error -2
2453[ 1.582031] [drm:csr_load_work_fn] *ERROR* Failed to load DMC firmware, disabling rpm
2454[ 1.651727] usb 1-3: new full-speed USB device number 3 using xhci_hcd
2455[ 1.703304] udevd[312]: starting version 225
2456[ 1.711628] tsc: Refined TSC clocksource calibration: 1199.994 MHz
2457[ 1.816725] usb 1-3: New USB device found, idVendor=8087, idProduct=0a2a, bcdDevice= 0.03
2458[ 1.816736] usb 1-3: New USB device strings: Mfr=0, Product=0, SerialNumber=0
2459[ 1.817659] platform vpd: Driver vpd requests probe deferral
2460[ 1.970663] usb 1-7: new high-speed USB device number 4 using xhci_hcd
2461[ 2.154339] usb 1-7: New USB device found, idVendor=2232, idProduct=1082, bcdDevice= 0.08
2462[ 2.154346] usb 1-7: New USB device strings: Mfr=3, Product=1, SerialNumber=2
2463[ 2.154352] usb 1-7: Product: 720p HD Camera
2464[ 2.154355] usb 1-7: Manufacturer: Partron
2465[ 2.154359] usb 1-7: SerialNumber: 200901010001
2466[ 2.155947] platform vpd: Driver vpd requests probe deferral
2467[ 2.711845] Switched to clocksource tsc
2468[ 2.716049] [drm] RC6 on
2469[ 2.767508] scsi 0:0:0:0: Direct-Access General USB Flash Disk 1100 PQ: 0 ANSI: 4
2470[ 2.767688] platform vpd: Driver vpd requests probe deferral
2471[ 2.768794] sd 0:0:0:0: [sda] 7831552 512-byte logical blocks: (4.00 GB/3.73 GiB)
2472[ 2.769860] sd 0:0:0:0: [sda] Write Protect is off
2473[ 2.769883] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
2474[ 2.770845] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
2475[ 2.787485] GPT:Primary header thinks Alt. header is not at the end of the disk.
2476[ 2.787491] GPT:4436015 != 7831551
2477[ 2.787494] GPT:Alternate GPT header not at the end of the disk.
2478[ 2.787499] GPT:4436015 != 7831551
2479[ 2.787502] GPT: Use GNU Parted to correct GPT errors.
2480[ 2.787516] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12
2481[ 2.792211] sd 0:0:0:0: [sda] Attached SCSI removable disk
2482[ 5.094572] device-mapper: verity: Argument 0: 'payload=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1'
2483[ 5.094614] device-mapper: verity: Argument 1: 'hashtree=PARTUUID=64113e53-dd22-dd44-815a-f21f05cce58b/PARTNROFF=1'
2484[ 5.094648] device-mapper: verity: Argument 2: 'hashstart=3686400'
2485[ 5.094671] device-mapper: verity: Argument 3: 'alg=sha1'
2486[ 5.094691] device-mapper: verity: Argument 4: 'root_hexdigest=0587be7746a75939eddaffec80a0fb8b68838307'
2487[ 5.094721] device-mapper: verity: Argument 5: 'salt=6bf82887e447570649f5b2ae86338145758ecd2c8616a7586b955d1cb613f8ea'
2488[ 5.094754] device-mapper: verity: Argument 6: 'error_behavior=eio'
2489[ 5.150921] EXT4-fs (dm-0): couldn't mount as ext3 due to feature incompatibilities
2490[ 5.154163] EXT4-fs (dm-0): mounting ext2 file system using the ext4 subsystem
2491[ 5.159389] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
2492[ 5.170494] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
2493[ 5.172195] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
2494[ 5.177818] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
2495[ 5.272095] atmel_mxt_ts i2c-ATML0001:00: Status: 00 Config Checksum: 573e89
2496[ 5.290522] atmel_mxt_ts i2c-ATML0000:00: Status: 00 Config Checksum: 0af6ba
2497[ 5.387045] frecon[427]: Failed to set atomic cap.
2498[ 5.389464] frecon[427]: Frecon using drm driver i915, version 1.6, date(20150717), desc(Intel Graphics)
2499[ 5.413832] frecon[427]: tsm_screen: new screen
2500[ 5.413886] frecon[427]: tsm_vte: new vte object
2501[ 5.434646] frecon[427]: tsm_screen: new screen
2502[ 5.434670] frecon[427]: tsm_vte: new vte object
2503[ 5.441968] frecon[427]: tsm_screen: new screen
2504[ 5.441981] frecon[427]: tsm_vte: new vte object
2505[ 5.448414] frecon[427]: tsm_screen: new screen
2506[ 5.448426] frecon[427]: tsm_vte: new vte object
2507[ 5.456257] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
2508[ 5.457363] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
2509[ 5.462155] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
2510[ 61.163971] PDLOG 2019/09/19 04:03:04.1568865783 P0 Disconnected
2511[ 61.164562] PDLOG 2019/09/19 04:03:04.1568865783 P1 SNK Charger ??? 0mV max 5000mV / 500mA
2512[ 61.165148] PDLOG 2019/09/19 04:03:04.1568865783 P1 SNK Charger ??? 14589mV max 5000mV / 3000mA
2513[ 127.098224] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null)
2514[ 127.201510] EXT4-fs (loop1): mounting ext2 file system using the ext4 subsystem
2515[ 127.202039] EXT4-fs (loop1): mounted filesystem without journal. Opts: (null)
2516[ 127.779283] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
2517[ 274.479422] EXT4-fs (loop2): mounted filesystem with ordered data mode. Opts: (null)
2518[ 275.231943] EXT4-fs (loop2): mounted filesystem without journal. Opts: (null)