dreemurrs-embedded / Jumpdrive

Flash/Rescue SD Card image for PinePhone and PineTab. This is NOT a bootloader
GNU General Public License v2.0
479 stars 59 forks source link

Please add cryptsetup #61

Closed Silent-Hunter closed 3 years ago

Silent-Hunter commented 3 years ago

This would be very usable for repairing an installation with FDE enabled if it had cryptsetup. My Pinephone froze during a PostmarketOS update, and wouldn't boot afterward. I was able to fix it using a Raspberry Pi 4 with the experimental 64-bit Raspberry Pi OS, but I would have been able to do it with Jumpdrive and my regular PC if Jumpdrive had cryptsetup and chroot capabilities.

MartijnBraam commented 3 years ago

it's not for jumpdrive to implement, if you have cryptsetup on your host PC it Just Works(tm)

Silent-Hunter commented 3 years ago

But then I can't chroot because the architecture of my PC is not the same as the architecture of the Pinephone. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Sunday, September 19th, 2021 at 3:11 PM, Martijn Braam @.***> wrote:

it's not for jumpdrive to implement, if you have cryptsetup on your host PC it Just Works(tm)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.

Danct12 commented 3 years ago

FYI, binfmt-qemu-static exists as a way to run binaries that are different from your architecture.

Silent-Hunter commented 3 years ago

Oh, I know. I thought it would be easier if it was part of Jumpdrive, but I understand if it's too big or bloated or something. ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ On Monday, September 20th, 2021 at 12:08 AM, Danct12 @.***> wrote:

FYI, binfmt-qemu-static exists as a way to run binaries that are different from your architecture.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.