Hello, had to run some errands, and now returning. Suggestions appreciated!
1. Good catch with version mis-match and I re-downloaded rpi-clone:
[codesha256sum $(which rpi-clone)][/code]
8ef6724743d3b70defc39739b9e7c726054d94e2a5ec6a377b4dd0b38bc7e59a /usr/local/sbin/rpi-clone
My version now matches yours.
2.Rebooted system, system came online, and verified mount with:Bootfs wasn't mounted.mount: /boot/firmware: /dev/mmcblk0p1 already mounted on /boot/firmware.
dmesg(1) may have more information after failed mount system call. (bootfs mounted)
3. Removed all /etc/fstab entries except required filesystems:proc /proc proc defaults 0 0
PARTUUID=7a6f98bc-01 /boot/firmware vfat defaults 0 2
PARTUUID=7a6f98bc-02 / ext4 noatime 0 1
# Placeholder
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
4. Re-ran rpi-clone:https://drive.google.com/file/d/1HibH3F ... sp=sharing
5. Re-ran rpi-clone-collect-additional-informaiton:mount: /mnt: /dev/sda1 already mounted on /mnt.
dmesg(1) may have more information after failed mount system call.
https://drive.google.com/file/d/1Br-Zoz ... sp=sharing
Let me know if I missed anything. Patience and expertise appreciated!
1. Good catch with version mis-match and I re-downloaded rpi-clone:
[codesha256sum $(which rpi-clone)][/code]
8ef6724743d3b70defc39739b9e7c726054d94e2a5ec6a377b4dd0b38bc7e59a /usr/local/sbin/rpi-clone
My version now matches yours.
2.
Also, not sure why not mounted./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
Code:
sudo mount /dev/mmcblk0p1 /boot/firmware
Code:
sudo mount /dev/mmcblk0p1 /boot/firmware
dmesg(1) may have more information after failed mount system call. (bootfs mounted)
3. Removed all /etc/fstab entries except required filesystems:
Code:
cat /etc/fstab
PARTUUID=7a6f98bc-01 /boot/firmware vfat defaults 0 2
PARTUUID=7a6f98bc-02 / ext4 noatime 0 1
# Placeholder
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that
4. Re-ran rpi-clone:
Code:
sudo rpi-clone -f -v -U sdb > rpi-clone.txt
5. Re-ran rpi-clone-collect-additional-informaiton:
Code:
sudo rpi-clone-collect.sh > rpt-clone-collect.txt
dmesg(1) may have more information after failed mount system call.
https://drive.google.com/file/d/1Br-Zoz ... sp=sharing
Let me know if I missed anything. Patience and expertise appreciated!
Statistics: Posted by deveals — Wed Aug 21, 2024 10:30 pm