Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- + initialize
- + init_check_clock
- + date '+%Y'
- + '[' 2020 -lt 1970 ]
- + init_mounts
- + mount -n -t proc -o nodev,noexec,nosuid proc /proc
- + mount -n -t sysfs -o nodev,noexec,nosuid sysfs /sys
- + mount -t devtmpfs -o 'mode=0755,nosuid' devtmpfs /dev
- + ln -sf /proc/self/fd /dev/fd
- + ln -sf fd/0 /dev/stdin
- + ln -sf fd/1 /dev/stdout
- + ln -sf fd/2 /dev/stderr
- + mkdir -p /dev/pts
- + mount -n -t devpts -o noexec,nosuid devpts /dev/pts
- + mount -n -t debugfs debugfs /sys/kernel/debug
- + cat /proc/cmdline
- + sed -e 's/"[^"]*"/DROPPED/g'
- + export_args cros_secure 'console=' 'loglevel=7' 'init=/sbin/init' cros_secure 'root=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1' rootwait ro 'dm_verity.error_behavior=3' 'dm_verity.max_bios=-1' 'dm_verity.dev_wait=0' noinitrd 'panic=60' cros_recovery 'kern_b_hash=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d' 'vt.global_cursor_default=0' 'kern_guid=a2f1b79a-e7de-cf4d-86c2-125432dc16dd' add_efi_memmap 'boot=local' noresume noswap 'i915.modeset=1' 'tpm_tis.force=1' 'tpm_tis.interrupts=0' 'nmi_watchdog=panic,lapic'
- + local 'arg='
- + local 'key='
- + local 'val='
- + local 'acceptable_set=[A-Za-z0-9]_'
- + echo+ cros_secure
- tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=CROS_SECURE
- + val=cros_secure
- + export 'KERN_ARG_CROS_SECURE=cros_secure'
- + dlog 'Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE'
- + echo 'Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE'
- + tee -a /dev/null /dev/null
- Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
- + tr -dc '[A-Za-z0-9]_' _
- + tr a-z A-Z
- + echo console
- + key=CONSOLE
- + val=
- + export 'KERN_ARG_CONSOLE='
- + dlog 'Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE'
- + echo 'Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE'
- + tee -a /dev/null /dev/null
- Exporting kernel argument CONSOLE as KERN_ARG_CONSOLE
- + echo loglevel
- + tr -dc '[A-Za-z0-9]_' _
- + tr a-z A-Z
- + key=LOGLEVEL
- + val=7
- + export 'KERN_ARG_LOGLEVEL=7'
- + dlog 'Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL'
- + echo 'Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL'
- + tee -a /dev/null /dev/null
- Exporting kernel argument LOGLEVEL as KERN_ARG_LOGLEVEL
- + echo init
- + tr -dc '[A-Za-z0-9]_' _
- + tr a-z A-Z
- + key=INIT
- + val=/sbin/init
- + export 'KERN_ARG_INIT=/sbin/init'
- + dlog 'Exporting kernel argument INIT as KERN_ARG_INIT'
- + echo 'Exporting kernel argument INIT as KERN_ARG_INIT'
- + tee -a /dev/null /dev/null
- Exporting kernel argument INIT as KERN_ARG_INIT
- + tr -dc '[A-Za-z0-9]_' _
- + tr a-z A-Z
- + echo cros_secure
- + key=CROS_SECURE
- + val=cros_secure
- + export 'KERN_ARG_CROS_SECURE=cros_secure'
- + dlog 'Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE'
- + echo 'Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE'
- + tee -a /dev/null /dev/null
- Exporting kernel argument CROS_SECURE as KERN_ARG_CROS_SECURE
- + echo root
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=ROOT
- + val='PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1'
- + export 'KERN_ARG_ROOT=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1'
- + dlog 'Exporting kernel argument ROOT as KERN_ARG_ROOT'
- + echo 'Exporting kernel argument ROOT as KERN_ARG_ROOT'
- + tee -a /dev/null /dev/null
- Exporting kernel argument ROOT as KERN_ARG_ROOT
- + tr -dc '[A-Za-z0-9]_' _
- + tr a-z A-Z
- + echo rootwait
- + key=ROOTWAIT
- + val=rootwait
- + export 'KERN_ARG_ROOTWAIT=rootwait'
- + dlog 'Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT'
- + echo+ 'Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT'
- tee -a /dev/null /dev/null
- Exporting kernel argument ROOTWAIT as KERN_ARG_ROOTWAIT
- + tr -dc '[A-Za-z0-9]_' _
- + tr a-z A-Z
- + echo ro
- + key=RO
- + val=ro
- + export 'KERN_ARG_RO=ro'
- + dlog 'Exporting kernel argument RO as KERN_ARG_RO'
- + echo 'Exporting kernel argument RO as KERN_ARG_RO'
- + tee -a /dev/null /dev/null
- Exporting kernel argument RO as KERN_ARG_RO
- + echo dm_verity.error_behavior+
- tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=DM_VERITYERROR_BEHAVIOR
- + val=3
- + export 'KERN_ARG_DM_VERITYERROR_BEHAVIOR=3'
- + dlog 'Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR'
- + + teeecho -a 'Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR'
- /dev/null /dev/null
- Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR
- + echo dm_verity.max_bios
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=DM_VERITYMAX_BIOS
- + val=-1
- + export 'KERN_ARG_DM_VERITYMAX_BIOS=-1'
- + dlog 'Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS'
- + tee -a /dev/null /dev/null
- + echo 'Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS'
- Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS
- + tr a-z+ A-Z
- tr -dc '[A-Za-z0-9]_' _
- + echo dm_verity.dev_wait
- + key=DM_VERITYDEV_WAIT
- + val=0
- + export 'KERN_ARG_DM_VERITYDEV_WAIT=0'
- + dlog 'Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT'
- + + echotee 'Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT'
- -a /dev/null /dev/null
- Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT
- + + trtr -dc a-z '[A-Za-z0-9]_' A-Z
- _
- + echo noinitrd
- + key=NOINITRD
- + val=noinitrd
- + export 'KERN_ARG_NOINITRD=noinitrd'
- + dlog 'Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD'
- + echo 'Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD'
- + tee -a /dev/null /dev/null
- Exporting kernel argument NOINITRD as KERN_ARG_NOINITRD
- + tr -dc '[A-Za-z0-9]_' _
- + tr a-z A-Z
- + echo panic
- + key=PANIC
- + val=60
- + export 'KERN_ARG_PANIC=60'
- + dlog 'Exporting kernel argument PANIC as KERN_ARG_PANIC'
- + echo+ 'Exporting kernel argument PANIC as KERN_ARG_PANIC'
- tee -a /dev/null /dev/null
- Exporting kernel argument PANIC as KERN_ARG_PANIC
- + echo cros_recovery
- + + trtr -dc a-z '[A-Za-z0-9]_' A-Z
- _
- + key=CROS_RECOVERY
- + val=cros_recovery
- + export 'KERN_ARG_CROS_RECOVERY=cros_recovery'
- + dlog 'Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY'
- + echo 'Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY'
- + tee -a /dev/null /dev/null
- Exporting kernel argument CROS_RECOVERY as KERN_ARG_CROS_RECOVERY
- + + trecho a-z kern_b_hash
- A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=KERN_B_HASH
- + val=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d
- + export 'KERN_ARG_KERN_B_HASH=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d'
- + dlog 'Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH'
- + echo 'Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH'
- + tee -a /dev/null /dev/null
- Exporting kernel argument KERN_B_HASH as KERN_ARG_KERN_B_HASH
- + echo vt.global_cursor_default
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=VTGLOBAL_CURSOR_DEFAULT
- + val=0
- + export 'KERN_ARG_VTGLOBAL_CURSOR_DEFAULT=0'
- + dlog 'Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT'
- + echo+ 'Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT'
- tee -a /dev/null /dev/null
- Exporting kernel argument VTGLOBAL_CURSOR_DEFAULT as KERN_ARG_VTGLOBAL_CURSOR_DEFAULT
- + echo kern_guid
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=KERN_GUID
- + val=a2f1b79a-e7de-cf4d-86c2-125432dc16dd
- + export 'KERN_ARG_KERN_GUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd'
- + dlog 'Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID'
- + echo 'Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID'
- + tee -a /dev/null /dev/null
- Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID
- + echo add_efi_memmap
- + + trtr a-z -dc A-Z
- '[A-Za-z0-9]_' _
- + key=ADD_EFI_MEMMAP
- + val=add_efi_memmap
- + export 'KERN_ARG_ADD_EFI_MEMMAP=add_efi_memmap'
- + dlog 'Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP'
- + + teeecho 'Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP'
- -a /dev/null /dev/null
- Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP
- + echo boot
- + + trtr a-z -dc A-Z
- '[A-Za-z0-9]_' _
- + key=BOOT
- + val=local
- + export 'KERN_ARG_BOOT=local'
- + dlog 'Exporting kernel argument BOOT as KERN_ARG_BOOT'
- + echo 'Exporting kernel argument BOOT as KERN_ARG_BOOT'
- + tee -a /dev/null /dev/null
- Exporting kernel argument BOOT as KERN_ARG_BOOT
- + echo noresume
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=NORESUME
- + val=noresume
- + export 'KERN_ARG_NORESUME=noresume'
- + dlog 'Exporting kernel argument NORESUME as KERN_ARG_NORESUME'
- + echo+ 'Exporting kernel argument NORESUME as KERN_ARG_NORESUME'
- tee -a /dev/null /dev/null
- Exporting kernel argument NORESUME as KERN_ARG_NORESUME
- + echo noswap
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=NOSWAP
- + val=noswap
- + export 'KERN_ARG_NOSWAP=noswap'
- + dlog 'Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP'
- + echo 'Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP'
- + tee -a /dev/null /dev/null
- Exporting kernel argument NOSWAP as KERN_ARG_NOSWAP
- + echo i915.modeset
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=I915MODESET
- + val=1
- + export 'KERN_ARG_I915MODESET=1'
- + dlog 'Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET'
- + + echotee 'Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET'
- -a /dev/null /dev/null
- Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET
- + echo tpm_tis.force
- + + trtr a-z -dc A-Z
- '[A-Za-z0-9]_' _
- + key=TPM_TISFORCE
- + val=1
- + export 'KERN_ARG_TPM_TISFORCE=1'
- + dlog 'Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE'
- + echo 'Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE'
- + tee -a /dev/null /dev/null
- Exporting kernel argument TPM_TISFORCE as KERN_ARG_TPM_TISFORCE
- + echo tpm_tis.interrupts
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=TPM_TISINTERRUPTS
- + val=0
- + export 'KERN_ARG_TPM_TISINTERRUPTS=0'
- + dlog 'Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS'
- + echo 'Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS'
- + tee -a /dev/null /dev/null
- Exporting kernel argument TPM_TISINTERRUPTS as KERN_ARG_TPM_TISINTERRUPTS
- + echo nmi_watchdog
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + key=NMI_WATCHDOG
- + val=panic,lapic
- + export 'KERN_ARG_NMI_WATCHDOG=panic,lapic'
- + dlog 'Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG'
- + tee -a /dev/null /dev/null
- + echo 'Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG'
- Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG
- + setup_oobe_auto_config_keys
- + set +x
- + echo '-----BEGIN PUBLIC KEY-----
- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEb+B0pscH4wtUrbh/xK67SHyundsl
- sf1ZhBCygu2dCexqTWAm+av64G18/iD5MUrxva1615JkLOTbFmxcs6N0Xw==
- -----END PUBLIC KEY-----'
- + + grepsha256sum
- -Eo '[a-zA-Z0-9]{2}'
- + head -n 32
- + local 'pub_bytes=c5
- 35
- 04
- ed
- 35
- 7d
- 67
- 5c
- d9
- 0e
- cf
- 7c
- 43
- 3b
- 78
- a1
- 67
- 18
- 6f
- 32
- be
- 89
- 72
- fb
- 6c
- 20
- c5
- 4b
- 25
- 97
- 06
- 5d'
- + local 'permissions='
- + tpmc tpmver
- + '[' 1.2 '==' 2.0 ]
- + permissions=0x1
- + tpmc definespace 0x100c 0x20 0x1
- + tpmc write 0x100c c5 35 04 ed 35 7d 67 5c d9 0e cf 7c 43 3b 78 a1 67 18 6f 32 be 89 72 fb 6c 20 c5 4b 25 97 06 5d
- writing 32 bytes
- + lock_tpm
- + '[' -z ]
- + tpmc startup
- + tpmc ctest
- + tpmc block
- + TPM_B_LOCKED=y
- + '[' -z ]
- + TPM_PP_LOCKED=y
- + return 0
- + verify_fw_version
- + local fwver recver
- + crossystem tpm_fwver
- + fwver=0x000a0004
- + : 0
- + echo 'FW version from TPM: 0x000a0004'
- FW version from TPM: 0x000a0004
- + echo 'Recovery version from top nibble: 0'
- Recovery version from top nibble: 0
- + '[' 0 -gt 0 ]
- + return 0
- + udevd --daemon
- + udevadm trigger
- + udevadm settle
- + select_locale
- + is_nonchrome
- + crossystem 'mainfw_type?nonchrome'
- + crossystem 'mainfw_type?netboot'
- + read_vpd_locale
- + vpd -g region
- + local 'region=se'
- + local 'locale='
- + '[' -n se ]
- + sed -nre 's/^se\t(.*)$/\1/p' /etc/locales.txt
- + LANGDIR=sv
- + '[' -z sv -o '!' -d /etc/screens/sv ]
- + dlog 'selected locale sv'
- + tee -a /dev/null /dev/null
- + echo 'selected locale sv'
- selected locale sv
- + find_official_root
- + dlogf 'Checking for an official recovery image . . .'
- + printf 'Checking for an official recovery image . . .'
- + tee -a /dev/null /dev/null
- Checking for an official recovery image . . .+ wait_for_gpt_root
- + '[' -z a2f1b79a-e7de-cf4d-86c2-125432dc16dd ]
- + dlog -n 'Looking for rootfs using kern_guid...'
- + + echotee -n -a 'Looking for rootfs using kern_guid...'
- /dev/null /dev/null
- Looking for rootfs using kern_guid...+ seq 20
- + dlogf ' .'
- + tee -a /dev/null /dev/null
- + printf ' .'
- .+ cgpt find -1 -u a2f1b79a-e7de-cf4d-86c2-125432dc16dd
- WARNING: Primary GPT header is invalid
- WARNING: Secondary GPT header is invalid
- + kern=/dev/mmcblk1p2
- + newroot=/dev/mmcblk1p3
- + '[' -b /dev/mmcblk1p3 ]
- + USB_DEV=/dev/mmcblk1p3
- + dlog 'Found /dev/mmcblk1p3'
- + echo 'Found /dev/mmcblk1p3'
- + tee -a /dev/null /dev/null
- Found /dev/mmcblk1p3
- + return 0
- + strip_partition /dev/mmcblk1p3
- + local 'dev=/dev/mmcblk1p'
- + echo /dev/mmcblk1
- + cgpt find -t rootfs /dev/mmcblk1
- /dev/mmcblk1p3
- /dev/mmcblk1p5
- /dev/mmcblk1p7
- + REAL_USB_DEV=/dev/mmcblk1p3
- + LOG_DEV=/dev/mmcblk1p1
- + verify_install_kernel_hash
- + get_kern_b_device
- + KERN_B_DEV=/dev/mmcblk1p4
- + '[' '!' -b /dev/mmcblk1p4 ]
- + return 0
- + get_real_kern_b_hash
- + + sha1sum
- dd 'if=/dev/mmcblk1p4'
- + cut -f1 '-d '
- 32768+0 records in
- 32768+0 records out
- 16777216 bytes (16.0MB) copied, 0.824994 seconds, 19.4MB/s
- + REAL_KERN_B_HASH=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d
- + '[' -n a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d ]
- + '[' a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d '!=' a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d ]
- + return 0
- + check_if_dm_root
- + + dump_kernel_configgrep /dev/mmcblk1p4
- -q 'root=/dev/dm-'
- + return 0
- + setup_dm_root
- + local eio
- + dlog -n 'Extracting the device mapper configuration...'
- + + echotee -n -a 'Extracting the device mapper configuration...'
- /dev/null /dev/null
- Extracting the device mapper configuration...+ dump_kernel_config /dev/mmcblk1p4
- + sed -e 's/.*dm="\([^"]*\)".*/\1/g;t;d'
- + sed -e 's/%U/a2f1b79a-e7de-cf4d-86c2-125432dc16dd/g'
- + DMARG='1 vroot none ro 1,0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
- + '[' -z '1 vroot none ro 1,0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e' ]
- + DM_NAME=vroot
- + parse_dm_table 1 vroot none ro 1,0 3584000 verity 'payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1' 'hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1' 'hashstart=3584000' 'alg=sha1' 'root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65' 'salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
- + local 'vroot= none ro 1,0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
- + local 'table=0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
- + is_old_style_verity_argv '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
- + echo '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
- + cut -f7 '-d '
- + local 'depth=alg=sha1'
- + '[' 'alg=sha1' '=' 0 ]
- + return 1
- + local 'eio=error_behavior=eio'
- + echo '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e error_behavior=eio'
- + DM_TABLE='0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e error_behavior=eio'
- + '[' -n a2f1b79a-e7de-cf4d-86c2-125432dc16dd ]
- + '[' '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=' '=' '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e error_behavior=eio' ]
- + dmsetup create -r vroot --table '0 3584000 verity payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e error_behavior=eio'
- + USB_DEV=/dev/dm-0
- + '[' '!' -b /dev/dm-0 ]
- + dlog 'Created device mapper root vroot.'
- + + teeecho -a 'Created device mapper root vroot.'
- /dev/null /dev/null
- Created device mapper root vroot.
- + return 0
- + mount_usb
- + dlog -n 'Mounting usb'
- + echo -n 'Mounting usb'
- + tee -a /dev/null /dev/null
- Mounting usb+ seq 20
- + dlogf ' .'
- + + teeprintf -a ' .'
- /dev/null /dev/null
- .+ mount -n -o ro /dev/dm-0 /usb
- + dlog ok
- + echo ok
- + tee -a /dev/null /dev/null
- ok
- + return 0
- + return 0
- + get_stateful_dev
- + STATE_DEV=/dev/mmcblk1p1
- + '[' '!' -b /dev/mmcblk1p1 ]
- + return 0
- + request_oobe_autoconfig_acknowledgment
- + is_oobe_autoconfig
- + local 'has_config=1'
- + get_stateful_dev
- + STATE_DEV=/dev/mmcblk1p1
- + '[' '!' -b /dev/mmcblk1p1 ]
- + return 0
- + mount -n -o sync,ro /dev/mmcblk1p1 /stateful
- + local 'oobe_dir=/stateful/unencrypted/oobe_auto_config'
- + local 'config_path=/stateful/unencrypted/oobe_auto_config/config.json'
- + '[' -f /stateful/unencrypted/oobe_auto_config/config.json ]
- + local 'domain_path=/stateful/unencrypted/oobe_auto_config/enrollment_domain'
- + '[' -f /stateful/unencrypted/oobe_auto_config/enrollment_domain ]
- + umount /stateful
- + return 1
- + return
- + message validate
- + '[' -z ]
- + FIRST_MESSAGE_RECEIVED=1
- + message_startup
- + frecon-lite --print-resolution
- <3>frecon[390]: Failed to set atomic cap.
- <6>frecon[390]: Frecon using drm driver i915, version 1.6, date(20160411), desc(Intel Graphics)
- + local 'resolution=1366 768'
- + local 'x_res=1366'
- + '[' 1366 -ge 1920 ]
- + FRECON_SCALING_FACTOR=1
- + frecon-lite --enable-vt1 --daemon --no-login --enable-gfx --enable-vts '--scale=1' --clear 0xfefefe --pre-create-vts /etc/screens/boot_message.png
- + TTY_CONSOLE=/run/frecon/vt0
- + TTY_LOG=/run/frecon/vt1
- + TTY_DEBUG=/run/frecon/vt2
- + TAIL_PID=398
- + message_validate
- + instructions cancel
- + showbox -115 cancel
- + local 'offset=0,-115'
- + tail -f+ -nshift
- +1 /log/recovery.log
- + local 'message_token=cancel'
- + shift
- + local 'message_file=/etc/screens/sv/cancel.png'
- + '[' '!' -f /etc/screens/sv/cancel.png ]
- + showimage /etc/screens/sv/cancel.png 0,-115
- + local 'image=/etc/screens/sv/cancel.png'
- + local 'offset=0,-115'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/sv/cancel.png;offset=0,-115;scale=1\033\'
- + progress validating
- + showbox 0 validating
- + local 'offset=0,0'
- + shift
- + local 'message_token=validating'
- + shift
- + local 'message_file=/etc/screens/sv/validating.png'
- + '[' '!' -f /etc/screens/sv/validating.png ]
- + showimage /etc/screens/sv/validating.png 0,0
- + local 'image=/etc/screens/sv/validating.png'
- + local 'offset=0,0'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/sv/validating.png;offset=0,0;scale=1\033\'
- + is_nonchrome
- + crossystem 'mainfw_type?nonchrome'
- + crossystem 'mainfw_type?netboot'
- + is_developer_mode
- + is_nonchrome
- + crossystem 'mainfw_type?nonchrome'
- + crossystem 'mainfw_type?netboot'
- + crossystem 'devsw_boot?1'
- + dev_notice empty
- + showbox 115 empty
- + local 'offset=0,115'
- + shift
- + local 'message_token=empty'
- + shift
- + local 'message_file=/etc/screens/sv/empty.png'
- + '[' '!' -f /etc/screens/sv/empty.png ]
- + showimage /etc/screens/sv/empty.png 0,115
- + local 'image=/etc/screens/sv/empty.png'
- + local 'offset=0,115'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/sv/empty.png;offset=0,115;scale=1\033\'
- + set_brightness
- + local 'backlight_device='
- + cat /sys/class/backlight/intel_backlight/max_brightness
- + recovery_install
- + NEWROOT_MNT=/usb
- + lock_tpm
- + '[' -z y ]
- + '[' -z y ]
- + return 0
- + maybe_get_debugging_logs
- + get_usb_debugging_flag
- + local 'decrypt='
- + get_stateful_dev
- + STATE_DEV=/dev/mmcblk1p1
- + '[' '!' -b /dev/mmcblk1p1 ]
- + return 0
- + mount -n -o sync,ro /dev/mmcblk1p1 /tmp
- + '[' -f /tmp/decrypt_stateful ]
- + umount /tmp
- + echo
- + local 'state='
- + '[' -z ]
- + return 0
- + validate_recovery_root
- + '[' /dev/dm-0 '!=' /dev/dm-0 ]
- + is_unofficial_root
- + '[' 0 -eq 1 ]
- + verify_recovery_root
- + basename /dev/dm-0
- + local 'usb_base=dm-0'
- + cat /sys/block/dm-0/size
- + local 'size=1835008000'
- + set +x
- + cat /tmp/verification_status
- + '[' 0 '!=' 0 ]
- + return 0
- + return 0
- + setup_install_mounts
- + mount -t tmpfs -o 'mode=1777' none /usb/tmp
- + mount -t tmpfs -o 'mode=0755' run /usb/run
- + mkdir -p -m 0755 /usb/run/lock
- + dlog 'Re-binding /sys /proc /dev for /usb'
- + echo 'Re-binding /sys /proc /dev for /usb'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- Re-binding /sys /proc /dev for /usb
- + mkdir -p /usb/sys
- + mount -n -o bind /sys /usb/sys
- + mkdir -p /usb/proc
- + mount -n -o bind /proc /usb/proc
- + mkdir -p /usb/dev
- + mount -n -o bind /dev /usb/dev
- + dlog Done.
- + echo Done.
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- Done.
- + return 0
- + update_tpm_firmware
- + tpm_firmware_update_applicable
- + is_unofficial_root
- + '[' 0 -eq 1 ]
- + '[' -x /usb/usr/sbin/tpm-firmware-updater ]
- + '[' -n ]
- + vpd -i RW_VPD -g tpm_firmware_update_params
- findString(): Vpd data 'tpm_firmware_update_params' was not found.
- + local 'vpd_params='
- + grep -qF ,mode:recovery,
- + echo ,,
- + return 1
- + return 0
- + '[' -z ]
- + get_dst
- + load_base_vars
- + DEFAULT_ROOTDEV=/sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0
- + PARTITION_SIZE_RWFW=8388608
- + RESERVED_EBS_RWFW=0
- + DATA_SIZE_RWFW=8388608
- + FORMAT_RWFW=
- + FS_FORMAT_RWFW=
- + FS_OPTIONS_RWFW=
- + PARTITION_NUM_RWFW=11
- + PARTITION_SIZE_11=8388608
- + RESERVED_EBS_11=0
- + DATA_SIZE_11=8388608
- + FORMAT_11=
- + FS_FORMAT_11=
- + FS_OPTIONS_11=
- + PARTITION_NUM_11=11
- + PARTITION_SIZE_KERN_C=1
- + RESERVED_EBS_KERN_C=0
- + DATA_SIZE_KERN_C=1
- + FORMAT_KERN_C=
- + FS_FORMAT_KERN_C=
- + FS_OPTIONS_KERN_C=
- + PARTITION_NUM_KERN_C=6
- + PARTITION_SIZE_6=1
- + RESERVED_EBS_6=0
- + DATA_SIZE_6=1
- + FORMAT_6=
- + FS_FORMAT_6=
- + FS_OPTIONS_6=
- + PARTITION_NUM_6=6
- + PARTITION_SIZE_ROOT_C=1
- + RESERVED_EBS_ROOT_C=0
- + DATA_SIZE_ROOT_C=1
- + FORMAT_ROOT_C=
- + FS_FORMAT_ROOT_C=
- + FS_OPTIONS_ROOT_C=
- + PARTITION_NUM_ROOT_C=7
- + PARTITION_SIZE_7=1
- + RESERVED_EBS_7=0
- + DATA_SIZE_7=1
- + FORMAT_7=
- + FS_FORMAT_7=
- + FS_OPTIONS_7=
- + PARTITION_NUM_7=7
- + PARTITION_SIZE_RESERVED=1
- + RESERVED_EBS_RESERVED=0
- + DATA_SIZE_RESERVED=1
- + FORMAT_RESERVED=
- + FS_FORMAT_RESERVED=
- + FS_OPTIONS_RESERVED=
- + PARTITION_NUM_RESERVED=9
- + PARTITION_SIZE_9=1
- + RESERVED_EBS_9=0
- + DATA_SIZE_9=1
- + FORMAT_9=
- + FS_FORMAT_9=
- + FS_OPTIONS_9=
- + PARTITION_NUM_9=9
- + PARTITION_SIZE_RESERVED=1
- + RESERVED_EBS_RESERVED=0
- + DATA_SIZE_RESERVED=1
- + FORMAT_RESERVED=
- + FS_FORMAT_RESERVED=
- + FS_OPTIONS_RESERVED=
- + PARTITION_NUM_RESERVED=10
- + PARTITION_SIZE_10=1
- + RESERVED_EBS_10=0
- + DATA_SIZE_10=1
- + FORMAT_10=
- + FS_FORMAT_10=
- + FS_OPTIONS_10=
- + PARTITION_NUM_10=10
- + PARTITION_SIZE_KERN_A=16777216
- + RESERVED_EBS_KERN_A=0
- + DATA_SIZE_KERN_A=16777216
- + FORMAT_KERN_A=
- + FS_FORMAT_KERN_A=
- + FS_OPTIONS_KERN_A=
- + PARTITION_NUM_KERN_A=2
- + PARTITION_SIZE_2=16777216
- + RESERVED_EBS_2=0
- + DATA_SIZE_2=16777216
- + FORMAT_2=
- + FS_FORMAT_2=
- + FS_OPTIONS_2=
- + PARTITION_NUM_2=2
- + PARTITION_SIZE_KERN_B=16777216
- + RESERVED_EBS_KERN_B=0
- + DATA_SIZE_KERN_B=16777216
- + FORMAT_KERN_B=
- + FS_FORMAT_KERN_B=
- + FS_OPTIONS_KERN_B=
- + PARTITION_NUM_KERN_B=4
- + PARTITION_SIZE_4=16777216
- + RESERVED_EBS_4=0
- + DATA_SIZE_4=16777216
- + FORMAT_4=
- + FS_FORMAT_4=
- + FS_OPTIONS_4=
- + PARTITION_NUM_4=4
- + PARTITION_SIZE_OEM=16777216
- + RESERVED_EBS_OEM=0
- + DATA_SIZE_OEM=16777216
- + FORMAT_OEM=
- + FS_FORMAT_OEM=ext4
- + FS_OPTIONS_OEM=
- + PARTITION_NUM_OEM=8
- + PARTITION_SIZE_8=16777216
- + RESERVED_EBS_8=0
- + DATA_SIZE_8=16777216
- + FORMAT_8=
- + FS_FORMAT_8=ext4
- + FS_OPTIONS_8=
- + PARTITION_NUM_8=8
- + PARTITION_SIZE_EFI_SYSTEM=33554432
- + RESERVED_EBS_EFI_SYSTEM=0
- + DATA_SIZE_EFI_SYSTEM=33554432
- + FORMAT_EFI_SYSTEM=
- + FS_FORMAT_EFI_SYSTEM=vfat
- + FS_OPTIONS_EFI_SYSTEM=
- + PARTITION_NUM_EFI_SYSTEM=12
- + PARTITION_SIZE_12=33554432
- + RESERVED_EBS_12=0
- + DATA_SIZE_12=33554432
- + FORMAT_12=
- + FS_FORMAT_12=vfat
- + FS_OPTIONS_12=
- + PARTITION_NUM_12=12
- + PARTITION_SIZE_ROOT_B=2147483648
- + RESERVED_EBS_ROOT_B=0
- + DATA_SIZE_ROOT_B=2147483648
- + FORMAT_ROOT_B=
- + FS_FORMAT_ROOT_B=
- + FS_OPTIONS_ROOT_B=
- + PARTITION_NUM_ROOT_B=5
- + PARTITION_SIZE_5=2147483648
- + RESERVED_EBS_5=0
- + DATA_SIZE_5=2147483648
- + FORMAT_5=
- + FS_FORMAT_5=
- + FS_OPTIONS_5=
- + PARTITION_NUM_5=5
- + PARTITION_SIZE_ROOT_A=2147483648
- + RESERVED_EBS_ROOT_A=0
- + DATA_SIZE_ROOT_A=1835008000
- + FORMAT_ROOT_A=
- + FS_FORMAT_ROOT_A=ext2
- + FS_OPTIONS_ROOT_A=
- + PARTITION_NUM_ROOT_A=3
- + PARTITION_SIZE_3=2147483648
- + RESERVED_EBS_3=0
- + DATA_SIZE_3=1835008000
- + FORMAT_3=
- + FS_FORMAT_3=ext2
- + FS_OPTIONS_3=
- + PARTITION_NUM_3=3
- + PARTITION_SIZE_STATE=2147483648
- + RESERVED_EBS_STATE=0
- + DATA_SIZE_STATE=2147483648
- + FORMAT_STATE=
- + FS_FORMAT_STATE=ext4
- + FS_OPTIONS_STATE=
- + PARTITION_NUM_STATE=1
- + PARTITION_SIZE_1=2147483648
- + RESERVED_EBS_1=0
- + DATA_SIZE_1=2147483648
- + FORMAT_1=
- + FS_FORMAT_1=ext4
- + FS_OPTIONS_1=
- + PARTITION_NUM_1=1
- + get_fixed_dst_drive
- + local dev rootdev
- + '[' -n /sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0 ]
- + basename /sys/devices/platform/80860F14:00/mmc_host/mmc0/mmc0:0001/block/mmcblk0
- + dev=/dev/mmcblk0
- + '[' -b /dev/mmcblk0 ]
- + break
- + echo /dev/mmcblk0
- + DST=/dev/mmcblk0
- + '[' -z /dev/mmcblk0 ]
- + '[' /dev/mmcblk '=' /dev/mmcblk0 ]
- + DST_DEV_BASE=/dev/mmcblk0p
- + local 'src_dev_base=/dev/mmcblk1p'
- + '[' /dev/mmcblk1p '=' /dev/mmcblk0p ]
- + SRC_DEV_BASE=/dev/mmcblk1p
- + recover_system
- + strip_partition /dev/mmcblk1p3
- + local 'dev=/dev/mmcblk1p'
- + echo /dev/mmcblk1
- + local 'source=/dev/mmcblk1'
- + dlog 'Beginning system recovery from /dev/mmcblk1'
- + echo 'Beginning system recovery from /dev/mmcblk1'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- Beginning system recovery from /dev/mmcblk1
- + verify_install_kernel
- + '[' a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d '!=' a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d ]
- + dlog 'Checking the install kernel for valid versions and signature . . .'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- + echo 'Checking the install kernel for valid versions and signature . . .'
- Checking the install kernel for valid versions and signature . . .
- + verify_kernel_version /dev/mmcblk1p4
- + local 'kern_dev=/dev/mmcblk1p4'
- + local 'minversion=0x10001'
- + dd 'if=/dev/mmcblk1p4' 'of=/tmp/kern.bin'
- 32768+0 records in
- 32768+0 records out
- 16777216 bytes (16.0MB) copied, 0.780954 seconds, 20.5MB/s
- + crossystem tpm_kernver
- + minversion=0x00040001
- + dlog 'Rollback version stored in the TPM: 0x00040001'
- + echo 'Rollback version stored in the TPM: 0x00040001'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- Rollback version stored in the TPM: 0x00040001
- + vbutil_kernel --verify /tmp/kern.bin --minversion 0x00040001
- Key block:
- Signature: ignored
- Size: 0x4b8
- Flags: 7 !DEV DEV !REC
- Data key algorithm: 4 RSA2048 SHA256
- Data key version: 4
- Data key sha1sum: 34701b60247012be4487ee81d2fe943f69da56de
- Preamble:
- Size: 0xfb48
- Header version: 2.2
- Kernel version: 1
- Body load address: 0x100000
- Body size: 0x65cc00
- Bootloader address: 0x755000
- Bootloader size: 0x4000
- Vmlinuz header address: 0x759000
- Vmlinuz header size: 0x3c00
- Flags : 0x0
- Body verification succeeded.
- Config:
- console= loglevel=7 init=/sbin/init cros_secure root=/dev/dm-0 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=1 dm="1 vroot none ro 1,0 3584000 verity payload=PARTUUID=%U/PARTNROFF=1 hashtree=PARTUUID=%U/PARTNROFF=1 hashstart=3584000 alg=sha1 root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65 salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e" noinitrd vt.global_cursor_default=0 kern_guid=%U add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
- + return 0
- + return 0
- + clear_tpm
- + dlogf 'Resetting security device . . .'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- + printf 'Resetting security device . . .'
- Resetting security device . . .+ tpmc ppon
- + tpmc clear
- + tpmc enable
- + tpmc activate
- + clobber_lockbox_space
- + local 'ppwrite_permission=0x1'
- + local 'temporary_lockbox_size=1'
- + tpmc def 0x20000004 1 0x1
- + tpmc pplock
- + dlog ' done.'
- + echo ' done.'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- done.
- + return 0
- + verify_rw_vpd
- + mktemp /tmp/rw_vpd.XXXXXX
- + local 'tmpfile=/tmp/rw_vpd.IQE8kY'
- + local 'rc=0'
- + dlog 'Verifying RW_VPD'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- + echo 'Verifying RW_VPD'
- Verifying RW_VPD
- + ls -1A /sys/firmware/vpd/rw
- + grep -q .
- ls: /sys/firmware/vpd/rw: No such file or directory
- + '[' 1 -eq 0 ]
- + flashrom -p host -i RW_VPD:/tmp/rw_vpd.IQE8kY -r
- flashrom v0.9.9 : b2d845b : May 29 2019 13:27:30 UTC on Linux 4.4.180-16566-g51163f4278d1 (x86_64)
- Calibrating delay loop... OK.
- coreboot table found at 0x7ae6e000.
- sh: dmidecode: not found
- dmidecode execution unsuccessful - continuing without DMI info
- Mapping BYT IBASE at 0xfed08000, unaligned size 0x200.
- Mapping BYT SBASE at 0xfed01000, unaligned size 0x200.
- Block protection could not be disabled!
- Reading flash... SUCCESS
- + '[' 0 -ne 0 ]
- + rm -f /tmp/rw_vpd.IQE8kY
- + vpd -i RW_VPD -l
- "mlb_serial_number"="8SSB20F22402A1SH51W0306"
- "gbind_attribute"="c89e5ab686ce2024cd2759d62d7363d79eee02a46c5a67e6b0a2d05ba3d7e99f47713ed8"
- "ubind_attribute"="c90f0d2f0cfdd8d3b81163026b7ba9c246f375a4932021d4ba5c348c4da146a838ac1f15"
- "ActivateDate"="2017-43"
- "block_devmode"="0"
- "check_enrollment"="0"
- "first_active_omaha_ping_sent"="1"
- + rc=0
- + dlog 'Successfully read VPD from RW_VPD.'
- + echo 'Successfully read VPD from RW_VPD.'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- Successfully read VPD from RW_VPD.
- + return 0
- + local 'extra_flags='
- + '[' -n ]
- + sleep 2
- + message recovery_start
- + '[' -z 1 ]
- + message_recovery_start
- + instructions recovering
- + showbox -115 recovering
- + local 'offset=0,-115'
- + shift
- + local 'message_token=recovering'
- + shift
- + local 'message_file=/etc/screens/sv/recovering.png'
- + '[' '!' -f /etc/screens/sv/recovering.png ]
- + showimage /etc/screens/sv/recovering.png 0,-115
- + local 'image=/etc/screens/sv/recovering.png'
- + local 'offset=0,-115'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/sv/recovering.png;offset=0,-115;scale=1\033\'
- + progress empty
- + showbox 0 empty
- + local 'offset=0,0'
- + shift
- + local 'message_token=empty'
- + shift
- + local 'message_file=/etc/screens/sv/empty.png'
- + '[' '!' -f /etc/screens/sv/empty.png ]
- + showimage /etc/screens/sv/empty.png 0,0
- + local 'image=/etc/screens/sv/empty.png'
- + local 'offset=0,0'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/sv/empty.png;offset=0,0;scale=1\033\'
- + SPINNER_PID=478
- + call_image_recovery_script /dev/mmcblk1
- + dlog 'Installing software; this will take some time.'
- + show_install_spinner
- + echo 'Installing software; this will take some time.'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- Installing software; this will take some time.
- + dlog 'See the debug log on VT3 for the full output.'
- + echo 'See the debug log on VT3 for the full output.'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- See the debug log on VT3 for the full output.
- + echo 1
- + chroot /usb /usr/sbin/chromeos-recovery /dev/mmcblk1
- initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
- This will install from '/dev/mmcblk1' to '/dev/mmcblk0'.
- This will erase all data at this destination: /dev/mmcblk0
- dd: error writing '/dev/mmcblk0': Input/output error
- 1+0 records in
- 0+0 records out
- 0 bytes copied, 1.49345 s, 0.0 kB/s
- Running a hw diagnostics test -- this might take a couple minutes.
- Checking blocks 0 to 15388671
- Checking for bad blocks (read-only test): 0.00% done, 0:00 elapsed. (0/0/0 errors)0
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- Too many bad blocks, aborting test
- done
- Pass completed, 100 bad blocks found. (100/0/0 errors)
- cid | 45010053454d3136471c0026e25a1200
- csd | d00f00320f5903ffffffffff8a404000
- date | 01/2015
- enhanced_area_offset | 18446744073709551594
- enhanced_area_size | 4294967274
- erase_size | 524288
- fwrev | 0x0
- hwrev | 0x0
- manfid | 0x000045
- name | SEM16G
- oemid | 0x0100
- preferred_erase_size | 4194304
- prv | 0x1c
- raw_rpmb_size_mult | 0x20
- rel_sectors | 0x1
- serial | 0x0026e25a
- ioctl SEND_EXT_CSD: Connection timed out
- Could not read EXT_CSD from /dev/mmcblk0
- + local 'install_status=1'
- + '[' 1 -ne 0 ]
- + dlog 'WARNING!!! Installation of software failed. Displaying hw diagnostics'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- + echo 'WARNING!!! Installation of software failed. Displaying hw diagnostics'
- WARNING!!! Installation of software failed. Displaying hw diagnostics
- + local 'diagnostics_file=/usb/tmp/hardware_diagnostics.log'
- + '[' -f /usb/tmp/hardware_diagnostics.log ]
- + cp /usb/tmp/hardware_diagnostics.log /log
- + dlog '============================ HARDWARE DIAGNOSTICS =========================='
- + echo '============================ HARDWARE DIAGNOSTICS =========================='
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- ============================ HARDWARE DIAGNOSTICS ==========================
- + cat /usb/tmp/hardware_diagnostics.log
- + dlog Checking blocks 0 to 15388671 Checking 'for' bad blocks '(read-only' 'test):' '0.00%' done, 0:00 elapsed. '(0/0/0' 'errors)0' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 Too many bad blocks, aborting test 'done' Pass completed, 100 bad blocks found. '(100/0/0' 'errors)'
- + echo Checking+ blockstee 0 -a to /run/frecon/vt1 15388671 /run/frecon/vt2
- Checking 'for' bad blocks '(read-only' 'test):' '0.00%' done, 0:00 elapsed. '(0/0/0' 'errors)0' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 Too many bad blocks, aborting test 'done' Pass completed, 100 bad blocks found. '(100/0/0' 'errors)'
- Checking blocks 0 to 15388671 Checking for bad blocks (read-only test): 0.00% done, 0:00 elapsed. (0/0/0 errors)0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 Too many bad blocks, aborting test done Pass completed, 100 bad blocks found. (100/0/0 errors)
- + dlog 'See recovery log for more information.'
- + + echotee 'See recovery log for more information.'
- -a /run/frecon/vt1 /run/frecon/vt2
- See recovery log for more information.
- + dlog '============================================================================'
- + echo+ '============================================================================'
- tee -a /run/frecon/vt1 /run/frecon/vt2
- ============================================================================
- + dlog
- + echo
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- + return 1
- + return 1
- + handle_error 1
- + on_error
- + message on_error
- + '[' -z 1 ]
- + message_on_error
- + instructions error
- + showbox -115 error
- + local 'offset=0,-115'
- + shift
- + local 'message_token=error'
- + shift
- + local 'message_file=/etc/screens/sv/error.png'
- + '[' '!' -f /etc/screens/sv/error.png ]
- + showimage /etc/screens/sv/error.png 0,-115
- + local 'image=/etc/screens/sv/error.png'
- + local 'offset=0,-115'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/sv/error.png;offset=0,-115;scale=1\033\'
- + showicon -115 /etc/screens/icon_warning.png
- + local 'icon_left=-471'
- + local 'icon_top=-162'
- + shift
- + showimage /etc/screens/icon_warning.png -471,-162
- + local 'image=/etc/screens/icon_warning.png'
- + local 'offset=-471,-162'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/icon_warning.png;offset=-471,-162;scale=1\033\'
- + progress empty
- + showbox 0 empty
- + local 'offset=0,0'
- + shift
- + local 'message_token=empty'
- + shift
- + local 'message_file=/etc/screens/sv/empty.png'
- + '[' '!' -f /etc/screens/sv/empty.png ]
- + showimage /etc/screens/sv/empty.png 0,0
- + local 'image=/etc/screens/sv/empty.png'
- + local 'offset=0,0'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/sv/empty.png;offset=0,0;scale=1\033\'
- + dev_notice empty
- + showbox 115 empty
- + local 'offset=0,115'
- + shift
- + local 'message_token=empty'
- + shift
- + local 'message_file=/etc/screens/sv/empty.png'
- + '[' '!' -f /etc/screens/sv/empty.png ]
- + showimage /etc/screens/sv/empty.png 0,115
- + local 'image=/etc/screens/sv/empty.png'
- + local 'offset=0,115'
- + shift
- + shift
- + printf '\033]image:file=/etc/screens/sv/empty.png;offset=0,115;scale=1\033\'
- + save_log_files
- + local 'log_dev=/dev/mmcblk1p1'
- + local 'log_fs=ext4'
- + '[' -z /dev/mmcblk1p1 ]
- + '[' '!' -b /dev/mmcblk1p1 ]
- + dlog 'Dumping dmesg to /log'
- + echo 'Dumping dmesg to /log'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- Dumping dmesg to /log
- + dmesg
- + '[' -e /sys/firmware/log ]
- + dlog 'No firmware log found on this platform'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- + echo 'No firmware log found on this platform'
- No firmware log found on this platform
- + cat /log/dmesg
- + dlog 'Saving log files from: /log -> /dev/mmcblk1p1'
- + echo 'Saving log files from: /log -> /dev/mmcblk1p1'
- + tee -a /run/frecon/vt1 /run/frecon/vt2
- Saving log files from: /log -> /dev/mmcblk1p1
- + set -e
- + mount -n -t ext4 -o sync,rw /dev/mmcblk1p1 /tmp
- + local dir
- + tail -n +10
- + grep '^recovery_logs\.[0-9]*$'
- + ls -t /tmp/
- + date '+%s'
- + local 'log_dev_dir=recovery_logs.1594583986'
- + rm -rf /tmp/recovery_logs.1594583986
- + mkdir -p /tmp/recovery_logs.1594583986
- + cp /log/dmesg /log/hardware_diagnostics.log /log/progress.log /log/recovery.log /log/spinner.log /tmp/recovery_logs.1594583986/
- and line: cros_secure console= loglevel=7 init=/sbin/init cros_secure root=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=0 noinitrd panic=60 cros_recovery kern_b_hash=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d vt.global_cursor_default=0 kern_guid=a2f1b79a-e7de-cf4d-86c2-125432dc16dd add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
- [ 0.000000] x86/fpu: Legacy x87 FPU detected.
- [ 0.000000] e820: BIOS-provided physical RAM map:
- [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000000fff] type 16
- [ 0.000000] BIOS-e820: [mem 0x0000000000001000-0x000000000009ffff] usable
- [ 0.000000] BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
- [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
- [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000200fffff] reserved
- [ 0.000000] BIOS-e820: [mem 0x0000000020100000-0x000000007ae6dfff] usable
- [ 0.000000] BIOS-e820: [mem 0x000000007ae6e000-0x000000007affffff] type 16
- [ 0.000000] BIOS-e820: [mem 0x000000007b000000-0x000000007fffffff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000febfffff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000fed01000-0x00000000fed01fff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000fed03000-0x00000000fed03fff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000fed05000-0x00000000fed05fff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000fed0c000-0x00000000fed0ffff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1cfff] reserved
- [ 0.000000] BIOS-e820: [mem 0x00000000fef00000-0x00000000feffffff] reserved
- [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000017fffffff] usable
- [ 0.000000] NX (Execute Disable) protection: active
- [ 0.000000] SMBIOS 2.7 present.
- [ 0.000000] DMI: GOOGLE Glimmer, BIOS Google_Glimmer.5216.198.11 10/24/2014
- [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
- [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
- [ 0.000000] e820: last_pfn = 0x180000 max_arch_pfn = 0x400000000
- [ 0.000000] MTRR default type: uncachable
- [ 0.000000] MTRR fixed ranges enabled:
- [ 0.000000] 00000-9FFFF write-back
- [ 0.000000] A0000-BFFFF uncachable
- [ 0.000000] C0000-FFFFF write-back
- [ 0.000000] MTRR variable ranges enabled:
- [ 0.000000] 0 base 000000000 mask FC0000000 write-back
- [ 0.000000] 1 base 040000000 mask FE0000000 write-back
- [ 0.000000] 2 base 060000000 mask FF0000000 write-back
- [ 0.000000] 3 base 070000000 mask FF8000000 write-back
- [ 0.000000] 4 base 078000000 mask FFC000000 write-back
- [ 0.000000] 5 base 07B800000 mask FFF800000 uncachable
- [ 0.000000] 6 base 0FF800000 mask FFF800000 uncachable
- [ 0.000000] 7 base 100000000 mask F00000000 write-back
- [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
- [ 0.000000] e820: update [mem 0x7b800000-0xffffffff] usable ==> reserved
- [ 0.000000] e820: last_pfn = 0x7ae6e max_arch_pfn = 0x400000000
- [ 0.000000] Scanning 1 areas for low memory corruption
- [ 0.000000] Base memory trampoline at [ffff880000098000] 98000 size 28672
- [ 0.000000] BRK [0x24748000, 0x24748fff] PGTABLE
- [ 0.000000] BRK [0x24749000, 0x24749fff] PGTABLE
- [ 0.000000] BRK [0x2474a000, 0x2474afff] PGTABLE
- [ 0.000000] BRK [0x2474b000, 0x2474bfff] PGTABLE
- [ 0.000000] BRK [0x2474c000, 0x2474cfff] PGTABLE
- [ 0.000000] ACPI: Early table checksum verification disabled
- [ 0.000000] ACPI: RSDP 0x00000000000F0000 000024 (v02 CORE )
- [ 0.000000] ACPI: XSDT 0x000000007AF780E0 00004C (v01 CORE COREBOOT 00000000 CORE 00000000)
- [ 0.000000] ACPI: FACP 0x000000007AF7C720 0000F4 (v03 CORE COREBOOT 00000000 CORE 00000001)
- [ 0.000000] ACPI: DSDT 0x000000007AF78250 0044CF (v05 COREv4 COREBOOT 20110725 INTL 20130117)
- [ 0.000000] ACPI: FACS 0x000000007AF78210 000040
- [ 0.000000] ACPI: FACS 0x000000007AF78210 000040
- [ 0.000000] ACPI: HPET 0x000000007AF7C820 000038 (v01 CORE COREBOOT 00000000 CORE 00000000)
- [ 0.000000] ACPI: APIC 0x000000007AF7C860 00006C (v01 CORE COREBOOT 00000000 CORE 00000000)
- [ 0.000000] ACPI: MCFG 0x000000007AF7C8D0 00003C (v01 CORE COREBOOT 00000000 CORE 00000000)
- [ 0.000000] ACPI: SSDT 0x000000007AF7D9C0 000EEC (v02 CORE COREBOOT 0000002A CORE 0000002A)
- [ 0.000000] ACPI: Local APIC address 0xfee00000
- [ 0.000000] Zone ranges:
- [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
- [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
- [ 0.000000] Normal [mem 0x0000000100000000-0x000000017fffffff]
- [ 0.000000] Movable zone start for each node
- [ 0.000000] Early memory node ranges
- [ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
- [ 0.000000] node 0: [mem 0x0000000000100000-0x000000001fffffff]
- [ 0.000000] node 0: [mem 0x0000000020100000-0x000000007ae6dfff]
- [ 0.000000] node 0: [mem 0x0000000100000000-0x000000017fffffff]
- [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000017fffffff]
- [ 0.000000] On node 0 totalpages: 1027341
- [ 0.000000] DMA zone: 64 pages used for memmap
- [ 0.000000] DMA zone: 23 pages reserved
- [ 0.000000] DMA zone: 3999 pages, LIFO batch:0
- [ 0.000000] DMA32 zone: 7798 pages used for memmap
- [ 0.000000] DMA32 zone: 499054 pages, LIFO batch:31
- [ 0.000000] Normal zone: 8192 pages used for memmap
- [ 0.000000] Normal zone: 524288 pages, LIFO batch:31
- [ 0.000000] x86/hpet: Will disable the HPET for this platform because it's not reliable
- [ 0.000000] Reserving Intel graphics stolen memory at 0x7c000000-0x7fffffff
- [ 0.000000] ACPI: PM-Timer IO Port: 0x408
- [ 0.000000] ACPI: Local APIC address 0xfee00000
- [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-86
- [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
- [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
- [ 0.000000] ACPI: IRQ0 used by override.
- [ 0.000000] ACPI: IRQ9 used by override.
- [ 0.000000] Using ACPI (MADT) for SMP configuration information
- [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
- [ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
- [ 0.000000] e820: [mem 0x80000000-0xdfffffff] available for PCI devices
- [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
- [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
- [ 0.000000] PERCPU: Embedded 32 pages/cpu @ffff88017fc00000 s93352 r8192 d29528 u524288
- [ 0.000000] pcpu-alloc: s93352 r8192 d29528 u524288 alloc=1*2097152
- [ 0.000000] pcpu-alloc: [0] 0 1 2 3
- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1011264
- [ 0.000000] Kernel command line: cros_secure console= loglevel=7 init=/sbin/init cros_secure root=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1 rootwait ro dm_verity.error_behavior=3 dm_verity.max_bios=-1 dm_verity.dev_wait=0 noinitrd panic=60 cros_recovery kern_b_hash=a3fcbf21277d8f3fcd6bf907e91de2e5d0dd855d vt.global_cursor_default=0 kern_guid=a2f1b79a-e7de-cf4d-86c2-125432dc16dd add_efi_memmap boot=local noresume noswap i915.modeset=1 tpm_tis.force=1 tpm_tis.interrupts=0 nmi_watchdog=panic,lapic
- [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
- [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
- [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
- [ 0.000000] Memory: 3948996K/4109364K available (8351K kernel code, 1023K rwdata, 2964K rodata, 5472K init, 924K bss, 160368K reserved, 0K cma-reserved)
- [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
- [ 0.000000] Kernel/User page tables isolation: enabled
- [ 0.000000] Preemptible hierarchical RCU implementation.
- [ 0.000000] Build-time adjustment of leaf fanout to 64.
- [ 0.000000] RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
- [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
- [ 0.000000] NR_IRQS:4352 nr_irqs:1024 16
- [ 0.000000] Maximum core-clock to bus-clock ratio: 0x16
- [ 0.000000] Resolved frequency ID: 0, frequency: 83200 KHz
- [ 0.000000] TSC runs at 1830400 KHz
- [ 0.000000] lapic_timer_frequency = 83200
- [ 0.000000] tsc: Initial usec timer 39572697
- [ 0.000000] tsc: Detected 1830.400 MHz processor
- [ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 3660.80 BogoMIPS (lpj=1830400)
- [ 0.000010] pid_max: default: 32768 minimum: 301
- [ 0.000021] ACPI: Core revision 20150930
- [ 0.007884] ACPI: 2 ACPI AML tables successfully acquired and loaded
- [ 0.007925] Security Framework initialized
- [ 0.007930] Yama: becoming mindful.
- [ 0.007939] Chromium OS LSM: enabled
- [ 0.007942] SELinux: Initializing.
- [ 0.007957] SELinux: Starting in permissive mode
- [ 0.007982] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes)
- [ 0.007988] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes)
- [ 0.008344] Initializing cgroup subsys devices
- [ 0.008354] Initializing cgroup subsys freezer
- [ 0.008378] CPU: Physical Processor ID: 0
- [ 0.008381] CPU: Processor Core ID: 0
- [ 0.008387] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
- [ 0.008390] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
- [ 0.008395] Disabling VMX on cpu 0
- [ 0.013175] mce: CPU supports 6 MCE banks
- [ 0.013190] CPU0: Thermal monitoring enabled (TM1)
- [ 0.013196] process: using mwait in idle threads
- [ 0.013202] Last level iTLB entries: 4KB 48, 2MB 0, 4MB 0
- [ 0.013206] Last level dTLB entries: 4KB 128, 2MB 16, 4MB 16, 1GB 0
- [ 0.013216] Spectre V2 : Mitigation: Full generic retpoline
- [ 0.013219] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
- [ 0.013222] Spectre V2 : Enabling Restricted Speculation for firmware calls
- [ 0.013229] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
- [ 0.013232] Spectre V2 : User space: Mitigation: STIBP via seccomp and prctl
- [ 0.013236] MDS: Mitigation: Clear CPU buffers
- [ 0.013764] Freeing SMP alternatives memory: 28K
- [ 0.015129] ftrace: allocating 32741 entries in 128 pages
- [ 0.052179] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
- [ 0.062207] TSC deadline timer enabled
- [ 0.062213] smpboot: CPU0: Intel(R) Celeron(R) CPU N2930 @ 1.83GHz (family: 0x6, model: 0x37, stepping: 0x8)
- [ 0.062253] Performance Events: PEBS fmt2+, 8-deep LBR, Silvermont events, full-width counters, Intel PMU driver.
- [ 0.062270] ... version: 3
- [ 0.062273] ... bit width: 40
- [ 0.062276] ... generic registers: 2
- [ 0.062279] ... value mask: 000000ffffffffff
- [ 0.062282] ... max period: 0000007fffffffff
- [ 0.062285] ... fixed-purpose events: 3
- [ 0.062288] ... event mask: 0000000700000003
- [ 0.071316] x86: Booting SMP configuration:
- [ 0.071322] .... node #0, CPUs: #1
- [ 0.071467] Disabling VMX on cpu 1
- [ 0.078480] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
- [ 0.081332] #2
- [ 0.083650] Disabling VMX on cpu 2
- [ 0.093513] #3<6>[ 0.093589] Disabling VMX on cpu 3
- [ 0.100445] x86: Booted up 1 node, 4 CPUs
- [ 0.100452] smpboot: Total of 4 processors activated (14643.20 BogoMIPS)
- [ 0.101015] CPU3: update max cpu_capacity 1024
- [ 0.101467] devtmpfs: initialized
- [ 0.102456] CPU3: update max cpu_capacity 1024
- [ 0.102581] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
- [ 0.102596] futex hash table entries: 1024 (order: 4, 65536 bytes)
- [ 0.102808] pinctrl core: initialized pinctrl subsystem
- [ 0.102893] RTC time: 19:57:51, date: 07/12/20
- [ 0.103207] NET: Registered protocol family 16
- [ 0.108468] cpuidle: using governor ladder
- [ 0.112488] cpuidle: using governor menu
- [ 0.112836] clocksource: Switched to clocksource refined-jiffies
- [ 0.112846] ACPI: bus type PCI registered
- [ 0.112973] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
- [ 0.112980] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
- [ 0.113020] PCI: Using configuration type 1 for base access
- [ 0.123358] ACPI: Added _OSI(Module Device)
- [ 0.123364] ACPI: Added _OSI(Processor Device)
- [ 0.123368] ACPI: Added _OSI(3.0 _SCP Extensions)
- [ 0.123372] ACPI: Added _OSI(Processor Aggregator Device)
- [ 0.132567] ACPI : EC: EC started
- [ 0.132779] ACPI: Interpreter enabled
- [ 0.132810] ACPI: (supports S0 S3 S5)
- [ 0.132814] ACPI: Using IOAPIC for interrupt routing
- [ 0.132868] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
- [ 0.142958] ACPI: Power Resource [PLPE] (on)
- [ 0.145631] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
- [ 0.145645] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
- [ 0.145784] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
- [ 0.145912] acpi PNP0A08:00: host bridge window expanded to [mem 0x00000000-0xfeafffff window]; [mem 0x00000000-0xfeafffff window] ignored
- [ 0.146013] PCI host bridge to bus 0000:00
- [ 0.146020] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
- [ 0.146026] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
- [ 0.146031] pci_bus 0000:00: root bus resource [mem 0x00000000-0xfeafffff window]
- [ 0.146037] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff window]
- [ 0.146042] pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff window]
- [ 0.146047] pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff window]
- [ 0.146052] pci_bus 0000:00: root bus resource [mem 0x000cc000-0x000cffff window]
- [ 0.146057] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff window]
- [ 0.146063] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff window]
- [ 0.146068] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff window]
- [ 0.146073] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff window]
- [ 0.146078] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff window]
- [ 0.146083] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff window]
- [ 0.146088] pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff window]
- [ 0.146094] pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff window]
- [ 0.146099] pci_bus 0000:00: root bus resource [mem 0x000f0000-0x000fffff window]
- [ 0.146104] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed44fff window]
- [ 0.146110] pci_bus 0000:00: root bus resource [bus 00-ff]
- [ 0.146126] pci 0000:00:00.0: [8086:0f00] type 00 class 0x060000
- [ 0.146289] pci 0000:00:02.0: [8086:0f31] type 00 class 0x030000
- [ 0.146316] pci 0000:00:02.0: reg 0x10: [mem 0xd0000000-0xd03fffff]
- [ 0.146332] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff pref]
- [ 0.146347] pci 0000:00:02.0: reg 0x20: [io 0x1000-0x1007]
- [ 0.146509] pci 0000:00:14.0: [8086:0f35] type 00 class 0x0c0330
- [ 0.146543] pci 0000:00:14.0: reg 0x10: [mem 0xd0900000-0xd090ffff 64bit]
- [ 0.146609] pci 0000:00:14.0: PME# supported from D3hot D3cold
- [ 0.146665] pci 0000:00:14.0: System wakeup disabled by ACPI
- [ 0.146790] pci 0000:00:1a.0: [8086:0f18] type 00 class 0x108000
- [ 0.146837] pci 0000:00:1a.0: reg 0x10: [mem 0xd0600000-0xd06fffff]
- [ 0.146855] pci 0000:00:1a.0: reg 0x14: [mem 0xd0700000-0xd07fffff]
- [ 0.146960] pci 0000:00:1a.0: PME# supported from D0 D3hot
- [ 0.147095] pci 0000:00:1b.0: [8086:0f04] type 00 class 0x040300
- [ 0.147135] pci 0000:00:1b.0: reg 0x10: [mem 0xd0914000-0xd0917fff 64bit]
- [ 0.147211] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
- [ 0.147339] pci 0000:00:1c.0: [8086:0f48] type 01 class 0x060400
- [ 0.147419] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
- [ 0.147573] pci 0000:00:1f.0: [8086:0f1c] type 00 class 0x060100
- [ 0.147905] pci 0000:01:00.0: [8086:08b2] type 00 class 0x028000
- [ 0.147986] pci 0000:01:00.0: reg 0x10: [mem 0xd0800000-0xd0801fff 64bit]
- [ 0.148189] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
- [ 0.149855] pci 0000:00:1c.0: PCI bridge to [bus 01]
- [ 0.149865] pci 0000:00:1c.0: bridge window [mem 0xd0800000-0xd08fffff]
- [ 0.149881] pci_bus 0000:00: on NUMA node 0
- [ 0.150196] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
- [ 0.150359] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
- [ 0.150514] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
- [ 0.150669] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
- [ 0.150832] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
- [ 0.150989] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
- [ 0.151144] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 10 12 14 15) *0
- [ 0.151299] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0
- [ 0.152120] gpiochip_find_base: found new base at 410
- [ 0.152186] gpiochip_add_data: registered GPIOs 410 to 511 on device: INT33FC:00
- [ 0.152965] gpiochip_find_base: found new base at 382
- [ 0.153028] gpiochip_add_data: registered GPIOs 382 to 409 on device: INT33FC:01
- [ 0.153367] gpiochip_find_base: found new base at 338
- [ 0.153432] gpiochip_add_data: registered GPIOs 338 to 381 on device: INT33FC:02
- [ 0.158600] ACPI : EC: GPE = 0x18, I/O: command/status = 0x66, data = 0x62
- [ 0.158733] dw_dmac INTL9C60:00: Missing DT data
- [ 0.159147] dw_dmac INTL9C60:00: DesignWare DMA Controller, 8 channels
- [ 0.159183] dw_dmac INTL9C60:01: Missing DT data
- [ 0.159560] dw_dmac INTL9C60:01: DesignWare DMA Controller, 8 channels
- [ 0.159814] SCSI subsystem initialized
- [ 0.159942] libata version 3.00 loaded.
- [ 0.160053] ACPI: bus type USB registered
- [ 0.160109] usbcore: registered new interface driver usbfs
- [ 0.160136] usbcore: registered new interface driver hub
- [ 0.160186] usbcore: registered new device driver usb
- [ 0.184585] media: Linux media interface: v0.10
- [ 0.184616] Linux video capture interface: v2.00
- [ 0.184962] chromeos_acpi: registering CHSW 0
- [ 0.185367] chromeos_acpi: registering VBNV 0
- [ 0.185375] chromeos_acpi: registering VBNV 1
- [ 0.185879] chromeos_acpi: truncating buffer from 3072 to 1336
- [ 0.186268] chromeos_acpi: installed
- [ 0.186272] chromeos_acpi: chromeos_acpi: enabling S3 USB wake
- [ 0.186374] Advanced Linux Sound Architecture Driver Initialized.
- [ 0.186382] PCI: Using ACPI for IRQ routing
- [ 0.193061] PCI: pci_cache_line_size set to 64 bytes
- [ 0.193116] e820: reserve RAM buffer [mem 0x7ae6e000-0x7bffffff]
- [ 0.193835] amd_nb: Cannot enumerate AMD northbridges
- [ 0.217263] pnp: PnP ACPI init
- [ 0.217474] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
- [ 0.217486] system 00:00: [mem 0xe0000000-0xefffffff] could not be reserved
- [ 0.217493] system 00:00: [mem 0xfed03000-0xfed033ff] has been reserved
- [ 0.217499] system 00:00: [mem 0xfed08000-0xfed083ff] has been reserved
- [ 0.217505] system 00:00: [mem 0xfed01000-0xfed013ff] has been reserved
- [ 0.217510] system 00:00: [mem 0xfef00000-0xfeffffff] has been reserved
- [ 0.217516] system 00:00: [mem 0xfed05000-0xfed057ff] has been reserved
- [ 0.217522] system 00:00: [mem 0xfed1c000-0xfed1c3ff] has been reserved
- [ 0.217534] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
- [ 0.217992] system 00:01: [mem 0xfed00000-0xfed003ff] has been reserved
- [ 0.218004] system 00:01: Plug and Play ACPI device, IDs PNP0103 PNP0c01 (active)
- [ 0.218139] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
- [ 0.218213] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
- [ 0.218339] system 00:04: [io 0x0900-0x09fe] has been reserved
- [ 0.218350] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
- [ 0.218463] system 00:05: [io 0x0200] has been reserved
- [ 0.218470] system 00:05: [io 0x0204] has been reserved
- [ 0.218476] system 00:05: [io 0x0800-0x087f] has been reserved
- [ 0.218482] system 00:05: [io 0x0880-0x08ff] has been reserved
- [ 0.218492] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
- [ 0.218607] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
- [ 0.218743] pnp 00:07: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
- [ 0.219797] pnp: PnP ACPI: found 8 devices
- [ 0.225283] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
- [ 0.225316] clocksource: Switched to clocksource acpi_pm
- [ 0.225454] pci 0000:00:1c.0: PCI bridge to [bus 01]
- [ 0.225465] pci 0000:00:1c.0: bridge window [mem 0xd0800000-0xd08fffff]
- [ 0.225477] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
- [ 0.225483] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
- [ 0.225488] pci_bus 0000:00: resource 6 [mem 0x00000000-0xfeafffff window]
- [ 0.225493] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff window]
- [ 0.225498] pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff window]
- [ 0.225503] pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff window]
- [ 0.225508] pci_bus 0000:00: resource 10 [mem 0x000cc000-0x000cffff window]
- [ 0.225514] pci_bus 0000:00: resource 11 [mem 0x000d0000-0x000d3fff window]
- [ 0.225519] pci_bus 0000:00: resource 12 [mem 0x000d4000-0x000d7fff window]
- [ 0.225524] pci_bus 0000:00: resource 13 [mem 0x000d8000-0x000dbfff window]
- [ 0.225529] pci_bus 0000:00: resource 14 [mem 0x000dc000-0x000dffff window]
- [ 0.225534] pci_bus 0000:00: resource 15 [mem 0x000e0000-0x000e3fff window]
- [ 0.225539] pci_bus 0000:00: resource 16 [mem 0x000e4000-0x000e7fff window]
- [ 0.225544] pci_bus 0000:00: resource 17 [mem 0x000e8000-0x000ebfff window]
- [ 0.225549] pci_bus 0000:00: resource 18 [mem 0x000ec000-0x000effff window]
- [ 0.225554] pci_bus 0000:00: resource 19 [mem 0x000f0000-0x000fffff window]
- [ 0.225560] pci_bus 0000:00: resource 20 [mem 0xfed40000-0xfed44fff window]
- [ 0.225565] pci_bus 0000:01: resource 1 [mem 0xd0800000-0xd08fffff]
- [ 0.225627] NET: Registered protocol family 2
- [ 0.225924] TCP established hash table entries: 32768 (order: 6, 262144 bytes)
- [ 0.226032] TCP bind hash table entries: 32768 (order: 8, 1048576 bytes)
- [ 0.226417] TCP: Hash tables configured (established 32768 bind 32768)
- [ 0.226489] UDP hash table entries: 2048 (order: 5, 196608 bytes)
- [ 0.226556] UDP-Lite hash table entries: 2048 (order: 5, 196608 bytes)
- [ 0.226744] NET: Registered protocol family 1
- [ 0.226784] pci 0000:00:02.0: Video device with shadowed ROM
- [ 0.228127] PCI: CLS 64 bytes, default 64
- [ 1.308699] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
- [ 1.308709] software IO TLB: mapped [mem 0x76e6e000-0x7ae6e000] (64MB)
- [ 1.310058] Scanning for low memory corruption every 60 seconds
- [ 1.310955] audit: initializing netlink subsys (disabled)
- [ 1.310994] audit: type=2000 audit(1594583872.246:1): initialized
- [ 1.316255] VFS: Disk quotas dquot_6.6.0
- [ 1.316354] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
- [ 1.317192] squashfs: version 4.0 (2009/01/31) Phillip Lougher
- [ 1.317663] Registering esdfs 0.2
- [ 1.317808] device_jail: allocated device range 261095424 -> 261095680
- [ 1.318034] alt_syscall: table 'read_write_test' available.
- [ 1.318059] alt_syscall: table 'android' available.
- [ 1.318106] alt_syscall: table 'android_permissive' available.
- [ 1.318126] alt_syscall: table 'third_party' available.
- [ 1.318143] alt_syscall: table 'third_party_permissive' available.
- [ 1.318160] alt_syscall: table 'complete' available.
- [ 1.318176] alt_syscall: table 'complete_permissive' available.
- [ 1.318183] SELinux: Registering netfilter hooks
- [ 1.321534] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
- [ 1.321544] io scheduler noop registered
- [ 1.321550] io scheduler deadline registered
- [ 1.321685] io scheduler cfq registered (default)
- [ 1.322847] aer 0000:00:1c.0:pcie02: service driver aer loaded
- [ 1.322893] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
- [ 1.322900] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
- [ 1.322907] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
- [ 1.322927] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
- [ 1.322948] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
- [ 1.322983] intel_idle: MWAIT substates: 0x33000020
- [ 1.322987] intel_idle: v0.4.1 model 0x37
- [ 1.323457] intel_idle: lapic_timer_reliable_states 0xffffffff
- [ 1.323609] ACPI: AC Adapter [AC] (off-line)
- [ 1.323797] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
- [ 1.323889] ACPI: Lid Switch [LID0]
- [ 1.323997] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
- [ 1.324002] ACPI: Power Button [PWRB]
- [ 1.324150] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
- [ 1.324155] ACPI: Sleep Button [TPAD]
- [ 1.324261] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:01/input/input3
- [ 1.324266] ACPI: Sleep Button [TSCR]
- [ 1.324371] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
- [ 1.324376] ACPI: Power Button [PWRF]
- [ 1.328396] hpet_acpi_add: no address or irqs in _CRS
- [ 1.328640] Non-volatile memory driver v1.3
- [ 1.328799] Linux agpgart interface v0.103
- [ 1.328804] ACPI: Battery Slot [BAT0] (battery present)
- [ 1.358689] tpm_tis tpm_tis: 1.2 TPM (device-id 0xB, rev-id 16)
- [ 1.569521] tpm_tis 00:07: can't request region for resource [mem 0xfed40000-0xfed44fff]
- [ 1.569534] tpm_tis: probe of 00:07 failed with error -16
- [ 1.569643] [drm] Initialized drm 1.1.0 20060810
- [ 1.573665] [drm] Memory usable by graphics device = 2048M
- [ 1.573800] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
- [ 1.573805] [drm] Driver supports precise vblank timestamp query.
- [ 1.627382] [drm] Use max GFX freq on quad-core Baytrail due to crbug.com/719040
- [ 1.634284] [drm] Initialized i915 1.6.0 20160411 for 0000:00:02.0 on minor 0
- [ 1.635125] [drm] Initialized vgem 1.0.0 20120112 on minor 1
- [ 1.635169] usbcore: registered new interface driver udl
- [ 1.649690] loop: module loaded
- [ 1.649718] lkdtm: No crash points registered, enable through debugfs
- [ 1.651895] PPP generic driver version 2.4.2
- [ 1.652196] PPP MPPE Compression module registered
- [ 1.652204] NET: Registered protocol family 24
- [ 1.652573] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
- [ 1.652580] ehci-pci: EHCI PCI platform driver
- [ 1.652637] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
- [ 1.652650] ohci-pci: OHCI PCI platform driver
- [ 1.652679] uhci_hcd: USB Universal Host Controller Interface driver
- [ 1.653402] xhci_hcd 0000:00:14.0: xHCI Host Controller
- [ 1.653782] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
- [ 1.654888] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x00009810
- [ 1.654898] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
- [ 1.655073] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.04
- [ 1.655080] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 1.655085] usb usb1: Product: xHCI Host Controller
- [ 1.655090] usb usb1: Manufacturer: Linux 4.4.180-16566-g51163f4278d1 xhci-hcd
- [ 1.655094] usb usb1: SerialNumber: 0000:00:14.0
- [ 1.655572] hub 1-0:1.0: USB hub found
- [ 1.655597] hub 1-0:1.0: 6 ports detected
- [ 1.656159] xhci_hcd 0000:00:14.0: xHCI Host Controller
- [ 1.656371] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
- [ 1.656481] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.04
- [ 1.656488] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
- [ 1.656493] usb usb2: Product: xHCI Host Controller
- [ 1.656498] usb usb2: Manufacturer: Linux 4.4.180-16566-g51163f4278d1 xhci-hcd
- [ 1.656502] usb usb2: SerialNumber: 0000:00:14.0
- [ 1.657021] hub 2-0:1.0: USB hub found
- [ 1.657043] hub 2-0:1.0: 1 port detected
- [ 1.657313] usbcore: registered new interface driver cdc_acm
- [ 1.657317] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
- [ 1.657344] usbcore: registered new interface driver uas
- [ 1.657392] usbcore: registered new interface driver usb-storage
- [ 1.657422] usbcore: registered new interface driver ums-realtek
- [ 1.657470] usbcore: registered new interface driver usbserial
- [ 1.657491] usbcore: registered new interface driver usbserial_generic
- [ 1.657509] usbserial: USB Serial support registered for generic
- [ 1.657581] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 53
- [ 1.657585] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
- [ 1.658130] i8042: Warning: Keylock active
- [ 1.658282] serio: i8042 KBD port at 0x60,0x64 irq 53
- [ 1.661355] rtc_cmos 00:03: RTC can wake from S4
- [ 1.661770] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
- [ 1.661804] rtc_cmos 00:03: alarms up to one month, 242 bytes nvram
- [ 1.661829] i2c /dev entries driver
- [ 1.663002] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
- [ 1.665873] intel_soc_dts_thermal: request_threaded_irq ret -22
- [ 1.669337] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
- [ 1.669403] iTCO_wdt: Found a Bay Trail SoC TCO device (Version=3, TCOBASE=0x0460)
- [ 1.669971] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
- [ 1.669996] iTCO_vendor_support: vendor-support=0
- [ 1.670793] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: [email protected]
- [ 1.671325] device-mapper: verity-chromeos: dm-verity-chromeos registered
- [ 1.671352] Intel P-state driver initializing.
- [ 1.672126] sdhci: Secure Digital Host Controller Interface driver
- [ 1.672130] sdhci: Copyright(c) Pierre Ossman
- [ 1.672400] sdhci-acpi 80860F14:00: No vmmc regulator found
- [ 1.672421] sdhci-acpi 80860F14:00: No vqmmc regulator found
- [ 1.674933] mmc0: SDHCI controller on ACPI [80860F14:00] using ADMA
- [ 1.675353] sdhci-acpi 80860F16:00: GPIO lookup for consumer 80860F16:00 cd
- [ 1.675376] sdhci-acpi 80860F16:00: using ACPI for GPIO lookup
- [ 1.675396] acpi 80860F16:00: GPIO: looking up 80860F16:00 cd-gpios
- [ 1.675416] acpi 80860F16:00: GPIO: looking up 80860F16:00 cd-gpio
- [ 1.675434] acpi 80860F16:00: GPIO: looking up 0 in _CRS
- [ 1.675708] sdhci-acpi 80860F16:00: using lookup tables for GPIO lookup
- [ 1.675731] sdhci-acpi 80860F16:00: lookup for GPIO 80860F16:00 cd failed
- [ 1.675749] sdhci-acpi 80860F16:00: failed to setup card detect gpio
- [ 1.675783] sdhci-acpi 80860F16:00: No vmmc regulator found
- [ 1.675800] sdhci-acpi 80860F16:00: No vqmmc regulator found
- [ 1.679154] mmc1: SDHCI controller on ACPI [80860F16:00] using ADMA
- [ 1.681235] gsmi version 1.0 loaded
- [ 1.681964] hidraw: raw HID events driver (C) Jiri Kosina
- [ 1.682685] usbcore: registered new interface driver usbhid
- [ 1.682689] usbhid: USB HID core driver
- [ 1.683063] ashmem: initialized
- [ 1.683324] intel_telemetry_core Init
- [ 1.683351] intel_telemetry: version 1.0.0 loaded
- [ 1.683443] chromeos ramoops using acpi device.
- [ 1.683527] pstore: using zlib compression
- [ 1.684344] console [pstore-1] enabled
- [ 1.684349] pstore: Registered ramoops as persistent store backend
- [ 1.684353] ramoops: attached 0x100000@0x7ae77000, ecc: 0/0
- [ 1.686596] cros_ec_lpcs cros_ec_lpcs.0: MKBP not supported
- [ 1.687651] cros-ec-ctl cros-ec-ctl.1.auto: cannot get EC features: 0/1
- [ 1.689716] cros-ec-ctl cros-ec-ctl.1.auto: device does not support reading the console log
- [ 1.690342] cros_ec_lpcs cros_ec_lpcs.0: Chrome EC device registered
- [ 1.690774] intel_rapl: Found RAPL domain package
- [ 1.690793] intel_rapl: Found RAPL domain core
- [ 1.694518] GACT probability NOT on
- [ 1.694531] Netfilter messages via NETLINK v0.30.
- [ 1.694572] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
- [ 1.694788] ctnetlink v0.93: registering with nfnetlink.
- [ 1.695224] ip_tables: (C) 2000-2006 Netfilter Core Team
- [ 1.695371] Initializing XFRM netlink socket
- [ 1.695732] NET: Registered protocol family 10
- [ 1.697259] ip6_tables: (C) 2000-2006 Netfilter Core Team
- [ 1.697375] NET: Registered protocol family 17
- [ 1.697394] NET: Registered protocol family 15
- [ 1.698514] microcode: CPU0 sig=0x30678, pf=0x8, revision=0x838
- [ 1.698615] microcode: CPU1 sig=0x30678, pf=0x8, revision=0x838
- [ 1.698862] microcode: CPU2 sig=0x30678, pf=0x8, revision=0x838
- [ 1.698879] microcode: CPU3 sig=0x30678, pf=0x8, revision=0x838
- [ 1.699069] microcode: Microcode Update Driver: v2.01 <[email protected]>, Peter Oruba
- [ 1.700547] registered taskstats version 1
- [ 1.703546] Key type encrypted registered
- [ 1.766501] Magic number: 12:366:1001
- [ 1.766580] rtc_cmos 00:03: hash matches
- [ 1.766967] ALSA device list:
- [ 1.766974] No soundcards found.
- [ 1.767049] Warning: unable to open an initial console.
- [ 1.787886] elan_i2c i2c-ELAN0000:00: Elan Touchpad: Module ID: 0x003d, Firmware: 0x0004, Sample: 0x0004, IAP: 0x0003
- [ 1.788304] input: Elan Touchpad as /devices/platform/80860F41:00/i2c-0/i2c-ELAN0000:00/input/input6
- [ 1.789353] atmel_mxt_ts i2c-ATML0000:00: GPIO lookup for consumer atmel,reset
- [ 1.789359] atmel_mxt_ts i2c-ATML0000:00: using ACPI for GPIO lookup
- [ 1.789367] random: nonblocking pool is initialized
- [ 1.789369] acpi ATML0000:00: GPIO: looking up atmel,reset-gpios
- [ 1.789375] acpi ATML0000:00: GPIO: looking up atmel,reset-gpio
- [ 1.789378] acpi ATML0000:00: GPIO: looking up 0 in _CRS
- [ 1.789402] atmel_mxt_ts i2c-ATML0000:00: using lookup tables for GPIO lookup
- [ 1.789408] atmel_mxt_ts i2c-ATML0000:00: lookup for GPIO atmel,reset failed
- [ 1.789764] atmel_mxt_ts i2c-ATML0000:01: GPIO lookup for consumer atmel,reset
- [ 1.789772] atmel_mxt_ts i2c-ATML0000:01: using ACPI for GPIO lookup
- [ 1.789778] acpi ATML0000:01: GPIO: looking up atmel,reset-gpios
- [ 1.789785] acpi ATML0000:01: GPIO: looking up atmel,reset-gpio
- [ 1.789791] acpi ATML0000:01: GPIO: looking up 0 in _CRS
- [ 1.789812] atmel_mxt_ts i2c-ATML0000:01: using lookup tables for GPIO lookup
- [ 1.789819] atmel_mxt_ts i2c-ATML0000:01: lookup for GPIO atmel,reset failed
- [ 1.790934] atmel_mxt_ts i2c-ATML0001:00: GPIO lookup for consumer atmel,reset
- [ 1.790948] atmel_mxt_ts i2c-ATML0001:00: using ACPI for GPIO lookup
- [ 1.790955] acpi ATML0001:00: GPIO: looking up atmel,reset-gpios
- [ 1.790961] acpi ATML0001:00: GPIO: looking up atmel,reset-gpio
- [ 1.790967] acpi ATML0001:00: GPIO: looking up 0 in _CRS
- [ 1.790989] atmel_mxt_ts i2c-ATML0001:00: using lookup tables for GPIO lookup
- [ 1.790995] atmel_mxt_ts i2c-ATML0001:00: lookup for GPIO atmel,reset failed
- [ 1.802994] atmel_mxt_ts i2c-ATML0001:01: GPIO lookup for consumer atmel,reset
- [ 1.803003] atmel_mxt_ts i2c-ATML0001:01: using ACPI for GPIO lookup
- [ 1.803011] acpi ATML0001:01: GPIO: looking up atmel,reset-gpios
- [ 1.803018] acpi ATML0001:01: GPIO: looking up atmel,reset-gpio
- [ 1.803024] acpi ATML0001:01: GPIO: looking up 0 in _CRS
- [ 1.803054] atmel_mxt_ts i2c-ATML0001:01: using lookup tables for GPIO lookup
- [ 1.803061] atmel_mxt_ts i2c-ATML0001:01: lookup for GPIO atmel,reset failed
- [ 1.809622] atmel_mxt_ts i2c-ATML0001:01: Information Block Checksum = 6910c4
- [ 1.809633] atmel_mxt_ts i2c-ATML0001:01: No platform data provided
- [ 1.938786] mmc0: new HS200 MMC card at address 0001
- [ 1.939505] mmcblk0: mmc0:0001 SEM16G 14.7 GiB
- [ 1.939942] mmcblk0boot0: mmc0:0001 SEM16G partition 1 4.00 MiB
- [ 1.940204] mmcblk0boot1: mmc0:0001 SEM16G partition 2 4.00 MiB
- [ 1.940577] mmcblk0rpmb: mmc0:0001 SEM16G partition 3 4.00 MiB
- [ 1.972725] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
- [ 2.010496] usb 1-3: new high-speed USB device number 2 using xhci_hcd
- [ 2.011244] atmel_mxt_ts i2c-ATML0001:01: Family ID: 164 Variant ID: 1 Major.Minor.Build: 1.2.AB
- [ 2.011254] atmel_mxt_ts i2c-ATML0001:01: Matrix X Size: 41 Matrix Y Size: 72 Object Num: 29
- [ 2.017392] atmel_mxt_ts i2c-ATML0001:01: T100 Config: XSIZE 767, YSIZE 1365, XLINE 30, YLINE 52
- [ 2.019560] atmel_mxt_ts i2c-ATML0001:01: T100 Config: SCRAUX : 0, TCHAUX : 2F
- [ 2.021282] input: Atmel maXTouch Touchscreen as /devices/platform/80860F41:05/i2c-3/i2c-ATML0001:01/input/input7
- [ 2.025125] atmel_mxt_ts i2c-ATML0001:01: Status: 80 Config Checksum: d756b8
- [ 2.025137] atmel_mxt_ts i2c-ATML0001:01: Status: 10 Config Checksum: d756b8
- [ 2.030002] Freeing unused kernel memory: 5472K
- [ 2.030014] Write protecting the kernel read-only data: 14336k
- [ 2.032815] Freeing unused kernel memory: 1876K
- [ 2.039611] Freeing unused kernel memory: 1132K
- [ 2.194222] mmc1: new high speed SDXC card at address aaaa
- [ 2.194634] mmcblk1: mmc1:aaaa SC64G 59.5 GiB
- [ 2.202213] GPT:Primary header thinks Alt. header is not at the end of the disk.
- [ 2.202222] GPT:4436015 != 124735487
- [ 2.202225] GPT:Alternate GPT header not at the end of the disk.
- [ 2.202229] GPT:4436015 != 124735487
- [ 2.202231] GPT: Use GNU Parted to correct GPT errors.
- [ 2.202257] mmcblk1: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
- [ 2.209811] usb 1-3: New USB device found, idVendor=04f2, idProduct=b462, bcdDevice= 0.06
- [ 2.209820] usb 1-3: New USB device strings: Mfr=3, Product=1, SerialNumber=2
- [ 2.209825] usb 1-3: Product: Chromebook HD Camera
- [ 2.209830] usb 1-3: Manufacturer: Generic_C
- [ 2.209834] usb 1-3: SerialNumber: 0x0001
- [ 2.312104] tsc: Refined TSC clocksource calibration: 1833.333 MHz
- [ 2.312116] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x34da54753aa, max_idle_ns: 881590618787 ns
- [ 2.365582] usb 1-4: new full-speed USB device number 3 using xhci_hcd
- [ 2.534535] usb 1-4: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
- [ 2.534545] usb 1-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
- [ 2.535716] udevd[303]: starting version 225
- [ 3.313663] clocksource: Switched to clocksource tsc
- [ 4.386346] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
- [ 14.419251] mmc0: Timeout waiting for hardware interrupt.
- [ 14.419279] sdhci: =========== REGISTER DUMP (mmc0) ===========
- [ 14.419297] sdhci: Sys addr: 0x00000008 | Version: 0x00001002
- [ 14.419313] sdhci: Blk size: 0x00007200 | Blk cnt: 0x00000000
- [ 14.419329] sdhci: Argument: 0x03200101 | Trn mode: 0x00000033
- [ 14.419345] sdhci: Present: 0x1fef0006 | Host ctl: 0x00000035
- [ 14.419361] sdhci: Power: 0x0000000b | Blk gap: 0x00000080
- [ 14.419376] sdhci: Wake-up: 0x00000000 | Clock: 0x00000007
- [ 14.419392] sdhci: Timeout: 0x0000000e | Int stat: 0x00000000
- [ 14.419408] sdhci: Int enab: 0x03ff000b | Sig enab: 0x03ff000b
- [ 14.419424] sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
- [ 14.419440] sdhci: Caps: 0x446cc801 | Caps_1: 0x00000807
- [ 14.419455] sdhci: Cmd: 0x0000061b | Max curr: 0x00000000
- [ 14.419468] sdhci: Host ctl2: 0x0000000b
- [ 14.419484] sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x72f55208
- [ 14.419496] sdhci: ===========================================
- [ 14.421340] mmc0: cache flush error -110
- [ 14.421375] blk_update_request: I/O error, dev mmcblk0, sector 0
- [ 16.172267] device-mapper: verity: Argument 0: 'payload=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1'
- [ 16.172278] device-mapper: verity: Argument 1: 'hashtree=PARTUUID=a2f1b79a-e7de-cf4d-86c2-125432dc16dd/PARTNROFF=1'
- [ 16.172283] device-mapper: verity: Argument 2: 'hashstart=3584000'
- [ 16.172288] device-mapper: verity: Argument 3: 'alg=sha1'
- [ 16.172292] device-mapper: verity: Argument 4: 'root_hexdigest=3e8df1ad07c15f9a811aa2a9915a17e8409ccf65'
- [ 16.172296] device-mapper: verity: Argument 5: 'salt=0c7d85cad68fb231a34c12121d933c468594106200a09a1c158d34a9cc182c5e'
- [ 16.172300] device-mapper: verity: Argument 6: 'error_behavior=eio'
- [ 16.208162] EXT4-fs (dm-0): couldn't mount as ext3 due to feature incompatibilities
- [ 16.209915] EXT4-fs (dm-0): mounting ext2 file system using the ext4 subsystem
- [ 16.212829] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
- [ 16.219052] EXT4-fs (mmcblk1p1): couldn't mount as ext3 due to feature incompatibilities
- [ 16.219649] EXT4-fs (mmcblk1p1): mounting ext2 file system using the ext4 subsystem
- [ 16.227604] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: (null)
- [ 16.357611] atmel_mxt_ts i2c-ATML0001:01: Status: 00 Config Checksum: d756b8
- [ 16.364718] frecon[393]: Failed to set atomic cap.
- [ 16.368726] frecon[393]: Frecon using drm driver i915, version 1.6, date(20160411), desc(Intel Graphics)
- [ 16.375489] frecon[393]: tsm_screen: new screen
- [ 16.375517] frecon[393]: tsm_vte: new vte object
- [ 16.383319] frecon[393]: tsm_screen: new screen
- [ 16.383349] frecon[393]: tsm_vte: new vte object
- [ 16.390635] frecon[393]: tsm_screen: new screen
- [ 16.390668] frecon[393]: tsm_vte: new vte object
- [ 16.397836] frecon[393]: tsm_screen: new screen
- [ 16.397864] frecon[393]: tsm_vte: new vte object
- [ 16.420529] EXT4-fs (mmcblk1p1): couldn't mount as ext3 due to feature incompatibilities
- [ 16.421234] EXT4-fs (mmcblk1p1): mounting ext2 file system using the ext4 subsystem
- [ 16.425323] EXT4-fs (mmcblk1p1): mounted filesystem without journal. Opts: (null)
- [ 18.253331] frecon[393]: Failed to set atomic cap.
- [ 18.257472] frecon[393]: Frecon using drm driver i915, version 1.6, date(20160411), desc(Intel Graphics)
- [ 18.279127] frecon[393]: Failed to set atomic cap.
- [ 18.283091] frecon[393]: Frecon using drm driver i915, version 1.6, date(20160411), desc(Intel Graphics)
- [ 113.259665] EXT4-fs (loop0): mounted filesystem without journal. Opts: (null)
- [ 113.352952] EXT4-fs (loop1): mounting ext2 file system using the ext4 subsystem
- [ 113.354457] EXT4-fs (loop1): mounted filesystem without journal. Opts: (null)
- [ 113.483912] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
- [ 113.485421] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
- [ 113.535006] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
- [ 113.537119] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
- [ 113.587039] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
- [ 113.588590] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
- [ 113.638223] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
- [ 113.639495] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
- [ 113.689208] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
- [ 113.690774] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
- [ 113.740285] sdhci: Timeout waiting for Buffer Read Ready interrupt during tuning procedure, falling back to fixed sampling clock
- [ 113.742330] mmcblk0: response CRC error sending SET_BLOCK_COUNT command, card status 0x400e00
- [ 114.929248] mmc0: tried to reset card, got error -110
- [ 114.929267] blk_update_request: I/O error, dev mmcblk0, sector 0
- [ 114.971328] mmcblk0: error -110 sending status command, retrying
- [ 114.972386] mmcblk0: error -110 sending status command, retrying
- [ 114.973293] mmcblk0: error -110 sending status command, aborting
- [ 114.973317] blk_update_request: I/O error, dev mmcblk0, sector 0
- [ 114.973325] blk_update_request: I/O error, dev mmcblk0, sector 8
- [ 114.973331] blk_update_request: I/O error, dev mmcblk0, sector 16
- [ 114.973336] blk_update_request: I/O error, dev mmcblk0, sector 24
- [ 114.973341] blk_update_request: I/O error, dev mmcblk0, sector 32
- [ 114.973347] blk_update_request: I/O error, dev mmcblk0, sector 40
- [ 114.973352] blk_update_request: I/O error, dev mmcblk0, sector 48
- [ 114.973357] blk_update_request: I/O error, dev mmcblk0, sector 56
- [ 114.973362] blk_update_request: I/O error, dev mmcblk0, sector 64
- [ 114.975402] mmcblk0: error -110 sending status command, retrying
- [ 114.976308] mmcblk0: error -110 sending status command, retrying
- [ 114.977230] mmcblk0: error -110 sending status command, aborting
- [ 114.978520] mmcblk0: error -110 sending status command, retrying
- [ 114.979120] mmcblk0: error -110 sending status command, retrying
- [ 114.979749] mmcblk0: error -110 sending status command, aborting
- [ 114.979759] Buffer I/O error on dev mmcblk0, logical block 0, async page read
- [ 114.980912] mmcblk0: error -110 sending status command, retrying
- [ 114.981757] mmcblk0: error -110 sending status command, retrying
- [ 114.982635] mmcblk0: error -110 sending status command, aborting
- [ 114.982678] Buffer I/O error on dev mmcblk0, logical block 0, async page read
- [ 114.985581] mmcblk0: error -110 sending status command, retrying
- [ 114.986878] mmcblk0: error -110 sending status command, retrying
- [ 114.988145] mmcblk0: error -110 sending status command, aborting
- [ 114.988190] Buffer I/O error on dev mmcblk0, logical block 0, async page read
- [ 114.991021] mmcblk0: error -110 sending status command, retrying
- [ 114.991998] mmcblk0: error -110 sending status command, retrying
- [ 114.993194] mmcblk0: error -110 sending status command, aborting
- [ 114.993219] Buffer I/O error on dev mmcblk0, logical block 0, async page read
- [ 114.996029] mmcblk0: error -110 sending status command, retrying
- [ 114.997288] mmcblk0: error -110 sending status command, retrying
- [ 114.998580] mmcblk0: error -110 sending status command, aborting
- [ 114.998625] Buffer I/O error on dev mmcblk0, logical block 1, async page read
- [ 115.001519] mmcblk0: error -110 sending status command, retrying
- [ 115.002814] mmcblk0: error -110 sending status command, retrying
- [ 115.004121] mmcblk0: error -110 sending status command, aborting
- [ 115.004165] Buffer I/O error on dev mmcblk0, logical block 1, async page read
- [ 115.006173] mmcblk0: error -110 sending status command, retrying
- [ 115.007058] mmcblk0: error -110 sending status command, retrying
- [ 115.007883] mmcblk0: error -110 sending status command, aborting
- [ 115.007893] Buffer I/O error on dev mmcblk0, logical block 1, async page read
- [ 115.009844] mmcblk0: error -110 sending status command, retrying
- [ 115.010677] mmcblk0: error -110 sending status command, retrying
- [ 115.011509] mmcblk0: error -110 sending status command, aborting
- [ 115.011519] Buffer I/O error on dev mmcblk0, logical block 1, async page read
- [ 115.013500] mmcblk0: error -110 sending status command, retrying
- [ 115.014331] mmcblk0: error -110 sending status command, retrying
- [ 115.015156] mmcblk0: error -110 sending status command, aborting
- [ 115.015165] Buffer I/O error on dev mmcblk0, logical block 2, async page read
- [ 115.017414] mmcblk0: error -110 sending status command, retrying
- [ 115.018245] mmcblk0: error -110 sending status command, retrying
- [ 115.019093] mmcblk0: error -110 sending status command, aborting
- [ 115.019102] Buffer I/O error on dev mmcblk0, logical block 2, async page read
- [ 115.021897] mmcblk0: error -110 sending status command, retrying
- [ 115.023201] mmcblk0: error -110 sending status command, retrying
- [ 115.024461] mmcblk0: error -110 sending status command, aborting
- [ 115.027042] mmcblk0: error -110 sending status command, retrying
- [ 115.027870] mmcblk0: error -110 sending status command, retrying
- [ 115.028642] mmcblk0: error -110 sending status command, aborting
- [ 115.030616] mmcblk0: error -110 sending status command, retrying
- [ 115.031450] mmcblk0: error -110 sending status command, retrying
- [ 115.032298] mmcblk0: error -110 sending status command, aborting
- [ 115.034258] mmcblk0: error -110 sending status command, retrying
- [ 115.035092] mmcblk0: error -110 sending status command, retrying
- [ 115.035531] mmcblk0: error -110 sending status command, aborting
- [ 115.037499] mmcblk0: error -110 sending status command, retrying
- [ 115.038337] mmcblk0: error -110 sending status command, retrying
- [ 115.039170] mmcblk0: error -110 sending status command, aborting
- [ 115.041126] mmcblk0: error -110 sending status command, retrying
- [ 115.041969] mmcblk0: error -110 sending status command, retrying
- [ 115.042807] mmcblk0: error -110 sending status command, aborting
- [ 115.044044] mmcblk0: error -110 sending status command, retrying
- [ 115.044850] mmcblk0: error -110 sending status command, retrying
- [ 115.045687] mmcblk0: error -110 sending status command, aborting
- [ 115.047632] mmcblk0: error -110 sending status command, retrying
- [ 115.048455] mmcblk0: error -110 sending status command, retrying
- [ 115.049284] mmcblk0: error -110 sending status command, aborting
- [ 115.050626] mmcblk0: error -110 sending status command, retrying
- [ 115.051121] mmcblk0: error -110 sending status command, retrying
- [ 115.051941] mmcblk0: error -110 sending status command, aborting
- [ 115.053414] mmcblk0: error -110 sending status command, retrying
- [ 115.054237] mmcblk0: error -110 sending status command, retrying
- [ 115.055059] mmcblk0: error -110 sending status command, aborting
- [ 115.056756] mmcblk0: error -110 sending status command, retrying
- [ 115.057589] mmcblk0: error -110 sending status command, retrying
- [ 115.058087] mmcblk0: error -110 sending status command, aborting
- [ 115.059752] mmcblk0: error -110 sending status command, retrying
- [ 115.060578] mmcblk0: error -110 sending status command, retrying
- [ 115.061074] mmcblk0: error -110 sending status command, aborting
- [ 115.062707] mmcblk0: error -110 sending status command, retrying
- [ 115.063573] mmcblk0: error -110 sending status command, retrying
- [ 115.064448] mmcblk0: error -110 sending status command, aborting
- [ 115.066137] mmcblk0: error -110 sending status command, retrying
- [ 115.066971] mmcblk0: error -110 sending status command, retrying
- [ 115.067797] mmcblk0: error -110 sending status command, aborting
- [ 115.069495] mmcblk0: error -110 sending status command, retrying
- [ 115.069992] mmcblk0: error -110 sending status command, retrying
- [ 115.070491] mmcblk0: error -110 sending status command, aborting
- [ 115.071913] mmcblk0: error -110 sending status command, retrying
- [ 115.072743] mmcblk0: error -110 sending status command, retrying
- [ 115.073498] mmcblk0: error -110 sending status command, aborting
- [ 115.075057] mmcblk0: error -110 sending status command, retrying
- [ 115.075721] mmcblk0: error -110 sending status command, retrying
- [ 115.076234] mmcblk0: error -110 sending status command, aborting
- [ 115.077261] mmcblk0: error -110 sending status command, retrying
- [ 115.077811] mmcblk0: error -110 sending status command, retrying
- [ 115.078496] mmcblk0: error -110 sending status command, aborting
- [ 115.079828] mmcblk0: error -110 sending status command, retrying
- [ 115.080532] mmcblk0: error -110 sending status command, retrying
- [ 115.081596] mmcblk0: error -110 sending status command, aborting
- [ 115.083006] mmcblk0: error -110 sending status command, retrying
- [ 115.083723] mmcblk0: error -110 sending status command, retrying
- [ 115.084702] mmcblk0: error -110 sending status command, aborting
- [ 115.086164] mmcblk0: error -110 sending status command, retrying
- [ 115.086810] mmcblk0: error -110 sending status command, retrying
- [ 115.087453] mmcblk0: error -110 sending status command, aborting
- [ 115.088589] mmcblk0: error -110 sending status command, retrying
- [ 115.089109] mmcblk0: error -110 sending status command, retrying
- [ 115.089705] mmcblk0: error -110 sending status command, aborting
- [ 115.091041] mmcblk0: error -110 sending status command, retrying
- [ 115.092068] mmcblk0: error -110 sending status command, retrying
- [ 115.093185] mmcblk0: error -110 sending status command, aborting
- [ 115.095469] mmcblk0: error -110 sending status command, retrying
- [ 115.096474] mmcblk0: error -110 sending status command, retrying
- [ 115.097491] mmcblk0: error -110 sending status command, aborting
- [ 115.099388] mmcblk0: error -110 sending status command, retrying
- [ 115.099983] mmcblk0: error -110 sending status command, retrying
- [ 115.100578] mmcblk0: error -110 sending status command, aborting
- [ 115.102304] mmcblk0: error -110 sending status command, retrying
- [ 115.102892] mmcblk0: error -110 sending status command, retrying
- [ 115.103477] mmcblk0: error -110 sending status command, aborting
- [ 115.104929] mmcblk0: error -110 sending status command, retrying
- [ 115.105520] mmcblk0: error -110 sending status command, retrying
- [ 115.106027] mmcblk0: error -110 sending status command, aborting
- [ 115.107384] mmcblk0: error -110 sending status command, retrying
- [ 115.107980] mmcblk0: error -110 sending status command, retrying
- [ 115.108495] mmcblk0: error -110 sending status command, aborting
- [ 115.109941] mmcblk0: error -110 sending status command, retrying
- [ 115.110534] mmcblk0: error -110 sending status command, retrying
- [ 115.111073] mmcblk0: error -110 sending status command, aborting
- [ 115.112536] mmcblk0: error -110 sending status command, retrying
- [ 115.113121] mmcblk0: error -110 sending status command, retrying
- [ 115.113648] mmcblk0: error -110 sending status command, aborting
- [ 115.115094] mmcblk0: error -110 sending status command, retrying
- [ 115.115679] mmcblk0: error -110 sending status command, retrying
- [ 115.116203] mmcblk0: error -110 sending status command, aborting
- [ 115.117365] mmcblk0: error -110 sending status command, retrying
- [ 115.117942] mmcblk0: error -110 sending status command, retrying
- [ 115.118465] mmcblk0: error -110 sending status command, aborting
- [ 115.119598] mmcblk0: error -110 sending status command, retrying
- [ 115.120181] mmcblk0: error -110 sending status command, retrying
- [ 115.120699] mmcblk0: error -110 sending status command, aborting
- [ 115.121774] mmcblk0: error -110 sending status command, retrying
- [ 115.122294] mmcblk0: error -110 sending status command, retrying
- [ 115.122885] mmcblk0: error -110 sending status command, aborting
- [ 115.123978] mmcblk0: error -110 sending status command, retrying
- [ 115.124499] mmcblk0: error -110 sending status command, retrying
- [ 115.125188] mmcblk0: error -110 sending status command, aborting
- [ 115.126513] mmcblk0: error -110 sending status command, retrying
- [ 115.127097] mmcblk0: error -110 sending status command, retrying
- [ 115.127684] mmcblk0: error -110 sending status command, aborting
- [ 115.128889] mmcblk0: error -110 sending status command, retrying
- [ 115.129507] mmcblk0: error -110 sending status command, retrying
- [ 115.130091] mmcblk0: error -110 sending status command, aborting
- [ 115.131171] mmcblk0: error -110 sending status command, retrying
- [ 115.131677] mmcblk0: error -110 sending status command, retrying
- [ 115.132188] mmcblk0: error -110 sending status command, aborting
- [ 115.133262] mmcblk0: error -110 sending status command, retrying
- [ 115.133840] mmcblk0: error -110 sending status command, retrying
- [ 115.134477] mmcblk0: error -110 sending status command, aborting
- [ 115.135782] mmcblk0: error -110 sending status command, retrying
- [ 115.136402] mmcblk0: error -110 sending status command, retrying
- [ 115.137009] mmcblk0: error -110 sending status command, aborting
- [ 115.138268] mmcblk0: error -110 sending status command, retrying
- [ 115.138867] mmcblk0: error -110 sending status command, retrying
- [ 115.139479] mmcblk0: error -110 sending status command, aborting
- [ 115.140764] mmcblk0: error -110 sending status command, retrying
- [ 115.141405] mmcblk0: error -110 sending status command, retrying
- [ 115.142011] mmcblk0: error -110 sending status command, aborting
- [ 115.143304] mmcblk0: error -110 sending status command, retrying
- [ 115.143884] mmcblk0: error -110 sending status command, retrying
- [ 115.144494] mmcblk0: error -110 sending status command, aborting
- [ 115.145638] mmcblk0: error -110 sending status command, retrying
- [ 115.146225] mmcblk0: error -110 sending status command, retrying
- [ 115.146823] mmcblk0: error -110 sending status command, aborting
- [ 115.147917] mmcblk0: error -110 sending status command, retrying
- [ 115.148507] mmcblk0: error -110 sending status command, retrying
- [ 115.149025] mmcblk0: error -110 sending status command, aborting
- [ 115.150081] mmcblk0: error -110 sending status command, retrying
- [ 115.150706] mmcblk0: error -110 sending status command, retrying
- [ 115.151362] mmcblk0: error -110 sending status command, aborting
- [ 115.152577] mmcblk0: error -110 sending status command, retrying
- [ 115.153183] mmcblk0: error -110 sending status command, retrying
- [ 115.153787] mmcblk0: error -110 sending status command, aborting
- [ 115.154884] mmcblk0: error -110 sending status command, retrying
- [ 115.155476] mmcblk0: error -110 sending status command, retrying
- [ 115.155986] mmcblk0: error -110 sending status command, aborting
- [ 115.157066] mmcblk0: error -110 sending status command, retrying
- [ 115.157654] mmcblk0: error -110 sending status command, retrying
- [ 115.158261] mmcblk0: error -110 sending status command, aborting
- [ 115.159349] mmcblk0: error -110 sending status command, retrying
- [ 115.159860] mmcblk0: error -110 sending status command, retrying
- [ 115.160448] mmcblk0: error -110 sending status command, aborting
- [ 115.161541] mmcblk0: error -110 sending status command, retrying
- [ 115.162126] mmcblk0: error -110 sending status command, retrying
- [ 115.162675] mmcblk0: error -110 sending status command, aborting
- [ 115.163751] mmcblk0: error -110 sending status command, retrying
- [ 115.164337] mmcblk0: error -110 sending status command, retrying
- [ 115.164847] mmcblk0: error -110 sending status command, aborting
- [ 115.165936] mmcblk0: error -110 sending status command, retrying
- [ 115.166528] mmcblk0: error -110 sending status command, retrying
- [ 115.167045] mmcblk0: error -110 sending status command, aborting
- [ 115.168101] mmcblk0: error -110 sending status command, retrying
- [ 115.168672] mmcblk0: error -110 sending status command, retrying
- [ 115.169257] mmcblk0: error -110 sending status command, aborting
- [ 115.170338] mmcblk0: error -110 sending status command, retrying
- [ 115.170842] mmcblk0: error -110 sending status command, retrying
- [ 115.171449] mmcblk0: error -110 sending status command, aborting
- [ 115.172545] mmcblk0: error -110 sending status command, retrying
- [ 115.173068] mmcblk0: error -110 sending status command, retrying
- [ 115.173595] mmcblk0: error -110 sending status command, aborting
- [ 115.174881] mmcblk0: error -110 sending status command, retrying
- [ 115.175502] mmcblk0: error -110 sending status command, retrying
- [ 115.176091] mmcblk0: error -110 sending status command, aborting
- [ 115.177423] mmcblk0: error -110 sending status command, retrying
- [ 115.178023] mmcblk0: error -110 sending status command, retrying
- [ 115.178631] mmcblk0: error -110 sending status command, aborting
- [ 115.179920] mmcblk0: error -110 sending status command, retrying
- [ 115.180451] mmcblk0: error -110 sending status command, retrying
- [ 115.180963] mmcblk0: error -110 sending status command, aborting
- [ 115.182030] mmcblk0: error -110 sending status command, retrying
- [ 115.182556] mmcblk0: error -110 sending status command, retrying
- [ 115.183072] mmcblk0: error -110 sending status command, aborting
- [ 115.184228] mmcblk0: error -110 sending status command, retrying
- [ 115.184834] mmcblk0: error -110 sending status command, retrying
- [ 115.185425] mmcblk0: error -110 sending status command, aborting
- [ 115.186660] mmcblk0: error -110 sending status command, retrying
- [ 115.187249] mmcblk0: error -110 sending status command, retrying
- [ 115.187782] mmcblk0: error -110 sending status command, aborting
- [ 115.189020] mmcblk0: error -110 sending status command, retrying
- [ 115.189619] mmcblk0: error -110 sending status command, retrying
- [ 115.190206] mmcblk0: error -110 sending status command, aborting
- [ 115.191594] mmcblk0: error -110 sending status command, retrying
- [ 115.192200] mmcblk0: error -110 sending status command, retrying
- [ 115.192879] mmcblk0: error -110 sending status command, aborting
- [ 115.194119] mmcblk0: error -110 sending status command, retrying
- [ 115.194865] mmcblk0: error -110 sending status command, retrying
- [ 115.195641] mmcblk0: error -110 sending status command, aborting
- [ 115.196884] mmcblk0: error -110 sending status command, retrying
- [ 115.197358] mmcblk0: error -110 sending status command, retrying
- [ 115.197854] mmcblk0: error -110 sending status command, aborting
- [ 115.199000] mmcblk0: error -110 sending status command, retrying
- [ 115.199548] mmcblk0: error -110 sending status command, retrying
- [ 115.200046] mmcblk0: error -110 sending status command, aborting
- [ 115.201084] mmcblk0: error -110 sending status command, retrying
- [ 115.201543] mmcblk0: error -110 sending status command, retrying
- [ 115.202045] mmcblk0: error -110 sending status command, aborting
- [ 115.203319] mmcblk0: error -110 sending status command, retrying
- [ 115.203813] mmcblk0: error -110 sending status command, retrying
- [ 115.204234] mmcblk0: error -110 sending status command, aborting
- [ 115.205454] mmcblk0: error -110 sending status command, retrying
- [ 115.205938] mmcblk0: error -110 sending status command, retrying
- [ 115.206357] mmcblk0: error -110 sending status command, aborting
- [ 115.207257] mmcblk0: error -110 sending status command, retrying
- [ 115.207675] mmcblk0: error -110 sending status command, retrying
- [ 115.208089] mmcblk0: error -110 sending status command, aborting
- [ 115.209045] mmcblk0: error -110 sending status command, retrying
- [ 115.209464] mmcblk0: error -110 sending status command, retrying
- [ 115.209879] mmcblk0: error -110 sending status command, aborting
- [ 115.210778] mmcblk0: error -110 sending status command, retrying
- [ 115.211192] mmcblk0: error -110 sending status command, retrying
- [ 115.211610] mmcblk0: error -110 sending status command, aborting
- [ 115.212509] mmcblk0: error -110 sending status command, retrying
- [ 115.212990] mmcblk0: error -110 sending status command, retrying
- [ 115.213410] mmcblk0: error -110 sending status command, aborting
- [ 115.214373] mmcblk0: error -110 sending status command, retrying
- [ 115.214789] mmcblk0: error -110 sending status command, retrying
- [ 115.215204] mmcblk0: error -110 sending status command, aborting
- [ 115.216229] mmcblk0: error -110 sending status command, retrying
- [ 115.216709] mmcblk0: error -110 sending status command, retrying
- [ 115.217327] mmcblk0: error -110 sending status command, aborting
- [ 115.218357] mmcblk0: error -110 sending status command, retrying
- [ 115.218836] mmcblk0: error -110 sending status command, retrying
- [ 115.219381] mmcblk0: error -110 sending status command, aborting
- [ 115.220396] mmcblk0: error -110 sending status command, retrying
- [ 115.220876] mmcblk0: error -110 sending status command, retrying
- [ 115.221380] mmcblk0: error -110 sending status command, aborting
- [ 115.222485] mmcblk0: error -110 sending status command, retrying
- [ 115.222974] mmcblk0: error -110 sending status command, retrying
- [ 115.223527] mmcblk0: error -110 sending status command, aborting
- [ 115.224538] mmcblk0: error -110 sending status command, retrying
- [ 115.225015] mmcblk0: error -110 sending status command, retrying
- [ 115.225496] mmcblk0: error -110 sending status command, aborting
- [ 115.227475] mmcblk0: error -110 sending status command, retrying
- [ 115.228396] mmcblk0: error -110 sending status command, retrying
- [ 115.229285] mmcblk0: error -110 sending status command, aborting
- [ 115.230929] mmcblk0: error -110 sending status command, retrying
- [ 115.231482] mmcblk0: error -110 sending status command, retrying
- [ 115.232029] mmcblk0: error -110 sending status command, aborting
- [ 115.233061] mmcblk0: error -110 sending status command, retrying
- [ 115.233541] mmcblk0: error -110 sending status command, retrying
- [ 115.233955] mmcblk0: error -110 sending status command, aborting
- [ 115.234897] mmcblk0: error -110 sending status command, retrying
- [ 115.235310] mmcblk0: error -110 sending status command, retrying
- [ 115.236185] mmcblk0: error -110 sending status command, aborting
- [ 115.237984] mmcblk0: error -110 sending status command, retrying
- [ 115.238914] mmcblk0: error -110 sending status command, retrying
- [ 115.239837] mmcblk0: error -110 sending status command, aborting
- [ 115.241019] mmcblk0: error -110 sending status command, retrying
- [ 115.241569] mmcblk0: error -110 sending status command, retrying
- [ 115.242047] mmcblk0: error -110 sending status command, aborting
- [ 115.242997] mmcblk0: error -110 sending status command, retrying
- [ 115.243414] mmcblk0: error -110 sending status command, retrying
- [ 115.243829] mmcblk0: error -110 sending status command, aborting
- [ 115.244710] mmcblk0: error -110 sending status command, retrying
- [ 115.245187] mmcblk0: error -110 sending status command, retrying
- [ 115.246004] mmcblk0: error -110 sending status command, aborting
- [ 115.247820] mmcblk0: error -110 sending status command, retrying
- [ 115.248734] mmcblk0: error -110 sending status command, retrying
- [ 115.249642] mmcblk0: error -110 sending status command, aborting
- [ 115.251605] mmcblk0: error -110 sending status command, retrying
- [ 115.252174] mmcblk0: error -110 sending status command, retrying
- [ 115.252727] mmcblk0: error -110 sending status command, aborting
- [ 115.347870] sdhci-acpi 80860F14:00: __mmc_blk_ioctl_cmd: cmd error -110
- [ 115.439079] libpng warning: iCCP: known incorrect sRGB profile
Add Comment
Please, Sign In to add comment