lzkelley / bkup_rpimage

Script to backup a Raspberry Pi disk image
GNU General Public License v3.0
162 stars 54 forks source link

image does not boot on recent Raspbian versions (using PARTUUIDs) #6

Closed kobbejager closed 5 years ago

kobbejager commented 5 years ago

Recent Rasbian versions use PARTUUIDs. When creating an image with this tool, the image and the partitions within it get a new PARTUUID. These are different from those defined in /etc/fstab and /boot/cmdline.txt. If you write the image as such on a new sdcard, this card won't boot.

Solution: change the PARTUUIDs manually in the above files in the image.

notes:

dolorosus commented 5 years ago

I noticed the same issue, and created a pull request with a fix. As long as the request is pending you may use the version from my repository.

lzkelley commented 5 years ago

The PR is merged, so I'm marking this as closed. But if you still have any issues @kobbejager please let us know.