Guest User

recovery log

a guest
Nov 2nd, 2016
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 67.29 KB | None | 0 0
  1. + exec
  2. + initialize
  3. + init_check_clock
  4. + date +%Y
  5. + [ 2016 -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. + cat /proc/cmdline
  20. + sed -e s/"[^"]*"/DROPPED/g
  21. + export_args cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/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=d9c3aa9cb30cc5944641d3f382067c5a0e7e993a vt.global_cursor_default=0 kern_guid=ecf631da-11ee-ab42-bf2e-45671278b1bd add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3
  22. + local arg=
  23. + local key=
  24. + local val=
  25. + local acceptable_set=[A-Za-z0-9]_
  26. + trtr -dc a-z [A-Za-z0-9]_ 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_SECURE
  33. + tee -a /dev/tty2 /dev/tty3
  34. Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
  35. + trtr a-z -dc A-Z [A-Za-z0-9]_
  36. _
  37. + echo console
  38. + key=CONSOLE
  39. + val=
  40. + export KERN_ARG_CONSOLE=
  41. + dlog Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
  42. + echo Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
  43. + tee -a /dev/tty2 /dev/tty3
  44. Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
  45. + + tr a-z A-Z _
  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_LOGLEVEL
  52. + tee -a /dev/tty2 /dev/tty3
  53. Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL
  54. + echo init
  55. + tr a-z A-Z
  56. + tr -dc [A-Za-z0-9]_ _
  57. + key=INIT
  58. + val=/sbin/init
  59. + export KERN_ARG_INIT=/sbin/init
  60. + dlog Exporting kernel argument INIT as KERN_ARG_INIT
  61. + echo Exporting kernel argument INIT as KERN_ARG_INIT
  62. + tee -a /dev/tty2 /dev/tty3
  63. Exporting kernel argument INIT as KERN_ARG_INIT
  64. + tr -dc [A-Za-z0-9]_tr _ a-z
  65. A-Z
  66. + echo cros_secure
  67. + key=CROS_SECURE
  68. + val=cros_secure
  69. + export KERN_ARG_CROS_SECURE=cros_secure
  70. + dlog Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
  71. + echo Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
  72. + tee -a /dev/tty2 /dev/tty3
  73. Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
  74. + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  75.  
  76. + echo oops
  77. + key=OOPS
  78. + val=panic
  79. + export KERN_ARG_OOPS=panic
  80. + dlog Exporting kernel argument OOPS as KERN_ARG_OOPS
  81. + echo Exporting kernel argument OOPS as KERN_ARG_OOPS
  82. + tee -a /dev/tty2 /dev/tty3
  83. Exporting kernel argument OOPS as KERN_ARG_OOPS
  84. + tr -dc [A-Za-z0-9]_ a-z
  85. A-Z
  86. + echo panic
  87. + key=PANIC
  88. + val=-1
  89. + export KERN_ARG_PANIC=-1
  90. + dlog Exporting kernel argument PANIC as KERN_ARG_PANIC
  91. + echo Exporting kernel argument PANIC as KERN_ARG_PANIC
  92. + tee -a /dev/tty2 /dev/tty3
  93. Exporting kernel argument PANIC as KERN_ARG_PANIC
  94. + trtr a-z -dc A-Z [A-Za-z0-9]_ _
  95. + echo root
  96. + key=ROOT
  97. + val=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1
  98. + export KERN_ARG_ROOT=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1
  99. + dlog Exporting kernel argument ROOT as KERN_ARG_ROOT
  100. + echo Exporting kernel argument ROOT as KERN_ARG_ROOT
  101. + tee -a /dev/tty2 /dev/tty3
  102. Exporting kernel argument ROOT as KERN_ARG_ROOT
  103. + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  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 a-z -dc 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. + echo Exporting kernel argument RO as KERN_ARG_RO
  120. + tee -a /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. + echo Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR
  129. + tee -a /dev/tty2 /dev/tty3
  130. Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR
  131. + trtr A-Z -dc
  132. [A-Za-z0-9]_ _
  133. + echo dm_verity.max_bios
  134. + key=DM_VERITYMAX_BIOS
  135. + val=-1
  136. + export KERN_ARG_DM_VERITYMAX_BIOS=-1
  137. + dlog Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
  138. + echo Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
  139. + tee -a /dev/tty2 /dev/tty3
  140. Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
  141. + trtr a-z -dc A-Z
  142. _
  143. + echo dm_verity.dev_wait
  144. + key=DM_VERITYDEV_WAIT
  145. + val=0
  146. + export KERN_ARG_DM_VERITYDEV_WAIT=0
  147. + dlog Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
  148. + echo Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
  149. + tee -a /dev/tty2 /dev/tty3
  150. Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
  151. + + -dc [A-Za-z0-9]_ _ A-Z
  152. + echo noinitrd
  153. + key=NOINITRD
  154. + val=noinitrd
  155. + export KERN_ARG_NOINITRD=noinitrd
  156. + dlog Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
  157. + echo Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
  158. + tee -a /dev/tty2 /dev/tty3
  159. Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
  160. + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  161. + echo panic
  162. + key=PANIC
  163. + val=60
  164. + export KERN_ARG_PANIC=60
  165. + dlog Exporting kernel argument PANIC as KERN_ARG_PANIC
  166. + echo Exporting kernel argument PANIC as KERN_ARG_PANIC
  167. + tee -a /dev/tty2 /dev/tty3
  168. Exporting kernel argument PANIC as KERN_ARG_PANIC
  169. + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  170. + echo cros_recovery
  171. + key=CROS_RECOVERY
  172. + val=cros_recovery
  173. + export KERN_ARG_CROS_RECOVERY=cros_recovery
  174. + dlog Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
  175. + echo Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
  176. + tee -a /dev/tty2 /dev/tty3
  177. Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
  178. + trtr a-z -dc A-Z [A-Za-z0-9]_
  179. _
  180. + echo kern_b_hash
  181. + key=KERN_B_HASH
  182. + val=d9c3aa9cb30cc5944641d3f382067c5a0e7e993a
  183. + export KERN_ARG_KERN_B_HASH=d9c3aa9cb30cc5944641d3f382067c5a0e7e993a
  184. + dlog Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH
  185. + echo Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH
  186. + tee -a /dev/tty2 /dev/tty3
  187. Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH
  188. + tr a-z -dc A-Z [A-Za-z0-9]_
  189. _
  190. + echo vt.global_cursor_default
  191. + key=VTGLOBAL_CURSOR_DEFAULT
  192. + val=0
  193. + export KERN_ARG_VTGLOBAL_CURSOR_DEFAULT=0
  194. + dlog Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT
  195. + echo Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT
  196. + tee -a /dev/tty2 /dev/tty3
  197. Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT
  198. + tr -dctr [A-Za-z0-9]_ a-z _ A-Z
  199.  
  200. + echo kern_guid
  201. + key=KERN_GUID
  202. + val=ecf631da-11ee-ab42-bf2e-45671278b1bd
  203. + export KERN_ARG_KERN_GUID=ecf631da-11ee-ab42-bf2e-45671278b1bd
  204. + dlog Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
  205. + echo Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
  206. + tee -a /dev/tty2 /dev/tty3
  207. Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
  208. + echo add_efi_memmap
  209. + tr a-z A-Z
  210. + tr -dc [A-Za-z0-9]_ _
  211. + key=ADD_EFI_MEMMAP
  212. + val=add_efi_memmap
  213. + export KERN_ARG_ADD_EFI_MEMMAP=add_efi_memmap
  214. + dlog Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
  215. + echo Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
  216. + tee -a /dev/tty2 /dev/tty3
  217. Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
  218. + echo boot
  219. + tr a-z A-Z
  220. + tr -dc [A-Za-z0-9]_ _
  221. + key=BOOT
  222. + val=local
  223. + export KERN_ARG_BOOT=local
  224. + dlog Exporting kernel argument BOOT as KERN_ARG_BOOT
  225. + echo Exporting kernel argument BOOT as KERN_ARG_BOOT
  226. + tee -a /dev/tty2 /dev/tty3
  227. Exporting kernel argument BOOT as KERN_ARG_BOOT
  228. + + tr -dc [A-Za-z0-9]_ _
  229. + echo noresume
  230. + key=NORESUME
  231. + val=noresume
  232. + export KERN_ARG_NORESUME=noresume
  233. + dlog Exporting kernel argument NORESUME as KERN_ARG_NORESUME
  234. + echo Exporting kernel argument NORESUME as KERN_ARG_NORESUME
  235. + tee -a /dev/tty2 /dev/tty3
  236. Exporting kernel argument NORESUME as KERN_ARG_NORESUME
  237. + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  238.  
  239. + echo noswap
  240. + key=NOSWAP
  241. + val=noswap
  242. + export KERN_ARG_NOSWAP=noswap
  243. + dlog Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP
  244. + echo Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP
  245. + tee -a /dev/tty2 /dev/tty3
  246. Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP
  247. + + trtr -dc a-z [A-Za-z0-9]_ A-Z _
  248. + echo i915.modeset
  249. + key=I915MODESET
  250. + val=1
  251. + export KERN_ARG_I915MODESET=1
  252. + dlog Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET
  253. + echo Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET
  254. + tee -a /dev/tty2 /dev/tty3
  255. Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET
  256. + trtr a-z -dc A-Z
  257. _
  258. + echo tpm_tis.force
  259. + key=TPM_TISFORCE
  260. + val=1
  261. + export KERN_ARG_TPM_TISFORCE=1
  262. + dlog Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE
  263. + echo Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE
  264. + tee -a /dev/tty2 /dev/tty3
  265. Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE
  266. + tr -dc [A-Za-z0-9]_tr _ a-z
  267. A-Z
  268. + echo tpm_tis.interrupts
  269. + key=TPM_TISINTERRUPTS
  270. + val=0
  271. + export KERN_ARG_TPM_TISINTERRUPTS=0
  272. + dlog Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS
  273. + echo Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS
  274. + tee -a /dev/tty2 /dev/tty3
  275. Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS
  276. + tr a-z A-Z [A-Za-z0-9]_ _
  277. + echo nmi_watchdog
  278. + key=NMI_WATCHDOG
  279. + val=panic,lapic
  280. + export KERN_ARG_NMI_WATCHDOG=panic,lapic
  281. + dlog Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
  282. + echo Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
  283. + tee -a /dev/tty2 /dev/tty3
  284. Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
  285. + tr a-z -dc [A-Za-z0-9]_ _
  286. + echo iTCO_vendor_support.vendorsupport
  287. + key=ITCO_VENDOR_SUPPORTVENDORSUPPORT
  288. + val=3
  289. + export KERN_ARG_ITCO_VENDOR_SUPPORTVENDORSUPPORT=3
  290. + dlog Exporting kernel argument ITCO_VENDOR_SUPPORTVENDORSUPPORT as KERN_ARG_ITCO_VENDOR_SUPPORTVENDORSUPPORT
  291. + echo Exporting kernel argument ITCO_VENDOR_SUPPORTVENDORSUPPORT as KERN_ARG_ITCO_VENDOR_SUPPORTVENDORSUPPORT
  292. + tee -a /dev/tty2 /dev/tty3
  293. Exporting kernel argument ITCO_VENDOR_SUPPORTVENDORSUPPORT as KERN_ARG_ITCO_VENDOR_SUPPORTVENDORSUPPORT
  294. + message startup
  295. + message_startup
  296. + printf \033[9;0]\033[14;0]
  297. + echo 0
  298. + ply-image --clear 0xfefefe
  299. + ply-image /etc/screens/boot_message.png
  300. + select_locale
  301. + is_nonchrome
  302. + crossystem mainfw_type?nonchrome
  303. + crossystem mainfw_type?netboot
  304. + read_vpd_locale
  305. + vpd -g region
  306. + local region=latam-es-419
  307. + local locale=
  308. + [ -n latam-es-419 ]
  309. + sed -nre s/^latam-es-419\t(.*)$/\1/p /etc/locales.txt
  310. + LANGDIR=es-419
  311. + [ -z es-419 -o ! -d /etc/screens/es-419 ]
  312. + dlog selected locale es-419
  313. + echo selected locale es-419
  314. + tee -a /dev/tty2 /dev/tty3
  315. selected locale es-419
  316. + instructions cancel
  317. + showbox -115 cancel
  318. + local offset=0,-115
  319. + shift
  320. + local message_token=cancel
  321. + shift
  322. + local message_file=/etc/screens/es-419/cancel.png
  323. + [ ! -f /etc/screens/es-419/cancel.png ]
  324. + ply-image --offset 0,-115 /etc/screens/es-419/cancel.png
  325. + progress validating
  326. + showbox 0 validating
  327. + local offset=0,0
  328. + shift
  329. + local message_token=validating
  330. + shift
  331. + local message_file=/etc/screens/es-419/validating.png
  332. + [ ! -f /etc/screens/es-419/validating.png ]
  333. + ply-image --offset 0,0 /etc/screens/es-419/validating.png
  334. + is_nonchrome
  335. + crossystem mainfw_type?nonchrome
  336. + crossystem mainfw_type?netboot
  337. + is_developer_mode
  338. + is_nonchrome
  339. + crossystem mainfw_type?nonchrome
  340. + crossystem mainfw_type?netboot
  341. + crossystem devsw_boot?1
  342. + dev_notice empty
  343. + showbox 115 empty
  344. + local offset=0,115
  345. + shift
  346. + local message_token=empty
  347. + shift
  348. + local message_file=/etc/screens/es-419/empty.png
  349. + [ ! -f /etc/screens/es-419/empty.png ]
  350. + ply-image --offset 0,115 /etc/screens/es-419/empty.png
  351. + find_official_root
  352. + dlogf Checking for an official recovery image . . .
  353. + printf Checking for an official recovery image . . .
  354. + tee -a /dev/tty2 /dev/tty3
  355. Checking for an official recovery image . . .+ wait_for_gpt_root
  356. + [ -z ecf631da-11ee-ab42-bf2e-45671278b1bd ]
  357. + dlog -n Looking for rootfs using kern_guid...
  358. + echo -n Looking for rootfs using kern_guid...
  359. + tee -a /dev/tty2 /dev/tty3
  360. Looking for rootfs using kern_guid...+ seq 20
  361. + dlogf .
  362. + printf .
  363. + tee -a /dev/tty2 /dev/tty3
  364. .+ cgpt find -1 -u ecf631da-11ee-ab42-bf2e-45671278b1bd
  365. + kern=/dev/sda2
  366. + newroot=/dev/sda3
  367. + [ -b /dev/sda3 ]
  368. + USB_DEV=/dev/sda3
  369. + dlog Found /dev/sda3
  370. + echo Found /dev/sda3
  371. + tee -a /dev/tty2 /dev/tty3
  372. Found /dev/sda3
  373. + return 0
  374. + strip_partition /dev/sda3
  375. + local dev=/dev/sda
  376. + echo /dev/sda
  377. + cgpt find -t rootfs /dev/sda
  378. /dev/sda3
  379. /dev/sda5
  380. /dev/sda7
  381. + REAL_USB_DEV=/dev/sda3
  382. + LOG_DEV=/dev/sda1
  383. + verify_install_kernel_hash
  384. + get_kern_b_device
  385. + KERN_B_DEV=/dev/sda4
  386. + [ ! -b /dev/sda4 ]
  387. + return 0
  388. + get_real_kern_b_hash
  389. + cut -f1 -d
  390.  
  391. + dd if=/dev/sda4
  392. 32768+0 records in
  393. 32768+0 records out
  394. 16777216 bytes (16.0MB) copied, 0.677124 seconds, 23.6MB/s
  395. + REAL_KERN_B_HASH=d9c3aa9cb30cc5944641d3f382067c5a0e7e993a
  396. + [ -n d9c3aa9cb30cc5944641d3f382067c5a0e7e993a ]
  397. + [ d9c3aa9cb30cc5944641d3f382067c5a0e7e993a != d9c3aa9cb30cc5944641d3f382067c5a0e7e993a ]
  398. + return 0
  399. + check_if_dm_root
  400. + dump_kernel_config /dev/sda4
  401. grep -q root=/dev/dm-
  402. + return 0
  403. + setup_dm_root
  404. + local eio
  405. + dlog -n Extracting the device mapper configuration...
  406. + echo -n Extracting the device mapper configuration...
  407. + tee -a /dev/tty2 /dev/tty3
  408. Extracting the device mapper configuration...+ sed -e s/%U/ecf631da-11ee-ab42-bf2e-45671278b1bd/g+ sed -e s/.*dm="\([^"]*\)".*/\1/g;t;d
  409. + dump_kernel_config /dev/sda4
  410. + DMARG=1 vroot none ro 1,0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5
  411. + [ -z 1 vroot none ro 1,0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5 ]
  412. + DM_NAME=vroot
  413. + parse_dm_table 1 vroot none ro 1,0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5
  414. + local vroot= none ro 1,0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5
  415. + local table=0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5
  416. + is_old_style_verity_argv 0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5
  417. + echo 0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5
  418. + cut -f7 -d
  419. + local depth=alg=sha1
  420. + [ alg=sha1 = 0 ]
  421. + return 1
  422. + local eio=error_behavior=eio
  423. + echo 0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5 error_behavior=eio
  424. + DM_TABLE=0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5 error_behavior=eio
  425. + [ -n ecf631da-11ee-ab42-bf2e-45671278b1bd ]
  426. + [ 0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID= = 0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5 error_behavior=eio ]
  427. + dmsetup create -r vroot --major 254 --minor 0 --table 0 2506752 verity payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1 hashstart=2506752 alg=sha1 root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5 error_behavior=eio
  428. + USB_DEV=/dev/dm-0
  429. + [ ! -b /dev/dm-0 ]
  430. + dlog Created device mapper root vroot.
  431. + echo Created device mapper root vroot.
  432. + tee -a /dev/tty2 /dev/tty3
  433. Created device mapper root vroot.
  434. + return 0
  435. + mount_usb
  436. + dlog -n Mounting usb
  437. + echo -n Mounting usb
  438. + tee -a /dev/tty2 /dev/tty3
  439. Mounting usb+ seq 20
  440. + dlogf .
  441. + printf .
  442. + tee -a /dev/tty2 /dev/tty3
  443. .+ mount -n -o ro /dev/dm-0 /usb
  444. + dlog ok
  445. + echo ok
  446. + tee -a /dev/tty2 /dev/tty3
  447. ok
  448. + return 0
  449. + return 0
  450. + get_stateful_dev
  451. + STATE_DEV=/dev/sda1
  452. + [ ! -b /dev/sda1 ]
  453. + return 0
  454. + . /lib/recovery_init.sh
  455. + . /usr/sbin/write_gpt.sh
  456. + type numsectors
  457. + . /usr/share/misc/chromeos-common.sh
  458. + PARTITION_NUM_STATE=1
  459. + PARTITION_NUM_KERN_A=2
  460. + PARTITION_NUM_ROOT_A=3
  461. + PARTITION_NUM_KERN_B=4
  462. + PARTITION_NUM_ROOT_B=5
  463. + PARTITION_NUM_KERN_C=6
  464. + PARTITION_NUM_ROOT_C=7
  465. + PARTITION_NUM_OEM=8
  466. + PARTITION_NUM_RWFW=11
  467. + PARTITION_NUM_EFI_SYSTEM=12
  468. + GPT=
  469. + locate_gpt
  470. + [ -z ]
  471. + [ -x /usr/bin/cgpt ]
  472. + GPT=/usr/bin/cgpt
  473. + ROOTFS_PARTITION_SIZE=2147483648
  474. + KERNEL_VER_MIN=0x10001
  475. + KERNEL_VER_TPM_NV_SPACE=0x1008
  476. + LOCKBOX_TPM_NV_SPACE=0x20000004
  477. + LOG_HARDWARE_DIAGNOSTICS=hardware_diagnostics.log
  478. + DST_DEV_BASE=
  479. + DST=
  480. + ERR_INVALID_INSTALL_KERNEL=2
  481. + ERR_DEV_MODE_BLOCKED=3
  482. + recovery_install
  483. + NEWROOT_MNT=/usb
  484. + lock_tpm
  485. + [ -z ]
  486. + tpmc startup
  487. + tpmc ctest
  488. + tpmc block
  489. + TPM_B_LOCKED=y
  490. + [ -z ]
  491. + TPM_PP_LOCKED=y
  492. + return 0
  493. + maybe_get_debugging_logs
  494. + get_usb_debugging_flag
  495. + local decrypt=
  496. + get_stateful_dev
  497. + STATE_DEV=/dev/sda1
  498. + [ ! -b /dev/sda1 ]
  499. + return 0
  500. + mount -n -o sync,ro /dev/sda1 /tmp
  501. + [ -f /tmp/decrypt_stateful ]
  502. + umount /tmp
  503. + echo
  504. + local state=
  505. + [ -z ]
  506. + return 0
  507. + validate_recovery_root
  508. + [ /dev/dm-0 != /dev/dm-0 ]
  509. + is_unofficial_root
  510. + [ 0 -eq 1 ]
  511. + verify_recovery_root
  512. + basename /dev/dm-0
  513. + local usb_base=dm-0
  514. + cat /sys/block/dm-0/size
  515. + local size=1283457024
  516. + set +x
  517. + cat /tmp/verification_status
  518. + [ 0 != 0 ]
  519. + return 0
  520. + return 0
  521. + get_dst
  522. + load_base_vars
  523. + DEFAULT_ROOTDEV=/sys/devices/pci0000:00/0000:00:1f.2/ata1/host*/target*/*/block/sd*
  524. + PARTITION_SIZE_RWFW=8388608
  525. + RESERVED_EBS_RWFW=0
  526. + DATA_SIZE_RWFW=8388608
  527. + FORMAT_RWFW=
  528. + FS_FORMAT_RWFW=
  529. + FS_OPTIONS_RWFW=
  530. + PARTITION_SIZE_11=8388608
  531. + RESERVED_EBS_11=0
  532. + DATA_SIZE_11=8388608
  533. + FORMAT_11=
  534. + FS_FORMAT_11=
  535. + FS_OPTIONS_11=
  536. + PARTITION_SIZE_KERN_C=512
  537. + RESERVED_EBS_KERN_C=0
  538. + DATA_SIZE_KERN_C=512
  539. + FORMAT_KERN_C=
  540. + FS_FORMAT_KERN_C=
  541. + FS_OPTIONS_KERN_C=
  542. + PARTITION_SIZE_6=512
  543. + RESERVED_EBS_6=0
  544. + DATA_SIZE_6=512
  545. + FORMAT_6=
  546. + FS_FORMAT_6=
  547. + FS_OPTIONS_6=
  548. + PARTITION_SIZE_ROOT_C=512
  549. + RESERVED_EBS_ROOT_C=0
  550. + DATA_SIZE_ROOT_C=512
  551. + FORMAT_ROOT_C=
  552. + FS_FORMAT_ROOT_C=
  553. + FS_OPTIONS_ROOT_C=
  554. + PARTITION_SIZE_7=512
  555. + RESERVED_EBS_7=0
  556. + DATA_SIZE_7=512
  557. + FORMAT_7=
  558. + FS_FORMAT_7=
  559. + FS_OPTIONS_7=
  560. + PARTITION_SIZE_RESERVED=512
  561. + RESERVED_EBS_RESERVED=0
  562. + DATA_SIZE_RESERVED=512
  563. + FORMAT_RESERVED=
  564. + FS_FORMAT_RESERVED=
  565. + FS_OPTIONS_RESERVED=
  566. + PARTITION_SIZE_9=512
  567. + RESERVED_EBS_9=0
  568. + DATA_SIZE_9=512
  569. + FORMAT_9=
  570. + FS_FORMAT_9=
  571. + FS_OPTIONS_9=
  572. + PARTITION_SIZE_RESERVED=512
  573. + RESERVED_EBS_RESERVED=0
  574. + DATA_SIZE_RESERVED=512
  575. + FORMAT_RESERVED=
  576. + FS_FORMAT_RESERVED=
  577. + FS_OPTIONS_RESERVED=
  578. + PARTITION_SIZE_10=512
  579. + RESERVED_EBS_10=0
  580. + DATA_SIZE_10=512
  581. + FORMAT_10=
  582. + FS_FORMAT_10=
  583. + FS_OPTIONS_10=
  584. + PARTITION_SIZE_KERN_A=16777216
  585. + RESERVED_EBS_KERN_A=0
  586. + DATA_SIZE_KERN_A=16777216
  587. + FORMAT_KERN_A=
  588. + FS_FORMAT_KERN_A=
  589. + FS_OPTIONS_KERN_A=
  590. + PARTITION_SIZE_2=16777216
  591. + RESERVED_EBS_2=0
  592. + DATA_SIZE_2=16777216
  593. + FORMAT_2=
  594. + FS_FORMAT_2=
  595. + FS_OPTIONS_2=
  596. + PARTITION_SIZE_KERN_B=16777216
  597. + RESERVED_EBS_KERN_B=0
  598. + DATA_SIZE_KERN_B=16777216
  599. + FORMAT_KERN_B=
  600. + FS_FORMAT_KERN_B=
  601. + FS_OPTIONS_KERN_B=
  602. + PARTITION_SIZE_4=16777216
  603. + RESERVED_EBS_4=0
  604. + DATA_SIZE_4=16777216
  605. + FORMAT_4=
  606. + FS_FORMAT_4=
  607. + FS_OPTIONS_4=
  608. + PARTITION_SIZE_OEM=16777216
  609. + RESERVED_EBS_OEM=0
  610. + DATA_SIZE_OEM=16777216
  611. + FORMAT_OEM=
  612. + FS_FORMAT_OEM=ext4
  613. + FS_OPTIONS_OEM=
  614. + PARTITION_SIZE_8=16777216
  615. + RESERVED_EBS_8=0
  616. + DATA_SIZE_8=16777216
  617. + FORMAT_8=
  618. + FS_FORMAT_8=ext4
  619. + FS_OPTIONS_8=
  620. + PARTITION_SIZE_EFI_SYSTEM=16777216
  621. + RESERVED_EBS_EFI_SYSTEM=0
  622. + DATA_SIZE_EFI_SYSTEM=16777216
  623. + FORMAT_EFI_SYSTEM=
  624. + FS_FORMAT_EFI_SYSTEM=vfat
  625. + FS_OPTIONS_EFI_SYSTEM=
  626. + PARTITION_SIZE_12=16777216
  627. + RESERVED_EBS_12=0
  628. + DATA_SIZE_12=16777216
  629. + FORMAT_12=
  630. + FS_FORMAT_12=vfat
  631. + FS_OPTIONS_12=
  632. + PARTITION_SIZE_ROOT_B=2147483648
  633. + RESERVED_EBS_ROOT_B=0
  634. + DATA_SIZE_ROOT_B=2147483648
  635. + FORMAT_ROOT_B=
  636. + FS_FORMAT_ROOT_B=
  637. + FS_OPTIONS_ROOT_B=
  638. + PARTITION_SIZE_5=2147483648
  639. + RESERVED_EBS_5=0
  640. + DATA_SIZE_5=2147483648
  641. + FORMAT_5=
  642. + FS_FORMAT_5=
  643. + FS_OPTIONS_5=
  644. + PARTITION_SIZE_ROOT_A=2147483648
  645. + RESERVED_EBS_ROOT_A=0
  646. + DATA_SIZE_ROOT_A=1283457024
  647. + FORMAT_ROOT_A=
  648. + FS_FORMAT_ROOT_A=ext2
  649. + FS_OPTIONS_ROOT_A=
  650. + PARTITION_SIZE_3=2147483648
  651. + RESERVED_EBS_3=0
  652. + DATA_SIZE_3=1283457024
  653. + FORMAT_3=
  654. + FS_FORMAT_3=ext2
  655. + FS_OPTIONS_3=
  656. + PARTITION_SIZE_STATE=1275068416
  657. + RESERVED_EBS_STATE=0
  658. + DATA_SIZE_STATE=1275068416
  659. + FORMAT_STATE=
  660. + FS_FORMAT_STATE=ext4
  661. + FS_OPTIONS_STATE=
  662. + PARTITION_SIZE_1=1275068416
  663. + RESERVED_EBS_1=0
  664. + DATA_SIZE_1=1275068416
  665. + FORMAT_1=
  666. + FS_FORMAT_1=ext4
  667. + FS_OPTIONS_1=
  668. + get_fixed_dst_drive
  669. + local dev
  670. + [ -z /sys/devices/pci0000:00/0000:00:1f.2/ata1/host*/target*/*/block/sd* ]
  671. + basename /sys/devices/pci0000:00/0000:00:1f.2/ata1/host*/target*/*/block/sd*
  672. + dev=/dev/sd*
  673. + [ ! -b /dev/sd* ]
  674. + dev=
  675. + echo
  676. + DST=
  677. + [ -z ]
  678. + dlog SSD for installation not specified
  679. + echo SSD for installation not specified
  680. + tee -a /dev/tty2 /dev/tty3
  681. SSD for installation not specified
  682. + return 1
  683. + on_error
  684. + message on_error
  685. + message_on_error
  686. + instructions error
  687. + showbox -115 error
  688. + local offset=0,-115
  689. + shift
  690. + local message_token=error
  691. + shift
  692. + local message_file=/etc/screens/es-419/error.png
  693. + [ ! -f /etc/screens/es-419/error.png ]
  694. + ply-image --offset 0,-115 /etc/screens/es-419/error.png
  695. + showicon -115 /etc/screens/icon_warning.png
  696. + local icon_left=-471
  697. + local icon_top=-162
  698. + shift
  699. + ply-image --offset -471,-162 /etc/screens/icon_warning.png
  700. + progress empty
  701. + showbox 0 empty
  702. + local offset=0,0
  703. + shift
  704. + local message_token=empty
  705. + shift
  706. + local message_file=/etc/screens/es-419/empty.png
  707. + [ ! -f /etc/screens/es-419/empty.png ]
  708. + ply-image --offset 0,0 /etc/screens/es-419/empty.png
  709. + dev_notice empty
  710. + showbox 115 empty
  711. + local offset=0,115
  712. + shift
  713. + local message_token=empty
  714. + shift
  715. + local message_file=/etc/screens/es-419/empty.png
  716. + [ ! -f /etc/screens/es-419/empty.png ]
  717. + ply-image --offset 0,115 /etc/screens/es-419/empty.png
  718. + save_log_files
  719. + local log_dev=/dev/sda1
  720. + local log_fs=ext4
  721. + [ -z /dev/sda1 ]
  722. + [ ! -b /dev/sda1 ]
  723. + dlog Dumping dmesg to /log
  724. + echo Dumping dmesg to /log
  725. + tee -a /dev/tty2 /dev/tty3
  726. Dumping dmesg to /log
  727. + dmesg
  728. + cat /log/dmesg
  729. + dlog Saving log files from: /log -> /dev/sda1
  730. + echo Saving log files from: /log -> /dev/sda1
  731. + tee -a /dev/tty2 /dev/tty3
  732. Saving log files from: /log -> /dev/sda1
  733. + err=0
  734. + [ 0 -ne 0 ]
  735. + mount -n -t ext4 -o sync,rw /dev/sda1 /tmp
  736. + [ 0 -ne 0 ]
  737. + rm -rf /tmp/recovery_logs
  738. + [ 0 -ne 0 ]
  739. + mkdir -p /tmp/recovery_logs
  740. + [ 0 -ne 0 ]
  741. + cp /log/dmesg /log/progress.log /log/recovery.log /tmp/recovery_logs
  742. -bf2e-45671278b1bd/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=d9c3aa9cb30cc5944641d3f382067c5a0e7e993a vt.global_cursor_default=0 kern_guid=ecf631da-11ee-ab42-bf2e-45671278b1bd add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3
  743. [ 0.000000] e820: BIOS-provided physical RAM map:
  744. [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] type 16
  745. [ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000002ffff] usable
  746. [ 0.000000] BIOS-e820: [mem 0x0000000000030000-0x000000000003ffff] reserved
  747. [ 0.000000] BIOS-e820: [mem 0x0000000000040000-0x000000000009ffff] usable
  748. [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
  749. [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000000efffff] usable
  750. [ 0.000000] BIOS-e820: [mem 0x0000000000f00000-0x0000000000ffffff] reserved
  751. [ 0.000000] BIOS-e820: [mem 0x0000000001000000-0x000000007bf79fff] usable
  752. [ 0.000000] BIOS-e820: [mem 0x000000007bf7a000-0x000000007bffffff] type 16
  753. [ 0.000000] BIOS-e820: [mem 0x000000007c000000-0x000000007e9fffff] reserved
  754. [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
  755. [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
  756. [ 0.000000] BIOS-e820: [mem 0x00000000fed84000-0x00000000fed84fff] reserved
  757. [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001005fffff] usable
  758. [ 0.000000] NX (Execute Disable) protection: active
  759. [ 0.000000] SMBIOS 2.7 present.
  760. [ 0.000000] DMI: Acer Peppy, BIOS Google_Peppy.4389.78.0 10/18/2013
  761. [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
  762. [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
  763. [ 0.000000] No AGP bridge found
  764. [ 0.000000] e820: last_pfn = 0x100600 max_arch_pfn = 0x400000000
  765. [ 0.000000] MTRR default type: uncachable
  766. [ 0.000000] MTRR fixed ranges enabled:
  767. [ 0.000000] 00000-9FFFF write-back
  768. [ 0.000000] A0000-BFFFF uncachable
  769. [ 0.000000] C0000-FFFFF write-back
  770. [ 0.000000] MTRR variable ranges enabled:
  771. [ 0.000000] 0 base 0000000000 mask 7F80000000 write-back
  772. [ 0.000000] 1 base 007C800000 mask 7FFF800000 uncachable
  773. [ 0.000000] 2 base 007D000000 mask 7FFF000000 uncachable
  774. [ 0.000000] 3 base 007E000000 mask 7FFE000000 uncachable
  775. [ 0.000000] 4 base 00D0000000 mask 7FF0000000 write-combining
  776. [ 0.000000] 5 base 00FF800000 mask 7FFF800000 uncachable
  777. [ 0.000000] 6 base 0100000000 mask 7F00000000 write-back
  778. [ 0.000000] 7 disabled
  779. [ 0.000000] 8 disabled
  780. [ 0.000000] 9 disabled
  781. [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
  782. [ 0.000000] e820: last_pfn = 0x7bf7a max_arch_pfn = 0x400000000
  783. [ 0.000000] initial memory mapped: [mem 0x00000000-0x3fffffff]
  784. [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
  785. [ 0.000000] Using GB pages for direct mapping
  786. [ 0.000000] init_memory_mapping: [mem 0x00000000-0x7bf79fff]
  787. [ 0.000000] [mem 0x00000000-0x3fffffff] page 1G
  788. [ 0.000000] [mem 0x40000000-0x7bdfffff] page 2M
  789. [ 0.000000] [mem 0x7be00000-0x7bf79fff] page 4k
  790. [ 0.000000] kernel direct mapping tables up to 0x7bf79fff @ [mem 0x3fffd000-0x3fffffff]
  791. [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1005fffff]
  792. [ 0.000000] [mem 0x100000000-0x1005fffff] page 2M
  793. [ 0.000000] kernel direct mapping tables up to 0x1005fffff @ [mem 0x7bf78000-0x7bf79fff]
  794. [ 0.000000] ACPI: RSDP 00000000000f0000 00024 (v02 CORE )
  795. [ 0.000000] ACPI: XSDT 000000007bf840e0 00054 (v01 CORE COREBOOT 00000000 CORE 00000000)
  796. [ 0.000000] ACPI: FACP 000000007bf88690 000F4 (v03 CORE COREBOOT 00000000 CORE 00000001)
  797. [ 0.000000] ACPI Error: Gpe0Block - 32-bit FADT register is too long (32 bytes, 256 bits) to convert to GAS struct - 255 bits max, truncating (20121018/tbfadt-201)
  798. [ 0.000000] ACPI BIOS Bug: Warning: 32/64X length mismatch in FADT/Gpe0Block: 256/255 (20121018/tbfadt-567)
  799. [ 0.000000] ACPI: DSDT 000000007bf84250 04431 (v02 COREv4 COREBOOT 20110725 INTL 20090123)
  800. [ 0.000000] ACPI: FACS 000000007bf84210 00040
  801. [ 0.000000] ACPI: HPET 000000007bf88790 00038 (v01 CORE COREBOOT 00000000 CORE 00000000)
  802. [ 0.000000] ACPI: APIC 000000007bf887d0 0005C (v01 CORE COREBOOT 00000000 CORE 00000000)
  803. [ 0.000000] ACPI: MCFG 000000007bf88830 0003C (v01 CORE COREBOOT 00000000 CORE 00000000)
  804. [ 0.000000] ACPI: SSDT 000000007bf89730 008A0 (v02 CORE COREBOOT 0000002A CORE 0000002A)
  805. [ 0.000000] ACPI: SSDT 000000007bf89fd0 0005C (v02 CORE COREBOOT 0000002A CORE 0000002A)
  806. [ 0.000000] ACPI: Local APIC address 0xfee00000
  807. [ 0.000000] [ffffea0000000000-ffffea00041fffff] PMD -> [ffff880079800000-ffff88007b9fffff] on node 0
  808. [ 0.000000] Zone ranges:
  809. [ 0.000000] DMA [mem 0x00010000-0x00ffffff]
  810. [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
  811. [ 0.000000] Normal [mem 0x100000000-0x1005fffff]
  812. [ 0.000000] Movable zone start for each node
  813. [ 0.000000] Early memory node ranges
  814. [ 0.000000] node 0: [mem 0x00010000-0x0002ffff]
  815. [ 0.000000] node 0: [mem 0x00040000-0x0009ffff]
  816. [ 0.000000] node 0: [mem 0x00100000-0x00efffff]
  817. [ 0.000000] node 0: [mem 0x01000000-0x7bf79fff]
  818. [ 0.000000] node 0: [mem 0x100000000-0x1005fffff]
  819. [ 0.000000] On node 0 totalpages: 508922
  820. [ 0.000000] DMA zone: 58 pages used for memmap
  821. [ 0.000000] DMA zone: 7 pages reserved
  822. [ 0.000000] DMA zone: 3647 pages, LIFO batch:0
  823. [ 0.000000] DMA32 zone: 7870 pages used for memmap
  824. [ 0.000000] DMA32 zone: 495804 pages, LIFO batch:31
  825. [ 0.000000] Normal zone: 24 pages used for memmap
  826. [ 0.000000] Normal zone: 1512 pages, LIFO batch:0
  827. [ 0.000000] ACPI: PM-Timer IO Port: 0x1008
  828. [ 0.000000] ACPI: Local APIC address 0xfee00000
  829. [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
  830. [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
  831. [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
  832. [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-39
  833. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
  834. [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
  835. [ 0.000000] ACPI: IRQ0 used by override.
  836. [ 0.000000] ACPI: IRQ2 used by override.
  837. [ 0.000000] ACPI: IRQ9 used by override.
  838. [ 0.000000] Using ACPI (MADT) for SMP configuration information
  839. [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
  840. [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
  841. [ 0.000000] nr_irqs_gsi: 56
  842. [ 0.000000] e820: [mem 0x7ea00000-0xefffffff] available for PCI devices
  843. [ 0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:2 nr_node_ids:1
  844. [ 0.000000] PERCPU: Embedded 26 pages/cpu @ffff880100200000 s76224 r8192 d22080 u1048576
  845. [ 0.000000] pcpu-alloc: s76224 r8192 d22080 u1048576 alloc=1*2097152
  846. [ 0.000000] pcpu-alloc: [0] 0 1
  847. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 500963
  848. [ 0.000000] Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure oops=panic panic=-1 root=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/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=d9c3aa9cb30cc5944641d3f382067c5a0e7e993a vt.global_cursor_default=0 kern_guid=ecf631da-11ee-ab42-bf2e-45671278b1bd add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic iTCO_vendor_support.vendorsupport=3
  849. [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
  850. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
  851. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
  852. [ 0.000000] __ex_table already sorted, skipping sort
  853. [ 0.000000] xsave: enabled xstate_bv 0x3, cntxt size 0x240
  854. [ 0.000000] Disabling VMX on cpu 0
  855. [ 0.000000] Checking aperture...
  856. [ 0.000000] No AGP bridge found
  857. [ 0.000000] Memory: 1917448k/4200448k available (5041k kernel code, 2164760k absent, 118240k reserved, 3930k data, 4032k init)
  858. [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  859. [ 0.000000] Hierarchical RCU implementation.
  860. [ 0.000000] CONFIG_RCU_FANOUT set to non-default value of 32
  861. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
  862. [ 0.000000] NR_IRQS:4352 nr_irqs:512 16
  863. [ 0.000000] Console: colour dummy device 80x25
  864. [ 0.000000] hpet clockevent registered
  865. [ 0.000000] Initial TSC value: 51849134872
  866. [ 0.000000] tsc: Fast TSC calibration using PIT
  867. [ 0.001000] Initial usec timer 37141214
  868. [ 0.001000] tsc: Detected 1396.737 MHz processor
  869. [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 2793.47 BogoMIPS (lpj=1396737)
  870. [ 0.000006] pid_max: default: 32768 minimum: 301
  871. [ 0.000039] Security Framework initialized
  872. [ 0.000042] Yama: becoming mindful.
  873. [ 0.000058] Mount-cache hash table entries: 256
  874. [ 0.000285] Initializing cgroup subsys freezer
  875. [ 0.000312] CPU: Physical Processor ID: 0
  876. [ 0.000313] CPU: Processor Core ID: 0
  877. [ 0.001664] mce: CPU supports 7 MCE banks
  878. [ 0.001682] CPU0: Thermal monitoring enabled (TM1)
  879. [ 0.001694] process: using mwait in idle threads
  880. [ 0.001699] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
  881. [ 0.001699] Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0
  882. [ 0.001699] tlb_flushall_shift: 6
  883. [ 0.001875] Freeing SMP alternatives: 12k freed
  884. [ 0.001880] ACPI: Core revision 20121018
  885. [ 0.004909] acpi_enable!
  886. [ 0.006184] ACPI mode enable smi_command = 0xb2 val = 0xe1
  887. [ 0.006188] ftrace: allocating 22653 entries in 89 pages
  888. [ 0.019977] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
  889. [ 0.029980] smpboot: CPU0: Intel(R) Celeron(R) 2955U @ 1.40GHz (fam: 06, model: 45, stepping: 01)
  890. [ 0.029990] TSC deadline timer enabled
  891. [ 0.029994] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
  892. [ 0.030006] ... version: 3
  893. [ 0.030008] ... bit width: 48
  894. [ 0.030010] ... generic registers: 8
  895. [ 0.030012] ... value mask: 0000ffffffffffff
  896. [ 0.030013] ... max period: 0000ffffffffffff
  897. [ 0.030015] ... fixed-purpose events: 3
  898. [ 0.030017] ... event mask: 00000007000000ff
  899. [ 0.031347] smpboot: Booting Node 0, Processors #1 OK
  900. [ 0.041754] Disabling VMX on cpu 1
  901. [ 0.045987] Brought up 2 CPUs
  902. [ 0.045991] smpboot: Total of 2 processors activated (5586.94 BogoMIPS)
  903. [ 0.046082] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
  904. [ 0.047880] devtmpfs: initialized
  905. [ 0.049938] RTC time: 13:48:43, date: 11/02/16
  906. [ 0.049996] NET: Registered protocol family 16
  907. [ 0.050918] Switched to clocksource hpet
  908. [ 0.050921] ACPI: bus type pci registered
  909. [ 0.050963] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000)
  910. [ 0.050966] PCI: MMCONFIG at [mem 0xf0000000-0xf3ffffff] reserved in E820
  911. [ 0.055364] PCI: Using configuration type 1 for base access
  912. [ 0.057146] bio: create slab <bio-0> at 0
  913. [ 0.057238] ACPI: Added _OSI(Module Device)
  914. [ 0.057242] ACPI: Added _OSI(Processor Device)
  915. [ 0.057244] ACPI: Added _OSI(3.0 _SCP Extensions)
  916. [ 0.057246] ACPI: Added _OSI(Processor Aggregator Device)
  917. [ 0.058450] ACPI: EC: Look up EC in DSDT
  918. [ 0.066083] ACPI: Interpreter enabled
  919. [ 0.066089] ACPI: (supports S0 S3 S5)
  920. [ 0.066106] ACPI: Using IOAPIC for interrupt routing
  921. [ 0.073894] gpiochip_find_base: found new base at 162
  922. [ 0.073927] gpiochip_add: registered GPIOs 162 to 255 on device: INT33C7:00
  923. [ 0.074034] ACPI: Power Resource [TNP0] (off)
  924. [ 0.074072] ACPI: Power Resource [TNP1] (on)
  925. [ 0.074421] ACPI: EC: GPE = 0x24, I/O: command/status = 0x66, data = 0x62
  926. [ 0.074561] ACPI: No dock devices found.
  927. [ 0.074565] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
  928. [ 0.074643] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
  929. [ 0.074646] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
  930. [ 0.074894] pci_root PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cebff])
  931. [ 0.074901] pci_root PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
  932. [ 0.074946] PCI host bridge to bus 0000:00
  933. [ 0.074950] pci_bus 0000:00: root bus resource [bus 00-ff]
  934. [ 0.074953] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
  935. [ 0.074956] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
  936. [ 0.074959] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
  937. [ 0.074961] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
  938. [ 0.074964] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
  939. [ 0.074967] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
  940. [ 0.074969] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
  941. [ 0.074972] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
  942. [ 0.074975] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
  943. [ 0.074977] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
  944. [ 0.074980] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
  945. [ 0.074982] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
  946. [ 0.074985] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
  947. [ 0.074988] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
  948. [ 0.074990] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff]
  949. [ 0.074993] pci_bus 0000:00: root bus resource [mem 0x7ea00001-0xfebfffff]
  950. [ 0.074996] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff]
  951. [ 0.075008] pci 0000:00:00.0: [8086:0a04] type 00 class 0x060000
  952. [ 0.075064] pci 0000:00:02.0: [8086:0a06] type 00 class 0x030000
  953. [ 0.075081] pci 0000:00:02.0: reg 10: [mem 0xe0000000-0xe03fffff 64bit]
  954. [ 0.075092] pci 0000:00:02.0: reg 18: [mem 0xd0000000-0xdfffffff 64bit pref]
  955. [ 0.075099] pci 0000:00:02.0: reg 20: [io 0x1800-0x183f]
  956. [ 0.075148] pci 0000:00:03.0: [8086:0a0c] type 00 class 0x040300
  957. [ 0.075160] pci 0000:00:03.0: reg 10: [mem 0xe0510000-0xe0513fff 64bit]
  958. [ 0.075240] pci 0000:00:14.0: [8086:9c31] type 00 class 0x0c0330
  959. [ 0.075262] pci 0000:00:14.0: reg 10: [mem 0xe0500000-0xe050ffff 64bit]
  960. [ 0.075333] pci 0000:00:14.0: PME# supported from D3hot D3cold
  961. [ 0.075357] pci 0000:00:15.0: [8086:9c60] type 00 class 0x080102
  962. [ 0.075378] pci 0000:00:15.0: reg 10: [mem 0xe0518000-0xe0518fff]
  963. [ 0.075390] pci 0000:00:15.0: reg 14: [mem 0xe0519000-0xe0519fff]
  964. [ 0.075486] pci 0000:00:15.1: [8086:9c61] type 00 class 0x0c8000
  965. [ 0.075507] pci 0000:00:15.1: reg 10: [mem 0xe051a000-0xe051afff]
  966. [ 0.075520] pci 0000:00:15.1: reg 14: [mem 0xe051b000-0xe051bfff]
  967. [ 0.075614] pci 0000:00:15.2: [8086:9c62] type 00 class 0x0c8000
  968. [ 0.075635] pci 0000:00:15.2: reg 10: [mem 0xe051c000-0xe051cfff]
  969. [ 0.075648] pci 0000:00:15.2: reg 14: [mem 0xe051d000-0xe051dfff]
  970. [ 0.075754] pci 0000:00:1b.0: [8086:9c20] type 00 class 0x040300
  971. [ 0.075771] pci 0000:00:1b.0: reg 10: [mem 0xe0514000-0xe0517fff 64bit]
  972. [ 0.075847] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
  973. [ 0.075868] pci 0000:00:1c.0: [8086:9c10] type 01 class 0x060400
  974. [ 0.075950] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
  975. [ 0.075986] pci 0000:00:1f.0: [8086:9c45] type 00 class 0x060100
  976. [ 0.076131] pci 0000:00:1f.2: [8086:9c03] type 00 class 0x010601
  977. [ 0.076150] pci 0000:00:1f.2: reg 10: [io 0x1860-0x1867]
  978. [ 0.076159] pci 0000:00:1f.2: reg 14: [io 0x1870-0x1873]
  979. [ 0.076169] pci 0000:00:1f.2: reg 18: [io 0x1868-0x186f]
  980. [ 0.076178] pci 0000:00:1f.2: reg 1c: [io 0x1874-0x1877]
  981. [ 0.076188] pci 0000:00:1f.2: reg 20: [io 0x1840-0x185f]
  982. [ 0.076197] pci 0000:00:1f.2: reg 24: [mem 0xe051f000-0xe051f7ff]
  983. [ 0.076241] pci 0000:00:1f.2: PME# supported from D3hot
  984. [ 0.076258] pci 0000:00:1f.3: [8086:9c22] type 00 class 0x0c0500
  985. [ 0.076276] pci 0000:00:1f.3: reg 10: [mem 0xe051fc00-0xe051fcff 64bit]
  986. [ 0.076300] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
  987. [ 0.076345] pci 0000:00:1f.6: [8086:9c24] type 00 class 0x118000
  988. [ 0.076380] pci 0000:00:1f.6: reg 10: [mem 0xe051e000-0xe051efff 64bit]
  989. [ 0.076564] pci 0000:01:00.0: [168c:0034] type 00 class 0x028000
  990. [ 0.076590] pci 0000:01:00.0: reg 10: [mem 0xe0400000-0xe047ffff 64bit]
  991. [ 0.076651] pci 0000:01:00.0: reg 30: [mem 0xe0480000-0xe048ffff pref]
  992. [ 0.076711] pci 0000:01:00.0: supports D1 D2
  993. [ 0.076714] pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
  994. [ 0.077945] pci 0000:00:1c.0: PCI bridge to [bus 01]
  995. [ 0.077952] pci 0000:00:1c.0: bridge window [mem 0xe0400000-0xe04fffff]
  996. [ 0.077965] pci_bus 0000:00: on NUMA node 0
  997. [ 0.077988] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
  998. [ 0.078274] pci0000:00: Requesting ACPI _OSC control (0x1d)
  999. [ 0.078302] pci0000:00: ACPI _OSC control (0x1d) granted
  1000. [ 0.079030] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11, disabled.
  1001. [ 0.079080] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *10, disabled.
  1002. [ 0.079126] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11, disabled.
  1003. [ 0.079170] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15), disabled.
  1004. [ 0.079215] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
  1005. [ 0.079260] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
  1006. [ 0.079304] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
  1007. [ 0.079348] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
  1008. [ 0.079483] SCSI subsystem initialized
  1009. [ 0.079486] ACPI: bus type scsi registered
  1010. [ 0.079531] libata version 3.00 loaded.
  1011. [ 0.079555] ACPI: bus type usb registered
  1012. [ 0.079579] usbcore: registered new interface driver usbfs
  1013. [ 0.079590] usbcore: registered new interface driver hub
  1014. [ 0.079626] usbcore: registered new device driver usb
  1015. [ 0.079646] Linux video capture interface: v2.00
  1016. [ 0.079668] chromeos: tpm attack callbacks: -19
  1017. [ 0.079743] chromeos_acpi: registering CHSW 0
  1018. [ 0.079903] chromeos_acpi: registering VBNV 0
  1019. [ 0.079907] chromeos_acpi: registering VBNV 1
  1020. [ 0.080207] chromeos_acpi: truncating buffer from 3072 to 1336
  1021. [ 0.080442] chromeos_acpi: installed
  1022. [ 0.080443] chromeos_acpi: chromeos_acpi: enabling S3 USB wake
  1023. [ 0.080466] Advanced Linux Sound Architecture Driver Initialized.
  1024. [ 0.080468] PCI: Using ACPI for IRQ routing
  1025. [ 0.082147] PCI: pci_cache_line_size set to 64 bytes
  1026. [ 0.082208] e820: reserve RAM buffer [mem 0x7bf7a000-0x7bffffff]
  1027. [ 0.082210] e820: reserve RAM buffer [mem 0x100600000-0x103ffffff]
  1028. [ 0.082745] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
  1029. [ 0.082754] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
  1030. [ 0.091933] pnp: PnP ACPI init
  1031. [ 0.091948] ACPI: bus type pnp registered
  1032. [ 0.092018] pnp 00:00: Plug and Play ACPI device, IDs PNP0c0e (active)
  1033. [ 0.092055] pnp 00:01: Plug and Play ACPI device, IDs PNP0c0e (active)
  1034. [ 0.092121] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved
  1035. [ 0.092125] system 00:02: [mem 0xfed10000-0xfed13fff] has been reserved
  1036. [ 0.092128] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved
  1037. [ 0.092131] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved
  1038. [ 0.092134] system 00:02: [mem 0xf0000000-0xf3ffffff] has been reserved
  1039. [ 0.092137] system 00:02: [mem 0xfed20000-0xfed3ffff] has been reserved
  1040. [ 0.092140] system 00:02: [mem 0xfed40000-0xfed44fff] has been reserved
  1041. [ 0.092143] system 00:02: [mem 0xfed45000-0xfed8ffff] could not be reserved
  1042. [ 0.092146] system 00:02: [mem 0x00f00000-0x00ffffff] has been reserved
  1043. [ 0.092151] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
  1044. [ 0.092353] pnp 00:03: [dma 4]
  1045. [ 0.092381] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
  1046. [ 0.092413] pnp 00:04: Plug and Play ACPI device, IDs INT0800 (active)
  1047. [ 0.092517] system 00:05: [mem 0xfed00000-0xfed003ff] has been reserved
  1048. [ 0.092521] system 00:05: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
  1049. [ 0.092562] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
  1050. [ 0.092632] system 00:07: [io 0x1000-0x10fe] has been reserved
  1051. [ 0.092636] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
  1052. [ 0.092668] pnp 00:08: Plug and Play ACPI device, IDs PNP0b00 (active)
  1053. [ 0.092718] system 00:09: [io 0x0900-0x09fe] has been reserved
  1054. [ 0.092722] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
  1055. [ 0.092768] system 00:0a: [io 0x0200] has been reserved
  1056. [ 0.092771] system 00:0a: [io 0x0204] has been reserved
  1057. [ 0.092774] system 00:0a: [io 0x0800-0x087f] has been reserved
  1058. [ 0.092777] system 00:0a: [io 0x0880-0x08ff] has been reserved
  1059. [ 0.092781] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
  1060. [ 0.092822] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
  1061. [ 0.092867] pnp 00:0c: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
  1062. [ 0.092925] pnp 00:0d: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
  1063. [ 0.093043] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
  1064. [ 0.093174] pnp: PnP ACPI: found 15 devices
  1065. [ 0.093176] ACPI: ACPI bus type pnp unregistered
  1066. [ 0.099634] pci 0000:00:1c.0: bridge window [io 0x1000-0x0fff] to [bus 01] add_size 1000
  1067. [ 0.099639] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000
  1068. [ 0.099646] pci 0000:00:1c.0: res[9]=[mem 0x00100000-0x000fffff 64bit pref] get_res_add_size add_size 200000
  1069. [ 0.099649] pci 0000:00:1c.0: res[7]=[io 0x1000-0x0fff] get_res_add_size add_size 1000
  1070. [ 0.099658] pci 0000:00:1c.0: BAR 9: assigned [mem 0x7eb00000-0x7ecfffff 64bit pref]
  1071. [ 0.099663] pci 0000:00:1c.0: BAR 7: assigned [io 0x2000-0x2fff]
  1072. [ 0.099667] pci 0000:00:1c.0: PCI bridge to [bus 01]
  1073. [ 0.099671] pci 0000:00:1c.0: bridge window [io 0x2000-0x2fff]
  1074. [ 0.099677] pci 0000:00:1c.0: bridge window [mem 0xe0400000-0xe04fffff]
  1075. [ 0.099682] pci 0000:00:1c.0: bridge window [mem 0x7eb00000-0x7ecfffff 64bit pref]
  1076. [ 0.099693] pci 0000:00:1c.0: enabling device (0106 -> 0107)
  1077. [ 0.099706] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
  1078. [ 0.099709] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
  1079. [ 0.099711] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
  1080. [ 0.099714] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
  1081. [ 0.099717] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
  1082. [ 0.099719] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
  1083. [ 0.099722] pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
  1084. [ 0.099725] pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
  1085. [ 0.099728] pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
  1086. [ 0.099730] pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
  1087. [ 0.099733] pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
  1088. [ 0.099735] pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
  1089. [ 0.099738] pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
  1090. [ 0.099741] pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
  1091. [ 0.099743] pci_bus 0000:00: resource 18 [mem 0x000f0000-0x000fffff]
  1092. [ 0.099746] pci_bus 0000:00: resource 19 [mem 0x7ea00001-0xfebfffff]
  1093. [ 0.099749] pci_bus 0000:00: resource 20 [mem 0xfed40000-0xfed44fff]
  1094. [ 0.099752] pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
  1095. [ 0.099754] pci_bus 0000:01: resource 1 [mem 0xe0400000-0xe04fffff]
  1096. [ 0.099757] pci_bus 0000:01: resource 2 [mem 0x7eb00000-0x7ecfffff 64bit pref]
  1097. [ 0.099797] NET: Registered protocol family 2
  1098. [ 0.099960] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
  1099. [ 0.100013] TCP bind hash table entries: 16384 (order: 7, 524288 bytes)
  1100. [ 0.100215] TCP: Hash tables configured (established 16384 bind 16384)
  1101. [ 0.100238] TCP: reno registered
  1102. [ 0.100244] UDP hash table entries: 1024 (order: 4, 98304 bytes)
  1103. [ 0.100286] UDP-Lite hash table entries: 1024 (order: 4, 98304 bytes)
  1104. [ 0.100378] NET: Registered protocol family 1
  1105. [ 0.100393] pci 0000:00:02.0: Boot video device
  1106. [ 0.100473] PCI: CLS 64 bytes, default 64
  1107. [ 0.849004] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
  1108. [ 0.849011] software IO TLB [mem 0x75800000-0x79800000] (64MB) mapped at [ffff880075800000-ffff8800797fffff]
  1109. [ 0.849524] resource map sanity check conflict: 0xfed10000 0xfed15fff 0xfed10000 0xfed13fff pnp 00:02
  1110. [ 0.849527] ------------[ cut here ]------------
  1111. [ 0.849534] WARNING: at /mnt/host/source/src/third_party/kernel/v3.8/arch/x86/mm/ioremap.c:171 __ioremap_caller+0x2cf/0x314()
  1112. [ 0.849536] Hardware name: Peppy
  1113. [ 0.849538] Info: mapping multiple BARs. Your kernel is fine.
  1114. [ 0.849540] Modules linked in:
  1115. [ 0.849545] Pid: 1, comm: swapper/0 Not tainted 3.8.11 #2
  1116. [ 0.849547] Call Trace:
  1117. [ 0.849553] [<ffffffff99c33287>] warn_slowpath_fmt+0x65/0x90
  1118. [ 0.849557] [<ffffffff99c29cf0>] __ioremap_caller+0x2cf/0x314
  1119. [ 0.849561] [<ffffffff99c29d4c>] ioremap_nocache+0x17/0x19
  1120. [ 0.849566] [<ffffffff99c16707>] snb_uncore_imc_init_box+0x7c/0xb1
  1121. [ 0.849570] [<ffffffff99c15055>] uncore_box_init+0x2c/0x2e
  1122. [ 0.849574] [<ffffffff99c15227>] uncore_pci_probe+0x100/0x156
  1123. [ 0.849579] [<ffffffff99e119df>] pci_device_probe+0x6e/0xb0
  1124. [ 0.849584] [<ffffffff99f10475>] driver_probe_device+0xa2/0x1e3
  1125. [ 0.849589] [<ffffffff99f10650>] __driver_attach+0x5d/0x7f
  1126. [ 0.849593] [<ffffffff99f105f3>] ? __device_attach+0x3d/0x3d
  1127. [ 0.849596] [<ffffffff99f0f63a>] bus_for_each_dev+0x89/0xac
  1128. [ 0.849600] [<ffffffff99f0ffc3>] driver_attach+0x1e/0x20
  1129. [ 0.849604] [<ffffffff99f0fc0b>] bus_add_driver+0x114/0x211
  1130. [ 0.849609] [<ffffffff9a4def0d>] ? uncore_cpu_setup+0x13/0x13
  1131. [ 0.849613] [<ffffffff99f10b6c>] driver_register+0x8c/0xfb
  1132. [ 0.849616] [<ffffffff9a4def0d>] ? uncore_cpu_setup+0x13/0x13
  1133. [ 0.849620] [<ffffffff99e11103>] __pci_register_driver+0x60/0x63
  1134. [ 0.849624] [<ffffffff9a4defcc>] intel_uncore_init+0xbf/0x305
  1135. [ 0.849627] [<ffffffff9a4def0d>] ? uncore_cpu_setup+0x13/0x13
  1136. [ 0.849631] [<ffffffff99c0023c>] do_one_initcall+0x7f/0x137
  1137. [ 0.849636] [<ffffffff9a4d7c49>] kernel_init_freeable+0x112/0x190
  1138. [ 0.849641] [<ffffffff9a0d740b>] ? rest_init+0x6f/0x6f
  1139. [ 0.849645] [<ffffffff9a0d7419>] kernel_init+0xe/0xd6
  1140. [ 0.849649] [<ffffffff9a0e871c>] ret_from_fork+0x7c/0xb0
  1141. [ 0.849653] [<ffffffff9a0d740b>] ? rest_init+0x6f/0x6f
  1142. [ 0.849661] ---[ end trace a40811eb09f4142f ]---
  1143. [ 0.849870] microcode: CPU0 sig=0x40651, pf=0x40, revision=0x15
  1144. [ 0.849880] microcode: CPU1 sig=0x40651, pf=0x40, revision=0x15
  1145. [ 0.849909] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
  1146. [ 0.852313] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  1147. [ 0.852470] msgmni has been set to 3745
  1148. [ 0.852822] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
  1149. [ 0.852826] io scheduler noop registered
  1150. [ 0.852828] io scheduler deadline registered
  1151. [ 0.852859] io scheduler cfq registered (default)
  1152. [ 0.852969] pcieport 0000:00:1c.0: irq 56 for MSI/MSI-X
  1153. [ 0.853078] aer 0000:00:1c.0:pcie02: service driver aer loaded
  1154. [ 0.853095] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
  1155. [ 0.853098] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
  1156. [ 0.853103] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
  1157. [ 0.853118] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
  1158. [ 0.853137] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
  1159. [ 0.853254] ACPI: AC Adapter [AC] (off-line)
  1160. [ 0.853356] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
  1161. [ 0.853387] ACPI: Lid Switch [LID0]
  1162. [ 0.853433] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
  1163. [ 0.853438] ACPI: Power Button [PWRB]
  1164. [ 0.853481] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
  1165. [ 0.853485] ACPI: Sleep Button [TPAD]
  1166. [ 0.853524] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:01/input/input3
  1167. [ 0.853528] ACPI: Sleep Button [TSCR]
  1168. [ 0.853582] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
  1169. [ 0.853585] ACPI: Power Button [PWRF]
  1170. [ 0.853651] ACPI: Fan [TDP0] (off)
  1171. [ 0.853686] ACPI: Fan [TDP1] (on)
  1172. [ 0.853995] ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
  1173. [ 0.854044] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
  1174. [ 0.854079] ACPI: Requesting acpi_cpufreq
  1175. [ 0.854264] Monitor-Mwait will be used to enter C-1 state
  1176. [ 0.854270] Monitor-Mwait will be used to enter C-2 state
  1177. [ 0.854274] Monitor-Mwait will be used to enter C-3 state
  1178. [ 0.854284] ACPI: acpi_idle registered with cpuidle
  1179. [ 0.858028] thermal LNXTHERM:00: registered as thermal_zone0
  1180. [ 0.858032] ACPI: Thermal Zone [THRM] (50 C)
  1181. [ 0.858458] Non-volatile memory driver v1.3
  1182. [ 0.858515] Linux agpgart interface v0.103
  1183. [ 0.858593] ACPI: Battery Slot [BAT0] (battery present)
  1184. [ 0.858613] tpm_tis tpm_tis: registering reboot notifier [gentle shutdown]
  1185. [ 0.858636] tpm_tis tpm_tis: 1.2 TPM (device-id 0xB, rev-id 16)
  1186. [ 0.893855] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
  1187. [ 0.929863] tpm_tis tpm_tis: command 0x65 (size 22) returned code 0x0
  1188. [ 0.959818] tpm_tis tpm_tis: command 0x53 (size 10) returned code 0x0
  1189. [ 0.989864] tpm_tis tpm_tis: command 0x15 (size 14) returned code 0x0
  1190. [ 0.989886] [drm] Initialized drm 1.1.0 20060810
  1191. [ 0.990449] [drm] Memory usable by graphics device = 2048M
  1192. [ 0.990455] i915 0000:00:02.0: setting latency timer to 64
  1193. [ 1.013859] [drm:i915_write32] *ERROR* Unknown unclaimed register before writing to a090
  1194. [ 1.013994] i915 0000:00:02.0: irq 57 for MSI/MSI-X
  1195. [ 1.014005] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
  1196. [ 1.014006] [drm] Driver supports precise vblank timestamp query.
  1197. [ 1.096936] fbcon: inteldrmfb (fb0) is primary device
  1198. [ 1.851641] tsc: Refined TSC clocksource calibration: 1396.766 MHz
  1199. [ 1.851655] Switched to clocksource tsc
  1200. [ 2.591638] Console: switching to colour frame buffer device 170x48
  1201. [ 2.596993] i915 0000:00:02.0: fb0: inteldrmfb frame buffer device
  1202. [ 2.596996] i915 0000:00:02.0: registered panic notifier
  1203. [ 2.597012] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
  1204. [ 2.597182] [drm] Initialized vgem 1.0.0 20120112 on minor 1
  1205. [ 2.597197] usbcore: registered new interface driver udl
  1206. [ 2.597862] loop: module loaded
  1207. [ 2.597871] lkdtm: No crash points registered, enable through debugfs
  1208. [ 2.597917] cros_ec_lpc cros_ec_lpc.0: Chrome EC device registered
  1209. [ 2.599033] ahci 0000:00:1f.2: version 3.0
  1210. [ 2.599086] ahci 0000:00:1f.2: irq 58 for MSI/MSI-X
  1211. [ 2.599109] ahci: SSS flag set, parallel bus scan disabled
  1212. [ 2.599128] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x1 impl SATA mode
  1213. [ 2.599133] ahci 0000:00:1f.2: flags: 64bit ncq ilck stag pm led clo only pio slum part deso sadm sds apst
  1214. [ 2.599137] ahci 0000:00:1f.2: setting latency timer to 64
  1215. [ 2.599358] scsi0 : ahci
  1216. [ 2.599447] scsi1 : ahci
  1217. [ 2.599493] ata1: SATA max UDMA/133 abar m2048@0xe051f000 port 0xe051f100 irq 58
  1218. [ 2.599501] ata2: DUMMY
  1219. [ 2.599634] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  1220. [ 2.599636] ehci-pci: EHCI PCI platform driver
  1221. [ 2.599648] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
  1222. [ 2.599659] uhci_hcd: USB Universal Host Controller Interface driver
  1223. [ 2.599704] xhci_hcd 0000:00:14.0: setting latency timer to 64
  1224. [ 2.599708] xhci_hcd 0000:00:14.0: xHCI Host Controller
  1225. [ 2.599746] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
  1226. [ 2.599832] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
  1227. [ 2.599873] xhci_hcd 0000:00:14.0: irq 59 for MSI/MSI-X
  1228. [ 2.599928] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  1229. [ 2.599931] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1230. [ 2.599934] usb usb1: Product: xHCI Host Controller
  1231. [ 2.599936] usb usb1: Manufacturer: Linux 3.8.11 xhci_hcd
  1232. [ 2.599938] usb usb1: SerialNumber: 0000:00:14.0
  1233. [ 2.600031] xHCI xhci_add_endpoint called for root hub
  1234. [ 2.600034] xHCI xhci_check_bandwidth called for root hub
  1235. [ 2.600061] hub 1-0:1.0: USB hub found
  1236. [ 2.600071] hub 1-0:1.0: 8 ports detected
  1237. [ 2.600268] xhci_hcd 0000:00:14.0: xHCI Host Controller
  1238. [ 2.600303] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
  1239. [ 2.600329] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
  1240. [ 2.600332] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  1241. [ 2.600335] usb usb2: Product: xHCI Host Controller
  1242. [ 2.600337] usb usb2: Manufacturer: Linux 3.8.11 xhci_hcd
  1243. [ 2.600339] usb usb2: SerialNumber: 0000:00:14.0
  1244. [ 2.600418] xHCI xhci_add_endpoint called for root hub
  1245. [ 2.600420] xHCI xhci_check_bandwidth called for root hub
  1246. [ 2.600444] hub 2-0:1.0: USB hub found
  1247. [ 2.600452] hub 2-0:1.0: 4 ports detected
  1248. [ 2.606536] usbcore: registered new interface driver cdc_acm
  1249. [ 2.606538] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
  1250. [ 2.606539] Initializing USB Mass Storage driver...
  1251. [ 2.606559] usbcore: registered new interface driver usb-storage
  1252. [ 2.606560] USB Mass Storage support registered.
  1253. [ 2.606572] usbcore: registered new interface driver ums-realtek
  1254. [ 2.606598] usbcore: registered new interface driver usbserial
  1255. [ 2.606607] usbcore: registered new interface driver usbserial_generic
  1256. [ 2.606614] usbserial: USB Serial support registered for generic
  1257. [ 2.606669] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
  1258. [ 2.606671] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
  1259. [ 2.607200] i8042: Warning: Keylock active
  1260. [ 2.607336] serio: i8042 KBD port at 0x60,0x64 irq 1
  1261. [ 2.607680] rtc_cmos 00:08: RTC can wake from S4
  1262. [ 2.607823] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
  1263. [ 2.607855] rtc0: alarms up to one month, 242 bytes nvram, hpet irqs
  1264. [ 2.607864] i2c /dev entries driver
  1265. [ 2.608127] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
  1266. [ 2.608412] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
  1267. [ 2.608433] iTCO_wdt: Found a Lynx Point_LP TCO device (Version=2, TCOBASE=0x1060)
  1268. [ 2.608512] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
  1269. [ 2.608623] device-mapper: ioctl: 4.23.1-ioctl (2012-12-18) initialised: dm-devel@redhat.com
  1270. [ 2.608686] device-mapper: verity-chromeos: dm-verity-chromeos registered
  1271. [ 2.608689] device-mapper: bootcache: version 0.1.0 loaded
  1272. [ 2.608759] cpuidle: using governor ladder
  1273. [ 2.608819] cpuidle: using governor menu
  1274. [ 2.609054] gsmi version 1.0 loaded
  1275. [ 2.609126] usbcore: registered new interface driver usbhid
  1276. [ 2.609128] usbhid: USB HID core driver
  1277. [ 2.609835] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input6
  1278. [ 2.610377] __add_probed_i2c_device failed to register device 10-4a
  1279. [ 2.610892] __add_probed_i2c_device failed to register device 10-44
  1280. [ 2.611892] platform chromeos_laptop: Driver chromeos_laptop requests probe deferral
  1281. [ 2.615294] console [pstore-1] enabled
  1282. [ 2.615302] ramoops: attached 0x100000@0xf00000, ecc: 0
  1283. [ 2.615364] Netfilter messages via NETLINK v0.30.
  1284. [ 2.615387] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
  1285. [ 2.615500] ctnetlink v0.93: registering with nfnetlink.
  1286. [ 2.615651] ip_tables: (C) 2000-2006 Netfilter Core Team
  1287. [ 2.615682] TCP: cubic registered
  1288. [ 2.615689] Initializing XFRM netlink socket
  1289. [ 2.615839] NET: Registered protocol family 10
  1290. [ 2.616036] NET: Registered protocol family 17
  1291. [ 2.618093] __add_probed_i2c_device failed to register device 10-4a
  1292. [ 2.618719] __add_probed_i2c_device failed to register device 10-44
  1293. [ 2.618738] platform chromeos_laptop: Driver chromeos_laptop requests probe deferral
  1294. [ 2.618798] Magic number: 8:346:836
  1295. [ 2.619127] ALSA device list:
  1296. [ 2.619135] No soundcards found.
  1297. [ 2.619156] Warning: unable to open an initial console.
  1298. [ 2.711678] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
  1299. [ 2.716511] input: Cypress APA Trackpad (cyapa) as /devices/pci0000:00/0000:00:15.1/i2c-9/9-0067/input/input7
  1300. [ 2.952587] usb 1-2: new high-speed USB device number 2 using xhci_hcd
  1301. [ 2.965394] usb 1-2: New USB device found, idVendor=1221, idProduct=3234
  1302. [ 2.965420] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1303. [ 2.965460] usb 1-2: Product: Flash Disk
  1304. [ 2.965475] usb 1-2: Manufacturer: USB2.0
  1305. [ 2.965488] usb 1-2: SerialNumber: Q2J8WA9094605621
  1306. [ 2.966354] scsi2 : usb-storage 1-2:1.0
  1307. [ 2.966702] __add_probed_i2c_device failed to register device 10-4a
  1308. [ 2.966792] __add_probed_i2c_device failed to register device 10-44
  1309. [ 2.966818] platform chromeos_laptop: Driver chromeos_laptop requests probe deferral
  1310. [ 3.119560] usb 1-3: new high-speed USB device number 3 using xhci_hcd
  1311. [ 3.198663] usb 1-3: New USB device found, idVendor=1bcf, idProduct=2c67
  1312. [ 3.198689] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
  1313. [ 3.198709] usb 1-3: Product: HD WebCam
  1314. [ 3.198723] usb 1-3: Manufacturer: SunplusIT Inc
  1315. [ 3.269158] __add_probed_i2c_device failed to register device 10-4a
  1316. [ 3.269278] __add_probed_i2c_device failed to register device 10-44
  1317. [ 3.269308] platform chromeos_laptop: Driver chromeos_laptop requests probe deferral
  1318. [ 3.421508] usb 1-4: new full-speed USB device number 4 using xhci_hcd
  1319. [ 3.434503] usb 1-4: string descriptor 0 malformed (err = -61), defaulting to 0x0409
  1320. [ 3.436625] usb 1-4: New USB device found, idVendor=0489, idProduct=e056
  1321. [ 3.436649] usb 1-4: New USB device strings: Mfr=1, Product=2, SerialNumber=3
  1322. [ 3.438228] __add_probed_i2c_device failed to register device 10-4a
  1323. [ 3.438247] chromeos_laptop_probe: Ran out of tries for device.
  1324. [ 3.438347] __add_probed_i2c_device failed to register device 10-44
  1325. [ 3.438379] chromeos_laptop_probe: Ran out of tries for device.
  1326. [ 3.968059] scsi 2:0:0:0: Direct-Access USB2.0 Flash Disk 2.b0 PQ: 0 ANSI: 2
  1327. [ 3.968694] sd 2:0:0:0: [sda] 7864320 512-byte logical blocks: (4.02 GB/3.75 GiB)
  1328. [ 3.968920] sd 2:0:0:0: [sda] Write Protect is off
  1329. [ 3.968942] sd 2:0:0:0: [sda] Mode Sense: 0b 00 00 08
  1330. [ 3.969162] sd 2:0:0:0: [sda] No Caching mode page present
  1331. [ 3.969183] sd 2:0:0:0: [sda] Assuming drive cache: write through
  1332. [ 3.970204] sd 2:0:0:0: [sda] No Caching mode page present
  1333. [ 3.970224] sd 2:0:0:0: [sda] Assuming drive cache: write through
  1334. [ 3.980363] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12
  1335. [ 3.981953] sd 2:0:0:0: [sda] No Caching mode page present
  1336. [ 3.981972] sd 2:0:0:0: [sda] Assuming drive cache: write through
  1337. [ 3.981991] sd 2:0:0:0: [sda] Attached SCSI removable disk
  1338. [ 7.757770] ata1: link is slow to respond, please be patient (ready=0)
  1339. [ 12.601966] ata1: COMRESET failed (errno=-16)
  1340. [ 17.760105] ata1: link is slow to respond, please be patient (ready=0)
  1341. [ 22.604299] ata1: COMRESET failed (errno=-16)
  1342. [ 27.762438] ata1: link is slow to respond, please be patient (ready=0)
  1343. [ 57.643464] ata1: COMRESET failed (errno=-16)
  1344. [ 57.643488] ata1: limiting SATA link speed to 3.0 Gbps
  1345. [ 62.648630] ata1: COMRESET failed (errno=-16)
  1346. [ 62.648654] ata1: reset failed, giving up
  1347. [ 62.657901] Freeing unused kernel memory: 4032k freed
  1348. [ 62.659060] Write protecting the kernel read-only data: 8192k
  1349. [ 62.667878] Freeing unused kernel memory: 1092k freed
  1350. [ 62.668815] Freeing unused kernel memory: 64k freed
  1351. [ 64.998485] device-mapper: verity: Argument 0: 'payload=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1'
  1352. [ 64.998504] device-mapper: verity: Argument 1: 'hashtree=PARTUUID=ecf631da-11ee-ab42-bf2e-45671278b1bd/PARTNROFF=1'
  1353. [ 64.998517] device-mapper: verity: Argument 2: 'hashstart=2506752'
  1354. [ 64.998529] device-mapper: verity: Argument 3: 'alg=sha1'
  1355. [ 64.998538] device-mapper: verity: Argument 4: 'root_hexdigest=c0f1145583cca7945879ea8836fdefe1ee89a07a'
  1356. [ 64.998551] device-mapper: verity: Argument 5: 'salt=fa57132c49b65457c79aabf89113582b2e37081707f038874b1fbcbcbcd1c6e5'
  1357. [ 64.998565] device-mapper: verity: Argument 6: 'error_behavior=eio'
  1358. [ 65.000849] bio: create slab <bio-1> at 1
  1359. [ 65.019353] EXT4-fs (dm-0): couldn't mount as ext3 due to feature incompatibilities
  1360. [ 65.033428] EXT4-fs (dm-0): mounting ext2 file system using the ext4 subsystem
  1361. [ 65.035728] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
  1362. [ 65.064263] tpm_tis tpm_tis: command 0x99 (size 12) returned code 0x26
  1363. [ 65.089261] tpm_tis tpm_tis: command 0x53 (size 10) returned code 0x0
  1364. [ 65.120256] tpm_tis tpm_tis: command 0xcd (size 22) returned code 0x0
  1365. [ 65.124349] EXT4-fs (sda1): couldn't mount as ext3 due to feature incompatibilities
  1366. [ 65.125287] EXT4-fs (sda1): mounting ext2 file system using the ext4 subsystem
  1367. [ 65.128153] EXT4-fs (sda1): mounted filesystem without journal. Opts: (null)
Add Comment
Please, Sign In to add comment