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
- /init: line 511: can't create /dev/console: No such device
- + tail -f -n +1 /log/recovery.log
- + cat+ /proc/cmdlinesed
- -e 's/"[^"]*"/DROPPED/g'
- + export_args cros_secure 'console=' 'loglevel=7' 'init=/sbin/init' cros_secure 'drm.trace=0x106' 'root=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/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=b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080' 'vt.global_cursor_default=0' 'kern_guid=1f01a3c9-9396-e24c-9ddd-7c6012269a5c' add_efi_memmap 'boot=local' noresume noswap 'i915.modeset=1' 'nmi_watchdog=panic,lapic'
- + local 'arg='
- + local 'key='
- + local 'val='
- + local 'acceptable_set=[A-Za-z0-9]_'
- + + tr+ -dctr '[A-Za-z0-9]_' 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'
- + echo console
- + tr -dc '[A-Za-z0-9]_' _
- + tr a-z A-Z
- + 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'
- + + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- echo loglevel
- + 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'
- + echo init
- + tr a-z A-Z
- + tr -dc '[A-Za-z0-9]_' _
- + 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'
- + echo cros_secure+ tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + 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'
- + + trtr -dc a-z '[A-Za-z0-9]_' A-Z _
- + echo drm.trace
- + key=DRMTRACE
- + val=0x106
- + export 'KERN_ARG_DRMTRACE=0x106'
- + dlog 'Exporting kernel argument DRMTRACE as KERN_ARG_DRMTRACE'
- + echo 'Exporting kernel argument DRMTRACE as KERN_ARG_DRMTRACE'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo root
- + key=ROOT
- + val='PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1'
- + export 'KERN_ARG_ROOT=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1'
- + dlog 'Exporting kernel argument ROOT as KERN_ARG_ROOT'
- + echo 'Exporting kernel argument ROOT as KERN_ARG_ROOT'
- + tr+ -dctr '[A-Za-z0-9]_' 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'
- + tr+ -dctr '[A-Za-z0-9]_' 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'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo dm_verity.error_behavior
- + 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'
- + echo 'Exporting kernel argument DM_VERITYERROR_BEHAVIOR as KERN_ARG_DM_VERITYERROR_BEHAVIOR'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo dm_verity.max_bios
- + 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'
- + echo 'Exporting kernel argument DM_VERITYMAX_BIOS as KERN_ARG_DM_VERITYMAX_BIOS'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + 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'
- + echo 'Exporting kernel argument DM_VERITYDEV_WAIT as KERN_ARG_DM_VERITYDEV_WAIT'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ 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'
- + tr+ -dctr '[A-Za-z0-9]_' 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'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo cros_recovery
- + 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'
- + + trtr a-z -dc A-Z '[A-Za-z0-9]_'
- _
- + echo kern_b_hash
- + key=KERN_B_HASH
- + val=b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080
- + export 'KERN_ARG_KERN_B_HASH=b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080'
- + 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'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo vt.global_cursor_default
- + 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'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo kern_guid
- + key=KERN_GUID
- + val=1f01a3c9-9396-e24c-9ddd-7c6012269a5c
- + export 'KERN_ARG_KERN_GUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c'
- + dlog 'Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID'
- + echo 'Exporting kernel argument KERN_GUID as KERN_ARG_KERN_GUID'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo add_efi_memmap
- + 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'
- + echo 'Exporting kernel argument ADD_EFI_MEMMAP as KERN_ARG_ADD_EFI_MEMMAP'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo boot
- + 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'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo noresume
- + 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'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo noswap
- + 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'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo i915.modeset
- + key=I915MODESET
- + val=1
- + export 'KERN_ARG_I915MODESET=1'
- + dlog 'Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET'
- + echo 'Exporting kernel argument I915MODESET as KERN_ARG_I915MODESET'
- + tr+ -dctr '[A-Za-z0-9]_' a-z _ A-Z
- + echo nmi_watchdog
- + key=NMI_WATCHDOG
- + val=panic,lapic
- + export 'KERN_ARG_NMI_WATCHDOG=panic,lapic'
- + dlog 'Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG'
- + echo 'Exporting kernel argument NMI_WATCHDOG as KERN_ARG_NMI_WATCHDOG'
- + setup_oobe_auto_config_keys
- + set +x
- + echo '-----BEGIN PUBLIC KEY-----
- MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEesVh+E3UBwwOhWK1qZ7sdqFQcaAo
- 8Qigpr2GNh0/qSg0keg4BscDPepqBzG2dew2XTkwrcvFmBRszZ6KJa7/mA==
- -----END PUBLIC KEY-----'
- + + grephead -Eo -n 32 '[a-zA-Z0-9]{2}'
- + sha256sum
- + local 'pub_bytes=d1
- 7d
- 10
- cd
- 10
- 65
- 1c
- 03
- 3c
- d7
- c8
- 6d
- 67
- d7
- 14
- 46
- 37
- b9
- c5
- c2
- 94
- d5
- c4
- f5
- 4f
- 9e
- cd
- 20
- e5
- 3f
- 08
- 63'
- + local 'permissions='
- + tpmc tpmver
- + '[' 1.2 '==' 2.0 ]
- + permissions=0x1
- + tpmc definespace 0x100c 0x20 0x1
- + tpmc write 0x100c d1 7d 10 cd 10 65 1c 03 3c d7 c8 6d 67 d7 14 46 37 b9 c5 c2 94 d5 c4 f5 4f 9e cd 20 e5 3f 08 63
- 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=0x00010002
- + : 0
- + echo 'FW version from TPM: 0x00010002'
- FW version from TPM: 0x00010002
- + echo 'Recovery version from top nibble: 0'
- Recovery version from top nibble: 0
- + '[' 0 -gt 0 ]
- + return 0
- + select_locale
- + is_nonchrome
- + crossystem 'mainfw_type?nonchrome'
- + crossystem 'mainfw_type?netboot'
- + read_vpd_locale
- + vpd -g region
- [WARN] VPD partition not formatted. It's fine.
- findString(): Vpd data 'region' was not found.
- + local 'region='
- + local 'locale='
- + '[' -n ]
- + + vpdsed -g 's/,.*//' initial_locale
- [WARN] VPD partition not formatted. It's fine.
- findString(): Vpd data 'initial_locale' was not found.
- + LANGDIR=
- + '[' -z -o '!' -d /etc/screens/ ]
- + dlog 'initial locale '"''"' not found'
- + echo 'initial locale '"''"' not found'
- + LANGDIR=en-US
- + dlog 'selected locale en-US'
- + echo 'selected locale en-US'
- + message recovery_in_progress
- + '[' -z ]
- + FIRST_MESSAGE_RECEIVED=1
- + message_startup
- + frecon-lite --print-resolution
- <3>frecon[256]: Failed to set atomic cap.
- <6>frecon[256]: 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
- + message_recovery_in_progress
- /init: line 59: message_recovery_in_progress: not found
- + find_official_root
- + dlogf 'Checking for an official recovery image . . .'
- + printf 'Checking for an official recovery image . . .'
- + wait_for_gpt_root
- + '[' -z 1f01a3c9-9396-e24c-9ddd-7c6012269a5c ]
- + '[' -n ]
- + dlog -n 'Looking for rootfs using kern_guid...'
- + echo -n 'Looking for rootfs using kern_guid...'
- + local 'try=0'
- + '[' 1 -lt 600 ]
- + dlogf ' .'
- + printf ' .'
- + cgpt find -1 -u 1f01a3c9-9396-e24c-9ddd-7c6012269a5c
- + tail -f -n +1 /log/recovery.log
- + kern=/dev/sda2
- + newroot=/dev/sda3
- + '[' -b /dev/sda3 ]
- + USB_DEV=/dev/sda3
- + dlog 'Found /dev/sda3'
- + echo 'Found /dev/sda3'
- + return 0
- + strip_partition /dev/sda3
- + local 'dev=/dev/sda'
- + echo /dev/sda
- + cgpt find -t rootfs /dev/sda
- /dev/sda3
- /dev/sda5
- /dev/sda7
- + REAL_USB_DEV=/dev/sda3
- + LOG_DEV=/dev/sda1
- + verify_install_kernel_hash
- + init_kern_b_cache
- + '[' -e /tmp/kern_b_cache.bin ]
- + local 'dev=/dev/sda4'
- + '[' '!' -b /dev/sda4 ]
- + dd 'if=/dev/sda4' 'of=/tmp/kern_b_cache.bin'
- 32768+0 records in
- 32768+0 records out
- 16777216 bytes (16.0MB) copied, 0.690957 seconds, 23.2MB/s
- + return 0
- + get_real_kern_b_hash
- + sha256sum+ /tmp/kern_b_cache.bincut
- -f1 '-d '
- + REAL_KERN_B_HASH=b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080
- + '[' -n b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080 ]
- + '[' b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080 '!=' b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080 ]
- + return 0
- + check_if_dm_root
- + dump_kernel_config+ /tmp/kern_b_cache.bin
- grep -q 'root=/dev/dm-'
- + return 0
- + setup_dm_root
- + local eio
- + dlog -n 'Extracting the device mapper configuration...'
- + echo -n 'Extracting the device mapper configuration...'
- + sed+ -esed 's/%U/1f01a3c9-9396-e24c-9ddd-7c6012269a5c/g' -e
- 's/.*dm="\([^"]*\)".*/\1/g;t;d'
- + dump_kernel_config /tmp/kern_b_cache.bin
- + DMARG='1 vroot none ro 1,0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4'
- + '[' -z '1 vroot none ro 1,0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4' ]
- + DM_NAME=vroot
- + parse_dm_table 1 vroot none ro 1,0 4077568 verity 'payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1' 'hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1' 'hashstart=4077568' 'alg=sha256' 'root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf' 'salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4'
- + local 'vroot= none ro 1,0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4'
- + local 'table=0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4'
- + is_old_style_verity_argv '0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4'
- + echo '0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4'+
- cut -f7 '-d '
- + local 'depth=alg=sha256'
- + '[' 'alg=sha256' '=' 0 ]
- + return 1
- + local 'eio=error_behavior=eio'
- + echo '0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4 error_behavior=eio'
- + DM_TABLE='0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4 error_behavior=eio'
- + '[' -n 1f01a3c9-9396-e24c-9ddd-7c6012269a5c ]
- + '[' '0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=' '=' '0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4 error_behavior=eio' ]
- + dmsetup create -r vroot --table '0 4077568 verity payload=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashtree=PARTUUID=1f01a3c9-9396-e24c-9ddd-7c6012269a5c/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4 error_behavior=eio'
- + USB_DEV=/dev/dm-0
- + '[' '!' -b /dev/dm-0 ]
- + dlog 'Created device mapper root vroot.'
- + echo 'Created device mapper root vroot.'
- + return 0
- + mount_usb
- + dlog -n 'Mounting usb'
- + echo -n 'Mounting usb'
- + seq 20
- + dlogf ' .'
- + printf ' .'
- + mount -n -o ro /dev/dm-0 /usb
- + dlog ok
- + echo ok
- + return 0
- + return 0
- + get_stateful_dev
- + STATE_DEV=/dev/sda1
- + '[' '!' -b /dev/sda1 ]
- + return 0
- + request_oobe_autoconfig_acknowledgment
- + is_oobe_autoconfig
- + local 'has_config=1'
- + get_stateful_dev
- + STATE_DEV=/dev/sda1
- + '[' '!' -b /dev/sda1 ]
- + return 0
- + mount -n -o sync,ro /dev/sda1 /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 1 ]
- + message_validate
- + instructions cancel
- + showbox -115 cancel
- + local 'offset=0,-115'
- + shift
- + local 'message_token=cancel'
- + shift
- + local 'message_file=/etc/screens/en-US/cancel.png'
- + '[' '!' -f /etc/screens/en-US/cancel.png ]
- + showimage /etc/screens/en-US/cancel.png 0,-115
- + local 'image=/etc/screens/en-US/cancel.png'
- + local 'offset=0,-115'
- + shift
- + shift
- + printf '\033]image:file=%s;offset=%s;scale=%d\033\' /etc/screens/en-US/cancel.png 0,-115 1
- + progress validating
- + showbox 0 validating
- + local 'offset=0,0'
- + shift
- + local 'message_token=validating'
- + shift
- + local 'message_file=/etc/screens/en-US/validating.png'
- + '[' '!' -f /etc/screens/en-US/validating.png ]
- + showimage /etc/screens/en-US/validating.png 0,0
- + local 'image=/etc/screens/en-US/validating.png'
- + local 'offset=0,0'
- + shift
- + shift
- + printf '\033]image:file=%s;offset=%s;scale=%d\033\' /etc/screens/en-US/validating.png 0,0 1
- + 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/en-US/empty.png'
- + '[' '!' -f /etc/screens/en-US/empty.png ]
- + showimage /etc/screens/en-US/empty.png 0,115
- + local 'image=/etc/screens/en-US/empty.png'
- + local 'offset=0,115'
- + shift
- + shift
- + printf '\033]image:file=%s;offset=%s;scale=%d\033\' /etc/screens/en-US/empty.png 0,115 1
- + set_brightness
- + local 'backlight_device='
- + local 'brightness='
- + local 'i='
- + seq 1 5
- + echo 0
- + cat /sys/class/backlight/intel_backlight/max_brightness
- + brightness=7812
- + echo 7812
- + cat /sys/class/backlight/intel_backlight/actual_brightness
- + '[' 7812 '=' 7812 ]
- + break
- + 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/sda1
- + '[' '!' -b /dev/sda1 ]
- + return 0
- + mount -n -o sync,ro /dev/sda1 /tmp
- + '[' -f /tmp/decrypt_stateful ]
- + umount /tmp
- + echo
- + local 'state='
- + '[' -z ]
- + return 0
- + is_dev_channel
- + sed -n 's/^CHROMEOS_RELEASE_TRACK=//p' /usb/etc/lsb-release
- + local 'channel=stable-channel'
- + test stable-channel '=' dev-channel -o stable-channel '=' testimage-channel -o stable-channel '=' canary-channel
- + 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=2087714816'
- + 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'
- + 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.
- + 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='
- + echo+ ,,
- grep -qF ,mode:recovery,
- + 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=2087714816
- + 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=2087714816
- + FORMAT_3=
- + FS_FORMAT_3=ext2
- + FS_OPTIONS_3=
- + PARTITION_NUM_3=3
- + PARTITION_SIZE_STATE=3221225472
- + RESERVED_EBS_STATE=0
- + DATA_SIZE_STATE=3221225472
- + FORMAT_STATE=
- + FS_FORMAT_STATE=ext4
- + FS_OPTIONS_STATE=
- + PARTITION_NUM_STATE=1
- + PARTITION_SIZE_1=3221225472
- + RESERVED_EBS_1=0
- + DATA_SIZE_1=3221225472
- + 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/sda'
- + '[' /dev/sda '=' /dev/mmcblk0p ]
- + SRC_DEV_BASE=/dev/sda
- + recover_system
- + strip_partition /dev/sda3
- + local 'dev=/dev/sda'
- + echo /dev/sda
- + local 'source=/dev/sda'
- + dlog 'Beginning system recovery from /dev/sda'
- + echo 'Beginning system recovery from /dev/sda'
- + verify_install_kernel
- + '[' b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080 '!=' b731bc8e45b5db08a45348d784c6bc33894d411ceb10953ea4278a4e28f2e080 ]
- + dlog 'Checking the install kernel for valid versions and signature . . .'
- + echo 'Checking the install kernel for valid versions and signature . . .'
- + verify_kernel_version /tmp/kern_b_cache.bin
- + local 'kern_dev=/tmp/kern_b_cache.bin'
- + local 'minversion=0x10001'
- + crossystem tpm_kernver
- + minversion=0x00020001
- + dlog 'Rollback version stored in the TPM: 0x00020001'
- + echo 'Rollback version stored in the TPM: 0x00020001'
- + vbutil_kernel --verify /tmp/kern_b_cache.bin --minversion 0x00020001
- Keyblock:
- Signature: ignored
- Size: 0x4b8
- Flags: 7 !DEV DEV !REC
- Data key algorithm: 4 RSA2048 SHA256
- Data key version: 2
- Data key sha1sum: dff782a1e50e95f42b29a46f3cba5371a72b9399
- Preamble:
- Size: 0xfb48
- Header version: 2.2
- Kernel version: 1
- Body load address: 0x100000
- Body size: 0x68b000
- Bootloader address: 0x783000
- Bootloader size: 0x4000
- Vmlinuz header address: 0x787000
- Vmlinuz header size: 0x3c00
- Flags : 0
- Body verification succeeded.
- Config:
- console= loglevel=7 init=/sbin/init cros_secure drm.trace=0x106 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 4077568 verity payload=PARTUUID=%U/PARTNROFF=1 hashtree=PARTUUID=%U/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4" noinitrd vt.global_cursor_default=0 kern_guid=%U add_efi_memmap boot=local noresume noswap i915.modeset=1 nmi_watchdog=panic,lapic
- + return 0
- + return 0
- + clear_tpm
- + dlogf 'Resetting security device . . .'
- + printf '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.'
- + return 0
- + verify_rw_vpd
- + mktemp /tmp/rw_vpd.XXXXXX
- + local 'tmpfile=/tmp/rw_vpd.EXBf9d'
- + local 'rc=0'
- + dlog 'Verifying RW_VPD'
- + echo 'Verifying RW_VPD'
- + ls -1A /sys/firmware/vpd/rw
- ls: /sys/firmware/vpd/rw: No such file or directory
- + grep -q .
- + '[' 1 -eq 0 ]
- + flashrom -p host -i RW_VPD:/tmp/rw_vpd.EXBf9d -r
- flashrom 0.9.9 : 00f8a8f3 : Aug 19 2020 08:32:20 UTC on Linux 4.4.232-19103-g45c370e0810f (x86_64)
- flashrom is free software, get the source code at https://flashrom.org
- on Linux 4.4.232-19103-g45c370e0810f (x86_64)Calibrating delay loop... OK.
- coreboot table found at 0x7ae6e000.
- dmidecode execution unsuccessful - continuing without DMI info
- Found chipset "Intel Bay Trail".
- Enabling flash write... SPI Configuration is locked down.
- FREG0: Flash Descriptor region (0x00000000-0x00000fff) is read-only.
- FREG2: Management Engine region (0x00001000-0x001fffff) is locked.
- Not all flash regions are freely accessible by flashrom. This is most likely
- due to an active ME. Please see https://flashrom.org/ME for details.
- At least some flash regions are read protected. You have to use a flash
- layout and include only accessible regions. For write operations, you'll
- additionally need the --noverify-all switch. See manpage for more details.
- OK.
- Reading flash... SUCCESS
- + '[' 0 -ne 0 ]
- + rm -f /tmp/rw_vpd.EXBf9d
- + vpd -i RW_VPD -l
- "block_devmode"="0"
- "check_enrollment"="0"
- + rc=0
- + dlog 'Successfully read VPD from RW_VPD.'
- + echo 'Successfully read VPD from RW_VPD.'
- + return 0
- + local 'extra_flags='
- + '[' -n ]
- + sleep 2
- + is_dev_channel
- + sed -n 's/^CHROMEOS_RELEASE_TRACK=//p' /usb/etc/lsb-release
- + local 'channel=stable-channel'
- + test stable-channel '=' dev-channel -o stable-channel '=' testimage-channel -o stable-channel '=' canary-channel
- + 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/en-US/recovering.png'
- + '[' '!' -f /etc/screens/en-US/recovering.png ]
- + showimage /etc/screens/en-US/recovering.png 0,-115
- + local 'image=/etc/screens/en-US/recovering.png'
- + local 'offset=0,-115'
- + shift
- + shift
- + printf '\033]image:file=%s;offset=%s;scale=%d\033\' /etc/screens/en-US/recovering.png 0,-115 1
- + progress empty
- + showbox 0 empty
- + local 'offset=0,0'
- + shift
- + local 'message_token=empty'
- + shift
- + local 'message_file=/etc/screens/en-US/empty.png'
- + '[' '!' -f /etc/screens/en-US/empty.png ]
- + showimage /etc/screens/en-US/empty.png 0,0
- + local 'image=/etc/screens/en-US/empty.png'
- + local 'offset=0,0'
- + shift
- + shift
- + printf '\033]image:file=%s;offset=%s;scale=%d\033\' /etc/screens/en-US/empty.png 0,0 1
- + SPINNER_PID=354
- + call_image_recovery_script /dev/sda
- + dlog 'Installing software; this will take some time.'
- + echo '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.'
- + echo 1
- + chroot /usb /usr/sbin/chromeos-recovery /dev/sda
- + show_install_spinner
- initctl: Unable to connect to Upstart: Failed to connect to socket /com/ubuntu/upstart: Connection refused
- This will install from '/dev/sda' to '/dev/mmcblk0'.
- This will erase all data at this destination: /dev/mmcblk0
- 64+0 records in
- 64+0 records out
- 32768 bytes (33 kB, 32 KiB) copied, 0.00387539 s, 8.5 MB/s
- 64+0 records in
- 64+0 records out
- 32768 bytes (33 kB, 32 KiB) copied, 0.0020424 s, 16.0 MB/s
- WARNING: Primary GPT header is invalid
- FBDAA2E7-ACC1-5145-AF6B-0CE668AA26FD
- start size part contents
- 0 1 PMBR (Boot GUID: FBDAA2E7-ACC1-5145-AF6B-0CE668AA26FD)
- 1 1 Pri GPT header
- 2 32 Pri GPT table
- 8704000 21831632 1 Label: "STATE"
- Type: Linux data
- UUID: 9572C8B1-3A1B-EB41-918F-B52CFCF2C8B7
- 20480 32768 2 Label: "KERN-A"
- Type: ChromeOS kernel
- UUID: 852A583A-F29E-7C41-AED2-B2604287D203
- Attr: priority=15 tries=15 successful=0
- 4509696 4194304 3 Label: "ROOT-A"
- Type: ChromeOS rootfs
- UUID: 2088F268-C462-7E41-87AB-5837AAC93887
- 53248 32768 4 Label: "KERN-B"
- Type: ChromeOS kernel
- UUID: F3CEDA11-DA63-BC45-971F-7770C9E1BDB6
- Attr: priority=0 tries=15 successful=0
- 315392 4194304 5 Label: "ROOT-B"
- Type: ChromeOS rootfs
- UUID: 67CA39BB-3217-4948-A790-441315D7918D
- 16448 1 6 Label: "KERN-C"
- Type: ChromeOS kernel
- UUID: 8B0B511E-19D1-4F4F-981B-BFD3A1C9C871
- Attr: priority=0 tries=15 successful=0
- 16449 1 7 Label: "ROOT-C"
- Type: ChromeOS rootfs
- UUID: 74FCE6E7-3CA5-0740-BDC9-0ABDD9F6267E
- 86016 32768 8 Label: "OEM"
- Type: Linux data
- UUID: CC23676D-1F29-104B-BC6B-7CF1957C9DD7
- 16450 1 9 Label: "reserved"
- Type: ChromeOS reserved
- UUID: CD53C98D-99D2-C240-8041-ED3613E87AB0
- 16451 1 10 Label: "reserved"
- Type: ChromeOS reserved
- UUID: 7F744D44-4C3A-6D41-8CE6-ADB0BC6A3724
- 64 16384 11 Label: "RWFW"
- Type: ChromeOS firmware
- UUID: B8F73686-33AE-4246-B4C7-6A8FE8E2B350
- 249856 65536 12 Label: "EFI-SYSTEM"
- Type: EFI System Partition
- UUID: FBDAA2E7-ACC1-5145-AF6B-0CE668AA26FD
- Attr: legacy_boot=1
- 30535647 32 Sec GPT table
- 30535679 1 Sec GPT header
- Clearing the stateful partition...
- mke2fs 1.45.5 (07-Jan-2020)
- Discarding device blocks: 4096/2728954 done
- Creating filesystem with 2728954 4k blocks and 682752 inodes
- Filesystem UUID: 109ef53a-5dea-407e-b9a8-a41272234263
- Superblock backups stored on blocks:
- 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208
- Allocating group tables: 0/84 done
- Writing inode tables: 0/84 done
- Creating journal (16384 blocks): done
- Writing superblocks and filesystem accounting information: 0/84 done
- Installing partition 12 to /dev/mmcblk0
- 25165824 bytes (25 MB, 24 MiB) copied, 1.01245 s, 24.9 MB/s
- 16+0 records in
- 16+0 records out
- 33554432 bytes (34 MB, 32 MiB) copied, 1.77509 s, 18.9 MB/s
- Installing partition 11 to /dev/mmcblk0
- DD with block size 32768
- 256+0 records in
- 256+0 records out
- 8388608 bytes (8.4 MB, 8.0 MiB) copied, 0.452155 s, 18.6 MB/s
- Installing partition 10 to /dev/mmcblk0
- Installing partition 9 to /dev/mmcblk0
- Installing partition 8 to /dev/mmcblk0
- 8+0 records in
- 8+0 records out
- 16777216 bytes (17 MB, 16 MiB) copied, 0.861687 s, 19.5 MB/s
- Installing partition 7 to /dev/mmcblk0
- Installing partition 6 to /dev/mmcblk0
- Installing partition 4 to /dev/mmcblk0
- 8+0 records in
- 8+0 records out
- 16777216 bytes (17 MB, 16 MiB) copied, 0.888629 s, 18.9 MB/s
- Installing partition 2 to /dev/mmcblk0
- 8+0 records in
- 8+0 records out
- 16777216 bytes (17 MB, 16 MiB) copied, 0.236983 s, 70.8 MB/s
- Installing partition 5 to /dev/mmcblk0, chunk 1 of 4
- 25165824 bytes (25 MB, 24 MiB) copied, 1.00994 s, 24.9 MB/s
- 50331648 bytes (50 MB, 48 MiB) copied, 2.03272 s, 24.8 MB/s
- 77594624 bytes (78 MB, 74 MiB) copied, 3.00325 s, 25.8 MB/s
- 106954752 bytes (107 MB, 102 MiB) copied, 4.05115 s, 26.4 MB/s
- 132120576 bytes (132 MB, 126 MiB) copied, 5.0212 s, 26.3 MB/s
- 157286400 bytes (157 MB, 150 MiB) copied, 6.08118 s, 25.9 MB/s
- 180355072 bytes (180 MB, 172 MiB) copied, 7.02596 s, 25.7 MB/s
- 207618048 bytes (208 MB, 198 MiB) copied, 8.04734 s, 25.8 MB/s
- 234881024 bytes (235 MB, 224 MiB) copied, 9.01542 s, 26.1 MB/s
- 262144000 bytes (262 MB, 250 MiB) copied, 10.0078 s, 26.2 MB/s
- 287309824 bytes (287 MB, 274 MiB) copied, 11.0769 s, 25.9 MB/s
- 310378496 bytes (310 MB, 296 MiB) copied, 12.0527 s, 25.8 MB/s
- 333447168 bytes (333 MB, 318 MiB) copied, 13.0175 s, 25.6 MB/s
- 362807296 bytes (363 MB, 346 MiB) copied, 14.0639 s, 25.8 MB/s
- 390070272 bytes (390 MB, 372 MiB) copied, 15.0391 s, 25.9 MB/s
- 415236096 bytes (415 MB, 396 MiB) copied, 16.0107 s, 25.9 MB/s
- 440401920 bytes (440 MB, 420 MiB) copied, 17.0845 s, 25.8 MB/s
- 465567744 bytes (466 MB, 444 MiB) copied, 18.0681 s, 25.8 MB/s
- 492830720 bytes (493 MB, 470 MiB) copied, 19.0431 s, 25.9 MB/s
- 520093696 bytes (520 MB, 496 MiB) copied, 20.0198 s, 26.0 MB/s
- 256+0 records in
- 256+0 records out
- 536870912 bytes (537 MB, 512 MiB) copied, 25.5154 s, 21.0 MB/s
- Installing partition 3 to /dev/mmcblk0, chunk 1 of 4
- 256+0 records in
- 256+0 records out
- 536870912 bytes (537 MB, 512 MiB) copied, 7.19434 s, 74.6 MB/s
- Installing partition 5 to /dev/mmcblk0, chunk 2 of 4
- 25165824 bytes (25 MB, 24 MiB) copied, 1.03636 s, 24.3 MB/s
- 50331648 bytes (50 MB, 48 MiB) copied, 2.0732 s, 24.3 MB/s
- 73400320 bytes (73 MB, 70 MiB) copied, 3.04904 s, 24.1 MB/s
- 96468992 bytes (96 MB, 92 MiB) copied, 4.04319 s, 23.9 MB/s
- 123731968 bytes (124 MB, 118 MiB) copied, 5.01325 s, 24.7 MB/s
- 148897792 bytes (149 MB, 142 MiB) copied, 6.01542 s, 24.8 MB/s
- 174063616 bytes (174 MB, 166 MiB) copied, 7.04469 s, 24.7 MB/s
- 197132288 bytes (197 MB, 188 MiB) copied, 8.00698 s, 24.6 MB/s
- 222298112 bytes (222 MB, 212 MiB) copied, 9.05429 s, 24.6 MB/s
- 247463936 bytes (247 MB, 236 MiB) copied, 10.0833 s, 24.5 MB/s
- 270532608 bytes (271 MB, 258 MiB) copied, 11.0185 s, 24.6 MB/s
- 295698432 bytes (296 MB, 282 MiB) copied, 12.0471 s, 24.5 MB/s
- 320864256 bytes (321 MB, 306 MiB) copied, 13.0771 s, 24.5 MB/s
- 343932928 bytes (344 MB, 328 MiB) copied, 14.0217 s, 24.5 MB/s
- 369098752 bytes (369 MB, 352 MiB) copied, 15.05 s, 24.5 MB/s
- 392167424 bytes (392 MB, 374 MiB) copied, 16.0033 s, 24.5 MB/s
- 417333248 bytes (417 MB, 398 MiB) copied, 17.0364 s, 24.5 MB/s
- 442499072 bytes (442 MB, 422 MiB) copied, 18.0597 s, 24.5 MB/s
- 465567744 bytes (466 MB, 444 MiB) copied, 19.0268 s, 24.5 MB/s
- 490733568 bytes (491 MB, 468 MiB) copied, 20.0776 s, 24.4 MB/s
- 513802240 bytes (514 MB, 490 MiB) copied, 21.0449 s, 24.4 MB/s
- 536870912 bytes (537 MB, 512 MiB) copied, 22.0032 s, 24.4 MB/s
- 256+0 records in
- 256+0 records out
- 536870912 bytes (537 MB, 512 MiB) copied, 26.7614 s, 20.1 MB/s
- Installing partition 3 to /dev/mmcblk0, chunk 2 of 4
- 256+0 records in
- 256+0 records out
- 536870912 bytes (537 MB, 512 MiB) copied, 7.25811 s, 74.0 MB/s
- Installing partition 5 to /dev/mmcblk0, chunk 3 of 4
- 25165824 bytes (25 MB, 24 MiB) copied, 1.03907 s, 24.2 MB/s
- 50331648 bytes (50 MB, 48 MiB) copied, 2.07603 s, 24.2 MB/s
- 73400320 bytes (73 MB, 70 MiB) copied, 3.0388 s, 24.2 MB/s
- 98566144 bytes (99 MB, 94 MiB) copied, 4.07457 s, 24.2 MB/s
- 121634816 bytes (122 MB, 116 MiB) copied, 5.01564 s, 24.3 MB/s
- 146800640 bytes (147 MB, 140 MiB) copied, 6.05175 s, 24.3 MB/s
- 169869312 bytes (170 MB, 162 MiB) copied, 7.01455 s, 24.2 MB/s
- 195035136 bytes (195 MB, 186 MiB) copied, 8.05144 s, 24.2 MB/s
- 218103808 bytes (218 MB, 208 MiB) copied, 9.01798 s, 24.2 MB/s
- 243269632 bytes (243 MB, 232 MiB) copied, 10.0625 s, 24.2 MB/s
- 266338304 bytes (266 MB, 254 MiB) copied, 11.0085 s, 24.2 MB/s
- 291504128 bytes (292 MB, 278 MiB) copied, 12.022 s, 24.2 MB/s
- 316669952 bytes (317 MB, 302 MiB) copied, 13.0559 s, 24.3 MB/s
- 339738624 bytes (340 MB, 324 MiB) copied, 14.0137 s, 24.2 MB/s
- 364904448 bytes (365 MB, 348 MiB) copied, 15.06 s, 24.2 MB/s
- 387973120 bytes (388 MB, 370 MiB) copied, 16.024 s, 24.2 MB/s
- 413138944 bytes (413 MB, 394 MiB) copied, 17.0817 s, 24.2 MB/s
- 436207616 bytes (436 MB, 416 MiB) copied, 18.0527 s, 24.2 MB/s
- 459276288 bytes (459 MB, 438 MiB) copied, 19.0032 s, 24.2 MB/s
- 486539264 bytes (487 MB, 464 MiB) copied, 20.0552 s, 24.3 MB/s
- 513802240 bytes (514 MB, 490 MiB) copied, 21.0317 s, 24.4 MB/s
- 256+0 records in
- 256+0 records out
- 536870912 bytes (537 MB, 512 MiB) copied, 26.6077 s, 20.2 MB/s
- Installing partition 3 to /dev/mmcblk0, chunk 3 of 4
- 256+0 records in
- 256+0 records out
- 536870912 bytes (537 MB, 512 MiB) copied, 7.44012 s, 72.2 MB/s
- Installing partition 5 to /dev/mmcblk0, chunk 4 of 4
- 25165824 bytes (25 MB, 24 MiB) copied, 1.01204 s, 24.9 MB/s
- 50331648 bytes (50 MB, 48 MiB) copied, 2.05184 s, 24.5 MB/s
- 75497472 bytes (75 MB, 72 MiB) copied, 3.05376 s, 24.7 MB/s
- 102760448 bytes (103 MB, 98 MiB) copied, 4.072 s, 25.2 MB/s
- 130023424 bytes (130 MB, 124 MiB) copied, 5.03928 s, 25.8 MB/s
- 155189248 bytes (155 MB, 148 MiB) copied, 6.00199 s, 25.9 MB/s
- 182452224 bytes (182 MB, 174 MiB) copied, 7.0398 s, 25.9 MB/s
- 209715200 bytes (210 MB, 200 MiB) copied, 8.01008 s, 26.2 MB/s
- 239075328 bytes (239 MB, 228 MiB) copied, 9.07686 s, 26.3 MB/s
- 266338304 bytes (266 MB, 254 MiB) copied, 10.0501 s, 26.5 MB/s
- 291504128 bytes (292 MB, 278 MiB) copied, 11.0047 s, 26.5 MB/s
- 316669952 bytes (317 MB, 302 MiB) copied, 12.0403 s, 26.3 MB/s
- 341835776 bytes (342 MB, 326 MiB) copied, 13.0548 s, 26.2 MB/s
- 367001600 bytes (367 MB, 350 MiB) copied, 14.0439 s, 26.1 MB/s
- 394264576 bytes (394 MB, 376 MiB) copied, 15.0727 s, 26.2 MB/s
- 419430400 bytes (419 MB, 400 MiB) copied, 16.0457 s, 26.1 MB/s
- 446693376 bytes (447 MB, 426 MiB) copied, 17.0563 s, 26.2 MB/s
- 473956352 bytes (474 MB, 452 MiB) copied, 18.0681 s, 26.2 MB/s
- 499122176 bytes (499 MB, 476 MiB) copied, 19.052 s, 26.2 MB/s
- 526385152 bytes (526 MB, 502 MiB) copied, 20.0242 s, 26.3 MB/s
- 256+0 records in
- 256+0 records out
- 536870912 bytes (537 MB, 512 MiB) copied, 22.42 s, 23.9 MB/s
- Installing partition 3 to /dev/mmcblk0, chunk 4 of 4
- 256+0 records in
- 256+0 records out
- 536870912 bytes (537 MB, 512 MiB) copied, 7.32058 s, 73.3 MB/s
- Installing partition 1 to /dev/mmcblk0
- Installing the stateful partition...
- dm:dm bht[DEBUG] Setting block_count 509696
- dm:dm bht[DEBUG] Setting depth to 3.
- dm:dm bht[DEBUG] depth: 0 entries: 1
- dm:dm bht[DEBUG] depth: 1 entries: 32
- dm:dm bht[DEBUG] depth: 2 entries: 3982
- Couldn't check the current permission, ignored: No such file or directory
- PostInstall Configured: (A, /dev/mmcblk0p3, /dev/mmcblk0p2, /dev/mmcblk0p12)
- Current Kernel Info: sysname(Linux) nodename(localhost) release(4.4.232-19103-g45c370e0810f) version(#2 SMP PREEMPT Tue Oct 20 11:23:35 PDT 2020) machine(x86_64)
- lsb-release inside the new rootfs:
- CHROMEOS_AUSERVER=https://tools.google.com/service/update2
- CHROMEOS_BOARD_APPID={BB86912A-29BE-A59B-31EF-8F4DD1C023E2}
- CHROMEOS_CANARY_APPID={90F229CE-83E2-4FAF-8479-E368A34938B1}
- CHROMEOS_DEVSERVER=
- CHROMEOS_RELEASE_APPID={BB86912A-29BE-A59B-31EF-8F4DD1C023E2}
- CHROMEOS_RELEASE_BOARD=enguarde-signed-mp-v25keys
- CHROMEOS_RELEASE_BRANCH_NUMBER=73
- CHROMEOS_RELEASE_BUILDER_PATH=enguarde-release/R86-13421.73.0
- CHROMEOS_RELEASE_BUILD_NUMBER=13421
- CHROMEOS_RELEASE_BUILD_TYPE=Official Build
- CHROMEOS_RELEASE_CHROME_MILESTONE=86
- CHROMEOS_RELEASE_DESCRIPTION=13421.73.0 (Official Build) stable-channel enguarde
- CHROMEOS_RELEASE_KEYSET=mp-v25
- CHROMEOS_RELEASE_NAME=Chrome OS
- CHROMEOS_RELEASE_PATCH_NUMBER=0
- CHROMEOS_RELEASE_TRACK=stable-channel
- CHROMEOS_RELEASE_VERSION=13421.73.0
- DEVICETYPE=CHROMEBOOK
- GOOGLE_RELEASE=13421.73.0
- Set boot target to /dev/mmcblk0p3: Partition 3, Slot A
- SetImage
- KERNEL_CONFIG: console= loglevel=7 init=/sbin/init cros_secure drm.trace=0x106 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 4077568 verity payload=PARTUUID=%U/PARTNROFF=1 hashtree=PARTUUID=%U/PARTNROFF=1 hashstart=4077568 alg=sha256 root_hexdigest=5331b2293c99a3baac595278582eacd147b3370a5311cc62b1a2f747af5301cf salt=e1c8203c7363fd34af5cf2128cb679859d901f5b2547b35e9087c3a5272962a4" noinitrd vt.global_cursor_default=0 kern_guid=%U add_efi_memmap boot=local noresume noswap i915.modeset=1 nmi_watchdog=panic,lapic
- Setting up verity.
- Finished after 37 seconds.
- Clearing network driver boot cache: /var/lib/preload-network-drivers.
- Syncing filesystems before changing boot order...
- Finished after 0 seconds.
- Updating Partition Table Attributes using CgptManager...
- Updated kernel 2 with Successful = 1 and NumTriesLeft = 6
- Checking /mnt/stateful_partition/unencrypted permission.
- RemovePackFiles Failed
- Touch(/mnt/stateful_partition/.install_completed) FAILED
- Starting firmware updater (//usr/sbin/chromeos-firmwareupdate --mode=recovery)
- Command: //usr/sbin/chromeos-firmwareupdate --mode=recovery
- Machine Model: enguarde
- Write Protect: HW=0 SW=1
- Last Boot Version: RO=Google_Enguarde.5216.201.8 ACT/recovery=Google_Enguarde.5216.201.8
- Firmware Updater: RO=Google_Enguarde.5216.201.8 RW=Google_Enguarde.5216.201.178
- INFO: updater_apply_white_label: Loading system firmware for white label...
- WARNING: model_apply_white_label: No VPD 'whitelabel_tag' set for white label - use default keys.
- ERROR: model_apply_white_label: No keys found for signature_id: ''
- WARNING: updater_setup_archive: No VPD for white label.
- >> Starting firmware updater.
- >> Target image: bios.bin (RO:Google_Enguarde.5216.201.8, RW/A:Google_Enguarde.5216.201.178, RW/B:Google_Enguarde.5216.201.178).
- >> Current system: /tmp/fwupdater.GVujRL (RO:Google_Enguarde.5216.201.8, RW/A:Google_Enguarde.5216.201.178, RW/B:Google_Enguarde.5216.201.178).
- >> Write protection: 0 (disabled; HW=0, SW=1).
- >> FULL UPDATE: Updating whole firmware image(s), RO+RW.
- INFO: update_whole_firmware: Checking compatibility...
- INFO: host_flashrom: Executing: flashrom -w /tmp/fwupdater.ed5Afd -p host
- flashrom 0.9.9 : 00f8a8f3 : Aug 19 2020 08:32:20 UTC on Linux 4.4.232-19103-g45c370e0810f (x86_64)
- flashrom is free software, get the source code at https://flashrom.org
- on Linux 4.4.232-19103-g45c370e0810f (x86_64)Calibrating delay loop... OK.
- coreboot table found at 0x7ae6e000.
- Found chipset "Intel Bay Trail".
- Enabling flash write... SPI Configuration is locked down.
- FREG0: Flash Descriptor region (0x00000000-0x00000fff) is read-only.
- FREG2: Management Engine region (0x00001000-0x001fffff) is locked.
- Not all flash regions are freely accessible by flashrom. This is most likely
- due to an active ME. Please see https://flashrom.org/ME for details.
- At least some flash regions are read protected. You have to use a flash
- layout and include only accessible regions. For write operations, you'll
- additionally need the --noverify-all switch. See manpage for more details.
- OK.
- spi_write_cmd failed during command execution at address 0x0
- spi_simple_write_cmd failed during command execution
- spi_simple_write_cmd failed during command execution
- Erasing and writing flash chip... spi_write_cmd failed during command execution at address 0x1000
- spi_write_cmd failed during command execution at address 0x4000
- spi_write_cmd failed during command execution at address 0x8000
- spi_write_cmd failed during command execution at address 0xc000
- spi_write_cmd failed during command execution at address 0x10000
- spi_write_cmd failed during command execution at address 0x14000
- spi_write_cmd failed during command execution at address 0x15000
- spi_write_cmd failed during command execution at address 0x16000
- spi_write_cmd failed during command execution at address 0x17000
- spi_write_cmd failed during command execution at address 0x18000
- spi_write_cmd failed during command execution at address 0x19000
- spi_write_cmd failed during command execution at address 0x1a000
- spi_write_cmd failed during command execution at address 0x1b000
- spi_write_cmd failed during command execution at address 0x1c000
- spi_write_cmd failed during command execution at address 0x1d000
- spi_write_cmd failed during command execution at address 0x1e000
- spi_write_cmd failed during command execution at address 0x1f000
- spi_write_cmd failed during command execution at address 0x20000
- spi_write_cmd failed during command execution at address 0x21000
- spi_write_cmd failed during command execution at address 0x22000
- spi_write_cmd failed during command execution at address 0x23000
- spi_write_cmd failed during command execution at address 0x24000
- spi_write_cmd failed during command execution at address 0x25000
- spi_write_cmd failed during command execution at address 0x26000
- spi_write_cmd failed during command execution at address 0x27000
- spi_write_cmd failed during command execution at address 0x28000
- spi_write_cmd failed during command execution at address 0x29000
- spi_write_cmd failed during command execution at address 0x2a000
- spi_write_cmd failed during command execution at address 0x2b000
- spi_write_cmd failed during command execution at address 0x2c000
- spi_write_cmd failed during command execution at address 0x2d000
- spi_write_cmd failed during command execution at address 0x2e000
- spi_write_cmd failed during command execution at address 0x2f000
- spi_write_cmd failed during command execution at address 0x30000
- spi_write_cmd failed during command execution at address 0x31000
- spi_write_cmd failed during command execution at address 0x32000
- spi_write_cmd failed during command execution at address 0x33000
- spi_write_cmd failed during command execution at address 0x34000
- spi_write_cmd failed during command execution at address 0x35000
- spi_write_cmd failed during command execution at address 0x36000
- spi_write_cmd failed during command execution at address 0x37000
- spi_write_cmd failed during command execution at address 0x38000
- spi_write_cmd failed during command execution at address 0x39000
- spi_write_cmd failed during command execution at address 0x3a000
- spi_write_cmd failed during command execution at address 0x3b000
- spi_write_cmd failed during command execution at address 0x3c000
- spi_write_cmd failed during command execution at address 0x3d000
- spi_write_cmd failed during command execution at address 0x3e000
- spi_write_cmd failed during command execution at address 0x3f000
- spi_write_cmd failed during command execution at address 0x40000
- spi_write_cmd failed during command execution at address 0x41000
- spi_write_cmd failed during command execution at address 0x42000
- spi_write_cmd failed during command execution at address 0x43000
- spi_write_cmd failed during command execution at address 0x44000
- spi_write_cmd failed during command execution at address 0x45000
- spi_write_cmd failed during command execution at address 0x46000
- spi_write_cmd failed during command execution at address 0x47000
- spi_write_cmd failed during command execution at address 0x48000
- spi_write_cmd failed during command execution at address 0x49000
- spi_write_cmd failed during command execution at address 0x4a000
- spi_write_cmd failed during command execution at address 0x4b000
- spi_write_cmd failed during command execution at address 0x4c000
- spi_write_cmd failed during command execution at address 0x4d000
- spi_write_cmd failed during command execution at address 0x4e000
- spi_write_cmd failed during command execution at address 0x4f000
- spi_write_cmd failed during command execution at address 0x50000
- spi_write_cmd failed during command execution at address 0x51000
- spi_write_cmd failed during command execution at address 0x52000
- spi_write_cmd failed during command execution at address 0x53000
- spi_write_cmd failed during command execution at address 0x54000
- spi_write_cmd failed during command execution at address 0x55000
- spi_write_cmd failed during command execution at address 0x56000
- spi_write_cmd failed during command execution at address 0x57000
- spi_write_cmd failed during command execution at address 0x58000
- spi_write_cmd failed during command execution at address 0x59000
- spi_write_cmd failed during command execution at address 0x5a000
- spi_write_cmd failed during command execution at address 0x5b000
- spi_write_cmd failed during command execution at address 0x5c000
- spi_write_cmd failed during command execution at address 0x5d000
- spi_write_cmd failed during command execution at address 0x5e000
- spi_write_cmd failed during command execution at address 0x5f000
- spi_write_cmd failed during command execution at address 0x60000
- spi_write_cmd failed during command execution at address 0x61000
- spi_write_cmd failed during command execution at address 0x62000
- spi_write_cmd failed during command execution at address 0x63000
- spi_write_cmd failed during command execution at address 0x64000
- spi_write_cmd failed during command execution at address 0x65000
- spi_write_cmd failed during command execution at address 0x66000
- spi_write_cmd failed during command execution at address 0x67000
- spi_write_cmd failed during command execution at address 0x68000
- spi_write_cmd failed during command execution at address 0x69000
- spi_write_cmd failed during command execution at address 0x6a000
- spi_write_cmd failed during command execution at address 0x6b000
- spi_write_cmd failed during command execution at address 0x6c000
- spi_write_cmd failed during command execution at address 0x6d000
- spi_write_cmd failed during command execution at address 0x6e000
- spi_write_cmd failed during command execution at address 0x6f000
- spi_write_cmd failed during command execution at address 0x70000
- spi_write_cmd failed during command execution at address 0x71000
- spi_write_cmd failed during command execution at address 0x72000
- spi_write_cmd failed during command execution at address 0x73000
- spi_write_cmd failed during command execution at address 0x74000
- spi_write_cmd failed during command execution at address 0x75000
- spi_write_cmd failed during command execution at address 0x76000
- spi_write_cmd failed during command execution at address 0x77000
- spi_write_cmd failed during command execution at address 0x78000
- spi_write_cmd failed during command execution at address 0x79000
- spi_write_cmd failed during command execution at address 0x7a000
- spi_write_cmd failed during command execution at address 0x7b000
- spi_write_cmd failed during command execution at address 0x7c000
- spi_write_cmd failed during command execution at address 0x7d000
- spi_write_cmd failed during command execution at address 0x7e000
- spi_write_cmd failed during command execution at address 0x7f000
- spi_write_cmd failed during command execution at address 0x80000
- spi_write_cmd failed during command execution at address 0x81000
- spi_write_cmd failed during command execution at address 0x82000
- spi_write_cmd failed during command execution at address 0x83000
- spi_write_cmd failed during command execution at address 0x84000
- spi_write_cmd failed during command execution at address 0x85000
- spi_write_cmd failed during command execution at address 0x86000
- spi_write_cmd failed during command execution at address 0x87000
- spi_write_cmd failed during command execution at address 0x88000
- spi_write_cmd failed during command execution at address 0x89000
- spi_write_cmd failed during command execution at address 0x8a000
- spi_write_cmd failed during command execution at address 0x8b000
- spi_write_cmd failed during command execution at address 0xa6000
- spi_write_cmd failed during command execution at address 0x200000
- Verifying flash... FAILED at 0x00200074! Expected=0x3d, Found=0xbf, failed byte count from 0x00200000-0x002000ff: 0x8b
- failed byte count from 0x00000000-0x007fffff: 0xffffffff
- Your flash chip is in an unknown state.
- Get help on IRC at irc.freenode.net (channel #flashrom) or
- mail [email protected] with FAILED: your board name in the subject line!
- -------------------------------------------------------------------------------
- DO NOT REBOOT OR POWEROFF!
- FAILED
- ERROR: host_flashrom: Error code: 65280
- ERROR: do_update: Failed writing firmware.
- >> FAILED: Firmware updater aborted.
- Finished after 16 seconds.
- Failed Command: //usr/sbin/chromeos-firmwareupdate --mode=recovery - Exit Code 1
- Firmware update failed (error code: 1).
- Rolling back update due to failure installing required firmware.
- Successfully updated GPT with all settings to rollback.
- PostInstall Failed
- Running a hw diagnostics test -- this might take a couple minutes.
- Checking blocks 0 to 15267839
- Checking for bad blocks (read-only test): 0.00% done, 0:00 elapsed. (0/0/0 errors) 0.83% done, 0:01 elapsed. (0/0/0 errors) 1.62% done, 0:02 elapsed. (0/0/0 errors) 2.42% done, 0:03 elapsed. (0/0/0 errors) 3.18% done, 0:04 elapsed. (0/0/0 errors) 3.93% done, 0:05 elapsed. (0/0/0 errors) 4.65% done, 0:06 elapsed. (0/0/0 errors) 5.45% done, 0:07 elapsed. (0/0/0 errors) 6.24% done, 0:08 elapsed. (0/0/0 errors) 7.04% done, 0:09 elapsed. (0/0/0 errors) 7.80% done, 0:10 elapsed. (0/0/0 errors) 8.59% done, 0:11 elapsed. (0/0/0 errors) 9.39% done, 0:12 elapsed. (0/0/0 errors) 10.18% done, 0:13 elapsed. (0/0/0 errors) 10.98% done, 0:14 elapsed. (0/0/0 errors) 11.76% done, 0:15 elapsed. (0/0/0 errors) 12.54% done, 0:16 elapsed. (0/0/0 errors) 13.32% done, 0:17 elapsed. (0/0/0 errors) 14.11% done, 0:18 elapsed. (
Advertisement
Add Comment
Please, Sign In to add comment