Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4804

Troubleshooting • Re: RPI-Clone & Bookworm

$
0
0
Thank you very much you granted me access to the files.

Code:

*** rpi-clone mdsumdb3f9b60d4d6273f62453bc2408ba427d19cb2984f6f49b5bbc6e7627e95398e  /usr/local/sbin/rpi-clone
When I create the md5sum of latest rpi-clone I get

Code:

8ef6724743d3b70defc39739b9e7c726054d94e2a5ec6a377b4dd0b38bc7e59a  /usr/local/sbin/rpi-clone
Please make sure you use the latest version of rpi-clone ;)

Code:

Editing /mnt/clone/etc/fstab PARTUUID to use 66d967f3
This seems to be the root cause of your boot issue of the clone. The update to /boot/firmware/cmdline.txt is missing :(

/dev/mmcblk0p1 is not mounted on /boot/firmware :( I have no clue why you umounted /dev/mmcblk0p1 but please mount /boot/firmware again with

Code:

sudo mount /dev/mmcblk0p1 /boot/firmware
.

You still have these additional definitions

Code:

/dev/sdb1              /boot/firmware   vfat    defaults                  0 0 /dev/sdb2              /                ext4    defaults                  0 0 /dev/sdc1              /boot/firmware   vfat    defaults                  0 0 /dev/sdc2              /                ext4    defaults                  0 0 
in your /etc/fstab. Please either delete them or prefix them with # to comment them out.

Then try again and provide the two files again :) As far as I understand you just have to replace these files and then don't have to grant me access again.

Statistics: Posted by framp — Wed Aug 21, 2024 8:18 pm



Viewing all articles
Browse latest Browse all 4804

Trending Articles