Failed to mount system image!

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Failed to mount system image!

2,087 次查看
oliverkuo
Contributor IV

Hi,

 

  I'm trying to port Android L5.0.0-1.0.0 on our custom board, but fail to boot into system image.

From the boot log, looks like VERITY_METADATA_MAGIC_NUMBER can't be read and fail to mount mmcblk3p5.

fs_mgr: Couldn't find verity metadata at offset 0!

fs_mgr: Could not set up verified partition, skipping!

EXT4-fs (mmcblk3p4): Ignoring removed nomblk_io_submit option

EXT4-fs (mmcblk3p4): recovery complete

EXT4-fs (mmcblk3p4): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,noauto_da_alloc,errors=panic

fs_mgr: __mount(source=/dev/block/mmcblk3p4,target=/data,type=ext4)=0

EXT4-fs (mmcblk3p6): Ignoring removed nomblk_io_submit option

EXT4-fs (mmcblk3p6): recovery complete

EXT4-fs (mmcblk3p6): mounted filesystem with ordered data mode. Opts: nomblk_io_submit

fs_mgr: __mount(source=/dev/block/mmcblk3p6,target=/cache,type=ext4)=0

EXT4-fs (mmcblk3p7): mounted filesystem with ordered data mode. Opts: (null)

fs_mgr: __mount(source=/dev/block/mmcblk3p7,target=/device,type=ext4)=0

Could someone give me a hint which step or setting I missed?

What should I do to keep verified boot enabled and mount system image successfully, except "androidboot.dm_verity=disabled"?

 

Thanks,

Oliver

Original Attachment has been moved to: boot_failed.log.zip

标签 (3)
0 项奖励
回复
2 回复数

954 次查看
jonathantaylor
Contributor II

How do you get the boot log?  I might have the same problem, but I don't know how to see that!  When you run the MfgTool, it looks like it formats everything, so I can't reboot with a valid system.img to use the device.  When it doesn't boot, how do you interact with the board to read something from it?

0 项奖励
回复

954 次查看
oliverkuo
Contributor IV

Hi,

You could download your image by modifying the script of MFGTool.

Please refer to the document of MFGTool for detail.

Best regards,

Oliver

0 项奖励
回复