You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This all completes without any errors, but when I write the resulting image to an SD card and then open that SD card with fdisk, it gives this error message:
> xzcat void-pinebookpro-20220403.img.xz | dd of=/dev/sde bs=4M status=progress
> sudo fdisk /dev/sde
Welcome to fdisk (util-linux 2.37.2).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
GPT PMBR size mismatch (4194303 != 125173759) will be corrected by write.
The backup GPT table is not on the end of the device. This problem will be corrected by write.
The SD card boots OK in the Pinebook Pro, but it will freeze up if I do anything disk intensive, and if I make any changes in fdisk (such as recreating the root partition to increase its size, or creating new partitions) then the SD card no longer boots.
Not sure if I'm doing something wrong when generating the image, or if there is actually a problem.
The text was updated successfully, but these errors were encountered:
I'm trying to build an image for the Pinebook Pro, doing the following:
This all completes without any errors, but when I write the resulting image to an SD card and then open that SD card with fdisk, it gives this error message:
The SD card boots OK in the Pinebook Pro, but it will freeze up if I do anything disk intensive, and if I make any changes in fdisk (such as recreating the root partition to increase its size, or creating new partitions) then the SD card no longer boots.
Not sure if I'm doing something wrong when generating the image, or if there is actually a problem.
The text was updated successfully, but these errors were encountered: