Compiling module alone is just few seconds. ^^"
rEFInd is cool but cannot load disc images, so I staying with GRUB2 (also customized ;p).
I'd say I did okay though considering I never use Linux a week ago.
That's totally normal for a person with in autism spectrum. ;}
- - -
So now that I have injected the erk does that mean the key is stored on the drive in case I lose it?
Yes, until You make full format on PC (I'm not sure if PS3 touching areas not in use during her full format, which means beyond partitions boundary).
Open PS3 SSD in HxD and go to last sector. Open on new tab also ERK. If You see there ERK contents, it means operation was performed successfully. If not, then, well, better restore last_sector.bin.
What was I seeing in tasker script output?
What exactly You have in mind? Output from dd which saying what he doing? I cannot silence him because it will also silence progress percentage.
If last sector is not empty (empty means zeroes), then it will show You what contains first 16 addresses:
Code:
hexdump -C ${HOME}/ps3/storage/hdd/last_sector.bin | head -16
to help decide user if he want continue, based on what he seeing there (to judge if this is something important or garbage).
I didn't have anything decrypted but it showed something under /dev/sda? ...
Isn't You mislead Tasker with Reporter? He displaying first 8 addresses from (in order): encrypted drive, still encrypted but in byte order understand by x86, decrypted hdd, decrypted vflash, decrypted vflash skipping to sub-partition table.
Reporter is for me to easy judge based on that output what user did in compare to his claims and will.
