← Back to team overview

ac100 team mailing list archive

Re: [Question #247588]: Dual-boot Android (internal storage )- Ubuntu (external SD)

 

Question #247588 on AC100_enablement changed:
https://answers.launchpad.net/ac100/+question/247588

Andrey Danin posted a new comment:
> [ 3.702029] nvtegrapart: #12 [UDB ] start=4004864 size=58512384
> [ 3.702224]
> [ 3.706762] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12
Kernel finds old partition table. If you used version with "fix" then probably fix doesn't work on 16GB model (I don't have such model for tests).

To fix the issue you need to erase first 10MB of internal storage
(mmvblk0) and apply GPT partition scheme again. Of course you need to
reinstall android after that.

Also you can try easy fix (but there is a chance to broke GPT and go to previous case):
dd id=/dev/zero of=/dev/mmcblk0 bs=2048 count=1 seek=512
This command will erase old PT (it is for storage with boot partition size 1MB).

-- 
You received this question notification because you are a member of
AC100 Team, which is an answer contact for AC100_enablement.