Guest User

recovery.log

a guest
Jul 13th, 2020
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.61 KB | None | 0 0
  1. + initialize
  2. + init_check_clock
  3. + date '+%Y'
  4. + '[' 2020 -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. + cat /proc/cmdline
  17. + sed -e 's/"[^"]*"/DROPPED/g'
  18. + export_args cros_secure 'console=' 'loglevel=7' 'init=/sbin/init' cros_secure 'root=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/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=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d' 'vt.global_cursor_default=0' 'kern_guid=a2f1b79a-e7de-cf4d-86c2-125432dc16dd' add_efi_memmap 'boot=local' noresume noswap 'i915.modeset=1' 'tpm_tis.force=1' 'tpm_tis.interrupts=0' 'nmi_watchdog=panic,lapic'
  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
  32. Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
  33. + tr -dc '[A-Za-z0-9]_' _
  34. + tr a-z A-Z
  35. + echo console
  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
  42. Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
  43. + echo loglevel
  44. + tr -dc '[A-Za-z0-9]_' _
  45. + tr a-z A-Z
  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
  52. Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL
  53. + echo init
  54. + tr -dc '[A-Za-z0-9]_' _
  55. + tr a-z A-Z
  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
  62. Exporting kernel argument INIT as KERN_ARG_INIT
  63. + tr -dc '[A-Za-z0-9]_' _
  64. + tr a-z A-Z
  65. + echo cros_secure
  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
  72. Exporting 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=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1'
  78. + export 'KERN_ARG_ROOT=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/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
  82. Exporting kernel argument ROOT as KERN_ARG_ROOT
  83. + tr -dc '[A-Za-z0-9]_' _
  84. + tr a-z A-Z
  85. + echo rootwait
  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
  92. Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT
  93. + tr -dc '[A-Za-z0-9]_' _
  94. + tr a-z A-Z
  95. + echo ro
  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
  102. Exporting 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. + + teeecho -a 'Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR'
  111. /dev/null /dev/null
  112. Exporting 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. + tee -a /dev/null /dev/null
  121. + echo 'Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS'
  122. Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
  123. + tr a-z+ A-Z
  124. tr -dc '[A-Za-z0-9]_' _
  125. + echo dm_verity.dev_wait
  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. + + echotee 'Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT'
  131. -a /dev/null /dev/null
  132. Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
  133. + + trtr -dc a-z '[A-Za-z0-9]_' A-Z
  134. _
  135. + echo noinitrd
  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
  142. Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
  143. + tr -dc '[A-Za-z0-9]_' _
  144. + tr a-z A-Z
  145. + echo panic
  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
  152. Exporting kernel argument PANIC as KERN_ARG_PANIC
  153. + echo cros_recovery
  154. + + trtr -dc a-z '[A-Za-z0-9]_' A-Z
  155. _
  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
  162. Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
  163. + + trecho a-z kern_b_hash
  164. A-Z
  165. + tr -dc '[A-Za-z0-9]_' _
  166. + key=KERN_B_HASH
  167. + val=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d
  168. + export 'KERN_ARG_KERN_B_HASH=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d'
  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
  172. Exporting 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
  182. Exporting 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=a2f1b79a-e7de-cf4d-86c2-125432dc16dd
  188. + export 'KERN_ARG_KERN_GUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd'
  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
  192. Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
  193. + echo add_efi_memmap
  194. + + trtr a-z -dc A-Z
  195. '[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. + + teeecho 'Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP'
  201. -a /dev/null /dev/null
  202. Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
  203. + echo boot
  204. + + trtr a-z -dc A-Z
  205. '[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
  212. Exporting 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
  222. Exporting 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
  232. Exporting 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. + + echotee 'Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET'
  241. -a /dev/null /dev/null
  242. Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET
  243. + echo tpm_tis.force
  244. + + trtr a-z -dc A-Z
  245. '[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
  252. Exporting 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
  262. Exporting 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. + tee -a /dev/null /dev/null
  271. + echo 'Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG'
  272. Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
  273. + setup_oobe_auto_config_keys
  274. + set +x
  275. + echo '-----BEGIN PUBLIC KEY-----
  276. MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEb+B0pscH4wtUrbh/xK67SHyundsl
  277. sf1ZhBCygu2dCexqTWAm+av64G18/iD5MUrxva1615JkLOTbFmxcs6N0Xw==
  278. -----END PUBLIC KEY-----'
  279. + + grepsha256sum
  280. -Eo '[a-zA-Z0-9]{2}'
  281. + head -n 32
  282. + local 'pub_bytes=c5
  283. 35
  284. 04
  285. ed
  286. 35
  287. 7d
  288. 67
  289. 5c
  290. d9
  291. 0e
  292. cf
  293. 7c
  294. 43
  295. 3b
  296. 78
  297. a1
  298. 67
  299. 18
  300. 6f
  301. 32
  302. be
  303. 89
  304. 72
  305. fb
  306. 6c
  307. 20
  308. c5
  309. 4b
  310. 25
  311. 97
  312. 06
  313. 5d'
  314. + local 'permissions='
  315. + tpmc tpmver
  316. + '[' 1.2 '==' 2.0 ]
  317. + permissions=0x1
  318. + tpmc definespace 0x100c 0x20 0x1
  319. + tpmc write 0x100c c5 35 04 ed 35 7d 67 5c d9 0e cf 7c 43 3b 78 a1 67 18 6f 32 be 89 72 fb 6c 20 c5 4b 25 97 06 5d
  320. writing 32 bytes
  321. + lock_tpm
  322. + '[' -z ]
  323. + tpmc startup
  324. + tpmc ctest
  325. + tpmc block
  326. + TPM_B_LOCKED=y
  327. + '[' -z ]
  328. + TPM_PP_LOCKED=y
  329. + return 0
  330. + verify_fw_version
  331. + local fwver recver
  332. + crossystem tpm_fwver
  333. + fwver=0x000a0004
  334. + : 0
  335. + echo 'FW version from TPM: 0x000a0004'
  336. FW version from TPM: 0x000a0004
  337. + echo 'Recovery version from top nibble: 0'
  338. Recovery version from top nibble: 0
  339. + '[' 0 -gt 0 ]
  340. + return 0
  341. + udevd --daemon
  342. + udevadm trigger
  343. + udevadm settle
  344. + select_locale
  345. + is_nonchrome
  346. + crossystem 'mainfw_type?nonchrome'
  347. + crossystem 'mainfw_type?netboot'
  348. + read_vpd_locale
  349. + vpd -g region
  350. + local 'region=se'
  351. + local 'locale='
  352. + '[' -n se ]
  353. + sed -nre 's/^se\t(.*)$/\1/p' /etc/locales.txt
  354. + LANGDIR=sv
  355. + '[' -z sv -o '!' -d /etc/screens/sv ]
  356. + dlog 'selected locale sv'
  357. + tee -a /dev/null /dev/null
  358. + echo 'selected locale sv'
  359. selected locale sv
  360. + find_official_root
  361. + dlogf 'Checking for an official recovery image . . .'
  362. + printf 'Checking for an official recovery image . . .'
  363. + tee -a /dev/null /dev/null
  364. Checking for an official recovery image . . .+ wait_for_gpt_root
  365. + '[' -z a2f1b79a-e7de-cf4d-86c2-125432dc16dd ]
  366. + dlog -n 'Looking for rootfs using kern_guid...'
  367. + + echotee -n -a 'Looking for rootfs using kern_guid...'
  368. /dev/null /dev/null
  369. Looking for rootfs using kern_guid...+ seq 20
  370. + dlogf ' .'
  371. + tee -a /dev/null /dev/null
  372. + printf ' .'
  373. .+ cgpt find -1 -u a2f1b79a-e7de-cf4d-86c2-125432dc16dd
  374. WARNING: Primary GPT header is invalid
  375. WARNING: Secondary GPT header is invalid
  376. + kern=/dev/mmcblk1p2
  377. + newroot=/dev/mmcblk1p3
  378. + '[' -b /dev/mmcblk1p3 ]
  379. + USB_DEV=/dev/mmcblk1p3
  380. + dlog 'Found /dev/mmcblk1p3'
  381. + echo 'Found /dev/mmcblk1p3'
  382. + tee -a /dev/null /dev/null
  383. Found /dev/mmcblk1p3
  384. + return 0
  385. + strip_partition /dev/mmcblk1p3
  386. + local 'dev=/dev/mmcblk1p'
  387. + echo /dev/mmcblk1
  388. + cgpt find -t rootfs /dev/mmcblk1
  389. /dev/mmcblk1p3
  390. /dev/mmcblk1p5
  391. /dev/mmcblk1p7
  392. + REAL_USB_DEV=/dev/mmcblk1p3
  393. + LOG_DEV=/dev/mmcblk1p1
  394. + verify_install_kernel_hash
  395. + get_kern_b_device
  396. + KERN_B_DEV=/dev/mmcblk1p4
  397. + '[' '!' -b /dev/mmcblk1p4 ]
  398. + return 0
  399. + get_real_kern_b_hash
  400. + + sha1sum
  401. dd 'if=/dev/mmcblk1p4'
  402. + cut -f1 '-d '
  403. 32768+0 records in
  404. 32768+0 records out
  405. 16777216 bytes (16.0MB) copied, 0.824994 seconds, 19.4MB/s
  406. + REAL_KERN_B_HASH=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d
  407. + '[' -n a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d ]
  408. + '[' a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d '!=' a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d ]
  409. + return 0
  410. + check_if_dm_root
  411. + + dump_kernel_configgrep /dev/mmcblk1p4
  412. -q 'root=/dev/dm-'
  413. + return 0
  414. + setup_dm_root
  415. + local eio
  416. + dlog -n 'Extracting the device mapper configuration...'
  417. + + echotee -n -a 'Extracting the device mapper configuration...'
  418. /dev/null /dev/null
  419. Extracting the device mapper configuration...+ dump_kernel_config /dev/mmcblk1p4
  420. + sed -e 's/.*dm="\([^"]*\)".*/\1/g;t;d'
  421. + sed -e 's/%U/a2f1b79a-e7de-cf4d-86c2-125432dc16dd/g'
  422. + DMARG='1 vroot none ro 1,0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
  423. + '[' -z '1 vroot none ro 1,0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e' ]
  424. + DM_NAME=vroot
  425. + parse_dm_table 1 vroot none ro 1,0 3584000 verity 'payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1' 'hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1' 'hashstart=3584000' 'alg=sha1' 'root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65' 'salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
  426. + local 'vroot= none ro 1,0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
  427. + local 'table=0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
  428. + is_old_style_verity_argv '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
  429. + echo '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
  430. + cut -f7 '-d '
  431. + local 'depth=alg=sha1'
  432. + '[' 'alg=sha1' '=' 0 ]
  433. + return 1
  434. + local 'eio=error_behavior=eio'
  435. + echo '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e error_behavior=eio'
  436. + DM_TABLE='0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e error_behavior=eio'
  437. + '[' -n a2f1b79a-e7de-cf4d-86c2-125432dc16dd ]
  438. + '[' '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=' '=' '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e error_behavior=eio' ]
  439. + dmsetup create -r vroot --table '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e error_behavior=eio'
  440. + USB_DEV=/dev/dm-0
  441. + '[' '!' -b /dev/dm-0 ]
  442. + dlog 'Created device mapper root vroot.'
  443. + + teeecho -a 'Created device mapper root vroot.'
  444. /dev/null /dev/null
  445. Created device mapper root vroot.
  446. + return 0
  447. + mount_usb
  448. + dlog -n 'Mounting usb'
  449. + echo -n 'Mounting usb'
  450. + tee -a /dev/null /dev/null
  451. Mounting usb+ seq 20
  452. + dlogf ' .'
  453. + + teeprintf -a ' .'
  454. /dev/null /dev/null
  455. .+ mount -n -o ro /dev/dm-0 /usb
  456. + dlog ok
  457. + echo ok
  458. + tee -a /dev/null /dev/null
  459. ok
  460. + return 0
  461. + return 0
  462. + get_stateful_dev
  463. + STATE_DEV=/dev/mmcblk1p1
  464. + '[' '!' -b /dev/mmcblk1p1 ]
  465. + return 0
  466. + request_oobe_autoconfig_acknowledgment
  467. + is_oobe_autoconfig
  468. + local 'has_config=1'
  469. + get_stateful_dev
  470. + STATE_DEV=/dev/mmcblk1p1
  471. + '[' '!' -b /dev/mmcblk1p1 ]
  472. + return 0
  473. + mount -n -o sync,ro /dev/mmcblk1p1 /stateful
  474. + local 'oobe_dir=/stateful/unencrypted/oobe_auto_config'
  475. + local 'config_path=/stateful/unencrypted/oobe_auto_config/config.json'
  476. + '[' -f /stateful/unencrypted/oobe_auto_config/config.json ]
  477. + local 'domain_path=/stateful/unencrypted/oobe_auto_config/enrollment_domain'
  478. + '[' -f /stateful/unencrypted/oobe_auto_config/enrollment_domain ]
  479. + umount /stateful
  480. + return 1
  481. + return
  482. + message validate
  483. + '[' -z ]
  484. + FIRST_MESSAGE_RECEIVED=1
  485. + message_startup
  486. + frecon-lite --print-resolution
  487. <3>frecon[390]: Failed to set atomic cap.
  488. <6>frecon[390]: Frecon using drm driver i915, version 1.6, date(20160411), desc(Intel Graphics)
  489. + local 'resolution=1366 768'
  490. + local 'x_res=1366'
  491. + '[' 1366 -ge 1920 ]
  492. + FRECON_SCALING_FACTOR=1
  493. + frecon-lite --enable-vt1 --daemon --no-login --enable-gfx --enable-vts '--scale=1' --clear 0xfefefe --pre-create-vts /etc/screens/boot_message.png
  494. + TTY_CONSOLE=/run/frecon/vt0
  495. + TTY_LOG=/run/frecon/vt1
  496. + TTY_DEBUG=/run/frecon/vt2
  497. + TAIL_PID=398
  498. + message_validate
  499. + instructions cancel
  500. + showbox -115 cancel
  501. + local 'offset=0,-115'
  502. + tail -f+ -nshift
  503. +1 /log/recovery.log
  504. + local 'message_token=cancel'
  505. + shift
  506. + local 'message_file=/etc/screens/sv/cancel.png'
  507. + '[' '!' -f /etc/screens/sv/cancel.png ]
  508. + showimage /etc/screens/sv/cancel.png 0,-115
  509. + local 'image=/etc/screens/sv/cancel.png'
  510. + local 'offset=0,-115'
  511. + shift
  512. + shift
  513. + printf '\033]image:file=/etc/screens/sv/cancel.png;offset=0,-115;scale=1\033\'
  514. + progress validating
  515. + showbox 0 validating
  516. + local 'offset=0,0'
  517. + shift
  518. + local 'message_token=validating'
  519. + shift
  520. + local 'message_file=/etc/screens/sv/validating.png'
  521. + '[' '!' -f /etc/screens/sv/validating.png ]
  522. + showimage /etc/screens/sv/validating.png 0,0
  523. + local 'image=/etc/screens/sv/validating.png'
  524. + local 'offset=0,0'
  525. + shift
  526. + shift
  527. + printf '\033]image:file=/etc/screens/sv/validating.png;offset=0,0;scale=1\033\'
  528. + is_nonchrome
  529. + crossystem 'mainfw_type?nonchrome'
  530. + crossystem 'mainfw_type?netboot'
  531. + is_developer_mode
  532. + is_nonchrome
  533. + crossystem 'mainfw_type?nonchrome'
  534. + crossystem 'mainfw_type?netboot'
  535. + crossystem 'devsw_boot?1'
  536. + dev_notice empty
  537. + showbox 115 empty
  538. + local 'offset=0,115'
  539. + shift
  540. + local 'message_token=empty'
  541. + shift
  542. + local 'message_file=/etc/screens/sv/empty.png'
  543. + '[' '!' -f /etc/screens/sv/empty.png ]
  544. + showimage /etc/screens/sv/empty.png 0,115
  545. + local 'image=/etc/screens/sv/empty.png'
  546. + local 'offset=0,115'
  547. + shift
  548. + shift
  549. + printf '\033]image:file=/etc/screens/sv/empty.png;offset=0,115;scale=1\033\'
  550. + set_brightness
  551. + local 'backlight_device='
  552. + cat /sys/class/backlight/intel_backlight/max_brightness
  553. + recovery_install
  554. + NEWROOT_MNT=/usb
  555. + lock_tpm
  556. + '[' -z y ]
  557. + '[' -z y ]
  558. + return 0
  559. + maybe_get_debugging_logs
  560. + get_usb_debugging_flag
  561. + local 'decrypt='
  562. + get_stateful_dev
  563. + STATE_DEV=/dev/mmcblk1p1
  564. + '[' '!' -b /dev/mmcblk1p1 ]
  565. + return 0
  566. + mount -n -o sync,ro /dev/mmcblk1p1 /tmp
  567. + '[' -f /tmp/decrypt_stateful ]
  568. + umount /tmp
  569. + echo
  570. + local 'state='
  571. + '[' -z ]
  572. + return 0
  573. + validate_recovery_root
  574. + '[' /dev/dm-0 '!=' /dev/dm-0 ]
  575. + is_unofficial_root
  576. + '[' 0 -eq 1 ]
  577. + verify_recovery_root
  578. + basename /dev/dm-0
  579. + local 'usb_base=dm-0'
  580. + cat /sys/block/dm-0/size
  581. + local 'size=1835008000'
  582. + set +x
  583. + cat /tmp/verification_status
  584. + '[' 0 '!=' 0 ]
  585. + return 0
  586. + return 0
  587. + setup_install_mounts
  588. + mount -t tmpfs -o 'mode=1777' none /usb/tmp
  589. + mount -t tmpfs -o 'mode=0755' run /usb/run
  590. + mkdir -p -m 0755 /usb/run/lock
  591. + dlog 'Re-binding /sys /proc /dev for /usb'
  592. + echo 'Re-binding /sys /proc /dev for /usb'
  593. + tee -a /run/frecon/vt1 /run/frecon/vt2
  594. Re-binding /sys /proc /dev for /usb
  595. + mkdir -p /usb/sys
  596. + mount -n -o bind /sys /usb/sys
  597. + mkdir -p /usb/proc
  598. + mount -n -o bind /proc /usb/proc
  599. + mkdir -p /usb/dev
  600. + mount -n -o bind /dev /usb/dev
  601. + dlog Done.
  602. + echo Done.
  603. + tee -a /run/frecon/vt1 /run/frecon/vt2
  604. Done.
  605. + return 0
  606. + update_tpm_firmware
  607. + tpm_firmware_update_applicable
  608. + is_unofficial_root
  609. + '[' 0 -eq 1 ]
  610. + '[' -x /usb/usr/sbin/tpm-firmware-updater ]
  611. + '[' -n ]
  612. + vpd -i RW_VPD -g tpm_firmware_update_params
  613. findString(): Vpd data 'tpm_firmware_update_params' was not found.
  614. + local 'vpd_params='
  615. + grep -qF ,mode:recovery,
  616. + echo ,,
  617. + return 1
  618. + return 0
  619. + '[' -z ]
  620. + get_dst
  621. + load_base_vars
  622. + DEFAULT_ROOTDEV=/sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0
  623. + PARTITION_SIZE_RWFW=8388608
  624. + RESERVED_EBS_RWFW=0
  625. + DATA_SIZE_RWFW=8388608
  626. + FORMAT_RWFW=
  627. + FS_FORMAT_RWFW=
  628. + FS_OPTIONS_RWFW=
  629. + PARTITION_NUM_RWFW=11
  630. + PARTITION_SIZE_11=8388608
  631. + RESERVED_EBS_11=0
  632. + DATA_SIZE_11=8388608
  633. + FORMAT_11=
  634. + FS_FORMAT_11=
  635. + FS_OPTIONS_11=
  636. + PARTITION_NUM_11=11
  637. + PARTITION_SIZE_KERN_C=1
  638. + RESERVED_EBS_KERN_C=0
  639. + DATA_SIZE_KERN_C=1
  640. + FORMAT_KERN_C=
  641. + FS_FORMAT_KERN_C=
  642. + FS_OPTIONS_KERN_C=
  643. + PARTITION_NUM_KERN_C=6
  644. + PARTITION_SIZE_6=1
  645. + RESERVED_EBS_6=0
  646. + DATA_SIZE_6=1
  647. + FORMAT_6=
  648. + FS_FORMAT_6=
  649. + FS_OPTIONS_6=
  650. + PARTITION_NUM_6=6
  651. + PARTITION_SIZE_ROOT_C=1
  652. + RESERVED_EBS_ROOT_C=0
  653. + DATA_SIZE_ROOT_C=1
  654. + FORMAT_ROOT_C=
  655. + FS_FORMAT_ROOT_C=
  656. + FS_OPTIONS_ROOT_C=
  657. + PARTITION_NUM_ROOT_C=7
  658. + PARTITION_SIZE_7=1
  659. + RESERVED_EBS_7=0
  660. + DATA_SIZE_7=1
  661. + FORMAT_7=
  662. + FS_FORMAT_7=
  663. + FS_OPTIONS_7=
  664. + PARTITION_NUM_7=7
  665. + PARTITION_SIZE_RESERVED=1
  666. + RESERVED_EBS_RESERVED=0
  667. + DATA_SIZE_RESERVED=1
  668. + FORMAT_RESERVED=
  669. + FS_FORMAT_RESERVED=
  670. + FS_OPTIONS_RESERVED=
  671. + PARTITION_NUM_RESERVED=9
  672. + PARTITION_SIZE_9=1
  673. + RESERVED_EBS_9=0
  674. + DATA_SIZE_9=1
  675. + FORMAT_9=
  676. + FS_FORMAT_9=
  677. + FS_OPTIONS_9=
  678. + PARTITION_NUM_9=9
  679. + PARTITION_SIZE_RESERVED=1
  680. + RESERVED_EBS_RESERVED=0
  681. + DATA_SIZE_RESERVED=1
  682. + FORMAT_RESERVED=
  683. + FS_FORMAT_RESERVED=
  684. + FS_OPTIONS_RESERVED=
  685. + PARTITION_NUM_RESERVED=10
  686. + PARTITION_SIZE_10=1
  687. + RESERVED_EBS_10=0
  688. + DATA_SIZE_10=1
  689. + FORMAT_10=
  690. + FS_FORMAT_10=
  691. + FS_OPTIONS_10=
  692. + PARTITION_NUM_10=10
  693. + PARTITION_SIZE_KERN_A=16777216
  694. + RESERVED_EBS_KERN_A=0
  695. + DATA_SIZE_KERN_A=16777216
  696. + FORMAT_KERN_A=
  697. + FS_FORMAT_KERN_A=
  698. + FS_OPTIONS_KERN_A=
  699. + PARTITION_NUM_KERN_A=2
  700. + PARTITION_SIZE_2=16777216
  701. + RESERVED_EBS_2=0
  702. + DATA_SIZE_2=16777216
  703. + FORMAT_2=
  704. + FS_FORMAT_2=
  705. + FS_OPTIONS_2=
  706. + PARTITION_NUM_2=2
  707. + PARTITION_SIZE_KERN_B=16777216
  708. + RESERVED_EBS_KERN_B=0
  709. + DATA_SIZE_KERN_B=16777216
  710. + FORMAT_KERN_B=
  711. + FS_FORMAT_KERN_B=
  712. + FS_OPTIONS_KERN_B=
  713. + PARTITION_NUM_KERN_B=4
  714. + PARTITION_SIZE_4=16777216
  715. + RESERVED_EBS_4=0
  716. + DATA_SIZE_4=16777216
  717. + FORMAT_4=
  718. + FS_FORMAT_4=
  719. + FS_OPTIONS_4=
  720. + PARTITION_NUM_4=4
  721. + PARTITION_SIZE_OEM=16777216
  722. + RESERVED_EBS_OEM=0
  723. + DATA_SIZE_OEM=16777216
  724. + FORMAT_OEM=
  725. + FS_FORMAT_OEM=ext4
  726. + FS_OPTIONS_OEM=
  727. + PARTITION_NUM_OEM=8
  728. + PARTITION_SIZE_8=16777216
  729. + RESERVED_EBS_8=0
  730. + DATA_SIZE_8=16777216
  731. + FORMAT_8=
  732. + FS_FORMAT_8=ext4
  733. + FS_OPTIONS_8=
  734. + PARTITION_NUM_8=8
  735. + PARTITION_SIZE_EFI_SYSTEM=33554432
  736. + RESERVED_EBS_EFI_SYSTEM=0
  737. + DATA_SIZE_EFI_SYSTEM=33554432
  738. + FORMAT_EFI_SYSTEM=
  739. + FS_FORMAT_EFI_SYSTEM=vfat
  740. + FS_OPTIONS_EFI_SYSTEM=
  741. + PARTITION_NUM_EFI_SYSTEM=12
  742. + PARTITION_SIZE_12=33554432
  743. + RESERVED_EBS_12=0
  744. + DATA_SIZE_12=33554432
  745. + FORMAT_12=
  746. + FS_FORMAT_12=vfat
  747. + FS_OPTIONS_12=
  748. + PARTITION_NUM_12=12
  749. + PARTITION_SIZE_ROOT_B=2147483648
  750. + RESERVED_EBS_ROOT_B=0
  751. + DATA_SIZE_ROOT_B=2147483648
  752. + FORMAT_ROOT_B=
  753. + FS_FORMAT_ROOT_B=
  754. + FS_OPTIONS_ROOT_B=
  755. + PARTITION_NUM_ROOT_B=5
  756. + PARTITION_SIZE_5=2147483648
  757. + RESERVED_EBS_5=0
  758. + DATA_SIZE_5=2147483648
  759. + FORMAT_5=
  760. + FS_FORMAT_5=
  761. + FS_OPTIONS_5=
  762. + PARTITION_NUM_5=5
  763. + PARTITION_SIZE_ROOT_A=2147483648
  764. + RESERVED_EBS_ROOT_A=0
  765. + DATA_SIZE_ROOT_A=1835008000
  766. + FORMAT_ROOT_A=
  767. + FS_FORMAT_ROOT_A=ext2
  768. + FS_OPTIONS_ROOT_A=
  769. + PARTITION_NUM_ROOT_A=3
  770. + PARTITION_SIZE_3=2147483648
  771. + RESERVED_EBS_3=0
  772. + DATA_SIZE_3=1835008000
  773. + FORMAT_3=
  774. + FS_FORMAT_3=ext2
  775. + FS_OPTIONS_3=
  776. + PARTITION_NUM_3=3
  777. + PARTITION_SIZE_STATE=2147483648
  778. + RESERVED_EBS_STATE=0
  779. + DATA_SIZE_STATE=2147483648
  780. + FORMAT_STATE=
  781. + FS_FORMAT_STATE=ext4
  782. + FS_OPTIONS_STATE=
  783. + PARTITION_NUM_STATE=1
  784. + PARTITION_SIZE_1=2147483648
  785. + RESERVED_EBS_1=0
  786. + DATA_SIZE_1=2147483648
  787. + FORMAT_1=
  788. + FS_FORMAT_1=ext4
  789. + FS_OPTIONS_1=
  790. + PARTITION_NUM_1=1
  791. + get_fixed_dst_drive
  792. + local dev rootdev
  793. + '[' -n /sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0 ]
  794. + basename /sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0
  795. + dev=/dev/mmcblk0
  796. + '[' -b /dev/mmcblk0 ]
  797. + break
  798. + echo /dev/mmcblk0
  799. + DST=/dev/mmcblk0
  800. + '[' -z /dev/mmcblk0 ]
  801. + '[' /dev/mmcblk '=' /dev/mmcblk0 ]
  802. + DST_DEV_BASE=/dev/mmcblk0p
  803. + local 'src_dev_base=/dev/mmcblk1p'
  804. + '[' /dev/mmcblk1p '=' /dev/mmcblk0p ]
  805. + SRC_DEV_BASE=/dev/mmcblk1p
  806. + recover_system
  807. + strip_partition /dev/mmcblk1p3
  808. + local 'dev=/dev/mmcblk1p'
  809. + echo /dev/mmcblk1
  810. + local 'source=/dev/mmcblk1'
  811. + dlog 'Beginning system recovery from /dev/mmcblk1'
  812. + echo 'Beginning system recovery from /dev/mmcblk1'
  813. + tee -a /run/frecon/vt1 /run/frecon/vt2
  814. Beginning system recovery from /dev/mmcblk1
  815. + verify_install_kernel
  816. + '[' a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d '!=' a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d ]
  817. + dlog 'Checking the install kernel for valid versions and signature . . .'
  818. + tee -a /run/frecon/vt1 /run/frecon/vt2
  819. + echo 'Checking the install kernel for valid versions and signature . . .'
  820. Checking the install kernel for valid versions and signature . . .
  821. + verify_kernel_version /dev/mmcblk1p4
  822. + local 'kern_dev=/dev/mmcblk1p4'
  823. + local 'minversion=0x10001'
  824. + dd 'if=/dev/mmcblk1p4' 'of=/tmp/kern.bin'
  825. 32768+0 records in
  826. 32768+0 records out
  827. 16777216 bytes (16.0MB) copied, 0.780954 seconds, 20.5MB/s
  828. + crossystem tpm_kernver
  829. + minversion=0x00040001
  830. + dlog 'Rollback version stored in the TPM: 0x00040001'
  831. + echo 'Rollback version stored in the TPM: 0x00040001'
  832. + tee -a /run/frecon/vt1 /run/frecon/vt2
  833. Rollback version stored in the TPM: 0x00040001
  834. + vbutil_kernel --verify /tmp/kern.bin --minversion 0x00040001
  835. Key block:
  836. Signature: ignored
  837. Size: 0x4b8
  838. Flags: 7 !DEV DEV !REC
  839. Data key algorithm: 4 RSA2048 SHA256
  840. Data key version: 4
  841. Data key sha1sum: 34701b60247012be4487ee81d2fe943f69da56de
  842. Preamble:
  843. Size: 0xfb48
  844. Header version: 2.2
  845. Kernel version: 1
  846. Body load address: 0x100000
  847. Body size: 0x65cc00
  848. Bootloader address: 0x755000
  849. Bootloader size: 0x4000
  850. Vmlinuz header address: 0x759000
  851. Vmlinuz header size: 0x3c00
  852. Flags : 0x0
  853. Body verification succeeded.
  854. Config:
  855. 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 3584000 verity payload=PARTUUID=%U/PARTNROFF=1 hashtree=PARTUUID=%U/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e" 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
  856. + return 0
  857. + return 0
  858. + clear_tpm
  859. + dlogf 'Resetting security device . . .'
  860. + tee -a /run/frecon/vt1 /run/frecon/vt2
  861. + printf 'Resetting security device . . .'
  862. Resetting security device . . .+ tpmc ppon
  863. + tpmc clear
  864. + tpmc enable
  865. + tpmc activate
  866. + clobber_lockbox_space
  867. + local 'ppwrite_permission=0x1'
  868. + local 'temporary_lockbox_size=1'
  869. + tpmc def 0x20000004 1 0x1
  870. + tpmc pplock
  871. + dlog ' done.'
  872. + echo ' done.'
  873. + tee -a /run/frecon/vt1 /run/frecon/vt2
  874. done.
  875. + return 0
  876. + verify_rw_vpd
  877. + mktemp /tmp/rw_vpd.XXXXXX
  878. + local 'tmpfile=/tmp/rw_vpd.IQE8kY'
  879. + local 'rc=0'
  880. + dlog 'Verifying RW_VPD'
  881. + tee -a /run/frecon/vt1 /run/frecon/vt2
  882. + echo 'Verifying RW_VPD'
  883. Verifying RW_VPD
  884. + ls -1A /sys/firmware/vpd/rw
  885. + grep -q .
  886. ls: /sys/firmware/vpd/rw: No such file or directory
  887. + '[' 1 -eq 0 ]
  888. + flashrom -p host -i RW_VPD:/tmp/rw_vpd.IQE8kY -r
  889. flashrom v0.9.9 : b2d845b : May 29 2019 13:27:30 UTC on Linux 4.4.180-16566-g51163f4278d1 (x86_64)
  890. Calibrating delay loop... OK.
  891. coreboot table found at 0x7ae6e000.
  892. sh: dmidecode: not found
  893. dmidecode execution unsuccessful - continuing without DMI info
  894. Mapping BYT IBASE at 0xfed08000, unaligned size 0x200.
  895. Mapping BYT SBASE at 0xfed01000, unaligned size 0x200.
  896. Block protection could not be disabled!
  897. Reading flash... SUCCESS
  898. + '[' 0 -ne 0 ]
  899. + rm -f /tmp/rw_vpd.IQE8kY
  900. + vpd -i RW_VPD -l
  901. "mlb_serial_number"="8SSB20F22402A1SH51W0306"
  902. "gbind_attribute"="c89e5ab686ce2024cd2759d62d7363d79eee02a46c5a67e6b0a2d05ba3d7e99f47713ed8"
  903. "ubind_attribute"="c90f0d2f0cfdd8d3b81163026b7ba9c246f375a4932021d4ba5c348c4da146a838ac1f15"
  904. "ActivateDate"="2017-43"
  905. "block_devmode"="0"
  906. "check_enrollment"="0"
  907. "first_active_omaha_ping_sent"="1"
  908. + rc=0
  909. + dlog 'Successfully read VPD from RW_VPD.'
  910. + echo 'Successfully read VPD from RW_VPD.'
  911. + tee -a /run/frecon/vt1 /run/frecon/vt2
  912. Successfully read VPD from RW_VPD.
  913. + return 0
  914. + local 'extra_flags='
  915. + '[' -n ]
  916. + sleep 2
  917. + message recovery_start
  918. + '[' -z 1 ]
  919. + message_recovery_start
  920. + instructions recovering
  921. + showbox -115 recovering
  922. + local 'offset=0,-115'
  923. + shift
  924. + local 'message_token=recovering'
  925. + shift
  926. + local 'message_file=/etc/screens/sv/recovering.png'
  927. + '[' '!' -f /etc/screens/sv/recovering.png ]
  928. + showimage /etc/screens/sv/recovering.png 0,-115
  929. + local 'image=/etc/screens/sv/recovering.png'
  930. + local 'offset=0,-115'
  931. + shift
  932. + shift
  933. + printf '\033]image:file=/etc/screens/sv/recovering.png;offset=0,-115;scale=1\033\'
  934. + progress empty
  935. + showbox 0 empty
  936. + local 'offset=0,0'
  937. + shift
  938. + local 'message_token=empty'
  939. + shift
  940. + local 'message_file=/etc/screens/sv/empty.png'
  941. + '[' '!' -f /etc/screens/sv/empty.png ]
  942. + showimage /etc/screens/sv/empty.png 0,0
  943. + local 'image=/etc/screens/sv/empty.png'
  944. + local 'offset=0,0'
  945. + shift
  946. + shift
  947. + printf '\033]image:file=/etc/screens/sv/empty.png;offset=0,0;scale=1\033\'
  948. + SPINNER_PID=478
  949. + call_image_recovery_script /dev/mmcblk1
  950. + dlog 'Installing software; this will take some time.'
  951. + show_install_spinner
  952. + echo 'Installing software; this will take some time.'
  953. + tee -a /run/frecon/vt1 /run/frecon/vt2
  954. Installing software; this will take some time.
  955. + dlog 'See the debug log on VT3 for the full output.'
  956. + echo 'See the debug log on VT3 for the full output.'
  957. + tee -a /run/frecon/vt1 /run/frecon/vt2
  958. See the debug log on VT3 for the full output.
  959. + echo 1
  960. + chroot /usb /usr/sbin/chromeos-recovery /dev/mmcblk1
  961. initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
  962. This will install from '/dev/mmcblk1' to '/dev/mmcblk0'.
  963. This will erase all data at this destination: /dev/mmcblk0
  964. dd: error writing '/dev/mmcblk0': Input/output error
  965. 1+0 records in
  966. 0+0 records out
  967. 0 bytes copied, 1.49345 s, 0.0 kB/s
  968. Running a hw diagnostics test -- this might take a couple minutes.
  969. Checking blocks 0 to 15388671
  970. Checking for bad blocks (read-only test): 0.00% done, 0:00 elapsed. (0/0/0 errors)0
  971. 1
  972. 2
  973. 3
  974. 4
  975. 5
  976. 6
  977. 7
  978. 8
  979. 9
  980. 10
  981. 11
  982. 12
  983. 13
  984. 14
  985. 15
  986. 16
  987. 17
  988. 18
  989. 19
  990. 20
  991. 21
  992. 22
  993. 23
  994. 24
  995. 25
  996. 26
  997. 27
  998. 28
  999. 29
  1000. 30
  1001. 31
  1002. 32
  1003. 33
  1004. 34
  1005. 35
  1006. 36
  1007. 37
  1008. 38
  1009. 39
  1010. 40
  1011. 41
  1012. 42
  1013. 43
  1014. 44
  1015. 45
  1016. 46
  1017. 47
  1018. 48
  1019. 49
  1020. 50
  1021. 51
  1022. 52
  1023. 53
  1024. 54
  1025. 55
  1026. 56
  1027. 57
  1028. 58
  1029. 59
  1030. 60
  1031. 61
  1032. 62
  1033. 63
  1034. 64
  1035. 65
  1036. 66
  1037. 67
  1038. 68
  1039. 69
  1040. 70
  1041. 71
  1042. 72
  1043. 73
  1044. 74
  1045. 75
  1046. 76
  1047. 77
  1048. 78
  1049. 79
  1050. 80
  1051. 81
  1052. 82
  1053. 83
  1054. 84
  1055. 85
  1056. 86
  1057. 87
  1058. 88
  1059. 89
  1060. 90
  1061. 91
  1062. 92
  1063. 93
  1064. 94
  1065. 95
  1066. 96
  1067. 97
  1068. 98
  1069. 99
  1070. Too many bad blocks, aborting test
  1071. done
  1072. Pass completed, 100 bad blocks found. (100/0/0 errors)
  1073. cid | 45010053454d3136471c0026e25a1200
  1074. csd | d00f00320f5903ffffffffff8a404000
  1075. date | 01/2015
  1076. enhanced_area_offset | 18446744073709551594
  1077. enhanced_area_size | 4294967274
  1078. erase_size | 524288
  1079. fwrev | 0x0
  1080. hwrev | 0x0
  1081. manfid | 0x000045
  1082. name | SEM16G
  1083. oemid | 0x0100
  1084. preferred_erase_size | 4194304
  1085. prv | 0x1c
  1086. raw_rpmb_size_mult | 0x20
  1087. rel_sectors | 0x1
  1088. serial | 0x0026e25a
  1089. ioctl SEND_EXT_CSD: Connection timed out
  1090. Could not read EXT_CSD from /dev/mmcblk0
  1091. + local 'install_status=1'
  1092. + '[' 1 -ne 0 ]
  1093. + dlog 'WARNING!!! Installation of software failed. Displaying hw diagnostics'
  1094. + tee -a /run/frecon/vt1 /run/frecon/vt2
  1095. + echo 'WARNING!!! Installation of software failed. Displaying hw diagnostics'
  1096. WARNING!!! Installation of software failed. Displaying hw diagnostics
  1097. + local 'diagnostics_file=/usb/tmp/hardware_diagnostics.log'
  1098. + '[' -f /usb/tmp/hardware_diagnostics.log ]
  1099. + cp /usb/tmp/hardware_diagnostics.log /log
  1100. + dlog '============================ HARDWARE DIAGNOSTICS =========================='
  1101. + echo '============================ HARDWARE DIAGNOSTICS =========================='
  1102. + tee -a /run/frecon/vt1 /run/frecon/vt2
  1103. ============================ HARDWARE DIAGNOSTICS ==========================
  1104. + cat /usb/tmp/hardware_diagnostics.log
  1105. + dlog Checking blocks 0 to 15388671 Checking 'for' bad blocks '(read-only' 'test):' '0.00%' done, 0:00 elapsed. '(0/0/0' 'errors)0' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 Too many bad blocks, aborting test 'done' Pass completed, 100 bad blocks found. '(100/0/0' 'errors)'
  1106. + echo Checking+ blockstee 0 -a to /run/frecon/vt1 15388671 /run/frecon/vt2
  1107. Checking 'for' bad blocks '(read-only' 'test):' '0.00%' done, 0:00 elapsed. '(0/0/0' 'errors)0' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 Too many bad blocks, aborting test 'done' Pass completed, 100 bad blocks found. '(100/0/0' 'errors)'
  1108. Checking blocks 0 to 15388671 Checking for bad blocks (read-only test): 0.00% done, 0:00 elapsed. (0/0/0 errors)0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 Too many bad blocks, aborting test done Pass completed, 100 bad blocks found. (100/0/0 errors)
  1109. + dlog 'See recovery log for more information.'
  1110. + + echotee 'See recovery log for more information.'
  1111. -a /run/frecon/vt1 /run/frecon/vt2
  1112. See recovery log for more information.
  1113. + dlog '============================================================================'
  1114. + echo+ '============================================================================'
  1115. tee -a /run/frecon/vt1 /run/frecon/vt2
  1116. ============================================================================
  1117. + dlog
  1118. + echo
  1119. + tee -a /run/frecon/vt1 /run/frecon/vt2
  1120.  
  1121. + return 1
  1122. + return 1
  1123. + handle_error 1
  1124. + on_error
  1125. + message on_error
  1126. + '[' -z 1 ]
  1127. + message_on_error
  1128. + instructions error
  1129. + showbox -115 error
  1130. + local 'offset=0,-115'
  1131. + shift
  1132. + local 'message_token=error'
  1133. + shift
  1134. + local 'message_file=/etc/screens/sv/error.png'
  1135. + '[' '!' -f /etc/screens/sv/error.png ]
  1136. + showimage /etc/screens/sv/error.png 0,-115
  1137. + local 'image=/etc/screens/sv/error.png'
  1138. + local 'offset=0,-115'
  1139. + shift
  1140. + shift
  1141. + printf '\033]image:file=/etc/screens/sv/error.png;offset=0,-115;scale=1\033\'
  1142. + showicon -115 /etc/screens/icon_warning.png
  1143. + local 'icon_left=-471'
  1144. + local 'icon_top=-162'
  1145. + shift
  1146. + showimage /etc/screens/icon_warning.png -471,-162
  1147. + local 'image=/etc/screens/icon_warning.png'
  1148. + local 'offset=-471,-162'
  1149. + shift
  1150. + shift
  1151. + printf '\033]image:file=/etc/screens/icon_warning.png;offset=-471,-162;scale=1\033\'
  1152. + progress empty
  1153. + showbox 0 empty
  1154. + local 'offset=0,0'
  1155. + shift
  1156. + local 'message_token=empty'
  1157. + shift
  1158. + local 'message_file=/etc/screens/sv/empty.png'
  1159. + '[' '!' -f /etc/screens/sv/empty.png ]
  1160. + showimage /etc/screens/sv/empty.png 0,0
  1161. + local 'image=/etc/screens/sv/empty.png'
  1162. + local 'offset=0,0'
  1163. + shift
  1164. + shift
  1165. + printf '\033]image:file=/etc/screens/sv/empty.png;offset=0,0;scale=1\033\'
  1166. + dev_notice empty
  1167. + showbox 115 empty
  1168. + local 'offset=0,115'
  1169. + shift
  1170. + local 'message_token=empty'
  1171. + shift
  1172. + local 'message_file=/etc/screens/sv/empty.png'
  1173. + '[' '!' -f /etc/screens/sv/empty.png ]
  1174. + showimage /etc/screens/sv/empty.png 0,115
  1175. + local 'image=/etc/screens/sv/empty.png'
  1176. + local 'offset=0,115'
  1177. + shift
  1178. + shift
  1179. + printf '\033]image:file=/etc/screens/sv/empty.png;offset=0,115;scale=1\033\'
  1180. + save_log_files
  1181. + local 'log_dev=/dev/mmcblk1p1'
  1182. + local 'log_fs=ext4'
  1183. + '[' -z /dev/mmcblk1p1 ]
  1184. + '[' '!' -b /dev/mmcblk1p1 ]
  1185. + dlog 'Dumping dmesg to /log'
  1186. + echo 'Dumping dmesg to /log'
  1187. + tee -a /run/frecon/vt1 /run/frecon/vt2
  1188. Dumping dmesg to /log
  1189. + dmesg
  1190. + '[' -e /sys/firmware/log ]
  1191. + dlog 'No firmware log found on this platform'
  1192. + tee -a /run/frecon/vt1 /run/frecon/vt2
  1193. + echo 'No firmware log found on this platform'
  1194. No firmware log found on this platform
  1195. + cat /log/dmesg
  1196. + dlog 'Saving log files from: /log -> /dev/mmcblk1p1'
  1197. + echo 'Saving log files from: /log -> /dev/mmcblk1p1'
  1198. + tee -a /run/frecon/vt1 /run/frecon/vt2
  1199. Saving log files from: /log -> /dev/mmcblk1p1
  1200. + set -e
  1201. + mount -n -t ext4 -o sync,rw /dev/mmcblk1p1 /tmp
  1202. + local dir
  1203. + tail -n +10
  1204. + grep '^recovery_logs\.[0-9]*$'
  1205. + ls -t /tmp/
  1206. + date '+%s'
  1207. + local 'log_dev_dir=recovery_logs.1594583986'
  1208. + rm -rf /tmp/recovery_logs.1594583986
  1209. + mkdir -p /tmp/recovery_logs.1594583986
  1210. + cp /log/dmesg /log/hardware_diagnostics.log /log/progress.log /log/recovery.log /log/spinner.log /tmp/recovery_logs.1594583986/
  1211. and line: cros_secure console= loglevel=7 init=/sbin/init cros_secure root=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/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=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d vt.global_cursor_default=0 kern_guid=a2f1b79a-e7de-cf4d-86c2-125432dc16dd add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
  1212. [ 0.000000] x86/fpu: Legacy x87 FPU detected.
  1213. [ 0.000000] e820: BIOS-provided physical RAM map:
  1214. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] type 16
  1215. [ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
  1216. [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
  1217. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
  1218. [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
  1219. [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000007ae6dfff] usable
  1220. [ 0.000000] BIOS-e820: [mem 0x000000007ae6e000-0x000000007affffff] type 16
  1221. [ 0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
  1222. [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  1223. [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000febfffff] reserved
  1224. [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
  1225. [ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
  1226. [ 0.000000] BIOS-e820: [mem 0x00000000fed05000-0x00000000fed05fff] reserved
  1227. [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
  1228. [ 0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
  1229. [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
  1230. [ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
  1231. [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
  1232. [ 0.000000] NX (Execute Disable) protection: active
  1233. [ 0.000000] SMBIOS 2.7 present.
  1234. [ 0.000000] DMI: GOOGLE Glimmer, BIOS Google_Glimmer.5216.198.11 10/24/2014
  1235. [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  1236. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  1237. [ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
  1238. [ 0.000000] MTRR default type: uncachable
  1239. [ 0.000000] MTRR fixed ranges enabled:
  1240. [ 0.000000] 00000-9FFFF write-back
  1241. [ 0.000000] A0000-BFFFF uncachable
  1242. [ 0.000000] C0000-FFFFF write-back
  1243. [ 0.000000] MTRR variable ranges enabled:
  1244. [ 0.000000] 0 base 000000000 mask FC0000000 write-back
  1245. [ 0.000000] 1 base 040000000 mask FE0000000 write-back
  1246. [ 0.000000] 2 base 060000000 mask FF0000000 write-back
  1247. [ 0.000000] 3 base 070000000 mask FF8000000 write-back
  1248. [ 0.000000] 4 base 078000000 mask FFC000000 write-back
  1249. [ 0.000000] 5 base 07B800000 mask FFF800000 uncachable
  1250. [ 0.000000] 6 base 0FF800000 mask FFF800000 uncachable
  1251. [ 0.000000] 7 base 100000000 mask F00000000 write-back
  1252. [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
  1253. [ 0.000000] e820: update [mem 0x7b800000-0xffffffff] usable ==> reserved
  1254. [ 0.000000] e820: last_pfn = 0x7ae6e max_arch_pfn = 0x400000000
  1255. [ 0.000000] Scanning 1 areas for low memory corruption
  1256. [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
  1257. [ 0.000000] BRK [0x24748000, 0x24748fff] PGTABLE
  1258. [ 0.000000] BRK [0x24749000, 0x24749fff] PGTABLE
  1259. [ 0.000000] BRK [0x2474a000, 0x2474afff] PGTABLE
  1260. [ 0.000000] BRK [0x2474b000, 0x2474bfff] PGTABLE
  1261. [ 0.000000] BRK [0x2474c000, 0x2474cfff] PGTABLE
  1262. [ 0.000000] ACPI: Early table checksum verification disabled
  1263. [ 0.000000] ACPI: RSDP 0x00000000000F0000 000024 (v02 CORE )
  1264. [ 0.000000] ACPI: XSDT 0x000000007AF780E0 00004C (v01 CORE COREBOOT 00000000 CORE 00000000)
  1265. [ 0.000000] ACPI: FACP 0x000000007AF7C720 0000F4 (v03 CORE COREBOOT 00000000 CORE 00000001)
  1266. [ 0.000000] ACPI: DSDT 0x000000007AF78250 0044CF (v05 COREv4 COREBOOT 20110725 INTL 20130117)
  1267. [ 0.000000] ACPI: FACS 0x000000007AF78210 000040
  1268. [ 0.000000] ACPI: FACS 0x000000007AF78210 000040
  1269. [ 0.000000] ACPI: HPET 0x000000007AF7C820 000038 (v01 CORE COREBOOT 00000000 CORE 00000000)
  1270. [ 0.000000] ACPI: APIC 0x000000007AF7C860 00006C (v01 CORE COREBOOT 00000000 CORE 00000000)
  1271. [ 0.000000] ACPI: MCFG 0x000000007AF7C8D0 00003C (v01 CORE COREBOOT 00000000 CORE 00000000)
  1272. [ 0.000000] ACPI: SSDT 0x000000007AF7D9C0 000EEC (v02 CORE COREBOOT 0000002A CORE 0000002A)
  1273. [ 0.000000] ACPI: Local APIC address 0xfee00000
  1274. [ 0.000000] Zone ranges:
  1275. [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
  1276. [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
  1277. [ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff]
  1278. [ 0.000000] Movable zone start for each node
  1279. [ 0.000000] Early memory node ranges
  1280. [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
  1281. [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
  1282. [ 0.000000] node 0: [mem 0x0000000020100000-0x000000007ae6dfff]
  1283. [ 0.000000] node 0: [mem 0x0000000100000000-0x000000017fffffff]
  1284. [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
  1285. [ 0.000000] On node 0 totalpages: 1027341
  1286. [ 0.000000] DMA zone: 64 pages used for memmap
  1287. [ 0.000000] DMA zone: 23 pages reserved
  1288. [ 0.000000] DMA zone: 3999 pages, LIFO batch:0
  1289. [ 0.000000] DMA32 zone: 7798 pages used for memmap
  1290. [ 0.000000] DMA32 zone: 499054 pages, LIFO batch:31
  1291. [ 0.000000] Normal zone: 8192 pages used for memmap
  1292. [ 0.000000] Normal zone: 524288 pages, LIFO batch:31
  1293. [ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
  1294. [ 0.000000] Reserving Intel graphics stolen memory at 0x7c000000-0x7fffffff
  1295. [ 0.000000] ACPI: PM-Timer IO Port: 0x408
  1296. [ 0.000000] ACPI: Local APIC address 0xfee00000
  1297. [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
  1298. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  1299. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  1300. [ 0.000000] ACPI: IRQ0 used by override.
  1301. [ 0.000000] ACPI: IRQ9 used by override.
  1302. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  1303. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  1304. [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
  1305. [ 0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
  1306. [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
  1307. [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
  1308. [ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff88017fc00000 s93352 r8192 d29528 u524288
  1309. [ 0.000000] pcpu-alloc: s93352 r8192 d29528 u524288 alloc=1*2097152
  1310. [ 0.000000] pcpu-alloc: [0] 0 1 2 3
  1311. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1011264
  1312. [ 0.000000] Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure root=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/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=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d vt.global_cursor_default=0 kern_guid=a2f1b79a-e7de-cf4d-86c2-125432dc16dd add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
  1313. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  1314. [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
  1315. [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
  1316. [ 0.000000] Memory: 3948996K/4109364K available (8351K kernel code, 1023K rwdata, 2964K rodata, 5472K init, 924K bss, 160368K reserved, 0K cma-reserved)
  1317. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
  1318. [ 0.000000] Kernel/User page tables isolation: enabled
  1319. [ 0.000000] Preemptible hierarchical RCU implementation.
  1320. [ 0.000000] Build-time adjustment of leaf fanout to 64.
  1321. [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
  1322. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
  1323. [ 0.000000] NR_IRQS:4352 nr_irqs:1024 16
  1324. [ 0.000000] Maximum core-clock to bus-clock ratio: 0x16
  1325. [ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
  1326. [ 0.000000] TSC runs at 1830400 KHz
  1327. [ 0.000000] lapic_timer_frequency = 83200
  1328. [ 0.000000] tsc: Initial usec timer 39572697
  1329. [ 0.000000] tsc: Detected 1830.400 MHz processor
  1330. [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3660.80 BogoMIPS (lpj=1830400)
  1331. [ 0.000010] pid_max: default: 32768 minimum: 301
  1332. [ 0.000021] ACPI: Core revision 20150930
  1333. [ 0.007884] ACPI: 2 ACPI AML tables successfully acquired and loaded
  1334. [ 0.007925] Security Framework initialized
  1335. [ 0.007930] Yama: becoming mindful.
  1336. [ 0.007939] Chromium OS LSM: enabled
  1337. [ 0.007942] SELinux: Initializing.
  1338. [ 0.007957] SELinux: Starting in permissive mode
  1339. [ 0.007982] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
  1340. [ 0.007988] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
  1341. [ 0.008344] Initializing cgroup subsys devices
  1342. [ 0.008354] Initializing cgroup subsys freezer
  1343. [ 0.008378] CPU: Physical Processor ID: 0
  1344. [ 0.008381] CPU: Processor Core ID: 0
  1345. [ 0.008387] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  1346. [ 0.008390] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  1347. [ 0.008395] Disabling VMX on cpu 0
  1348. [ 0.013175] mce: CPU supports 6 MCE banks
  1349. [ 0.013190] CPU0: Thermal monitoring enabled (TM1)
  1350. [ 0.013196] process: using mwait in idle threads
  1351. [ 0.013202] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
  1352. [ 0.013206] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
  1353. [ 0.013216] Spectre V2 : Mitigation: Full generic retpoline
  1354. [ 0.013219] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
  1355. [ 0.013222] Spectre V2 : Enabling Restricted Speculation for firmware calls
  1356. [ 0.013229] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
  1357. [ 0.013232] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
  1358. [ 0.013236] MDS: Mitigation: Clear CPU buffers
  1359. [ 0.013764] Freeing SMP alternatives memory: 28K
  1360. [ 0.015129] ftrace: allocating 32741 entries in 128 pages
  1361. [ 0.052179] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  1362. [ 0.062207] TSC deadline timer enabled
  1363. [ 0.062213] smpboot: CPU0: Intel(R) Celeron(R) CPU N2930 @ 1.83GHz (family: 0x6, model: 0x37, stepping: 0x8)
  1364. [ 0.062253] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
  1365. [ 0.062270] ... version: 3
  1366. [ 0.062273] ... bit width: 40
  1367. [ 0.062276] ... generic registers: 2
  1368. [ 0.062279] ... value mask: 000000ffffffffff
  1369. [ 0.062282] ... max period: 0000007fffffffff
  1370. [ 0.062285] ... fixed-purpose events: 3
  1371. [ 0.062288] ... event mask: 0000000700000003
  1372. [ 0.071316] x86: Booting SMP configuration:
  1373. [ 0.071322] .... node #0, CPUs: #1
  1374. [ 0.071467] Disabling VMX on cpu 1
  1375. [ 0.078480] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  1376. [ 0.081332] #2
  1377. [ 0.083650] Disabling VMX on cpu 2
  1378. [ 0.093513] #3<6>[ 0.093589] Disabling VMX on cpu 3
  1379. [ 0.100445] x86: Booted up 1 node, 4 CPUs
  1380. [ 0.100452] smpboot: Total of 4 processors activated (14643.20 BogoMIPS)
  1381. [ 0.101015] CPU3: update max cpu_capacity 1024
  1382. [ 0.101467] devtmpfs: initialized
  1383. [ 0.102456] CPU3: update max cpu_capacity 1024
  1384. [ 0.102581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
  1385. [ 0.102596] futex hash table entries: 1024 (order: 4, 65536 bytes)
  1386. [ 0.102808] pinctrl core: initialized pinctrl subsystem
  1387. [ 0.102893] RTC time: 19:57:51, date: 07/12/20
  1388. [ 0.103207] NET: Registered protocol family 16
  1389. [ 0.108468] cpuidle: using governor ladder
  1390. [ 0.112488] cpuidle: using governor menu
  1391. [ 0.112836] clocksource: Switched to clocksource refined-jiffies
  1392. [ 0.112846] ACPI: bus type PCI registered
  1393. [ 0.112973] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  1394. [ 0.112980] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  1395. [ 0.113020] PCI: Using configuration type 1 for base access
  1396. [ 0.123358] ACPI: Added _OSI(Module Device)
  1397. [ 0.123364] ACPI: Added _OSI(Processor Device)
  1398. [ 0.123368] ACPI: Added _OSI(3.0 _SCP Extensions)
  1399. [ 0.123372] ACPI: Added _OSI(Processor Aggregator Device)
  1400. [ 0.132567] ACPI : EC: EC started
  1401. [ 0.132779] ACPI: Interpreter enabled
  1402. [ 0.132810] ACPI: (supports S0 S3 S5)
  1403. [ 0.132814] ACPI: Using IOAPIC for interrupt routing
  1404. [ 0.132868] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  1405. [ 0.142958] ACPI: Power Resource [PLPE] (on)
  1406. [ 0.145631] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  1407. [ 0.145645] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
  1408. [ 0.145784] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
  1409. [ 0.145912] acpi PNP0A08:00: host bridge window expanded to [mem 0x00000000-0xfeafffff window]; [mem 0x00000000-0xfeafffff window] ignored
  1410. [ 0.146013] PCI host bridge to bus 0000:00
  1411. [ 0.146020] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
  1412. [ 0.146026] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
  1413. [ 0.146031] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfeafffff window]
  1414. [ 0.146037] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
  1415. [ 0.146042] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
  1416. [ 0.146047] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
  1417. [ 0.146052] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
  1418. [ 0.146057] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
  1419. [ 0.146063] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
  1420. [ 0.146068] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
  1421. [ 0.146073] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
  1422. [ 0.146078] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
  1423. [ 0.146083] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
  1424. [ 0.146088] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
  1425. [ 0.146094] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
  1426. [ 0.146099] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
  1427. [ 0.146104] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
  1428. [ 0.146110] pci_bus 0000:00: root bus resource [bus 00-ff]
  1429. [ 0.146126] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
  1430. [ 0.146289] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
  1431. [ 0.146316] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
  1432. [ 0.146332] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
  1433. [ 0.146347] pci 0000:00:02.0: reg 0x20: [io 0x1000-0x1007]
  1434. [ 0.146509] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
  1435. [ 0.146543] pci 0000:00:14.0: reg 0x10: [mem 0xd0900000-0xd090ffff 64bit]
  1436. [ 0.146609] pci 0000:00:14.0: PME# supported from D3hot D3cold
  1437. [ 0.146665] pci 0000:00:14.0: System wakeup disabled by ACPI
  1438. [ 0.146790] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
  1439. [ 0.146837] pci 0000:00:1a.0: reg 0x10: [mem 0xd0600000-0xd06fffff]
  1440. [ 0.146855] pci 0000:00:1a.0: reg 0x14: [mem 0xd0700000-0xd07fffff]
  1441. [ 0.146960] pci 0000:00:1a.0: PME# supported from D0 D3hot
  1442. [ 0.147095] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
  1443. [ 0.147135] pci 0000:00:1b.0: reg 0x10: [mem 0xd0914000-0xd0917fff 64bit]
  1444. [ 0.147211] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  1445. [ 0.147339] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
  1446. [ 0.147419] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  1447. [ 0.147573] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
  1448. [ 0.147905] pci 0000:01:00.0: [8086:08b2] type 00 class 0x028000
  1449. [ 0.147986] pci 0000:01:00.0: reg 0x10: [mem 0xd0800000-0xd0801fff 64bit]
  1450. [ 0.148189] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
  1451. [ 0.149855] pci 0000:00:1c.0: PCI bridge to [bus 01]
  1452. [ 0.149865] pci 0000:00:1c.0: bridge window [mem 0xd0800000-0xd08fffff]
  1453. [ 0.149881] pci_bus 0000:00: on NUMA node 0
  1454. [ 0.150196] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
  1455. [ 0.150359] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
  1456. [ 0.150514] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
  1457. [ 0.150669] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
  1458. [ 0.150832] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
  1459. [ 0.150989] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
  1460. [ 0.151144] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
  1461. [ 0.151299] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
  1462. [ 0.152120] gpiochip_find_base: found new base at 410
  1463. [ 0.152186] gpiochip_add_data: registered GPIOs 410 to 511 on device: INT33FC:00
  1464. [ 0.152965] gpiochip_find_base: found new base at 382
  1465. [ 0.153028] gpiochip_add_data: registered GPIOs 382 to 409 on device: INT33FC:01
  1466. [ 0.153367] gpiochip_find_base: found new base at 338
  1467. [ 0.153432] gpiochip_add_data: registered GPIOs 338 to 381 on device: INT33FC:02
  1468. [ 0.158600] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
  1469. [ 0.158733] dw_dmac INTL9C60:00: Missing DT data
  1470. [ 0.159147] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
  1471. [ 0.159183] dw_dmac INTL9C60:01: Missing DT data
  1472. [ 0.159560] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
  1473. [ 0.159814] SCSI subsystem initialized
  1474. [ 0.159942] libata version 3.00 loaded.
  1475. [ 0.160053] ACPI: bus type USB registered
  1476. [ 0.160109] usbcore: registered new interface driver usbfs
  1477. [ 0.160136] usbcore: registered new interface driver hub
  1478. [ 0.160186] usbcore: registered new device driver usb
  1479. [ 0.184585] media: Linux media interface: v0.10
  1480. [ 0.184616] Linux video capture interface: v2.00
  1481. [ 0.184962] chromeos_acpi: registering CHSW 0
  1482. [ 0.185367] chromeos_acpi: registering VBNV 0
  1483. [ 0.185375] chromeos_acpi: registering VBNV 1
  1484. [ 0.185879] chromeos_acpi: truncating buffer from 3072 to 1336
  1485. [ 0.186268] chromeos_acpi: installed
  1486. [ 0.186272] chromeos_acpi: chromeos_acpi: enabling S3 USB wake
  1487. [ 0.186374] Advanced Linux Sound Architecture Driver Initialized.
  1488. [ 0.186382] PCI: Using ACPI for IRQ routing
  1489. [ 0.193061] PCI: pci_cache_line_size set to 64 bytes
  1490. [ 0.193116] e820: reserve RAM buffer [mem 0x7ae6e000-0x7bffffff]
  1491. [ 0.193835] amd_nb: Cannot enumerate AMD northbridges
  1492. [ 0.217263] pnp: PnP ACPI init
  1493. [ 0.217474] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
  1494. [ 0.217486] system 00:00: [mem 0xe0000000-0xefffffff] could not be reserved
  1495. [ 0.217493] system 00:00: [mem 0xfed03000-0xfed033ff] has been reserved
  1496. [ 0.217499] system 00:00: [mem 0xfed08000-0xfed083ff] has been reserved
  1497. [ 0.217505] system 00:00: [mem 0xfed01000-0xfed013ff] has been reserved
  1498. [ 0.217510] system 00:00: [mem 0xfef00000-0xfeffffff] has been reserved
  1499. [ 0.217516] system 00:00: [mem 0xfed05000-0xfed057ff] has been reserved
  1500. [ 0.217522] system 00:00: [mem 0xfed1c000-0xfed1c3ff] has been reserved
  1501. [ 0.217534] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  1502. [ 0.217992] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
  1503. [ 0.218004] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
  1504. [ 0.218139] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
  1505. [ 0.218213] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
  1506. [ 0.218339] system 00:04: [io 0x0900-0x09fe] has been reserved
  1507. [ 0.218350] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
  1508. [ 0.218463] system 00:05: [io 0x0200] has been reserved
  1509. [ 0.218470] system 00:05: [io 0x0204] has been reserved
  1510. [ 0.218476] system 00:05: [io 0x0800-0x087f] has been reserved
  1511. [ 0.218482] system 00:05: [io 0x0880-0x08ff] has been reserved
  1512. [ 0.218492] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
  1513. [ 0.218607] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
  1514. [ 0.218743] pnp 00:07: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
  1515. [ 0.219797] pnp: PnP ACPI: found 8 devices
  1516. [ 0.225283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
  1517. [ 0.225316] clocksource: Switched to clocksource acpi_pm
  1518. [ 0.225454] pci 0000:00:1c.0: PCI bridge to [bus 01]
  1519. [ 0.225465] pci 0000:00:1c.0: bridge window [mem 0xd0800000-0xd08fffff]
  1520. [ 0.225477] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
  1521. [ 0.225483] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
  1522. [ 0.225488] pci_bus 0000:00: resource 6 [mem 0x00000000-0xfeafffff window]
  1523. [ 0.225493] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
  1524. [ 0.225498] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
  1525. [ 0.225503] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
  1526. [ 0.225508] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
  1527. [ 0.225514] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
  1528. [ 0.225519] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
  1529. [ 0.225524] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
  1530. [ 0.225529] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
  1531. [ 0.225534] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
  1532. [ 0.225539] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
  1533. [ 0.225544] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
  1534. [ 0.225549] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
  1535. [ 0.225554] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
  1536. [ 0.225560] pci_bus 0000:00: resource 20 [mem 0xfed40000-0xfed44fff window]
  1537. [ 0.225565] pci_bus 0000:01: resource 1 [mem 0xd0800000-0xd08fffff]
  1538. [ 0.225627] NET: Registered protocol family 2
  1539. [ 0.225924] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
  1540. [ 0.226032] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
  1541. [ 0.226417] TCP: Hash tables configured (established 32768 bind 32768)
  1542. [ 0.226489] UDP hash table entries: 2048 (order: 5, 196608 bytes)
  1543. [ 0.226556] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
  1544. [ 0.226744] NET: Registered protocol family 1
  1545. [ 0.226784] pci 0000:00:02.0: Video device with shadowed ROM
  1546. [ 0.228127] PCI: CLS 64 bytes, default 64
  1547. [ 1.308699] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  1548. [ 1.308709] software IO TLB: mapped [mem 0x76e6e000-0x7ae6e000] (64MB)
  1549. [ 1.310058] Scanning for low memory corruption every 60 seconds
  1550. [ 1.310955] audit: initializing netlink subsys (disabled)
  1551. [ 1.310994] audit: type=2000 audit(1594583872.246:1): initialized
  1552. [ 1.316255] VFS: Disk quotas dquot_6.6.0
  1553. [ 1.316354] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  1554. [ 1.317192] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1555. [ 1.317663] Registering esdfs 0.2
  1556. [ 1.317808] device_jail: allocated device range 261095424 -> 261095680
  1557. [ 1.318034] alt_syscall: table 'read_write_test' available.
  1558. [ 1.318059] alt_syscall: table 'android' available.
  1559. [ 1.318106] alt_syscall: table 'android_permissive' available.
  1560. [ 1.318126] alt_syscall: table 'third_party' available.
  1561. [ 1.318143] alt_syscall: table 'third_party_permissive' available.
  1562. [ 1.318160] alt_syscall: table 'complete' available.
  1563. [ 1.318176] alt_syscall: table 'complete_permissive' available.
  1564. [ 1.318183] SELinux: Registering netfilter hooks
  1565. [ 1.321534] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
  1566. [ 1.321544] io scheduler noop registered
  1567. [ 1.321550] io scheduler deadline registered
  1568. [ 1.321685] io scheduler cfq registered (default)
  1569. [ 1.322847] aer 0000:00:1c.0:pcie02: service driver aer loaded
  1570. [ 1.322893] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
  1571. [ 1.322900] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
  1572. [ 1.322907] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
  1573. [ 1.322927] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  1574. [ 1.322948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  1575. [ 1.322983] intel_idle: MWAIT substates: 0x33000020
  1576. [ 1.322987] intel_idle: v0.4.1 model 0x37
  1577. [ 1.323457] intel_idle: lapic_timer_reliable_states 0xffffffff
  1578. [ 1.323609] ACPI: AC Adapter [AC] (off-line)
  1579. [ 1.323797] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  1580. [ 1.323889] ACPI: Lid Switch [LID0]
  1581. [ 1.323997] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
  1582. [ 1.324002] ACPI: Power Button [PWRB]
  1583. [ 1.324150] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
  1584. [ 1.324155] ACPI: Sleep Button [TPAD]
  1585. [ 1.324261] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:01/input/input3
  1586. [ 1.324266] ACPI: Sleep Button [TSCR]
  1587. [ 1.324371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
  1588. [ 1.324376] ACPI: Power Button [PWRF]
  1589. [ 1.328396] hpet_acpi_add: no address or irqs in _CRS
  1590. [ 1.328640] Non-volatile memory driver v1.3
  1591. [ 1.328799] Linux agpgart interface v0.103
  1592. [ 1.328804] ACPI: Battery Slot [BAT0] (battery present)
  1593. [ 1.358689] tpm_tis tpm_tis: 1.2 TPM (device-id 0xB, rev-id 16)
  1594. [ 1.569521] tpm_tis 00:07: can't request region for resource [mem 0xfed40000-0xfed44fff]
  1595. [ 1.569534] tpm_tis: probe of 00:07 failed with error -16
  1596. [ 1.569643] [drm] Initialized drm 1.1.0 20060810
  1597. [ 1.573665] [drm] Memory usable by graphics device = 2048M
  1598. [ 1.573800] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  1599. [ 1.573805] [drm] Driver supports precise vblank timestamp query.
  1600. [ 1.627382] [drm] Use max GFX freq on quad-core Baytrail due to crbug.com/719040
  1601. [ 1.634284] [drm] Initialized i915 1.6.0 20160411 for 0000:00:02.0 on minor 0
  1602. [ 1.635125] [drm] Initialized vgem 1.0.0 20120112 on minor 1
  1603. [ 1.635169] usbcore: registered new interface driver udl
  1604. [ 1.649690] loop: module loaded
  1605. [ 1.649718] lkdtm: No crash points registered, enable through debugfs
  1606. [ 1.651895] PPP generic driver version 2.4.2
  1607. [ 1.652196] PPP MPPE Compression module registered
  1608. [ 1.652204] NET: Registered protocol family 24
  1609. [ 1.652573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1610. [ 1.652580] ehci-pci: EHCI PCI platform driver
  1611. [ 1.652637] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1612. [ 1.652650] ohci-pci: OHCI PCI platform driver
  1613. [ 1.652679] uhci_hcd: USB Universal Host Controller Interface driver
  1614. [ 1.653402] xhci_hcd 0000:00:14.0: xHCI Host Controller
  1615. [ 1.653782] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  1616. [ 1.654888] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
  1617. [ 1.654898] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  1618. [ 1.655073] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.04
  1619. [ 1.655080] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1620. [ 1.655085] usb usb1: Product: xHCI Host Controller
  1621. [ 1.655090] usb usb1: Manufacturer: Linux 4.4.180-16566-g51163f4278d1 xhci-hcd
  1622. [ 1.655094] usb usb1: SerialNumber: 0000:00:14.0
  1623. [ 1.655572] hub 1-0:1.0: USB hub found
  1624. [ 1.655597] hub 1-0:1.0: 6 ports detected
  1625. [ 1.656159] xhci_hcd 0000:00:14.0: xHCI Host Controller
  1626. [ 1.656371] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  1627. [ 1.656481] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.04
  1628. [ 1.656488] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1629. [ 1.656493] usb usb2: Product: xHCI Host Controller
  1630. [ 1.656498] usb usb2: Manufacturer: Linux 4.4.180-16566-g51163f4278d1 xhci-hcd
  1631. [ 1.656502] usb usb2: SerialNumber: 0000:00:14.0
  1632. [ 1.657021] hub 2-0:1.0: USB hub found
  1633. [ 1.657043] hub 2-0:1.0: 1 port detected
  1634. [ 1.657313] usbcore: registered new interface driver cdc_acm
  1635. [ 1.657317] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  1636. [ 1.657344] usbcore: registered new interface driver uas
  1637. [ 1.657392] usbcore: registered new interface driver usb-storage
  1638. [ 1.657422] usbcore: registered new interface driver ums-realtek
  1639. [ 1.657470] usbcore: registered new interface driver usbserial
  1640. [ 1.657491] usbcore: registered new interface driver usbserial_generic
  1641. [ 1.657509] usbserial: USB Serial support registered for generic
  1642. [ 1.657581] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 53
  1643. [ 1.657585] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
  1644. [ 1.658130] i8042: Warning: Keylock active
  1645. [ 1.658282] serio: i8042 KBD port at 0x60,0x64 irq 53
  1646. [ 1.661355] rtc_cmos 00:03: RTC can wake from S4
  1647. [ 1.661770] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
  1648. [ 1.661804] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
  1649. [ 1.661829] i2c /dev entries driver
  1650. [ 1.663002] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
  1651. [ 1.665873] intel_soc_dts_thermal: request_threaded_irq ret -22
  1652. [ 1.669337] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
  1653. [ 1.669403] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
  1654. [ 1.669971] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
  1655. [ 1.669996] iTCO_vendor_support: vendor-support=0
  1656. [ 1.670793] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
  1657. [ 1.671325] device-mapper: verity-chromeos: dm-verity-chromeos registered
  1658. [ 1.671352] Intel P-state driver initializing.
  1659. [ 1.672126] sdhci: Secure Digital Host Controller Interface driver
  1660. [ 1.672130] sdhci: Copyright(c) Pierre Ossman
  1661. [ 1.672400] sdhci-acpi 80860F14:00: No vmmc regulator found
  1662. [ 1.672421] sdhci-acpi 80860F14:00: No vqmmc regulator found
  1663. [ 1.674933] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
  1664. [ 1.675353] sdhci-acpi 80860F16:00: GPIO lookup for consumer 80860F16:00 cd
  1665. [ 1.675376] sdhci-acpi 80860F16:00: using ACPI for GPIO lookup
  1666. [ 1.675396] acpi 80860F16:00: GPIO: looking up 80860F16:00 cd-gpios
  1667. [ 1.675416] acpi 80860F16:00: GPIO: looking up 80860F16:00 cd-gpio
  1668. [ 1.675434] acpi 80860F16:00: GPIO: looking up 0 in _CRS
  1669. [ 1.675708] sdhci-acpi 80860F16:00: using lookup tables for GPIO lookup
  1670. [ 1.675731] sdhci-acpi 80860F16:00: lookup for GPIO 80860F16:00 cd failed
  1671. [ 1.675749] sdhci-acpi 80860F16:00: failed to setup card detect gpio
  1672. [ 1.675783] sdhci-acpi 80860F16:00: No vmmc regulator found
  1673. [ 1.675800] sdhci-acpi 80860F16:00: No vqmmc regulator found
  1674. [ 1.679154] mmc1: SDHCI controller on ACPI [80860F16:00] using ADMA
  1675. [ 1.681235] gsmi version 1.0 loaded
  1676. [ 1.681964] hidraw: raw HID events driver (C) Jiri Kosina
  1677. [ 1.682685] usbcore: registered new interface driver usbhid
  1678. [ 1.682689] usbhid: USB HID core driver
  1679. [ 1.683063] ashmem: initialized
  1680. [ 1.683324] intel_telemetry_core Init
  1681. [ 1.683351] intel_telemetry: version 1.0.0 loaded
  1682. [ 1.683443] chromeos ramoops using acpi device.
  1683. [ 1.683527] pstore: using zlib compression
  1684. [ 1.684344] console [pstore-1] enabled
  1685. [ 1.684349] pstore: Registered ramoops as persistent store backend
  1686. [ 1.684353] ramoops: attached 0x100000@0x7ae77000, ecc: 0/0
  1687. [ 1.686596] cros_ec_lpcs cros_ec_lpcs.0: MKBP not supported
  1688. [ 1.687651] cros-ec-ctl cros-ec-ctl.1.auto: cannot get EC features: 0/1
  1689. [ 1.689716] cros-ec-ctl cros-ec-ctl.1.auto: device does not support reading the console log
  1690. [ 1.690342] cros_ec_lpcs cros_ec_lpcs.0: Chrome EC device registered
  1691. [ 1.690774] intel_rapl: Found RAPL domain package
  1692. [ 1.690793] intel_rapl: Found RAPL domain core
  1693. [ 1.694518] GACT probability NOT on
  1694. [ 1.694531] Netfilter messages via NETLINK v0.30.
  1695. [ 1.694572] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  1696. [ 1.694788] ctnetlink v0.93: registering with nfnetlink.
  1697. [ 1.695224] ip_tables: (C) 2000-2006 Netfilter Core Team
  1698. [ 1.695371] Initializing XFRM netlink socket
  1699. [ 1.695732] NET: Registered protocol family 10
  1700. [ 1.697259] ip6_tables: (C) 2000-2006 Netfilter Core Team
  1701. [ 1.697375] NET: Registered protocol family 17
  1702. [ 1.697394] NET: Registered protocol family 15
  1703. [ 1.698514] microcode: CPU0 sig=0x30678, pf=0x8, revision=0x838
  1704. [ 1.698615] microcode: CPU1 sig=0x30678, pf=0x8, revision=0x838
  1705. [ 1.698862] microcode: CPU2 sig=0x30678, pf=0x8, revision=0x838
  1706. [ 1.698879] microcode: CPU3 sig=0x30678, pf=0x8, revision=0x838
  1707. [ 1.699069] microcode: Microcode Update Driver: v2.01 <[email protected]>, Peter Oruba
  1708. [ 1.700547] registered taskstats version 1
  1709. [ 1.703546] Key type encrypted registered
  1710. [ 1.766501] Magic number: 12:366:1001
  1711. [ 1.766580] rtc_cmos 00:03: hash matches
  1712. [ 1.766967] ALSA device list:
  1713. [ 1.766974] No soundcards found.
  1714. [ 1.767049] Warning: unable to open an initial console.
  1715. [ 1.787886] elan_i2c i2c-ELAN0000:00: Elan Touchpad: Module ID: 0x003d, Firmware: 0x0004, Sample: 0x0004, IAP: 0x0003
  1716. [ 1.788304] input: Elan Touchpad as /devices/platform/80860F41:00/i2c-0/i2c-ELAN0000:00/input/input6
  1717. [ 1.789353] atmel_mxt_ts i2c-ATML0000:00: GPIO lookup for consumer atmel,reset
  1718. [ 1.789359] atmel_mxt_ts i2c-ATML0000:00: using ACPI for GPIO lookup
  1719. [ 1.789367] random: nonblocking pool is initialized
  1720. [ 1.789369] acpi ATML0000:00: GPIO: looking up atmel,reset-gpios
  1721. [ 1.789375] acpi ATML0000:00: GPIO: looking up atmel,reset-gpio
  1722. [ 1.789378] acpi ATML0000:00: GPIO: looking up 0 in _CRS
  1723. [ 1.789402] atmel_mxt_ts i2c-ATML0000:00: using lookup tables for GPIO lookup
  1724. [ 1.789408] atmel_mxt_ts i2c-ATML0000:00: lookup for GPIO atmel,reset failed
  1725. [ 1.789764] atmel_mxt_ts i2c-ATML0000:01: GPIO lookup for consumer atmel,reset
  1726. [ 1.789772] atmel_mxt_ts i2c-ATML0000:01: using ACPI for GPIO lookup
  1727. [ 1.789778] acpi ATML0000:01: GPIO: looking up atmel,reset-gpios
  1728. [ 1.789785] acpi ATML0000:01: GPIO: looking up atmel,reset-gpio
  1729. [ 1.789791] acpi ATML0000:01: GPIO: looking up 0 in _CRS
  1730. [ 1.789812] atmel_mxt_ts i2c-ATML0000:01: using lookup tables for GPIO lookup
  1731. [ 1.789819] atmel_mxt_ts i2c-ATML0000:01: lookup for GPIO atmel,reset failed
  1732. [ 1.790934] atmel_mxt_ts i2c-ATML0001:00: GPIO lookup for consumer atmel,reset
  1733. [ 1.790948] atmel_mxt_ts i2c-ATML0001:00: using ACPI for GPIO lookup
  1734. [ 1.790955] acpi ATML0001:00: GPIO: looking up atmel,reset-gpios
  1735. [ 1.790961] acpi ATML0001:00: GPIO: looking up atmel,reset-gpio
  1736. [ 1.790967] acpi ATML0001:00: GPIO: looking up 0 in _CRS
  1737. [ 1.790989] atmel_mxt_ts i2c-ATML0001:00: using lookup tables for GPIO lookup
  1738. [ 1.790995] atmel_mxt_ts i2c-ATML0001:00: lookup for GPIO atmel,reset failed
  1739. [ 1.802994] atmel_mxt_ts i2c-ATML0001:01: GPIO lookup for consumer atmel,reset
  1740. [ 1.803003] atmel_mxt_ts i2c-ATML0001:01: using ACPI for GPIO lookup
  1741. [ 1.803011] acpi ATML0001:01: GPIO: looking up atmel,reset-gpios
  1742. [ 1.803018] acpi ATML0001:01: GPIO: looking up atmel,reset-gpio
  1743. [ 1.803024] acpi ATML0001:01: GPIO: looking up 0 in _CRS
  1744. [ 1.803054] atmel_mxt_ts i2c-ATML0001:01: using lookup tables for GPIO lookup
  1745. [ 1.803061] atmel_mxt_ts i2c-ATML0001:01: lookup for GPIO atmel,reset failed
  1746. [ 1.809622] atmel_mxt_ts i2c-ATML0001:01: Information Block Checksum = 6910c4
  1747. [ 1.809633] atmel_mxt_ts i2c-ATML0001:01: No platform data provided
  1748. [ 1.938786] mmc0: new HS200 MMC card at address 0001
  1749. [ 1.939505] mmcblk0: mmc0:0001 SEM16G 14.7 GiB
  1750. [ 1.939942] mmcblk0boot0: mmc0:0001 SEM16G partition 1 4.00 MiB
  1751. [ 1.940204] mmcblk0boot1: mmc0:0001 SEM16G partition 2 4.00 MiB
  1752. [ 1.940577] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB
  1753. [ 1.972725] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
  1754. [ 2.010496] usb 1-3: new high-speed USB device number 2 using xhci_hcd
  1755. [ 2.011244] atmel_mxt_ts i2c-ATML0001:01: Family ID: 164 Variant ID: 1 Major.Minor.Build: 1.2.AB
  1756. [ 2.011254] atmel_mxt_ts i2c-ATML0001:01: Matrix X Size: 41 Matrix Y Size: 72 Object Num: 29
  1757. [ 2.017392] atmel_mxt_ts i2c-ATML0001:01: T100 Config: XSIZE 767, YSIZE 1365, XLINE 30, YLINE 52
  1758. [ 2.019560] atmel_mxt_ts i2c-ATML0001:01: T100 Config: SCRAUX : 0, TCHAUX : 2F
  1759. [ 2.021282] input: Atmel maXTouch Touchscreen as /devices/platform/80860F41:05/i2c-3/i2c-ATML0001:01/input/input7
  1760. [ 2.025125] atmel_mxt_ts i2c-ATML0001:01: Status: 80 Config Checksum: d756b8
  1761. [ 2.025137] atmel_mxt_ts i2c-ATML0001:01: Status: 10 Config Checksum: d756b8
  1762. [ 2.030002] Freeing unused kernel memory: 5472K
  1763. [ 2.030014] Write protecting the kernel read-only data: 14336k
  1764. [ 2.032815] Freeing unused kernel memory: 1876K
  1765. [ 2.039611] Freeing unused kernel memory: 1132K
  1766. [ 2.194222] mmc1: new high speed SDXC card at address aaaa
  1767. [ 2.194634] mmcblk1: mmc1:aaaa SC64G 59.5 GiB
  1768. [ 2.202213] GPT:Primary header thinks Alt. header is not at the end of the disk.
  1769. [ 2.202222] GPT:4436015 != 124735487
  1770. [ 2.202225] GPT:Alternate GPT header not at the end of the disk.
  1771. [ 2.202229] GPT:4436015 != 124735487
  1772. [ 2.202231] GPT: Use GNU Parted to correct GPT errors.
  1773. [ 2.202257] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
  1774. [ 2.209811] usb 1-3: New USB device found, idVendor=04f2, idProduct=b462, bcdDevice= 0.06
  1775. [ 2.209820] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
  1776. [ 2.209825] usb 1-3: Product: Chromebook HD Camera
  1777. [ 2.209830] usb 1-3: Manufacturer: Generic_C
  1778. [ 2.209834] usb 1-3: SerialNumber: 0x0001
  1779. [ 2.312104] tsc: Refined TSC clocksource calibration: 1833.333 MHz
  1780. [ 2.312116] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x34da54753aa, max_idle_ns: 881590618787 ns
  1781. [ 2.365582] usb 1-4: new full-speed USB device number 3 using xhci_hcd
  1782. [ 2.534535] usb 1-4: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
  1783. [ 2.534545] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1784. [ 2.535716] udevd[303]: starting version 225
  1785. [ 3.313663] clocksource: Switched to clocksource tsc
  1786. [ 4.386346] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
  1787. [ 14.419251] mmc0: Timeout waiting for hardware interrupt.
  1788. [ 14.419279] sdhci: =========== REGISTER DUMP (mmc0) ===========
  1789. [ 14.419297] sdhci: Sys addr: 0x00000008 | Version: 0x00001002
  1790. [ 14.419313] sdhci: Blk size: 0x00007200 | Blk cnt: 0x00000000
  1791. [ 14.419329] sdhci: Argument: 0x03200101 | Trn mode: 0x00000033
  1792. [ 14.419345] sdhci: Present: 0x1fef0006 | Host ctl: 0x00000035
  1793. [ 14.419361] sdhci: Power: 0x0000000b | Blk gap: 0x00000080
  1794. [ 14.419376] sdhci: Wake-up: 0x00000000 | Clock: 0x00000007
  1795. [ 14.419392] sdhci: Timeout: 0x0000000e | Int stat: 0x00000000
  1796. [ 14.419408] sdhci: Int enab: 0x03ff000b | Sig enab: 0x03ff000b
  1797. [ 14.419424] sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
  1798. [ 14.419440] sdhci: Caps: 0x446cc801 | Caps_1: 0x00000807
  1799. [ 14.419455] sdhci: Cmd: 0x0000061b | Max curr: 0x00000000
  1800. [ 14.419468] sdhci: Host ctl2: 0x0000000b
  1801. [ 14.419484] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x72f55208
  1802. [ 14.419496] sdhci: ===========================================
  1803. [ 14.421340] mmc0: cache flush error -110
  1804. [ 14.421375] blk_update_request: I/O error, dev mmcblk0, sector 0
  1805. [ 16.172267] device-mapper: verity: Argument 0: 'payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1'
  1806. [ 16.172278] device-mapper: verity: Argument 1: 'hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1'
  1807. [ 16.172283] device-mapper: verity: Argument 2: 'hashstart=3584000'
  1808. [ 16.172288] device-mapper: verity: Argument 3: 'alg=sha1'
  1809. [ 16.172292] device-mapper: verity: Argument 4: 'root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65'
  1810. [ 16.172296] device-mapper: verity: Argument 5: 'salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
  1811. [ 16.172300] device-mapper: verity: Argument 6: 'error_behavior=eio'
  1812. [ 16.208162] EXT4-fs (dm-0): couldn't mount as ext3 due to feature incompatibilities
  1813. [ 16.209915] EXT4-fs (dm-0): mounting ext2 file system using the ext4 subsystem
  1814. [ 16.212829] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
  1815. [ 16.219052] EXT4-fs (mmcblk1p1): couldn't mount as ext3 due to feature incompatibilities
  1816. [ 16.219649] EXT4-fs (mmcblk1p1): mounting ext2 file system using the ext4 subsystem
  1817. [ 16.227604] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: (null)
  1818. [ 16.357611] atmel_mxt_ts i2c-ATML0001:01: Status: 00 Config Checksum: d756b8
  1819. [ 16.364718] frecon[393]: Failed to set atomic cap.
  1820. [ 16.368726] frecon[393]: Frecon using drm driver i915, version 1.6, date(20160411), desc(Intel Graphics)
  1821. [ 16.375489] frecon[393]: tsm_screen: new screen
  1822. [ 16.375517] frecon[393]: tsm_vte: new vte object
  1823. [ 16.383319] frecon[393]: tsm_screen: new screen
  1824. [ 16.383349] frecon[393]: tsm_vte: new vte object
  1825. [ 16.390635] frecon[393]: tsm_screen: new screen
  1826. [ 16.390668] frecon[393]: tsm_vte: new vte object
  1827. [ 16.397836] frecon[393]: tsm_screen: new screen
  1828. [ 16.397864] frecon[393]: tsm_vte: new vte object
  1829. [ 16.420529] EXT4-fs (mmcblk1p1): couldn't mount as ext3 due to feature incompatibilities
  1830. [ 16.421234] EXT4-fs (mmcblk1p1): mounting ext2 file system using the ext4 subsystem
  1831. [ 16.425323] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: (null)
  1832. [ 18.253331] frecon[393]: Failed to set atomic cap.
  1833. [ 18.257472] frecon[393]: Frecon using drm driver i915, version 1.6, date(20160411), desc(Intel Graphics)
  1834. [ 18.279127] frecon[393]: Failed to set atomic cap.
  1835. [ 18.283091] frecon[393]: Frecon using drm driver i915, version 1.6, date(20160411), desc(Intel Graphics)
  1836. [ 113.259665] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null)
  1837. [ 113.352952] EXT4-fs (loop1): mounting ext2 file system using the ext4 subsystem
  1838. [ 113.354457] EXT4-fs (loop1): mounted filesystem without journal. Opts: (null)
  1839. [ 113.483912] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
  1840. [ 113.485421] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
  1841. [ 113.535006] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
  1842. [ 113.537119] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
  1843. [ 113.587039] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
  1844. [ 113.588590] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
  1845. [ 113.638223] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
  1846. [ 113.639495] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
  1847. [ 113.689208] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
  1848. [ 113.690774] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
  1849. [ 113.740285] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
  1850. [ 113.742330] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
  1851. [ 114.929248] mmc0: tried to reset card, got error -110
  1852. [ 114.929267] blk_update_request: I/O error, dev mmcblk0, sector 0
  1853. [ 114.971328] mmcblk0: error -110 sending status command, retrying
  1854. [ 114.972386] mmcblk0: error -110 sending status command, retrying
  1855. [ 114.973293] mmcblk0: error -110 sending status command, aborting
  1856. [ 114.973317] blk_update_request: I/O error, dev mmcblk0, sector 0
  1857. [ 114.973325] blk_update_request: I/O error, dev mmcblk0, sector 8
  1858. [ 114.973331] blk_update_request: I/O error, dev mmcblk0, sector 16
  1859. [ 114.973336] blk_update_request: I/O error, dev mmcblk0, sector 24
  1860. [ 114.973341] blk_update_request: I/O error, dev mmcblk0, sector 32
  1861. [ 114.973347] blk_update_request: I/O error, dev mmcblk0, sector 40
  1862. [ 114.973352] blk_update_request: I/O error, dev mmcblk0, sector 48
  1863. [ 114.973357] blk_update_request: I/O error, dev mmcblk0, sector 56
  1864. [ 114.973362] blk_update_request: I/O error, dev mmcblk0, sector 64
  1865. [ 114.975402] mmcblk0: error -110 sending status command, retrying
  1866. [ 114.976308] mmcblk0: error -110 sending status command, retrying
  1867. [ 114.977230] mmcblk0: error -110 sending status command, aborting
  1868. [ 114.978520] mmcblk0: error -110 sending status command, retrying
  1869. [ 114.979120] mmcblk0: error -110 sending status command, retrying
  1870. [ 114.979749] mmcblk0: error -110 sending status command, aborting
  1871. [ 114.979759] Buffer I/O error on dev mmcblk0, logical block 0, async page read
  1872. [ 114.980912] mmcblk0: error -110 sending status command, retrying
  1873. [ 114.981757] mmcblk0: error -110 sending status command, retrying
  1874. [ 114.982635] mmcblk0: error -110 sending status command, aborting
  1875. [ 114.982678] Buffer I/O error on dev mmcblk0, logical block 0, async page read
  1876. [ 114.985581] mmcblk0: error -110 sending status command, retrying
  1877. [ 114.986878] mmcblk0: error -110 sending status command, retrying
  1878. [ 114.988145] mmcblk0: error -110 sending status command, aborting
  1879. [ 114.988190] Buffer I/O error on dev mmcblk0, logical block 0, async page read
  1880. [ 114.991021] mmcblk0: error -110 sending status command, retrying
  1881. [ 114.991998] mmcblk0: error -110 sending status command, retrying
  1882. [ 114.993194] mmcblk0: error -110 sending status command, aborting
  1883. [ 114.993219] Buffer I/O error on dev mmcblk0, logical block 0, async page read
  1884. [ 114.996029] mmcblk0: error -110 sending status command, retrying
  1885. [ 114.997288] mmcblk0: error -110 sending status command, retrying
  1886. [ 114.998580] mmcblk0: error -110 sending status command, aborting
  1887. [ 114.998625] Buffer I/O error on dev mmcblk0, logical block 1, async page read
  1888. [ 115.001519] mmcblk0: error -110 sending status command, retrying
  1889. [ 115.002814] mmcblk0: error -110 sending status command, retrying
  1890. [ 115.004121] mmcblk0: error -110 sending status command, aborting
  1891. [ 115.004165] Buffer I/O error on dev mmcblk0, logical block 1, async page read
  1892. [ 115.006173] mmcblk0: error -110 sending status command, retrying
  1893. [ 115.007058] mmcblk0: error -110 sending status command, retrying
  1894. [ 115.007883] mmcblk0: error -110 sending status command, aborting
  1895. [ 115.007893] Buffer I/O error on dev mmcblk0, logical block 1, async page read
  1896. [ 115.009844] mmcblk0: error -110 sending status command, retrying
  1897. [ 115.010677] mmcblk0: error -110 sending status command, retrying
  1898. [ 115.011509] mmcblk0: error -110 sending status command, aborting
  1899. [ 115.011519] Buffer I/O error on dev mmcblk0, logical block 1, async page read
  1900. [ 115.013500] mmcblk0: error -110 sending status command, retrying
  1901. [ 115.014331] mmcblk0: error -110 sending status command, retrying
  1902. [ 115.015156] mmcblk0: error -110 sending status command, aborting
  1903. [ 115.015165] Buffer I/O error on dev mmcblk0, logical block 2, async page read
  1904. [ 115.017414] mmcblk0: error -110 sending status command, retrying
  1905. [ 115.018245] mmcblk0: error -110 sending status command, retrying
  1906. [ 115.019093] mmcblk0: error -110 sending status command, aborting
  1907. [ 115.019102] Buffer I/O error on dev mmcblk0, logical block 2, async page read
  1908. [ 115.021897] mmcblk0: error -110 sending status command, retrying
  1909. [ 115.023201] mmcblk0: error -110 sending status command, retrying
  1910. [ 115.024461] mmcblk0: error -110 sending status command, aborting
  1911. [ 115.027042] mmcblk0: error -110 sending status command, retrying
  1912. [ 115.027870] mmcblk0: error -110 sending status command, retrying
  1913. [ 115.028642] mmcblk0: error -110 sending status command, aborting
  1914. [ 115.030616] mmcblk0: error -110 sending status command, retrying
  1915. [ 115.031450] mmcblk0: error -110 sending status command, retrying
  1916. [ 115.032298] mmcblk0: error -110 sending status command, aborting
  1917. [ 115.034258] mmcblk0: error -110 sending status command, retrying
  1918. [ 115.035092] mmcblk0: error -110 sending status command, retrying
  1919. [ 115.035531] mmcblk0: error -110 sending status command, aborting
  1920. [ 115.037499] mmcblk0: error -110 sending status command, retrying
  1921. [ 115.038337] mmcblk0: error -110 sending status command, retrying
  1922. [ 115.039170] mmcblk0: error -110 sending status command, aborting
  1923. [ 115.041126] mmcblk0: error -110 sending status command, retrying
  1924. [ 115.041969] mmcblk0: error -110 sending status command, retrying
  1925. [ 115.042807] mmcblk0: error -110 sending status command, aborting
  1926. [ 115.044044] mmcblk0: error -110 sending status command, retrying
  1927. [ 115.044850] mmcblk0: error -110 sending status command, retrying
  1928. [ 115.045687] mmcblk0: error -110 sending status command, aborting
  1929. [ 115.047632] mmcblk0: error -110 sending status command, retrying
  1930. [ 115.048455] mmcblk0: error -110 sending status command, retrying
  1931. [ 115.049284] mmcblk0: error -110 sending status command, aborting
  1932. [ 115.050626] mmcblk0: error -110 sending status command, retrying
  1933. [ 115.051121] mmcblk0: error -110 sending status command, retrying
  1934. [ 115.051941] mmcblk0: error -110 sending status command, aborting
  1935. [ 115.053414] mmcblk0: error -110 sending status command, retrying
  1936. [ 115.054237] mmcblk0: error -110 sending status command, retrying
  1937. [ 115.055059] mmcblk0: error -110 sending status command, aborting
  1938. [ 115.056756] mmcblk0: error -110 sending status command, retrying
  1939. [ 115.057589] mmcblk0: error -110 sending status command, retrying
  1940. [ 115.058087] mmcblk0: error -110 sending status command, aborting
  1941. [ 115.059752] mmcblk0: error -110 sending status command, retrying
  1942. [ 115.060578] mmcblk0: error -110 sending status command, retrying
  1943. [ 115.061074] mmcblk0: error -110 sending status command, aborting
  1944. [ 115.062707] mmcblk0: error -110 sending status command, retrying
  1945. [ 115.063573] mmcblk0: error -110 sending status command, retrying
  1946. [ 115.064448] mmcblk0: error -110 sending status command, aborting
  1947. [ 115.066137] mmcblk0: error -110 sending status command, retrying
  1948. [ 115.066971] mmcblk0: error -110 sending status command, retrying
  1949. [ 115.067797] mmcblk0: error -110 sending status command, aborting
  1950. [ 115.069495] mmcblk0: error -110 sending status command, retrying
  1951. [ 115.069992] mmcblk0: error -110 sending status command, retrying
  1952. [ 115.070491] mmcblk0: error -110 sending status command, aborting
  1953. [ 115.071913] mmcblk0: error -110 sending status command, retrying
  1954. [ 115.072743] mmcblk0: error -110 sending status command, retrying
  1955. [ 115.073498] mmcblk0: error -110 sending status command, aborting
  1956. [ 115.075057] mmcblk0: error -110 sending status command, retrying
  1957. [ 115.075721] mmcblk0: error -110 sending status command, retrying
  1958. [ 115.076234] mmcblk0: error -110 sending status command, aborting
  1959. [ 115.077261] mmcblk0: error -110 sending status command, retrying
  1960. [ 115.077811] mmcblk0: error -110 sending status command, retrying
  1961. [ 115.078496] mmcblk0: error -110 sending status command, aborting
  1962. [ 115.079828] mmcblk0: error -110 sending status command, retrying
  1963. [ 115.080532] mmcblk0: error -110 sending status command, retrying
  1964. [ 115.081596] mmcblk0: error -110 sending status command, aborting
  1965. [ 115.083006] mmcblk0: error -110 sending status command, retrying
  1966. [ 115.083723] mmcblk0: error -110 sending status command, retrying
  1967. [ 115.084702] mmcblk0: error -110 sending status command, aborting
  1968. [ 115.086164] mmcblk0: error -110 sending status command, retrying
  1969. [ 115.086810] mmcblk0: error -110 sending status command, retrying
  1970. [ 115.087453] mmcblk0: error -110 sending status command, aborting
  1971. [ 115.088589] mmcblk0: error -110 sending status command, retrying
  1972. [ 115.089109] mmcblk0: error -110 sending status command, retrying
  1973. [ 115.089705] mmcblk0: error -110 sending status command, aborting
  1974. [ 115.091041] mmcblk0: error -110 sending status command, retrying
  1975. [ 115.092068] mmcblk0: error -110 sending status command, retrying
  1976. [ 115.093185] mmcblk0: error -110 sending status command, aborting
  1977. [ 115.095469] mmcblk0: error -110 sending status command, retrying
  1978. [ 115.096474] mmcblk0: error -110 sending status command, retrying
  1979. [ 115.097491] mmcblk0: error -110 sending status command, aborting
  1980. [ 115.099388] mmcblk0: error -110 sending status command, retrying
  1981. [ 115.099983] mmcblk0: error -110 sending status command, retrying
  1982. [ 115.100578] mmcblk0: error -110 sending status command, aborting
  1983. [ 115.102304] mmcblk0: error -110 sending status command, retrying
  1984. [ 115.102892] mmcblk0: error -110 sending status command, retrying
  1985. [ 115.103477] mmcblk0: error -110 sending status command, aborting
  1986. [ 115.104929] mmcblk0: error -110 sending status command, retrying
  1987. [ 115.105520] mmcblk0: error -110 sending status command, retrying
  1988. [ 115.106027] mmcblk0: error -110 sending status command, aborting
  1989. [ 115.107384] mmcblk0: error -110 sending status command, retrying
  1990. [ 115.107980] mmcblk0: error -110 sending status command, retrying
  1991. [ 115.108495] mmcblk0: error -110 sending status command, aborting
  1992. [ 115.109941] mmcblk0: error -110 sending status command, retrying
  1993. [ 115.110534] mmcblk0: error -110 sending status command, retrying
  1994. [ 115.111073] mmcblk0: error -110 sending status command, aborting
  1995. [ 115.112536] mmcblk0: error -110 sending status command, retrying
  1996. [ 115.113121] mmcblk0: error -110 sending status command, retrying
  1997. [ 115.113648] mmcblk0: error -110 sending status command, aborting
  1998. [ 115.115094] mmcblk0: error -110 sending status command, retrying
  1999. [ 115.115679] mmcblk0: error -110 sending status command, retrying
  2000. [ 115.116203] mmcblk0: error -110 sending status command, aborting
  2001. [ 115.117365] mmcblk0: error -110 sending status command, retrying
  2002. [ 115.117942] mmcblk0: error -110 sending status command, retrying
  2003. [ 115.118465] mmcblk0: error -110 sending status command, aborting
  2004. [ 115.119598] mmcblk0: error -110 sending status command, retrying
  2005. [ 115.120181] mmcblk0: error -110 sending status command, retrying
  2006. [ 115.120699] mmcblk0: error -110 sending status command, aborting
  2007. [ 115.121774] mmcblk0: error -110 sending status command, retrying
  2008. [ 115.122294] mmcblk0: error -110 sending status command, retrying
  2009. [ 115.122885] mmcblk0: error -110 sending status command, aborting
  2010. [ 115.123978] mmcblk0: error -110 sending status command, retrying
  2011. [ 115.124499] mmcblk0: error -110 sending status command, retrying
  2012. [ 115.125188] mmcblk0: error -110 sending status command, aborting
  2013. [ 115.126513] mmcblk0: error -110 sending status command, retrying
  2014. [ 115.127097] mmcblk0: error -110 sending status command, retrying
  2015. [ 115.127684] mmcblk0: error -110 sending status command, aborting
  2016. [ 115.128889] mmcblk0: error -110 sending status command, retrying
  2017. [ 115.129507] mmcblk0: error -110 sending status command, retrying
  2018. [ 115.130091] mmcblk0: error -110 sending status command, aborting
  2019. [ 115.131171] mmcblk0: error -110 sending status command, retrying
  2020. [ 115.131677] mmcblk0: error -110 sending status command, retrying
  2021. [ 115.132188] mmcblk0: error -110 sending status command, aborting
  2022. [ 115.133262] mmcblk0: error -110 sending status command, retrying
  2023. [ 115.133840] mmcblk0: error -110 sending status command, retrying
  2024. [ 115.134477] mmcblk0: error -110 sending status command, aborting
  2025. [ 115.135782] mmcblk0: error -110 sending status command, retrying
  2026. [ 115.136402] mmcblk0: error -110 sending status command, retrying
  2027. [ 115.137009] mmcblk0: error -110 sending status command, aborting
  2028. [ 115.138268] mmcblk0: error -110 sending status command, retrying
  2029. [ 115.138867] mmcblk0: error -110 sending status command, retrying
  2030. [ 115.139479] mmcblk0: error -110 sending status command, aborting
  2031. [ 115.140764] mmcblk0: error -110 sending status command, retrying
  2032. [ 115.141405] mmcblk0: error -110 sending status command, retrying
  2033. [ 115.142011] mmcblk0: error -110 sending status command, aborting
  2034. [ 115.143304] mmcblk0: error -110 sending status command, retrying
  2035. [ 115.143884] mmcblk0: error -110 sending status command, retrying
  2036. [ 115.144494] mmcblk0: error -110 sending status command, aborting
  2037. [ 115.145638] mmcblk0: error -110 sending status command, retrying
  2038. [ 115.146225] mmcblk0: error -110 sending status command, retrying
  2039. [ 115.146823] mmcblk0: error -110 sending status command, aborting
  2040. [ 115.147917] mmcblk0: error -110 sending status command, retrying
  2041. [ 115.148507] mmcblk0: error -110 sending status command, retrying
  2042. [ 115.149025] mmcblk0: error -110 sending status command, aborting
  2043. [ 115.150081] mmcblk0: error -110 sending status command, retrying
  2044. [ 115.150706] mmcblk0: error -110 sending status command, retrying
  2045. [ 115.151362] mmcblk0: error -110 sending status command, aborting
  2046. [ 115.152577] mmcblk0: error -110 sending status command, retrying
  2047. [ 115.153183] mmcblk0: error -110 sending status command, retrying
  2048. [ 115.153787] mmcblk0: error -110 sending status command, aborting
  2049. [ 115.154884] mmcblk0: error -110 sending status command, retrying
  2050. [ 115.155476] mmcblk0: error -110 sending status command, retrying
  2051. [ 115.155986] mmcblk0: error -110 sending status command, aborting
  2052. [ 115.157066] mmcblk0: error -110 sending status command, retrying
  2053. [ 115.157654] mmcblk0: error -110 sending status command, retrying
  2054. [ 115.158261] mmcblk0: error -110 sending status command, aborting
  2055. [ 115.159349] mmcblk0: error -110 sending status command, retrying
  2056. [ 115.159860] mmcblk0: error -110 sending status command, retrying
  2057. [ 115.160448] mmcblk0: error -110 sending status command, aborting
  2058. [ 115.161541] mmcblk0: error -110 sending status command, retrying
  2059. [ 115.162126] mmcblk0: error -110 sending status command, retrying
  2060. [ 115.162675] mmcblk0: error -110 sending status command, aborting
  2061. [ 115.163751] mmcblk0: error -110 sending status command, retrying
  2062. [ 115.164337] mmcblk0: error -110 sending status command, retrying
  2063. [ 115.164847] mmcblk0: error -110 sending status command, aborting
  2064. [ 115.165936] mmcblk0: error -110 sending status command, retrying
  2065. [ 115.166528] mmcblk0: error -110 sending status command, retrying
  2066. [ 115.167045] mmcblk0: error -110 sending status command, aborting
  2067. [ 115.168101] mmcblk0: error -110 sending status command, retrying
  2068. [ 115.168672] mmcblk0: error -110 sending status command, retrying
  2069. [ 115.169257] mmcblk0: error -110 sending status command, aborting
  2070. [ 115.170338] mmcblk0: error -110 sending status command, retrying
  2071. [ 115.170842] mmcblk0: error -110 sending status command, retrying
  2072. [ 115.171449] mmcblk0: error -110 sending status command, aborting
  2073. [ 115.172545] mmcblk0: error -110 sending status command, retrying
  2074. [ 115.173068] mmcblk0: error -110 sending status command, retrying
  2075. [ 115.173595] mmcblk0: error -110 sending status command, aborting
  2076. [ 115.174881] mmcblk0: error -110 sending status command, retrying
  2077. [ 115.175502] mmcblk0: error -110 sending status command, retrying
  2078. [ 115.176091] mmcblk0: error -110 sending status command, aborting
  2079. [ 115.177423] mmcblk0: error -110 sending status command, retrying
  2080. [ 115.178023] mmcblk0: error -110 sending status command, retrying
  2081. [ 115.178631] mmcblk0: error -110 sending status command, aborting
  2082. [ 115.179920] mmcblk0: error -110 sending status command, retrying
  2083. [ 115.180451] mmcblk0: error -110 sending status command, retrying
  2084. [ 115.180963] mmcblk0: error -110 sending status command, aborting
  2085. [ 115.182030] mmcblk0: error -110 sending status command, retrying
  2086. [ 115.182556] mmcblk0: error -110 sending status command, retrying
  2087. [ 115.183072] mmcblk0: error -110 sending status command, aborting
  2088. [ 115.184228] mmcblk0: error -110 sending status command, retrying
  2089. [ 115.184834] mmcblk0: error -110 sending status command, retrying
  2090. [ 115.185425] mmcblk0: error -110 sending status command, aborting
  2091. [ 115.186660] mmcblk0: error -110 sending status command, retrying
  2092. [ 115.187249] mmcblk0: error -110 sending status command, retrying
  2093. [ 115.187782] mmcblk0: error -110 sending status command, aborting
  2094. [ 115.189020] mmcblk0: error -110 sending status command, retrying
  2095. [ 115.189619] mmcblk0: error -110 sending status command, retrying
  2096. [ 115.190206] mmcblk0: error -110 sending status command, aborting
  2097. [ 115.191594] mmcblk0: error -110 sending status command, retrying
  2098. [ 115.192200] mmcblk0: error -110 sending status command, retrying
  2099. [ 115.192879] mmcblk0: error -110 sending status command, aborting
  2100. [ 115.194119] mmcblk0: error -110 sending status command, retrying
  2101. [ 115.194865] mmcblk0: error -110 sending status command, retrying
  2102. [ 115.195641] mmcblk0: error -110 sending status command, aborting
  2103. [ 115.196884] mmcblk0: error -110 sending status command, retrying
  2104. [ 115.197358] mmcblk0: error -110 sending status command, retrying
  2105. [ 115.197854] mmcblk0: error -110 sending status command, aborting
  2106. [ 115.199000] mmcblk0: error -110 sending status command, retrying
  2107. [ 115.199548] mmcblk0: error -110 sending status command, retrying
  2108. [ 115.200046] mmcblk0: error -110 sending status command, aborting
  2109. [ 115.201084] mmcblk0: error -110 sending status command, retrying
  2110. [ 115.201543] mmcblk0: error -110 sending status command, retrying
  2111. [ 115.202045] mmcblk0: error -110 sending status command, aborting
  2112. [ 115.203319] mmcblk0: error -110 sending status command, retrying
  2113. [ 115.203813] mmcblk0: error -110 sending status command, retrying
  2114. [ 115.204234] mmcblk0: error -110 sending status command, aborting
  2115. [ 115.205454] mmcblk0: error -110 sending status command, retrying
  2116. [ 115.205938] mmcblk0: error -110 sending status command, retrying
  2117. [ 115.206357] mmcblk0: error -110 sending status command, aborting
  2118. [ 115.207257] mmcblk0: error -110 sending status command, retrying
  2119. [ 115.207675] mmcblk0: error -110 sending status command, retrying
  2120. [ 115.208089] mmcblk0: error -110 sending status command, aborting
  2121. [ 115.209045] mmcblk0: error -110 sending status command, retrying
  2122. [ 115.209464] mmcblk0: error -110 sending status command, retrying
  2123. [ 115.209879] mmcblk0: error -110 sending status command, aborting
  2124. [ 115.210778] mmcblk0: error -110 sending status command, retrying
  2125. [ 115.211192] mmcblk0: error -110 sending status command, retrying
  2126. [ 115.211610] mmcblk0: error -110 sending status command, aborting
  2127. [ 115.212509] mmcblk0: error -110 sending status command, retrying
  2128. [ 115.212990] mmcblk0: error -110 sending status command, retrying
  2129. [ 115.213410] mmcblk0: error -110 sending status command, aborting
  2130. [ 115.214373] mmcblk0: error -110 sending status command, retrying
  2131. [ 115.214789] mmcblk0: error -110 sending status command, retrying
  2132. [ 115.215204] mmcblk0: error -110 sending status command, aborting
  2133. [ 115.216229] mmcblk0: error -110 sending status command, retrying
  2134. [ 115.216709] mmcblk0: error -110 sending status command, retrying
  2135. [ 115.217327] mmcblk0: error -110 sending status command, aborting
  2136. [ 115.218357] mmcblk0: error -110 sending status command, retrying
  2137. [ 115.218836] mmcblk0: error -110 sending status command, retrying
  2138. [ 115.219381] mmcblk0: error -110 sending status command, aborting
  2139. [ 115.220396] mmcblk0: error -110 sending status command, retrying
  2140. [ 115.220876] mmcblk0: error -110 sending status command, retrying
  2141. [ 115.221380] mmcblk0: error -110 sending status command, aborting
  2142. [ 115.222485] mmcblk0: error -110 sending status command, retrying
  2143. [ 115.222974] mmcblk0: error -110 sending status command, retrying
  2144. [ 115.223527] mmcblk0: error -110 sending status command, aborting
  2145. [ 115.224538] mmcblk0: error -110 sending status command, retrying
  2146. [ 115.225015] mmcblk0: error -110 sending status command, retrying
  2147. [ 115.225496] mmcblk0: error -110 sending status command, aborting
  2148. [ 115.227475] mmcblk0: error -110 sending status command, retrying
  2149. [ 115.228396] mmcblk0: error -110 sending status command, retrying
  2150. [ 115.229285] mmcblk0: error -110 sending status command, aborting
  2151. [ 115.230929] mmcblk0: error -110 sending status command, retrying
  2152. [ 115.231482] mmcblk0: error -110 sending status command, retrying
  2153. [ 115.232029] mmcblk0: error -110 sending status command, aborting
  2154. [ 115.233061] mmcblk0: error -110 sending status command, retrying
  2155. [ 115.233541] mmcblk0: error -110 sending status command, retrying
  2156. [ 115.233955] mmcblk0: error -110 sending status command, aborting
  2157. [ 115.234897] mmcblk0: error -110 sending status command, retrying
  2158. [ 115.235310] mmcblk0: error -110 sending status command, retrying
  2159. [ 115.236185] mmcblk0: error -110 sending status command, aborting
  2160. [ 115.237984] mmcblk0: error -110 sending status command, retrying
  2161. [ 115.238914] mmcblk0: error -110 sending status command, retrying
  2162. [ 115.239837] mmcblk0: error -110 sending status command, aborting
  2163. [ 115.241019] mmcblk0: error -110 sending status command, retrying
  2164. [ 115.241569] mmcblk0: error -110 sending status command, retrying
  2165. [ 115.242047] mmcblk0: error -110 sending status command, aborting
  2166. [ 115.242997] mmcblk0: error -110 sending status command, retrying
  2167. [ 115.243414] mmcblk0: error -110 sending status command, retrying
  2168. [ 115.243829] mmcblk0: error -110 sending status command, aborting
  2169. [ 115.244710] mmcblk0: error -110 sending status command, retrying
  2170. [ 115.245187] mmcblk0: error -110 sending status command, retrying
  2171. [ 115.246004] mmcblk0: error -110 sending status command, aborting
  2172. [ 115.247820] mmcblk0: error -110 sending status command, retrying
  2173. [ 115.248734] mmcblk0: error -110 sending status command, retrying
  2174. [ 115.249642] mmcblk0: error -110 sending status command, aborting
  2175. [ 115.251605] mmcblk0: error -110 sending status command, retrying
  2176. [ 115.252174] mmcblk0: error -110 sending status command, retrying
  2177. [ 115.252727] mmcblk0: error -110 sending status command, aborting
  2178. [ 115.347870] sdhci-acpi 80860F14:00: __mmc_blk_ioctl_cmd: cmd error -110
  2179. [ 115.439079] libpng warning: iCCP: known incorrect sRGB profile
Add Comment
Please, Sign In to add comment