Back up your Kindle's system files (8th gen or older)
This page will guide you through on how to back up your Kindle's system partitions, in case of a brick so that you can restore it to a functional state using a serial connection.
This guide will only apply to older devices such as the PW2, PW3, KT2, KT3, KV, KOA as newer devices such as the PW4/KT4 has a different partition layout, alongside secure boot, thus no way to restore it even if you have managed to back up the entire system.
Prerequisites:
Jailbroken Kindle with KUAL installed.
kterm, a terminal emulator for your Kindle.
knc1's Kindle Backup script.
How to use:
First, install
kterm
toextensions
on your Kindle. This will allowkterm
to be launched from KUAL. (Drag and drop the kterm folder to extensions!)Unarchive
backup-0.3.tar.gz
, Plug in your Kindle (with USBNetwork turned off, if you don't know what this is feel free to ignore.) and then copy bothesys
andunjail
folders to the root of your Kindle's visible storage (it's where thedocuments
folder is).Eject your Kindle, then go to
KUAL
>kterm
.Do the following:
cd /mnt/us/unjail
ls
to make sure that the script is there.Once you've verified the script is there,
./mkbackup.sh
.This will take a few minutes. Sit back, relax, and have a cup of tea, or beer if that's more your thing.
Once it's done, it'll create a folder called
backups
in the visible storage of Kindle (/mnt/us/backups
) in which you can find your backup.Exit
kterm
by doingexit
, then plug your Kindle back in.Copy the contents inside of
backups
to a safe place.
That's it, you've backed up the important system files! In case your Kindle ever bricks itself (which sometimes can happen), follow this guide.
Last updated