Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chromebook_veyron: problem: cgpt error when creating partition on veyron-speedy (C201) #144

Open
gregordinary opened this issue Mar 27, 2023 · 2 comments

Comments

@gregordinary
Copy link

Issue
Using Feb 18th image and following steps to install to emmc for veyron, the following command:

root@changeme:~# cgpt create /dev/$TGTDEV

Results in the following error:

> ERROR: Can't seek: Invalid argument
> ERROR: Cannot read secondary GPT header

Cause
The issue seems to be with the version of cgpt bundled with Bookworm (and Sid).

Solution
Fix was to downgrade to the version bundled with Bullseye. After doing so I was able to execute the cgpt commands successfully.

Source for Resolution
Same/similar issue was identified on Cadmium Linux.

@hexdump0815
Copy link
Owner

@gregordinary - thanks a lot for the feedback ... i'll try to find a solution of how to handle it for future images

@hexdump0815 hexdump0815 changed the title cgpt error when creating partition on veyron-speedy (C201) chromebook_veyron: problem: cgpt error when creating partition on veyron-speedy (C201) Mar 27, 2023
@hexdump0815
Copy link
Owner

fyi: as a temporary solution i have now at least added some info and the workaround here - https://github.com/hexdump0815/imagebuilder/blob/main/doc/important-information.md#23-09-25-cgpt-seems-to-be-broken-on-32bit-armv7l-systems-in-debian-bookworm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants