-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Unable to locate boot device #48
Comments
Would you please show the output of |
This comment has been minimized.
This comment has been minimized.
rpi-clone expects to have two partitions and /boot/firmware or /boot mounted to partition 1 and / to partition 2. According your lsblk output diet-pi just uses one partition and that's not supported by rpi-clone. |
I'm getting the same error. running standard debian 12 LSBLK output
MOUNT output
|
I was able to get around this using DD, just wanted to update for anyone else that runs into this. |
@ccatlett1984 You don't use the standard name of the boot mountpoint which is /boot/firmware. If you rename the boot mountpoint and update /etc/fstab accordingly rpi-clone will work for you. |
I would suggest a more intuitive option, of adding additional path check in
the code logic to look for this path as well. As many people may be
attempting to use this package, and don't have control over the mount point
for the image that they are using.
…On Mon, Jan 20, 2025, 9:16 AM framp ***@***.***> wrote:
@ccatlett1984 <https://github.com/ccatlett1984> You don't use the
standard name of the boot mountpoint which is /boot/firmware. If you rename
the boot mountpoint and update /etc/fstab accordingly rpi-clone will work
for you.
—
Reply to this email directly, view it on GitHub
<#48 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABY4LWIVQBBBX5VJ5JC2UCL2LUAMDAVCNFSM6AAAAABR74GNHWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBSGUZTQOJSG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
sudo rpi-clone -f sdc
Unable to locate boot device
rpi-clone/rpi-clone
Line 946 in deda2cb
The text was updated successfully, but these errors were encountered: