Advertisement
Guest User

Untitled

a guest
May 27th, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 74.05 KB | None | 0 0
  1. + exec
  2. + initialize
  3. + init_check_clock
  4. + date +%Y
  5. + [ 2018 -lt 1970 ]
  6. + init_mounts
  7. + mount -n -t proc -o nodev,noexec,nosuid proc /proc
  8. + mount -n -t sysfs -o nodev,noexec,nosuid sysfs /sys
  9. + mount -t devtmpfs -o mode=0755,nosuid devtmpfs /dev
  10. + ln -sf /proc/self/fd /dev/fd
  11. + ln -sf fd/0 /dev/stdin
  12. + ln -sf fd/1 /dev/stdout
  13. + ln -sf fd/2 /dev/stderr
  14. + mkdir -p /dev/pts
  15. + mount -n -t devpts -o noexec,nosuid devpts /dev/pts
  16. + mount -n -t debugfs debugfs /sys/kernel/debug
  17. + TAIL_PID=69
  18. + tail -f /log/recovery.log
  19. + sed -e s/"[^"]*"/DROPPED/g
  20. + cat /proc/cmdline
  21. + export_args cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/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=ed35f549b962d7b9dff35598dd403b4ce171486c vt.global_cursor_default=0 kern_guid=2f6d00b9-9b5d-9343-a091-30ff5c472fa5 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
  22. + local arg=
  23. + local key=
  24. + local val=
  25. + local acceptable_set=[A-Za-z0-9]_
  26. + tr a-z A-Z _
  27. + echo cros_secure
  28. + key=CROS_SECURE
  29. + val=cros_secure
  30. + export KERN_ARG_CROS_SECURE=cros_secure
  31. + dlog Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
  32. + echo+ Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECUREtee -a /dev/tty2 /dev/tty3
  33. Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
  34. + tr -dc [A-Za-z0-9]_
  35. _
  36. + echo console
  37. + key=CONSOLE
  38. + val=
  39. + export KERN_ARG_CONSOLE=
  40. + dlog Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
  41. + echo Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
  42. + tee -a /dev/tty2 /dev/tty3
  43. Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
  44. + tr -dc [A-Za-z0-9]_
  45. _
  46. echo loglevel
  47. + key=LOGLEVEL
  48. + val=7
  49. + export KERN_ARG_LOGLEVEL=7
  50. + dlog Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL
  51. + echo+ Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVELtee -a /dev/tty2 /dev/tty3
  52. Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL
  53. + + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  54.  
  55. echo init
  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/tty2 /dev/tty3
  62. Exporting kernel argument INIT as KERN_ARG_INIT
  63. + tr -dc A-Z [A-Za-z0-9]_
  64. _
  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. + + Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECUREtee
  71. -a /dev/tty2 /dev/tty3
  72. Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
  73. + + trtr -dc [A-Za-z0-9]_ _
  74. + echo oops
  75. + key=OOPS
  76. + val=panic
  77. + export KERN_ARG_OOPS=panic
  78. + dlog Exporting kernel argument OOPS as KERN_ARG_OOPS
  79. + echo Exporting kernel argument OOPS as KERN_ARG_OOPS
  80. + tee -a /dev/tty2 /dev/tty3
  81. Exporting kernel argument OOPS as KERN_ARG_OOPS
  82. + echo panic
  83. + tr a-z A-Z
  84. + tr -dc [A-Za-z0-9]_ _
  85. + key=PANIC
  86. + val=-1
  87. + export KERN_ARG_PANIC=-1
  88. + dlog Exporting kernel argument PANIC as KERN_ARG_PANIC
  89. + echo Exporting kernel argument PANIC as KERN_ARG_PANIC
  90. + tee -a /dev/tty2 /dev/tty3
  91. Exporting kernel argument PANIC as KERN_ARG_PANIC
  92. + + + trtr -dc a-z [A-Za-z0-9]_ A-Z
  93.  
  94. echo root
  95. + key=ROOT
  96. + val=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1
  97. + export KERN_ARG_ROOT=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1
  98. + dlog Exporting kernel argument ROOT as KERN_ARG_ROOT
  99. + echo Exporting kernel argument ROOT as KERN_ARG_ROOT
  100. + tee -a /dev/tty2 /dev/tty3
  101. Exporting kernel argument ROOT as KERN_ARG_ROOT
  102. + + + -dctr [A-Za-z0-9]_ a-z _ A-Z
  103.  
  104. echo rootwait
  105. + key=ROOTWAIT
  106. + val=rootwait
  107. + export KERN_ARG_ROOTWAIT=rootwait
  108. + dlog Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT
  109. + echo Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT
  110. + tee -a /dev/tty2 /dev/tty3
  111. Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT
  112. + + + trtr -dc a-z [A-Za-z0-9]_ A-Z
  113.  
  114. echo ro
  115. + key=RO
  116. + val=ro
  117. + export KERN_ARG_RO=ro
  118. + dlog Exporting kernel argument RO as KERN_ARG_RO
  119. + + echotee Exporting kernel argument RO as KERN_ARG_RO -a
  120. /dev/tty2 /dev/tty3
  121. Exporting kernel argument RO as KERN_ARG_RO
  122. + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  123. echo dm_verity.error_behavior
  124. + key=DM_VERITYERROR_BEHAVIOR
  125. + val=3
  126. + export KERN_ARG_DM_VERITYERROR_BEHAVIOR=3
  127. + dlog Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR
  128. + + echotee Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR -a /dev/tty2 /dev/tty3
  129. Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR
  130. + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  131. + echo dm_verity.max_bios
  132. + key=DM_VERITYMAX_BIOS
  133. + val=-1
  134. + export KERN_ARG_DM_VERITYMAX_BIOS=-1
  135. + dlog Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
  136. + echo Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
  137. + tee -a /dev/tty2 /dev/tty3
  138. Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
  139. + echo dm_verity.dev_wait
  140. + tr a-z A-Z
  141. + tr -dc [A-Za-z0-9]_ _
  142. + key=DM_VERITYDEV_WAIT
  143. + val=0
  144. + export KERN_ARG_DM_VERITYDEV_WAIT=0
  145. + dlog Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
  146. + echo Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
  147. + tee -a /dev/tty2 /dev/tty3
  148. Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
  149. + tr a-z A-Z _
  150. + echo noinitrd
  151. + key=NOINITRD
  152. + val=noinitrd
  153. + export KERN_ARG_NOINITRD=noinitrd
  154. + dlog Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
  155. + echo Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
  156. + tee -a /dev/tty2 /dev/tty3
  157. Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
  158. + + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  159. echo panic
  160. + key=PANIC
  161. + val=60
  162. + export KERN_ARG_PANIC=60
  163. + dlog Exporting kernel argument PANIC as KERN_ARG_PANIC
  164. + echo Exporting kernel argument PANIC as KERN_ARG_PANIC
  165. + tee -a /dev/tty2 /dev/tty3
  166. Exporting kernel argument PANIC as KERN_ARG_PANIC
  167. + echo cros_recovery
  168. + tr a-z A-Z
  169. + tr -dc [A-Za-z0-9]_ _
  170. + key=CROS_RECOVERY
  171. + val=cros_recovery
  172. + export KERN_ARG_CROS_RECOVERY=cros_recovery
  173. + dlog Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
  174. + echo Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
  175. + tee -a /dev/tty2 /dev/tty3
  176. Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
  177. + tr a-z A-Z
  178. _
  179. + echo kern_b_hash
  180. + key=KERN_B_HASH
  181. + val=ed35f549b962d7b9dff35598dd403b4ce171486c
  182. + export KERN_ARG_KERN_B_HASH=ed35f549b962d7b9dff35598dd403b4ce171486c
  183. + dlog Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH
  184. + echo Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH
  185. + tee -a /dev/tty2 /dev/tty3
  186. Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH
  187. + echo vt.global_cursor_default
  188. + tr a-z A-Z
  189. + tr -dc [A-Za-z0-9]_ _
  190. + key=VTGLOBAL_CURSOR_DEFAULT
  191. + val=0
  192. + export KERN_ARG_VTGLOBAL_CURSOR_DEFAULT=0
  193. + dlog Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT
  194. + echo Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT
  195. + tee -a /dev/tty2 /dev/tty3
  196. Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT
  197. + tr a-z A-Z _
  198. + echo kern_guid
  199. + key=KERN_GUID
  200. + val=2f6d00b9-9b5d-9343-a091-30ff5c472fa5
  201. + export KERN_ARG_KERN_GUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5
  202. + dlog Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
  203. + echo Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
  204. + tee -a /dev/tty2 /dev/tty3
  205. Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
  206. + echo add_efi_memmap
  207. + tr a-z A-Z
  208. + tr -dc [A-Za-z0-9]_ _
  209. + key=ADD_EFI_MEMMAP
  210. + val=add_efi_memmap
  211. + export KERN_ARG_ADD_EFI_MEMMAP=add_efi_memmap
  212. + dlog Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
  213. + echo Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
  214. + tee -a /dev/tty2 /dev/tty3
  215. Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
  216. + + + tr -dc [A-Za-z0-9]_
  217. _
  218. echo boot
  219. + key=BOOT
  220. + val=local
  221. + export KERN_ARG_BOOT=local
  222. + dlog Exporting kernel argument BOOT as KERN_ARG_BOOT
  223. + echo Exporting kernel argument BOOT as KERN_ARG_BOOT
  224. + tee -a /dev/tty2 /dev/tty3
  225. Exporting kernel argument BOOT as KERN_ARG_BOOT
  226. + tr -dc a-z [A-Za-z0-9]_ A-Z _
  227. echo noresume
  228. + key=NORESUME
  229. + val=noresume
  230. + export KERN_ARG_NORESUME=noresume
  231. + dlog Exporting kernel argument NORESUME as KERN_ARG_NORESUME
  232. + tee -a
  233. /dev/tty2 /dev/tty3
  234. Exporting kernel argument NORESUME as KERN_ARG_NORESUME
  235. + tr -dc [A-Za-z0-9]_
  236. _
  237. + echo noswap
  238. + key=NOSWAP
  239. + val=noswap
  240. + export KERN_ARG_NOSWAP=noswap
  241. + dlog Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP
  242. + echo Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP
  243. + tee -a /dev/tty2 /dev/tty3
  244. Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP
  245. + echo i915.modeset
  246. + key=I915MODESET
  247. + val=1
  248. + export KERN_ARG_I915MODESET=1
  249. + dlog Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET
  250. + teeecho -a Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET /dev/tty2 /dev/tty3
  251. Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET
  252. + + + trtr -dc a-z [A-Za-z0-9]_ A-Z
  253.  
  254. echo tpm_tis.force
  255. + key=TPM_TISFORCE
  256. + val=1
  257. + export KERN_ARG_TPM_TISFORCE=1
  258. + dlog Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE
  259. + + echotee Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE -a
  260. /dev/tty2 /dev/tty3
  261. Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE
  262. + echo tpm_tis.interrupts
  263. + tr a-z A-Z
  264. + tr -dc [A-Za-z0-9]_ _
  265. + key=TPM_TISINTERRUPTS
  266. + val=0
  267. + export KERN_ARG_TPM_TISINTERRUPTS=0
  268. + dlog Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS
  269. + tee -a
  270. /dev/tty2 /dev/tty3
  271. Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS
  272. + + + tr -dc a-z [A-Za-z0-9]_ A-Z _
  273. echo nmi_watchdog
  274. + key=NMI_WATCHDOG
  275. + val=panic,lapic
  276. + export KERN_ARG_NMI_WATCHDOG=panic,lapic
  277. + dlog Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
  278. + echo Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
  279. + tee -a /dev/tty2 /dev/tty3
  280. Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
  281. + message startup
  282. + message_startup
  283. + printf \033[9;0]\033[14;0]
  284. + echo 0
  285. + ply-image --clear 0xfefefe
  286. + ply-image /etc/screens/boot_message.png
  287. + select_locale
  288. + is_nonchrome
  289. + crossystem mainfw_type?nonchrome
  290. + crossystem mainfw_type?netboot
  291. + read_vpd_locale
  292. + vpd -g region
  293. + local region=us
  294. + local locale=
  295. + [ -n us ]
  296. + sed -nre s/^us\t(.*)$/\1/p /etc/locales.txt
  297. + LANGDIR=en-US
  298. + [ -z en-US -o ! -d /etc/screens/en-US ]
  299. + dlog selected locale en-US
  300. + + echotee selected locale en-US -a
  301. /dev/tty2 /dev/tty3
  302. selected locale en-US
  303. + instructions cancel
  304. + showbox -115 cancel
  305. + local offset=0,-115
  306. + shift
  307. + local message_token=cancel
  308. + shift
  309. + local message_file=/etc/screens/en-US/cancel.png
  310. + [ ! -f /etc/screens/en-US/cancel.png ]
  311. + ply-image --offset 0,-115 /etc/screens/en-US/cancel.png
  312. + progress validating
  313. + showbox 0 validating
  314. + local offset=0,0
  315. + shift
  316. + local message_token=validating
  317. + shift
  318. + local message_file=/etc/screens/en-US/validating.png
  319. + [ ! -f /etc/screens/en-US/validating.png ]
  320. + ply-image --offset 0,0 /etc/screens/en-US/validating.png
  321. + is_nonchrome
  322. + crossystem mainfw_type?nonchrome
  323. + crossystem mainfw_type?netboot
  324. + is_developer_mode
  325. + is_nonchrome
  326. + crossystem mainfw_type?nonchrome
  327. + crossystem mainfw_type?netboot
  328. + crossystem devsw_boot?1
  329. + dev_notice empty
  330. + showbox 115 empty
  331. + local offset=0,115
  332. + shift
  333. + local message_token=empty
  334. + shift
  335. + local message_file=/etc/screens/en-US/empty.png
  336. + [ ! -f /etc/screens/en-US/empty.png ]
  337. + ply-image --offset 0,115 /etc/screens/en-US/empty.png
  338. + find_official_root
  339. + dlogf Checking for an official recovery image . . .
  340. + printf Checking for an official recovery image . . . /dev/tty2 /dev/tty3
  341. Checking for an official recovery image . . .+ wait_for_gpt_root
  342. + [ -z 2f6d00b9-9b5d-9343-a091-30ff5c472fa5 ]
  343. + dlog -n Looking for rootfs using kern_guid...
  344. + echo -n Looking for rootfs using kern_guid...
  345. + tee -a /dev/tty2 /dev/tty3
  346. Looking for rootfs using kern_guid...+ seq 20
  347. + dlogf .
  348. + printf .
  349. + tee -a /dev/tty2 /dev/tty3
  350. .+ cgpt find -1 -u 2f6d00b9-9b5d-9343-a091-30ff5c472fa5
  351. WARNING: Primary GPT header is invalid
  352. WARNING: Secondary GPT header is invalid
  353. ERROR: Can't open /dev/mmcblk0rpmb: Permission denied
  354. WARNING: Primary GPT header is invalid
  355. WARNING: Secondary GPT header is invalid
  356. WARNING: Primary GPT header is invalid
  357. WARNING: Secondary GPT header is invalid
  358. + kern=/dev/sda2
  359. + newroot=/dev/sda3
  360. + [ -b /dev/sda3 ]
  361. + USB_DEV=/dev/sda3
  362. + dlog Found /dev/sda3
  363. + echo Found /dev/sda3
  364. + tee -a /dev/tty2 /dev/tty3
  365. Found /dev/sda3
  366. + return 0
  367. + strip_partition /dev/sda3
  368. + local dev=/dev/sda
  369. + echo /dev/sda
  370. + cgpt find -t rootfs /dev/sda
  371. /dev/sda3
  372. /dev/sda5
  373. /dev/sda7
  374. + REAL_USB_DEV=/dev/sda3
  375. + LOG_DEV=/dev/sda1
  376. + verify_install_kernel_hash
  377. + get_kern_b_device
  378. + KERN_B_DEV=/dev/sda4
  379. + [ ! -b /dev/sda4 ]
  380. + return 0
  381. + get_real_kern_b_hash
  382. + + cutsha1sum -d
  383. dd if=/dev/sda4
  384. 32768+0 records in
  385. 32768+0 records out
  386. 16777216 bytes (16.0MB) copied, 0.243727 seconds, 65.6MB/s
  387. + REAL_KERN_B_HASH=ed35f549b962d7b9dff35598dd403b4ce171486c
  388. + [ -n ed35f549b962d7b9dff35598dd403b4ce171486c ]
  389. + [ ed35f549b962d7b9dff35598dd403b4ce171486c != ed35f549b962d7b9dff35598dd403b4ce171486c ]
  390. + return 0
  391. + check_if_dm_root
  392. + dump_kernel_config /dev/sda4
  393. + grep -q root=/dev/dm-
  394. + return 0
  395. + setup_dm_root
  396. + local eio
  397. + dlog -n Extracting the device mapper configuration...
  398. + echo -n+ Extracting the device mapper configuration...
  399. -a /dev/tty2 /dev/tty3
  400. Extracting the device mapper configuration...+ + sed+ -esed s/%U/2f6d00b9-9b5d-9343-a091-30ff5c472fa5/g -e s/.*dm="\([^"]*\)".*/\1/g;t;d
  401. dump_kernel_config /dev/sda4
  402. + DMARG=1 vroot none ro 1,0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf
  403. + [ -z 1 vroot none ro 1,0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf ]
  404. + DM_NAME=vroot
  405. + parse_dm_table 1 vroot none ro 1,0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf
  406. + local vroot= none ro 1,0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf
  407. + local table=0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf
  408. + is_old_style_verity_argv 0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf
  409. + echo 0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf
  410. + cut -f7 -d
  411. + local depth=alg=sha1
  412. + [ alg=sha1 = 0 ]
  413. + return 1
  414. + local eio=error_behavior=eio
  415. + echo 0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf error_behavior=eio
  416. + DM_TABLE=0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf error_behavior=eio
  417. + [ -n 2f6d00b9-9b5d-9343-a091-30ff5c472fa5 ]
  418. + [ 0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID= = 0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf error_behavior=eio ]
  419. + dmsetup create -r vroot --major 254 --minor 0 --table 0 2506752 verity payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf error_behavior=eio
  420. + USB_DEV=/dev/dm-0
  421. + [ ! -b /dev/dm-0 ]
  422. + dlog Created device mapper root vroot.
  423. + echo Created device mapper root vroot.+
  424. tee -a /dev/tty2 /dev/tty3
  425. Created device mapper root vroot.
  426. + return 0
  427. + mount_usb
  428. + dlog -n Mounting usb
  429. + echo -n+ Mounting usbtee -a /dev/tty2 /dev/tty3
  430. Mounting usb+ seq 20
  431. + dlogf .
  432. + printf .
  433. + tee -a /dev/tty2 /dev/tty3
  434. .+ mount -n -o ro /dev/dm-0 /usb
  435. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  436. + sleep 1
  437. + dlogf .
  438. + printf+ .
  439. -a /dev/tty2 /dev/tty3
  440. .+ mount -n -o ro /dev/dm-0 /usb
  441. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  442. + sleep 1
  443. + dlogf .
  444. + printf .
  445. + tee -a /dev/tty2 /dev/tty3
  446. .+ mount -n -o ro /dev/dm-0 /usb
  447. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  448. + sleep 1
  449. + dlogf .
  450. + printf .
  451. + tee -a /dev/tty2 /dev/tty3
  452. .+ mount -n -o ro /dev/dm-0 /usb
  453. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  454. + sleep 1
  455. + dlogf .
  456. + printf .
  457. + tee -a /dev/tty2 /dev/tty3
  458. .+ mount -n -o ro /dev/dm-0 /usb
  459. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  460. + sleep 1
  461. + dlogf .
  462. + printf .+ tee -a /dev/tty2 /dev/tty3
  463. .+ mount -n -o ro /dev/dm-0 /usb
  464. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  465. + sleep 1
  466. + dlogf .
  467. + printf .
  468. + tee -a /dev/tty2 /dev/tty3
  469. .+ mount -n -o ro /dev/dm-0 /usb
  470. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  471. + sleep 1
  472. + dlogf .
  473. + printf .
  474. tee -a /dev/tty2 /dev/tty3
  475. .+ mount -n -o ro /dev/dm-0 /usb
  476. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  477. + sleep 1
  478. + dlogf .
  479. + tee -a /dev/tty2 /dev/tty3
  480. + printf .
  481. .+ mount -n -o ro /dev/dm-0 /usb
  482. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  483. + sleep 1
  484. + dlogf .
  485. + printf .
  486. + tee -a /dev/tty2 /dev/tty3
  487. .+ mount -n -o ro /dev/dm-0 /usb
  488. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  489. + sleep 1
  490. + dlogf .
  491. + printf .
  492. + tee -a /dev/tty2 /dev/tty3
  493. .+ mount -n -o ro /dev/dm-0 /usb
  494. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  495. + sleep 1
  496. + dlogf .
  497. + tee -a /dev/tty2 /dev/tty3
  498. + printf .
  499. .+ mount -n -o ro /dev/dm-0 /usb
  500. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  501. + sleep 1
  502. + dlogf .
  503. + tee -a /dev/tty2 /dev/tty3
  504. + printf .
  505. .+ mount -n -o ro /dev/dm-0 /usb
  506. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  507. + sleep 1
  508. + dlogf .
  509. + printf .
  510. + tee -a /dev/tty2 /dev/tty3
  511. .+ mount -n -o ro /dev/dm-0 /usb
  512. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  513. + sleep 1
  514. + dlogf .
  515. + tee -a /dev/tty2 /dev/tty3
  516. + printf .
  517. .+ mount -n -o ro /dev/dm-0 /usb
  518. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  519. + sleep 1
  520. + dlogf .
  521. + printf .
  522. + tee -a /dev/tty2 /dev/tty3
  523. .+ mount -n -o ro /dev/dm-0 /usb
  524. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  525. + sleep 1
  526. + dlogf .
  527. + tee -a /dev/tty2 /dev/tty3
  528. + printf .
  529. .+ mount -n -o ro /dev/dm-0 /usb
  530. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  531. + sleep 1
  532. + dlogf .
  533. + printf .
  534. + tee -a /dev/tty2 /dev/tty3
  535. .+ mount -n -o ro /dev/dm-0 /usb
  536. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  537. + sleep 1
  538. + dlogf .
  539. + tee -a /dev/tty2 /dev/tty3
  540. + printf .
  541. .+ mount -n -o ro /dev/dm-0 /usb
  542. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  543. + sleep 1
  544. + dlogf .
  545. + printf .
  546. + tee -a /dev/tty2 /dev/tty3
  547. .+ mount -n -o ro /dev/dm-0 /usb
  548. mount: mounting /dev/dm-0 on /usb failed: Input/output error
  549. + sleep 1
  550. + dlog Failed to mount usb!
  551. + echo Failed to mount usb!
  552. + tee -a /dev/tty2 /dev/tty3
  553. Failed to mount usb!
  554. + return 1
  555. + return 1
  556. + find_developer_root
  557. + is_developer_mode
  558. + is_nonchrome
  559. + crossystem mainfw_type?nonchrome
  560. + crossystem mainfw_type?netboot
  561. + crossystem devsw_boot?1
  562. + return 1
  563. + on_error
  564. + message on_error
  565. + message_on_error
  566. + instructions error
  567. + showbox -115 error
  568. + local offset=0,-115
  569. + shift
  570. + local message_token=error
  571. + shift
  572. + local message_file=/etc/screens/en-US/error.png
  573. + [ ! -f /etc/screens/en-US/error.png ]
  574. + ply-image --offset 0,-115 /etc/screens/en-US/error.png
  575. + showicon -115 /etc/screens/icon_warning.png
  576. + local icon_left=-471
  577. + local icon_top=-162
  578. + shift
  579. + ply-image --offset -471,-162 /etc/screens/icon_warning.png
  580. + progress empty
  581. + showbox 0 empty
  582. + local offset=0,0
  583. + shift
  584. + local message_token=empty
  585. + shift
  586. + local message_file=/etc/screens/en-US/empty.png
  587. + [ ! -f /etc/screens/en-US/empty.png ]
  588. + ply-image --offset 0,0 /etc/screens/en-US/empty.png
  589. + dev_notice empty
  590. + showbox 115 empty
  591. + local offset=0,115
  592. + shift
  593. + local message_token=empty
  594. + shift
  595. + local message_file=/etc/screens/en-US/empty.png
  596. + [ ! -f /etc/screens/en-US/empty.png ]
  597. + ply-image --offset 0,115 /etc/screens/en-US/empty.png
  598. + save_log_files
  599. + local log_dev=/dev/sda1
  600. + local log_fs=ext4
  601. + [ -z /dev/sda1 ]
  602. + [ ! -b /dev/sda1 ]
  603. + dlog Dumping dmesg to /log
  604. + echo+ Dumping dmesg to /logtee
  605. -a /dev/tty2 /dev/tty3
  606. Dumping dmesg to /log
  607. + dmesg
  608. + cat /log/dmesg
  609. + dlog Saving log files from: /log -> /dev/sda1
  610. + echo Saving log files from: /log -> /dev/sda1
  611. -a /dev/tty2 /dev/tty3
  612. Saving log files from: /log -> /dev/sda1
  613. + err=0
  614. + [ 0 -ne 0 ]
  615. + mount -n -t ext4 -o sync,rw /dev/sda1 /tmp
  616. + [ 0 -ne 0 ]
  617. + rm -rf /tmp/recovery_logs
  618. + [ 0 -ne 0 ]
  619. + mkdir -p /tmp/recovery_logs
  620. + [ 0 -ne 0 ]
  621. + cp /log/dmesg /log/recovery.log /tmp/recovery_logs
  622. fa5/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=ed35f549b962d7b9dff35598dd403b4ce171486c vt.global_cursor_default=0 kern_guid=2f6d00b9-9b5d-9343-a091-30ff5c472fa5 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
  623. [ 0.000000] e820: BIOS-provided physical RAM map:
  624. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] type 16
  625. [ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
  626. [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
  627. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
  628. [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
  629. [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000007ae6dfff] usable
  630. [ 0.000000] BIOS-e820: [mem 0x000000007ae6e000-0x000000007affffff] type 16
  631. [ 0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
  632. [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
  633. [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000febfffff] reserved
  634. [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
  635. [ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
  636. [ 0.000000] BIOS-e820: [mem 0x00000000fed05000-0x00000000fed05fff] reserved
  637. [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
  638. [ 0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
  639. [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
  640. [ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
  641. [ 0.000000] NX (Execute Disable) protection: active
  642. [ 0.000000] SMBIOS 2.7 present.
  643. [ 0.000000] DMI: GOOGLE Gnawty, BIOS Google_Gnawty.5216.239.34 08/16/2015
  644. [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
  645. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  646. [ 0.000000] No AGP bridge found
  647. [ 0.000000] e820: last_pfn = 0x7ae6e max_arch_pfn = 0x400000000
  648. [ 0.000000] MTRR default type: uncachable
  649. [ 0.000000] MTRR fixed ranges enabled:
  650. [ 0.000000] 00000-9FFFF write-back
  651. [ 0.000000] A0000-BFFFF uncachable
  652. [ 0.000000] C0000-FFFFF write-back
  653. [ 0.000000] MTRR variable ranges enabled:
  654. [ 0.000000] 0 base 000000000 mask FC0000000 write-back
  655. [ 0.000000] 1 base 040000000 mask FE0000000 write-back
  656. [ 0.000000] 2 base 060000000 mask FF0000000 write-back
  657. [ 0.000000] 3 base 070000000 mask FF8000000 write-back
  658. [ 0.000000] 4 base 078000000 mask FFC000000 write-back
  659. [ 0.000000] 5 base 07B800000 mask FFF800000 uncachable
  660. [ 0.000000] 6 base 0FF800000 mask FFF800000 uncachable
  661. [ 0.000000] 7 disabled
  662. [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
  663. [ 0.000000] Scanning 1 areas for low memory corruption
  664. [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
  665. [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
  666. [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
  667. [ 0.000000] BRK [0x0ce0a000, 0x0ce0afff] PGTABLE
  668. [ 0.000000] BRK [0x0ce0b000, 0x0ce0bfff] PGTABLE
  669. [ 0.000000] BRK [0x0ce0c000, 0x0ce0cfff] PGTABLE
  670. [ 0.000000] init_memory_mapping: [mem 0x7ac00000-0x7adfffff]
  671. [ 0.000000] [mem 0x7ac00000-0x7adfffff] page 2M
  672. [ 0.000000] BRK [0x0ce0d000, 0x0ce0dfff] PGTABLE
  673. [ 0.000000] init_memory_mapping: [mem 0x78000000-0x7abfffff]
  674. [ 0.000000] [mem 0x78000000-0x7abfffff] page 2M
  675. [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
  676. [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
  677. [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
  678. [ 0.000000] init_memory_mapping: [mem 0x20100000-0x77ffffff]
  679. [ 0.000000] [mem 0x20100000-0x201fffff] page 4k
  680. [ 0.000000] [mem 0x20200000-0x77ffffff] page 2M
  681. [ 0.000000] BRK [0x0ce0e000, 0x0ce0efff] PGTABLE
  682. [ 0.000000] init_memory_mapping: [mem 0x7ae00000-0x7ae6dfff]
  683. [ 0.000000] [mem 0x7ae00000-0x7ae6dfff] page 4k
  684. [ 0.000000] BRK [0x0ce0f000, 0x0ce0ffff] PGTABLE
  685. [ 0.000000] ACPI: RSDP 00000000000f0000 00024 (v02 CORE )
  686. [ 0.000000] ACPI: XSDT 000000007af780e0 0004C (v01 CORE COREBOOT 00000000 CORE 00000000)
  687. [ 0.000000] ACPI: FACP 000000007af7c540 000F4 (v03 CORE COREBOOT 00000000 CORE 00000001)
  688. [ 0.000000] ACPI: DSDT 000000007af78250 042EA (v05 COREv4 COREBOOT 20110725 INTL 20130117)
  689. [ 0.000000] ACPI: FACS 000000007af78210 00040
  690. [ 0.000000] ACPI: HPET 000000007af7c640 00038 (v01 CORE COREBOOT 00000000 CORE 00000000)
  691. [ 0.000000] ACPI: APIC 000000007af7c680 0005C (v01 CORE COREBOOT 00000000 CORE 00000000)
  692. [ 0.000000] ACPI: MCFG 000000007af7c6e0 0003C (v01 CORE COREBOOT 00000000 CORE 00000000)
  693. [ 0.000000] ACPI: SSDT 000000007af7d7d0 00810 (v02 CORE COREBOOT 0000002A CORE 0000002A)
  694. [ 0.000000] ACPI: Local APIC address 0xfee00000
  695. [ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff880078600000-ffff88007a5fffff] on node 0
  696. [ 0.000000] Zone ranges:
  697. [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
  698. [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
  699. [ 0.000000] Normal empty
  700. [ 0.000000] Movable zone start for each node
  701. [ 0.000000] Early memory node ranges
  702. [ 0.000000] node 0: [mem 0x00001000-0x0009ffff]
  703. [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
  704. [ 0.000000] node 0: [mem 0x20100000-0x7ae6dfff]
  705. [ 0.000000] On node 0 totalpages: 503053
  706. [ 0.000000] DMA zone: 64 pages used for memmap
  707. [ 0.000000] DMA zone: 22 pages reserved
  708. [ 0.000000] DMA zone: 3999 pages, LIFO batch:0
  709. [ 0.000000] DMA32 zone: 7802 pages used for memmap
  710. [ 0.000000] DMA32 zone: 499054 pages, LIFO batch:31
  711. [ 0.000000] ACPI: PM-Timer IO Port: 0x408
  712. [ 0.000000] ACPI: Local APIC address 0xfee00000
  713. [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
  714. [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
  715. [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
  716. [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
  717. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  718. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  719. [ 0.000000] ACPI: IRQ0 used by override.
  720. [ 0.000000] ACPI: IRQ2 used by override.
  721. [ 0.000000] ACPI: IRQ9 used by override.
  722. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  723. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  724. [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
  725. [ 0.000000] nr_irqs_gsi: 103
  726. [ 0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
  727. [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
  728. [ 0.000000] PERCPU: Embedded 26 pages/cpu @ffff88007ac00000 s77376 r8192 d20928 u1048576
  729. [ 0.000000] pcpu-alloc: s77376 r8192 d20928 u1048576 alloc=1*2097152
  730. [ 0.000000] pcpu-alloc: [0] 0 1
  731. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 495165
  732. [ 0.000000] Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/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=ed35f549b962d7b9dff35598dd403b4ce171486c vt.global_cursor_default=0 kern_guid=2f6d00b9-9b5d-9343-a091-30ff5c472fa5 add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
  733. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  734. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  735. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  736. [ 0.000000] Disabling VMX on cpu 0
  737. [ 0.000000] Checking aperture...
  738. [ 0.000000] No AGP bridge found
  739. [ 0.000000] Memory: 1959484k/2013624k available (5368k kernel code, 1412k absent, 52728k reserved, 5683k data, 4384k init)
  740. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  741. [ 0.000000] Hierarchical RCU implementation.
  742. [ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32
  743. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  744. [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
  745. [ 0.000000] Console: colour dummy device 80x25
  746. [ 0.000000] hpet clockevent registered
  747. [ 0.000000] Initial TSC value: 48319959584
  748. [ 0.000000] tsc: Fast TSC calibration using PIT
  749. [ 0.000000] Initial usec timer 22308383
  750. [ 0.000000] tsc: Detected 2166.756 MHz processor
  751. [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4333.51 BogoMIPS (lpj=2166756)
  752. [ 0.000009] pid_max: default: 32768 minimum: 301
  753. [ 0.000050] Security Framework initialized
  754. [ 0.000056] Yama: becoming mindful.
  755. [ 0.000076] Mount-cache hash table entries: 256
  756. [ 0.000363] Initializing cgroup subsys freezer
  757. [ 0.000388] CPU: Physical Processor ID: 0
  758. [ 0.000391] CPU: Processor Core ID: 0
  759. [ 0.000395] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
  760. [ 0.000395] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
  761. [ 0.005148] mce: CPU supports 6 MCE banks
  762. [ 0.005158] CPU0: Thermal monitoring enabled (TM1)
  763. [ 0.005167] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
  764. [ 0.005167] Last level dTLB entries: 4KB 128, 2MB 0, 4MB 0
  765. [ 0.005167] tlb_flushall_shift: 6
  766. [ 0.005278] Freeing SMP alternatives: 12k freed
  767. [ 0.005289] ACPI: Core revision 20130328
  768. [ 0.009831] ACPI: All ACPI Tables successfully acquired
  769. [ 0.009843] acpi_enable!
  770. [ 0.010864] ACPI mode enable smi_command = 0xb2 val = 0xe1
  771. [ 0.010872] ftrace: allocating 24403 entries in 96 pages
  772. [ 0.024882] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  773. [ 0.034898] smpboot: CPU0: Intel(R) Celeron(R) CPU N2840 @ 2.16GHz (fam: 06, model: 37, stepping: 08)
  774. [ 0.034913] TSC deadline timer enabled
  775. [ 0.034928] Performance Events: no PEBS fmt2+, 8-deep LBR, Silvermont events, Intel PMU driver.
  776. [ 0.034939] ... version: 3
  777. [ 0.034942] ... bit width: 40
  778. [ 0.034944] ... generic registers: 2
  779. [ 0.034947] ... value mask: 000000ffffffffff
  780. [ 0.034949] ... max period: 000000007fffffff
  781. [ 0.034951] ... fixed-purpose events: 3
  782. [ 0.034954] ... event mask: 0000000700000003
  783. [ 0.036536] smpboot: Booting Node 0, Processors #1 OK
  784. [ 0.046656] Disabling VMX on cpu 1
  785. [ 0.054466] Brought up 2 CPUs
  786. [ 0.054474] smpboot: Total of 2 processors activated (8667.02 BogoMIPS)
  787. [ 0.054573] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  788. [ 0.055097] devtmpfs: initialized
  789. [ 0.057719] pinctrl core: initialized pinctrl subsystem
  790. [ 0.057793] RTC time: 0:37:52, date: 05/28/18
  791. [ 0.057861] NET: Registered protocol family 16
  792. [ 0.058662] Switched to clocksource hpet
  793. [ 0.058666] ACPI: bus type PCI registered
  794. [ 0.058758] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
  795. [ 0.058763] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
  796. [ 0.073346] PCI: Using configuration type 1 for base access
  797. [ 0.075901] bio: create slab <bio-0> at 0
  798. [ 0.076128] ACPI: Added _OSI(Module Device)
  799. [ 0.076132] ACPI: Added _OSI(Processor Device)
  800. [ 0.076136] ACPI: Added _OSI(3.0 _SCP Extensions)
  801. [ 0.076139] ACPI: Added _OSI(Processor Aggregator Device)
  802. [ 0.077752] ACPI: EC: Look up EC in DSDT
  803. [ 0.100760] ACPI: Interpreter enabled
  804. [ 0.100772] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130328/hwxface-568)
  805. [ 0.100781] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130328/hwxface-568)
  806. [ 0.100800] ACPI: (supports S0 S3 S5)
  807. [ 0.100804] ACPI: Using IOAPIC for interrupt routing
  808. [ 0.100847] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  809. [ 0.101008] ACPI: No dock devices found.
  810. [ 0.112499] ACPI: Power Resource [PLPE] (on)
  811. [ 0.118700] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  812. [ 0.118927] acpi PNP0A08:00: host bridge window expanded to [mem 0x00000000-0xfeafffff]; [mem 0x00000000-0xfeafffff] ignored
  813. [ 0.118985] PCI host bridge to bus 0000:00
  814. [ 0.118991] pci_bus 0000:00: root bus resource [bus 00-ff]
  815. [ 0.118996] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
  816. [ 0.119000] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
  817. [ 0.119004] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfeafffff]
  818. [ 0.119009] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
  819. [ 0.119013] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
  820. [ 0.119017] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
  821. [ 0.119021] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff]
  822. [ 0.119026] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
  823. [ 0.119030] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
  824. [ 0.119034] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
  825. [ 0.119038] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
  826. [ 0.119042] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
  827. [ 0.119046] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
  828. [ 0.119051] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
  829. [ 0.119055] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
  830. [ 0.119059] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
  831. [ 0.119063] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
  832. [ 0.119078] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
  833. [ 0.119181] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
  834. [ 0.119198] pci 0000:00:02.0: reg 10: [mem 0xd0000000-0xd03fffff]
  835. [ 0.119212] pci 0000:00:02.0: reg 18: [mem 0xc0000000-0xcfffffff pref]
  836. [ 0.119225] pci 0000:00:02.0: reg 20: [io 0x1000-0x1007]
  837. [ 0.119345] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
  838. [ 0.119368] pci 0000:00:14.0: reg 10: [mem 0xd0900000-0xd090ffff 64bit]
  839. [ 0.119433] pci 0000:00:14.0: PME# supported from D3hot D3cold
  840. [ 0.119472] pci 0000:00:14.0: System wakeup disabled by ACPI
  841. [ 0.119544] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
  842. [ 0.119574] pci 0000:00:1a.0: reg 10: [mem 0xd0600000-0xd06fffff]
  843. [ 0.119590] pci 0000:00:1a.0: reg 14: [mem 0xd0700000-0xd07fffff]
  844. [ 0.119703] pci 0000:00:1a.0: PME# supported from D0 D3hot
  845. [ 0.119804] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
  846. [ 0.119830] pci 0000:00:1b.0: reg 10: [mem 0xd0914000-0xd0917fff 64bit]
  847. [ 0.119907] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  848. [ 0.119998] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
  849. [ 0.120064] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  850. [ 0.120152] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
  851. [ 0.120395] pci 0000:01:00.0: [8086:08b1] type 00 class 0x028000
  852. [ 0.120443] pci 0000:01:00.0: reg 10: [mem 0xd0800000-0xd0801fff 64bit]
  853. [ 0.120631] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
  854. [ 0.122757] pci 0000:00:1c.0: PCI bridge to [bus 01]
  855. [ 0.122766] pci 0000:00:1c.0: bridge window [mem 0xd0800000-0xd08fffff]
  856. [ 0.122779] pci_bus 0000:00: on NUMA node 0
  857. [ 0.122821] acpi PNP0A08:00: Requesting ACPI _OSC control (0x1d)
  858. [ 0.122887] acpi PNP0A08:00: ACPI _OSC control (0x1d) granted
  859. [ 0.123015] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
  860. [ 0.123142] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
  861. [ 0.123265] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
  862. [ 0.123387] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
  863. [ 0.123510] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
  864. [ 0.123633] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
  865. [ 0.123769] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
  866. [ 0.123897] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
  867. [ 0.128895] gpiochip_find_base: found new base at 154
  868. [ 0.128925] gpiochip_add: registered GPIOs 154 to 255 on device: INT33FC:00
  869. [ 0.129059] gpiochip_find_base: found new base at 126
  870. [ 0.129086] gpiochip_add: registered GPIOs 126 to 153 on device: INT33FC:01
  871. [ 0.129204] gpiochip_find_base: found new base at 82
  872. [ 0.129231] gpiochip_add: registered GPIOs 82 to 125 on device: INT33FC:02
  873. [ 0.140213] acpi root: \_SB_.PCI0 notify handler is installed
  874. [ 0.140284] Found 1 acpi root devices
  875. [ 0.140366] ACPI: EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
  876. [ 0.140565] SCSI subsystem initialized
  877. [ 0.140570] ACPI: bus type ATA registered
  878. [ 0.140675] libata version 3.00 loaded.
  879. [ 0.140711] ACPI: bus type USB registered
  880. [ 0.140765] usbcore: registered new interface driver usbfs
  881. [ 0.140785] usbcore: registered new interface driver hub
  882. [ 0.140845] usbcore: registered new device driver usb
  883. [ 0.148106] i2c i2c-3: failed to add I2C device ELAN0001:00 from ACPI
  884. [ 0.152828] chromeos_acpi: registering CHSW 0
  885. [ 0.157864] chromeos_acpi: registering VBNV 0
  886. [ 0.157870] chromeos_acpi: registering VBNV 1
  887. [ 0.158268] chromeos_acpi: truncating buffer from 3072 to 1336
  888. [ 0.158611] chromeos_acpi: installed
  889. [ 0.158615] chromeos_acpi: chromeos_acpi: enabling S3 USB wake
  890. [ 0.162798] Advanced Linux Sound Architecture Driver Initialized.
  891. [ 0.162802] PCI: Using ACPI for IRQ routing
  892. [ 0.168984] PCI: pci_cache_line_size set to 64 bytes
  893. [ 0.169036] e820: reserve RAM buffer [mem 0x7ae6e000-0x7bffffff]
  894. [ 0.169580] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
  895. [ 0.169589] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
  896. [ 0.181445] pnp: PnP ACPI init
  897. [ 0.181470] ACPI: bus type PNP registered
  898. [ 0.181605] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
  899. [ 0.181612] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
  900. [ 0.181618] system 00:00: [mem 0xfed03000-0xfed033ff] has been reserved
  901. [ 0.181623] system 00:00: [mem 0xfed08000-0xfed083ff] has been reserved
  902. [ 0.181627] system 00:00: [mem 0xfed01000-0xfed013ff] has been reserved
  903. [ 0.181632] system 00:00: [mem 0xfef00000-0xfeffffff] has been reserved
  904. [ 0.181637] system 00:00: [mem 0xfed05000-0xfed057ff] has been reserved
  905. [ 0.181642] system 00:00: [mem 0xfed1c000-0xfed1c3ff] has been reserved
  906. [ 0.181650] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
  907. [ 0.181733] pnp 00:01: Plug and Play ACPI device, IDs INT33bd (active)
  908. [ 0.182039] pnp 00:02: [dma 4]
  909. [ 0.182078] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
  910. [ 0.182124] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
  911. [ 0.182198] system 00:04: [mem 0xfed00000-0xfed003ff] has been reserved
  912. [ 0.182206] system 00:04: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
  913. [ 0.182281] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
  914. [ 0.182331] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
  915. [ 0.182408] system 00:07: [io 0x0900-0x09fe] has been reserved
  916. [ 0.182415] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  917. [ 0.182491] system 00:08: [io 0x0200] has been reserved
  918. [ 0.182497] system 00:08: [io 0x0204] has been reserved
  919. [ 0.182502] system 00:08: [io 0x0800-0x087f] has been reserved
  920. [ 0.182507] system 00:08: [io 0x0880-0x08ff] has been reserved
  921. [ 0.182513] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
  922. [ 0.182595] pnp 00:09: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
  923. [ 0.186860] pnp 00:0a: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
  924. [ 0.201857] pnp 00:0b: Plug and Play ACPI device, IDs PNP0c0e (active)
  925. [ 0.201938] pnp 00:0c: Plug and Play ACPI device, IDs PNP0c0e (active)
  926. [ 0.201966] pnp: PnP ACPI: found 13 devices
  927. [ 0.201970] ACPI: bus type PNP unregistered
  928. [ 0.210412] pci 0000:00:1c.0: PCI bridge to [bus 01]
  929. [ 0.210422] pci 0000:00:1c.0: bridge window [mem 0xd0800000-0xd08fffff]
  930. [ 0.210966] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
  931. [ 0.210972] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
  932. [ 0.210977] pci_bus 0000:00: resource 6 [mem 0x00000000-0xfeafffff]
  933. [ 0.210981] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
  934. [ 0.210985] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
  935. [ 0.210990] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
  936. [ 0.210994] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff]
  937. [ 0.210998] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff]
  938. [ 0.211002] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff]
  939. [ 0.211007] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff]
  940. [ 0.211011] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff]
  941. [ 0.211015] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff]
  942. [ 0.211019] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff]
  943. [ 0.211024] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff]
  944. [ 0.211028] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff]
  945. [ 0.211032] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff]
  946. [ 0.211036] pci_bus 0000:00: resource 20 [mem 0xfed40000-0xfed44fff]
  947. [ 0.211041] pci_bus 0000:01: resource 1 [mem 0xd0800000-0xd08fffff]
  948. [ 0.211085] NET: Registered protocol family 2
  949. [ 0.211340] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
  950. [ 0.211426] TCP bind hash table entries: 16384 (order: 7, 524288 bytes)
  951. [ 0.211576] TCP: Hash tables configured (established 16384 bind 16384)
  952. [ 0.211634] TCP: reno registered
  953. [ 0.211645] UDP hash table entries: 1024 (order: 4, 98304 bytes)
  954. [ 0.211686] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes)
  955. [ 0.211882] NET: Registered protocol family 1
  956. [ 0.211909] pci 0000:00:02.0: Boot video device
  957. [ 0.212965] PCI: CLS 64 bytes, default 64
  958. [ 0.910830] microcode: CPU0 sig=0x30678, pf=0x8, revision=0x829
  959. [ 0.910843] microcode: CPU1 sig=0x30678, pf=0x8, revision=0x829
  960. [ 0.910898] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  961. [ 0.910903] Scanning for low memory corruption every 60 seconds
  962. [ 0.914037] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  963. [ 0.914300] msgmni has been set to 3827
  964. [ 0.915031] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  965. [ 0.915036] io scheduler noop registered
  966. [ 0.915039] io scheduler deadline registered
  967. [ 0.915048] io scheduler cfq registered (default)
  968. [ 0.915153] pcieport 0000:00:1c.0: irq 103 for MSI/MSI-X
  969. [ 0.915296] aer 0000:00:1c.0:pcie02: service driver aer loaded
  970. [ 0.915324] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
  971. [ 0.915328] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
  972. [ 0.915334] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
  973. [ 0.915370] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  974. [ 0.915398] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  975. [ 0.915455] intel_idle: MWAIT substates: 0x33000020
  976. [ 0.915458] intel_idle: v0.4 model 0x37
  977. [ 0.915461] intel_idle: lapic_timer_reliable_states 0xffffffff
  978. [ 0.915610] ACPI: AC Adapter [AC] (off-line)
  979. [ 0.915801] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0
  980. [ 0.920414] ACPI: Lid Switch [LID0]
  981. [ 0.920493] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
  982. [ 0.920500] ACPI: Power Button [PWRB]
  983. [ 0.920576] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input2
  984. [ 0.920582] ACPI: Sleep Button [TPAD]
  985. [ 0.920657] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:01/input/input3
  986. [ 0.920663] ACPI: Sleep Button [TSCR]
  987. [ 0.920736] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
  988. [ 0.920742] ACPI: Power Button [PWRF]
  989. [ 0.920841] ACPI: Requesting acpi_cpufreq
  990. [ 0.940499] Non-volatile memory driver v1.3
  991. [ 0.940566] Linux agpgart interface v0.103
  992. [ 0.940721] ACPI: Battery Slot [BAT0] (battery present)
  993. [ 0.940749] tpm_tis tpm_tis: 1.2 TPM (device-id 0xB, rev-id 16) [gentle shutdown]
  994. [ 0.970505] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
  995. [ 1.006527] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
  996. [ 1.036507] tpm_tis tpm_tis: command 0x53 (size 10) returned code 0x0
  997. [ 1.066582] tpm_tis tpm_tis: command 0x15 (size 14) returned code 0x0
  998. [ 1.066616] [drm] Initialized drm 1.1.0 20060810
  999. [ 1.067862] [drm] Memory usable by graphics device = 2048M
  1000. [ 1.067872] i915 0000:00:02.0: setting latency timer to 64
  1001. [ 1.073329] i915 0000:00:02.0: irq 104 for MSI/MSI-X
  1002. [ 1.073343] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  1003. [ 1.073347] [drm] Driver supports precise vblank timestamp query.
  1004. [ 1.513359] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
  1005. [ 1.513668] [drm] Initialized vgem 1.0.0 20120112 on minor 1
  1006. [ 1.513692] usbcore: registered new interface driver udl
  1007. [ 1.514894] loop: module loaded
  1008. [ 1.514904] lkdtm: No crash points registered, enable through debugfs
  1009. [ 1.514990] cros_ec_lpc cros_ec_lpc.0: Chrome EC device registered
  1010. [ 1.516288] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1011. [ 1.516292] ehci-pci: EHCI PCI platform driver
  1012. [ 1.516309] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1013. [ 1.516323] uhci_hcd: USB Universal Host Controller Interface driver
  1014. [ 1.516912] xhci_hcd 0000:00:14.0: setting latency timer to 64
  1015. [ 1.516918] xhci_hcd 0000:00:14.0: xHCI Host Controller
  1016. [ 1.516994] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  1017. [ 1.517130] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  1018. [ 1.517161] xhci_hcd 0000:00:14.0: irq 105 for MSI/MSI-X
  1019. [ 1.517238] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1020. [ 1.517244] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1021. [ 1.517248] usb usb1: Product: xHCI Host Controller
  1022. [ 1.517252] usb usb1: Manufacturer: Linux 3.10.18 xhci_hcd
  1023. [ 1.517255] usb usb1: SerialNumber: 0000:00:14.0
  1024. [ 1.517399] xHCI xhci_add_endpoint called for root hub
  1025. [ 1.517403] xHCI xhci_check_bandwidth called for root hub
  1026. [ 1.517445] hub 1-0:1.0: USB hub found
  1027. [ 1.517457] hub 1-0:1.0: 6 ports detected
  1028. [ 1.517764] xhci_hcd 0000:00:14.0: xHCI Host Controller
  1029. [ 1.517836] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  1030. [ 1.517893] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  1031. [ 1.517898] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1032. [ 1.517902] usb usb2: Product: xHCI Host Controller
  1033. [ 1.517906] usb usb2: Manufacturer: Linux 3.10.18 xhci_hcd
  1034. [ 1.517910] usb usb2: SerialNumber: 0000:00:14.0
  1035. [ 1.518032] xHCI xhci_add_endpoint called for root hub
  1036. [ 1.518036] xHCI xhci_check_bandwidth called for root hub
  1037. [ 1.518080] hub 2-0:1.0: USB hub found
  1038. [ 1.518088] hub 2-0:1.0: 1 port detected
  1039. [ 1.522907] usbcore: registered new interface driver cdc_acm
  1040. [ 1.522910] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  1041. [ 1.522941] usbcore: registered new interface driver usb-storage
  1042. [ 1.522958] usbcore: registered new interface driver ums-realtek
  1043. [ 1.522999] usbcore: registered new interface driver usbserial
  1044. [ 1.523014] usbcore: registered new interface driver usbserial_generic
  1045. [ 1.523025] usbserial: USB Serial support registered for generic
  1046. [ 1.523091] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 53
  1047. [ 1.523095] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
  1048. [ 1.523652] i8042: Warning: Keylock active
  1049. [ 1.523802] serio: i8042 KBD port at 0x60,0x64 irq 53
  1050. [ 1.524469] rtc_cmos 00:06: RTC can wake from S4
  1051. [ 1.524650] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
  1052. [ 1.524700] rtc_cmos 00:06: alarms up to one month, 242 bytes nvram, hpet irqs
  1053. [ 1.524714] i2c /dev entries driver
  1054. [ 1.525644] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
  1055. [ 1.525660] iTCO_vendor_support: vendor-support=0
  1056. [ 1.525829] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
  1057. [ 1.525884] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
  1058. [ 1.525983] device-mapper: verity-chromeos: dm-verity-chromeos registered
  1059. [ 1.525988] device-mapper: bootcache: version 0.1.0 loaded
  1060. [ 1.526045] Intel P-state driver initializing.
  1061. [ 1.526062] Intel pstate controlling: cpu 0
  1062. [ 1.526091] Intel pstate controlling: cpu 1
  1063. [ 1.526240] cpuidle: using governor ladder
  1064. [ 1.526378] cpuidle: using governor menu
  1065. [ 1.526396] sdhci: Secure Digital Host Controller Interface driver
  1066. [ 1.526399] sdhci: Copyright(c) Pierre Ossman
  1067. [ 1.532242] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
  1068. [ 1.532247] sdhci_acpi_probe: Enabling QoS on Baytrail eMMC slot
  1069. [ 1.534868] mmc1: SDHCI controller on ACPI [80860F16:00] using ADMA
  1070. [ 1.535310] gsmi version 1.0 loaded
  1071. [ 1.535335] hidraw: raw HID events driver (C) Jiri Kosina
  1072. [ 1.535549] usbcore: registered new interface driver usbhid
  1073. [ 1.535552] usbhid: USB HID core driver
  1074. [ 1.535641] ashmem: initialized
  1075. [ 1.535671] chromeos ramoops using acpi device.
  1076. [ 1.537772] console [pstore-1] enabled
  1077. [ 1.537779] ramoops: attached 0x100000@0x7ae77000, ecc: 0/0
  1078. [ 1.538116] Netfilter messages via NETLINK v0.30.
  1079. [ 1.538171] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  1080. [ 1.538323] ctnetlink v0.93: registering with nfnetlink.
  1081. [ 1.538487] ip_tables: (C) 2000-2006 Netfilter Core Team
  1082. [ 1.538526] TCP: cubic registered
  1083. [ 1.538532] Initializing XFRM netlink socket
  1084. [ 1.538712] NET: Registered protocol family 10
  1085. [ 1.538970] NET: Registered protocol family 17
  1086. [ 1.540277] Magic number: 2:675:608
  1087. [ 1.540540] ALSA device list:
  1088. [ 1.540547] No soundcards found.
  1089. [ 1.540597] Warning: unable to open an initial console.
  1090. [ 1.564896] [drm] GMBUS [i915 gmbus dpc] timed out, falling back to bit banging on pin 4
  1091. [ 1.582253] fbcon: inteldrmfb (fb0) is primary device
  1092. [ 1.656535] input: Elan Touchpad as /devices/platform/80860F41:00/i2c-0/0-0015/input/input6
  1093. [ 1.698712] mmc0: BKOPS_EN bit is not set
  1094. [ 1.720779] usb 2-1: new SuperSpeed USB device number 2 using xhci_hcd
  1095. [ 1.722283] mmc0: new HS200 MMC card at address 0001
  1096. [ 1.722429] mmcblk0: mmc0:0001 HAG2e 14.6 GiB
  1097. [ 1.722516] mmcblk0boot0: mmc0:0001 HAG2e partition 1 4.00 MiB
  1098. [ 1.722597] mmcblk0boot1: mmc0:0001 HAG2e partition 2 4.00 MiB
  1099. [ 1.722678] mmcblk0rpmb: mmc0:0001 HAG2e partition 3 4.00 MiB
  1100. [ 1.723694] mmcblk0: p1 p2 < p5 >
  1101. [ 1.725538] mmcblk0boot1: unknown partition table
  1102. [ 1.727045] mmcblk0boot0: unknown partition table
  1103. [ 1.736737] usb 2-1: New USB device found, idVendor=05dc, idProduct=a838
  1104. [ 1.736739] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1105. [ 1.736741] usb 2-1: Product: USB Flash Drive
  1106. [ 1.736743] usb 2-1: Manufacturer: Lexar
  1107. [ 1.736745] usb 2-1: SerialNumber: AAWH00DTYGVFHH0F
  1108. [ 1.740242] usb-storage 2-1:1.0: USB Mass Storage device detected
  1109. [ 1.740357] scsi0 : usb-storage 2-1:1.0
  1110. [ 1.895312] usb 1-3: new high-speed USB device number 2 using xhci_hcd
  1111. [ 1.912669] tsc: Refined TSC clocksource calibration: 2166.666 MHz
  1112. [ 1.912823] Switched to clocksource tsc
  1113. [ 1.918519] usb 1-3: New USB device found, idVendor=04f2, idProduct=b490
  1114. [ 1.918522] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1115. [ 1.918525] usb 1-3: Product: HD WebCam
  1116. [ 1.918527] usb 1-3: Manufacturer: Chicony Electronics Co.,Ltd.
  1117. [ 1.986265] ------------[ cut here ]------------
  1118. [ 1.986291] WARNING: at /mnt/host/source/src/third_party/kernel/v3.10/drivers/gpu/drm/i915/intel_display.c:759 intel_wait_for_vblank+0xdb/0x1c3()
  1119. [ 1.986295] vblank wait timed out
  1120. [ 1.986302] Modules linked in:
  1121. [ 1.986314] CPU: 1 PID: 6 Comm: kworker/u4:0 Not tainted 3.10.18 #2
  1122. [ 1.986318] Hardware name: GOOGLE Gnawty, BIOS Google_Gnawty.5216.239.34 08/16/2015
  1123. [ 1.986335] Workqueue: events_unbound async_run_entry_fn
  1124. [ 1.986352] 0000000000000009 000000001647d860 ffff8800781017d0 ffffffff8c335582
  1125. [ 1.986364] ffff880078101808 ffffffff8be32144 ffff880078101818 ffff880071618000
  1126. [ 1.986376] 00000000001f0040 0000000000000509 00000000fffb73c5 ffff880078101878
  1127. [ 1.986380] Call Trace:
  1128. [ 1.986401] [<ffffffff8c335582>] dump_stack+0x19/0x1b
  1129. [ 1.986417] [<ffffffff8be32144>] warn_slowpath_common+0x65/0x7d
  1130. [ 1.986431] [<ffffffff8be321b3>] warn_slowpath_fmt+0x57/0x73
  1131. [ 1.986448] [<ffffffff8c111fcb>] ? gen6_read32+0x94/0xa2
  1132. [ 1.986460] [<ffffffff8c0db5c8>] intel_wait_for_vblank+0xdb/0x1c3
  1133. [ 1.986473] [<ffffffff8c0dca9f>] intel_disable_primary_plane+0xa9/0xb2
  1134. [ 1.986485] [<ffffffff8c0dcbb3>] i9xx_crtc_disable+0x10b/0x2a7
  1135. [ 1.986499] [<ffffffff8c0e2790>] __intel_set_mode+0x825/0x10e7
  1136. [ 1.986512] [<ffffffff8bfecc9b>] ? vsnprintf+0x3eb/0x437
  1137. [ 1.986527] [<ffffffff8c0e49d8>] intel_set_mode+0x14/0x2a
  1138. [ 1.986540] [<ffffffff8c0e5118>] intel_crtc_set_config+0x645/0x7fe
  1139. [ 1.986552] [<ffffffff8c3388ef>] ? _cond_resched+0xe/0x1e
  1140. [ 1.986569] [<ffffffff8c0a744a>] drm_mode_set_config_internal+0x23/0x4c
  1141. [ 1.986586] [<ffffffff8c098783>] drm_fb_helper_set_par+0x64/0xaa
  1142. [ 1.986590] [<ffffffff8c02948d>] fbcon_init+0x337/0x43b
  1143. [ 1.986593] [<ffffffff8c0805b4>] visual_init+0xbb/0x110
  1144. [ 1.986596] [<ffffffff8c082204>] do_bind_con_driver+0x1a3/0x2b0
  1145. [ 1.986599] [<ffffffff8c082713>] do_take_over_console+0x3b/0x45
  1146. [ 1.986601] [<ffffffff8c025ca8>] do_fbcon_takeover+0x60/0x9c
  1147. [ 1.986603] [<ffffffff8c029cf7>] fbcon_event_notify+0x3c6/0x6f2
  1148. [ 1.986606] [<ffffffff8be5629f>] notifier_call_chain+0x3e/0x61
  1149. [ 1.986609] [<ffffffff8be56514>] __blocking_notifier_call_chain+0x4b/0x63
  1150. [ 1.986611] [<ffffffff8be56540>] blocking_notifier_call_chain+0x14/0x16
  1151. [ 1.986615] [<ffffffff8c01cf41>] fb_notifier_call_chain+0x1b/0x1d
  1152. [ 1.986617] [<ffffffff8c01e51d>] register_framebuffer+0x233/0x321
  1153. [ 1.986620] [<ffffffff8c098560>] drm_fb_helper_initial_config+0x3bb/0x48d
  1154. [ 1.986623] [<ffffffff8c117476>] intel_fbdev_initial_config+0x1a/0x1c
  1155. [ 1.986626] [<ffffffff8be578dc>] async_run_entry_fn+0x5f/0x115
  1156. [ 1.986630] [<ffffffff8be4b594>] process_one_work+0x182/0x2bd
  1157. [ 1.986632] [<ffffffff8be4c880>] worker_thread+0x143/0x202
  1158. [ 1.986635] [<ffffffff8be4c73d>] ? rescuer_thread+0x2c3/0x2c3
  1159. [ 1.986637] [<ffffffff8be51747>] kthread+0xc0/0xc8
  1160. [ 1.986640] [<ffffffff8be51687>] ? __kthread_parkme+0x6b/0x6b
  1161. [ 1.986643] [<ffffffff8c33a15c>] ret_from_fork+0x7c/0xb0
  1162. [ 1.986646] [<ffffffff8be51687>] ? __kthread_parkme+0x6b/0x6b
  1163. [ 1.986647] ---[ end trace 12a575337dee188a ]---
  1164. [ 2.073620] usb 1-4: new full-speed USB device number 3 using xhci_hcd
  1165. [ 2.086574] usb 1-4: New USB device found, idVendor=8087, idProduct=07dc
  1166. [ 2.086588] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  1167. [ 2.088337] ------------[ cut here ]------------
  1168. [ 2.088356] WARNING: at /mnt/host/source/src/third_party/kernel/v3.10/drivers/gpu/drm/i915/intel_display.c:854 intel_wait_for_pipe_off+0x14d/0x154()
  1169. [ 2.088360] pipe_off wait timed out
  1170. [ 2.088365] Modules linked in:
  1171. [ 2.088377] CPU: 1 PID: 6 Comm: kworker/u4:0 Tainted: G W 3.10.18 #2
  1172. [ 2.088382] Hardware name: GOOGLE Gnawty, BIOS Google_Gnawty.5216.239.34 08/16/2015
  1173. [ 2.088398] Workqueue: events_unbound async_run_entry_fn
  1174. [ 2.088413] 0000000000000009 000000001647d860 ffff8800781017e0 ffffffff8c335582
  1175. [ 2.088426] ffff880078101818 ffffffff8be32144 ffff880078101828 ffff880071618000
  1176. [ 2.088438] 00000000001f0008 00000000fffb742b ffff88007837b800 ffff880078101888
  1177. [ 2.088441] Call Trace:
  1178. [ 2.088457] [<ffffffff8c335582>] dump_stack+0x19/0x1b
  1179. [ 2.088472] [<ffffffff8be32144>] warn_slowpath_common+0x65/0x7d
  1180. [ 2.088486] [<ffffffff8be321b3>] warn_slowpath_fmt+0x57/0x73
  1181. [ 2.088501] [<ffffffff8c111fcb>] ? gen6_read32+0x94/0xa2
  1182. [ 2.088514] [<ffffffff8c0dbd31>] intel_wait_for_pipe_off+0x14d/0x154
  1183. [ 2.088525] [<ffffffff8c0dbdd4>] intel_disable_pipe+0x9c/0xa3
  1184. [ 2.088538] [<ffffffff8c0dcbbe>] i9xx_crtc_disable+0x116/0x2a7
  1185. [ 2.088551] [<ffffffff8c0e2790>] __intel_set_mode+0x825/0x10e7
  1186. [ 2.088563] [<ffffffff8bfecc9b>] ? vsnprintf+0x3eb/0x437
  1187. [ 2.088578] [<ffffffff8c0e49d8>] intel_set_mode+0x14/0x2a
  1188. [ 2.088590] [<ffffffff8c0e5118>] intel_crtc_set_config+0x645/0x7fe
  1189. [ 2.088602] [<ffffffff8c3388ef>] ? _cond_resched+0xe/0x1e
  1190. [ 2.088618] [<ffffffff8c0a744a>] drm_mode_set_config_internal+0x23/0x4c
  1191. [ 2.088631] [<ffffffff8c098783>] drm_fb_helper_set_par+0x64/0xaa
  1192. [ 2.088644] [<ffffffff8c02948d>] fbcon_init+0x337/0x43b
  1193. [ 2.088658] [<ffffffff8c0805b4>] visual_init+0xbb/0x110
  1194. [ 2.088672] [<ffffffff8c082204>] do_bind_con_driver+0x1a3/0x2b0
  1195. [ 2.088687] [<ffffffff8c082713>] do_take_over_console+0x3b/0x45
  1196. [ 2.088700] [<ffffffff8c025ca8>] do_fbcon_takeover+0x60/0x9c
  1197. [ 2.088712] [<ffffffff8c029cf7>] fbcon_event_notify+0x3c6/0x6f2
  1198. [ 2.088725] [<ffffffff8be5629f>] notifier_call_chain+0x3e/0x61
  1199. [ 2.088738] [<ffffffff8be56514>] __blocking_notifier_call_chain+0x4b/0x63
  1200. [ 2.088751] [<ffffffff8be56540>] blocking_notifier_call_chain+0x14/0x16
  1201. [ 2.088764] [<ffffffff8c01cf41>] fb_notifier_call_chain+0x1b/0x1d
  1202. [ 2.088777] [<ffffffff8c01e51d>] register_framebuffer+0x233/0x321
  1203. [ 2.088793] [<ffffffff8c098560>] drm_fb_helper_initial_config+0x3bb/0x48d
  1204. [ 2.088808] [<ffffffff8c117476>] intel_fbdev_initial_config+0x1a/0x1c
  1205. [ 2.088820] [<ffffffff8be578dc>] async_run_entry_fn+0x5f/0x115
  1206. [ 2.088834] [<ffffffff8be4b594>] process_one_work+0x182/0x2bd
  1207. [ 2.088848] [<ffffffff8be4c880>] worker_thread+0x143/0x202
  1208. [ 2.088861] [<ffffffff8be4c73d>] ? rescuer_thread+0x2c3/0x2c3
  1209. [ 2.088873] [<ffffffff8be51747>] kthread+0xc0/0xc8
  1210. [ 2.088888] [<ffffffff8be51687>] ? __kthread_parkme+0x6b/0x6b
  1211. [ 2.088901] [<ffffffff8c33a15c>] ret_from_fork+0x7c/0xb0
  1212. [ 2.088914] [<ffffffff8be51687>] ? __kthread_parkme+0x6b/0x6b
  1213. [ 2.088921] ---[ end trace 12a575337dee188b ]---
  1214. [ 3.029525] scsi 0:0:0:0: Direct-Access Lexar USB Flash Drive 1100 PQ: 0 ANSI: 6
  1215. [ 3.031244] sd 0:0:0:0: [sda] 250068992 512-byte logical blocks: (128 GB/119 GiB)
  1216. [ 3.031955] sd 0:0:0:0: [sda] Write Protect is off
  1217. [ 3.031970] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00
  1218. [ 3.032819] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
  1219. [ 3.045010] GPT:Primary header thinks Alt. header is not at the end of the disk.
  1220. [ 3.045020] GPT:2998207 != 250068991
  1221. [ 3.045023] GPT:Alternate GPT header not at the end of the disk.
  1222. [ 3.045027] GPT:2998207 != 250068991
  1223. [ 3.045030] GPT: Use GNU Parted to correct GPT errors.
  1224. [ 3.045189] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12
  1225. [ 3.053503] sd 0:0:0:0: [sda] Attached SCSI removable disk
  1226. [ 3.349870] Console: switching to colour frame buffer device 170x48
  1227. [ 3.371505] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  1228. [ 3.371521] i915 0000:00:02.0: registered panic notifier
  1229. [ 3.389158] Freeing unused kernel memory: 4384k freed
  1230. [ 3.391765] Write protecting the kernel read-only data: 10240k
  1231. [ 3.402872] Freeing unused kernel memory: 764k freed
  1232. [ 3.423053] Freeing unused kernel memory: 1964k freed
  1233. [ 5.580638] device-mapper: verity: Argument 0: 'payload=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1'
  1234. [ 5.580671] device-mapper: verity: Argument 1: 'hashtree=PARTUUID=2f6d00b9-9b5d-9343-a091-30ff5c472fa5/PARTNROFF=1'
  1235. [ 5.580693] device-mapper: verity: Argument 2: 'hashstart=2506752'
  1236. [ 5.580711] device-mapper: verity: Argument 3: 'alg=sha1'
  1237. [ 5.580727] device-mapper: verity: Argument 4: 'root_hexdigest=338f14be912c75a59f6df6dd763ce005a3eb852a'
  1238. [ 5.580748] device-mapper: verity: Argument 5: 'salt=bb2586fe396e85dfcb20532914d685a20f1e669ff83603dd0379d313e3d360bf'
  1239. [ 5.580769] device-mapper: verity: Argument 6: 'error_behavior=eio'
  1240. [ 5.590045] bio: create slab <bio-1> at 1
  1241. [ 5.614334] device-mapper: verity: data block 0 is corrupted
  1242. [ 5.614356] device-mapper: verity: verification failure occurred: integrity failure
  1243. [ 5.614469] EXT4-fs (dm-0): unable to read superblock
  1244. [ 5.623858] device-mapper: verity: data block 0 is corrupted
  1245. [ 5.623882] device-mapper: verity: verification failure occurred: integrity failure
  1246. [ 5.623999] EXT4-fs (dm-0): unable to read superblock
  1247. [ 5.625702] device-mapper: verity: data block 0 is corrupted
  1248. [ 5.625721] device-mapper: verity: verification failure occurred: integrity failure
  1249. [ 5.625842] EXT4-fs (dm-0): unable to read superblock
  1250. [ 5.627181] device-mapper: verity: data block 0 is corrupted
  1251. [ 5.627228] device-mapper: verity: verification failure occurred: integrity failure
  1252. [ 5.627359] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1253. [ 5.627379] SQUASHFS error: unable to read squashfs_super_block
  1254. [ 5.628769] device-mapper: verity: data block 0 is corrupted
  1255. [ 5.628799] device-mapper: verity: verification failure occurred: integrity failure
  1256. [ 5.628863] FAT-fs (dm-0): unable to read boot sector
  1257. [ 6.639081] EXT4-fs (dm-0): unable to read superblock
  1258. [ 6.640759] EXT4-fs (dm-0): unable to read superblock
  1259. [ 6.642138] EXT4-fs (dm-0): unable to read superblock
  1260. [ 6.643718] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1261. [ 6.643747] SQUASHFS error: unable to read squashfs_super_block
  1262. [ 6.645280] FAT-fs (dm-0): unable to read boot sector
  1263. [ 7.655649] EXT4-fs (dm-0): unable to read superblock
  1264. [ 7.657547] EXT4-fs (dm-0): unable to read superblock
  1265. [ 7.658976] EXT4-fs (dm-0): unable to read superblock
  1266. [ 7.660597] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1267. [ 7.660627] SQUASHFS error: unable to read squashfs_super_block
  1268. [ 7.662278] FAT-fs (dm-0): unable to read boot sector
  1269. [ 8.673396] EXT4-fs (dm-0): unable to read superblock
  1270. [ 8.675124] EXT4-fs (dm-0): unable to read superblock
  1271. [ 8.676922] EXT4-fs (dm-0): unable to read superblock
  1272. [ 8.678407] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1273. [ 8.678429] SQUASHFS error: unable to read squashfs_super_block
  1274. [ 8.679660] FAT-fs (dm-0): unable to read boot sector
  1275. [ 9.690262] EXT4-fs (dm-0): unable to read superblock
  1276. [ 9.691904] EXT4-fs (dm-0): unable to read superblock
  1277. [ 9.693492] EXT4-fs (dm-0): unable to read superblock
  1278. [ 9.695010] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1279. [ 9.695039] SQUASHFS error: unable to read squashfs_super_block
  1280. [ 9.696335] FAT-fs (dm-0): unable to read boot sector
  1281. [ 10.706697] verity_verify_io: 40 callbacks suppressed
  1282. [ 10.706729] device-mapper: verity: data block 0 is corrupted
  1283. [ 10.706751] device-mapper: verity: verification failure occurred: integrity failure
  1284. [ 10.706811] EXT4-fs (dm-0): unable to read superblock
  1285. [ 10.708306] device-mapper: verity: data block 0 is corrupted
  1286. [ 10.708353] device-mapper: verity: verification failure occurred: integrity failure
  1287. [ 10.708508] EXT4-fs (dm-0): unable to read superblock
  1288. [ 10.710101] device-mapper: verity: data block 0 is corrupted
  1289. [ 10.710131] device-mapper: verity: verification failure occurred: integrity failure
  1290. [ 10.710198] EXT4-fs (dm-0): unable to read superblock
  1291. [ 10.711709] device-mapper: verity: data block 0 is corrupted
  1292. [ 10.711740] device-mapper: verity: verification failure occurred: integrity failure
  1293. [ 10.711800] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1294. [ 10.711823] SQUASHFS error: unable to read squashfs_super_block
  1295. [ 10.713101] device-mapper: verity: data block 0 is corrupted
  1296. [ 10.713124] device-mapper: verity: verification failure occurred: integrity failure
  1297. [ 10.713172] FAT-fs (dm-0): unable to read boot sector
  1298. [ 11.724307] EXT4-fs (dm-0): unable to read superblock
  1299. [ 11.725872] EXT4-fs (dm-0): unable to read superblock
  1300. [ 11.727281] EXT4-fs (dm-0): unable to read superblock
  1301. [ 11.728913] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1302. [ 11.728942] SQUASHFS error: unable to read squashfs_super_block
  1303. [ 11.730374] FAT-fs (dm-0): unable to read boot sector
  1304. [ 12.741780] EXT4-fs (dm-0): unable to read superblock
  1305. [ 12.743506] EXT4-fs (dm-0): unable to read superblock
  1306. [ 12.745110] EXT4-fs (dm-0): unable to read superblock
  1307. [ 12.746670] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1308. [ 12.746699] SQUASHFS error: unable to read squashfs_super_block
  1309. [ 12.748098] FAT-fs (dm-0): unable to read boot sector
  1310. [ 13.760009] EXT4-fs (dm-0): unable to read superblock
  1311. [ 13.761794] EXT4-fs (dm-0): unable to read superblock
  1312. [ 13.763480] EXT4-fs (dm-0): unable to read superblock
  1313. [ 13.764751] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1314. [ 13.764775] SQUASHFS error: unable to read squashfs_super_block
  1315. [ 13.766373] FAT-fs (dm-0): unable to read boot sector
  1316. [ 14.777985] EXT4-fs (dm-0): unable to read superblock
  1317. [ 14.779552] EXT4-fs (dm-0): unable to read superblock
  1318. [ 14.781067] EXT4-fs (dm-0): unable to read superblock
  1319. [ 14.782584] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1320. [ 14.782605] SQUASHFS error: unable to read squashfs_super_block
  1321. [ 14.784141] FAT-fs (dm-0): unable to read boot sector
  1322. [ 15.795432] verity_verify_io: 40 callbacks suppressed
  1323. [ 15.795482] device-mapper: verity: data block 0 is corrupted
  1324. [ 15.795503] device-mapper: verity: verification failure occurred: integrity failure
  1325. [ 15.795598] EXT4-fs (dm-0): unable to read superblock
  1326. [ 15.797207] device-mapper: verity: data block 0 is corrupted
  1327. [ 15.797233] device-mapper: verity: verification failure occurred: integrity failure
  1328. [ 15.797289] EXT4-fs (dm-0): unable to read superblock
  1329. [ 15.798627] device-mapper: verity: data block 0 is corrupted
  1330. [ 15.798650] device-mapper: verity: verification failure occurred: integrity failure
  1331. [ 15.798699] EXT4-fs (dm-0): unable to read superblock
  1332. [ 15.800126] device-mapper: verity: data block 0 is corrupted
  1333. [ 15.800150] device-mapper: verity: verification failure occurred: integrity failure
  1334. [ 15.800197] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1335. [ 15.800219] SQUASHFS error: unable to read squashfs_super_block
  1336. [ 15.801396] device-mapper: verity: data block 0 is corrupted
  1337. [ 15.801420] device-mapper: verity: verification failure occurred: integrity failure
  1338. [ 15.801505] FAT-fs (dm-0): unable to read boot sector
  1339. [ 16.813122] EXT4-fs (dm-0): unable to read superblock
  1340. [ 16.814935] EXT4-fs (dm-0): unable to read superblock
  1341. [ 16.816488] EXT4-fs (dm-0): unable to read superblock
  1342. [ 16.818032] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1343. [ 16.818056] SQUASHFS error: unable to read squashfs_super_block
  1344. [ 16.819345] FAT-fs (dm-0): unable to read boot sector
  1345. [ 17.830890] EXT4-fs (dm-0): unable to read superblock
  1346. [ 17.832705] EXT4-fs (dm-0): unable to read superblock
  1347. [ 17.834429] EXT4-fs (dm-0): unable to read superblock
  1348. [ 17.835893] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1349. [ 17.835914] SQUASHFS error: unable to read squashfs_super_block
  1350. [ 17.837275] FAT-fs (dm-0): unable to read boot sector
  1351. [ 18.847736] EXT4-fs (dm-0): unable to read superblock
  1352. [ 18.849342] EXT4-fs (dm-0): unable to read superblock
  1353. [ 18.850831] EXT4-fs (dm-0): unable to read superblock
  1354. [ 18.852149] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1355. [ 18.852170] SQUASHFS error: unable to read squashfs_super_block
  1356. [ 18.853649] FAT-fs (dm-0): unable to read boot sector
  1357. [ 19.863505] EXT4-fs (dm-0): unable to read superblock
  1358. [ 19.865085] EXT4-fs (dm-0): unable to read superblock
  1359. [ 19.866571] EXT4-fs (dm-0): unable to read superblock
  1360. [ 19.867903] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1361. [ 19.867925] SQUASHFS error: unable to read squashfs_super_block
  1362. [ 19.869395] FAT-fs (dm-0): unable to read boot sector
  1363. [ 20.880306] verity_verify_io: 40 callbacks suppressed
  1364. [ 20.880330] device-mapper: verity: data block 0 is corrupted
  1365. [ 20.880348] device-mapper: verity: verification failure occurred: integrity failure
  1366. [ 20.880398] EXT4-fs (dm-0): unable to read superblock
  1367. [ 20.881992] device-mapper: verity: data block 0 is corrupted
  1368. [ 20.882017] device-mapper: verity: verification failure occurred: integrity failure
  1369. [ 20.882170] EXT4-fs (dm-0): unable to read superblock
  1370. [ 20.883742] device-mapper: verity: data block 0 is corrupted
  1371. [ 20.883766] device-mapper: verity: verification failure occurred: integrity failure
  1372. [ 20.883892] EXT4-fs (dm-0): unable to read superblock
  1373. [ 20.885271] device-mapper: verity: data block 0 is corrupted
  1374. [ 20.885295] device-mapper: verity: verification failure occurred: integrity failure
  1375. [ 20.885342] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1376. [ 20.885365] SQUASHFS error: unable to read squashfs_super_block
  1377. [ 20.886756] device-mapper: verity: data block 0 is corrupted
  1378. [ 20.886776] device-mapper: verity: verification failure occurred: integrity failure
  1379. [ 20.886821] FAT-fs (dm-0): unable to read boot sector
  1380. [ 21.898167] EXT4-fs (dm-0): unable to read superblock
  1381. [ 21.899845] EXT4-fs (dm-0): unable to read superblock
  1382. [ 21.901375] EXT4-fs (dm-0): unable to read superblock
  1383. [ 21.903069] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1384. [ 21.903099] SQUASHFS error: unable to read squashfs_super_block
  1385. [ 21.904633] FAT-fs (dm-0): unable to read boot sector
  1386. [ 22.916061] EXT4-fs (dm-0): unable to read superblock
  1387. [ 22.917897] EXT4-fs (dm-0): unable to read superblock
  1388. [ 22.919512] EXT4-fs (dm-0): unable to read superblock
  1389. [ 22.920993] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1390. [ 22.921016] SQUASHFS error: unable to read squashfs_super_block
  1391. [ 22.922229] FAT-fs (dm-0): unable to read boot sector
  1392. [ 23.933805] EXT4-fs (dm-0): unable to read superblock
  1393. [ 23.935483] EXT4-fs (dm-0): unable to read superblock
  1394. [ 23.936938] EXT4-fs (dm-0): unable to read superblock
  1395. [ 23.938206] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1396. [ 23.938229] SQUASHFS error: unable to read squashfs_super_block
  1397. [ 23.939829] FAT-fs (dm-0): unable to read boot sector
  1398. [ 24.950736] EXT4-fs (dm-0): unable to read superblock
  1399. [ 24.952560] EXT4-fs (dm-0): unable to read superblock
  1400. [ 24.954179] EXT4-fs (dm-0): unable to read superblock
  1401. [ 24.955612] SQUASHFS error: squashfs_read_data failed to read block 0x0
  1402. [ 24.955633] SQUASHFS error: unable to read squashfs_super_block
  1403. [ 24.956809] FAT-fs (dm-0): unable to read boot sector
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement