Using Paladin Pro w...
 
Notifications
Clear all

Using Paladin Pro with Bitlocker drives?

5 Posts
2 Users
1 Reactions
1,175 Views
(@benuk)
Trusted Member
Joined: 21 years ago
Posts: 49
Topic starter   [#20565]

I'm trying to use Paladin 9 to get into a bitlockered drive, but having no luck. I've got the recovery key (it's my laptop) but when I select the volume in Paladin Toolbox and press 'mount-R', it gives me the dialogue box to enter a password or key, then nothing at all happens when I do so. There's no difference when I give it a garbage file so I don't think it's even trying.

 

Anyone come across this before?



   
Quote
Tic-Tac
(@tic-tac)
Eminent Member
Joined: 7 years ago
Posts: 29
 

I don't know nothing about Paladin 9 and it's GUI, but I can tell you exactly what commands you would have to run to unlock and mount that Bitlocker encrypted drive on a Debian-based system. Run them as root. 

1. Unlock the drive

cryptsetup bitlkOpen </path/to/encrypted/partition> --key-file=</path/to/blkreckey.txt> <mapping_name_of_your_choice>

2. Mount the drive

mount /dev/mapper/<mapping_name_of_your_choice> /path/to/your/mountpoint

 

or maybe if you want to mount as read-only, then: mount -o ro <rest of the command>



   
ReplyQuote
(@benuk)
Trusted Member
Joined: 21 years ago
Posts: 49
Topic starter  

Thanks, I don't know why I didn't think of finding the underlying software for that! I tried

cryptsetup bitlkOpen /dev/nvme0n1p3 /media/lappydrive --key-file=/media/128Kingston/BitLockerRecoveryKeyxxxxxxx-8xxx1-4xxx0x5-9xx-1FE72xxxxxxx.TXT

(it wanted the mount path earlier), and it says 'No key available with this passphrase.' It's definitely the right key for the drive, so maybe it's protection in the BIOS or the data is damaged in some way.



   
ReplyQuote
Tic-Tac
(@tic-tac)
Eminent Member
Joined: 7 years ago
Posts: 29
 

First guess is that you need to reformat the key file and remove all the jibberish, so that it contains only the recovery key as a single string.

 

 



   
ReplyQuote
(@benuk)
Trusted Member
Joined: 21 years ago
Posts: 49
Topic starter  

@tic-tac I'll try that - there was an update to Paladin that fixed the problem so I'm ok now, but I could do with figuring out how to do it manually as well. Thanks for your help.


This post was modified 7 months ago by BenUK

   
Tic-Tac reacted
ReplyQuote
Share: