View Single Post
Posts: 842 | Thanked: 1,197 times | Joined on May 2010
#326
Wait a second here... Do you see a black screen with white text(loading x, y, z etc..) when you boot up with the keyboard out, or does it go straight to the menu?

You may want to look into removing backupmenu completely, deleting any remaining files, removing bootmenu-n900 completely, then reinstalling backupmenu(which will pull in bootmenu-n900 as a dependancy).

In other news, this script:
Code:
#!/bin/sh
echo 'Your encrypted lock code is:'
echo root:$(grep -A 13 lock_code /dev/mtd1|busybox tail -1):
echo 'Save that code to a plain text file, install John the Ripper, then run "sudo john /path/to/passwordfile.txt"'
when run as root from x-term or via SSH on backupmenu, will grab the encrypted 5-digit lock key. This can then be run through John the Ripper, and your key recovered.
I'm thinking of including this script with backupmenu, so you can simply run "getlockcode" from SSH(this -does- require your root pass, however).
__________________
My projects: BackupMenu - OS Backup & restore | Video: Flashing your n900(LiveCD)
My devices: N770 + 8GB SD card soldered internally, N900 with 8GB SD card + Custom OC(125-950 typically).
OC freqs: 0:22,90 125:22,90 250:28,180 500:30,360 550:32,400 600:34,430 700:39,430 750:41,430 805:45,430 850:47,500 900:50,500 950:54,500 1000:58,500 1100:67,520 1150:71,520
 

The Following User Says Thank You to RobbieThe1st For This Useful Post: