Help with Device Encryption and Moving SSD's


chrisuoft

New member
Local time
12:34 PM
Posts
7
Visit site
OS
Windows 11
Hi everyone, I am stuck here and really need help. My HP Spectre charge ports broke, so I couldn't charge/turn on my laptop. I had device encryption enabled on Win 11 home and I have the recovery key saved in my MS account.

I have since moved the SSD into the second slot of another laptop. I was expecting to be asked to input the recovery key somewhere on the new laptop, but nothing popped up. It is disk 0 in the attached screenshot. I can only view the unencrypted contents which appear to be recovery files on the SSD, and not the contents I'm really after, which are found on the 952gb bitlocker encrypted partition.

I have since had my charge ports repaired on the HP spectre, however when I try to move the SSD back, I am getting boot errors and it's as if the old computer can't locate the partition, nor begin any kind of recovery process. I have tried disabling secure boot in the BIOS with no luck.

I am really just after the data, so I would like to either use the new laptop to unlock the old contents with the recovery key, or fix the boot errors on the old laptop.

Thank you sincerely,
Chris
 
Windows Build/Version
Windows 11/23H2

Attachments

  • Screenshot 2024-04-11 161421.jpg
    Screenshot 2024-04-11 161421.jpg
    75.9 KB · Views: 1
  • Screenshot 2024-04-11 161625.jpg
    Screenshot 2024-04-11 161625.jpg
    60 KB · Views: 1

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP/Samsung
I've not had an issue with moving the boot/system drive to a different slot/socket as long as the BIOS recognizes it. The Activation of the computer should not change due to change of the drive.
 

My Computers

System One System Two

  • OS
    Win11 Pro RTM
    Computer type
    Laptop
    Manufacturer/Model
    Dell Vostro 3400
    CPU
    Intel Core i5 11th Gen. 2.40GHz
    Memory
    12GB
    Hard Drives
    256GB SSD NVMe
  • Operating System
    Windows 11 Pro RTM x64
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Vostro 5890
    CPU
    Intel Core i5 10th Gen. 2.90GHz
    Memory
    16GB
    Graphics card(s)
    Onboard, no VGA, using a DisplayPort-to-VGA adapter
    Monitor(s) Displays
    24" Dell
    Hard Drives
    512GB SSD NVMe, 2TB WDC HDD
    Browser
    Firefox, Edge
    Antivirus
    Windows Defender/Microsoft Security
Thank you Berton. I am still at a loss. I have the ssd in the original computer now and it won't boot.

HP autorecovery repair fails. The log file doesn't exist, I have checked the indicated file path and there is nothing beyond D:/Recovery/WindowsRE

20240409_225232.jpg

Selected boot image did not authenticate after turning secure boot back on:
20240411_172932.jpg

Selecting OS boot manager doesn't work.
20240411_172943.jpg

System cycles back to try auto repair and is basically stuck in an infinite loop.
20240411_172959.jpg
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP/Samsung
You can disable the BitLocker protection and to decrypt a BitLocker encrypted drive in the Windows Recovery Environment.

At command prompt, type the following command to view the drive letter of the encrypted drive:

Code:
manage-bde -status

Then unlock the encrypted drive, by using the following command:

If you know the BitLocker recovery key, give this command:

Code:
manage-bde -unlock drive-letter: -rp BitLocker-recovery-key


If you know the BitLocker password to unlock the drive, give this command:

Code:
manage-bde -unlock drive-letter: -pw BitLocker-Password


Then proceed to decrypt the drive and turn off the BitLocker protection with this command:

Code:
manage-bde -off drive-letter:


To check the decryption status, type again the following command and ensure that the drive is Fully Decrypted and Unlocked:

Code:
manage-bde -status

When you done, remove the Windows installation media and restart the computer.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
It appears the volume is already unlocked but still encrypted. I will try the manage-bde -off drive-letter: command to decrypt the drive.

20240411_191633.jpg


But the size of 90gb is throwing me off. Shouldn't it be 950gb?
Screenshot 2024-04-11 161421.jpg
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP/Samsung
I wanted to try to relock the drive before decrypting it to see if this would solve my boot issue. I received this error:
20240411_200256.jpg
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP/Samsung
Decryption and bitlocker turned off on as per FreeBooter's advice, but the ssd still won't boot on the old HP spectre and my old data is still nowhere to be found.

20240411_234115.jpg

Plugging in the ssd into the old laptop still only looks like it gives me access to the recovery partition.
Screenshot 2024-04-11 235730.jpg

Looking at Disc 0, the old SSD where all my data was saved, it doesn't look like there's any bootable partition?
Screenshot 2024-04-11 235801.jpg
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP/Samsung
To troubleshoot Windows 10 or Windows 11 boot problem, just follow the instructions in this guide, and hopefully you will fix the not booting problem in no time.

 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
To troubleshoot Windows 10 or Windows 11 boot problem, just follow the instructions in this guide, and hopefully you will fix the not booting problem in no time.

Thanks for providing a link to your video! I followed the steps, but encountered the following error at the last step: "Failure when attempting to copy boot files".
20240412_103545.jpg
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP/Samsung
In the Command Prompt window, type the following commands one by one and press Enter after each:

Code:
bootrec /fixmbr
     
bootrec /fixboot
     
bootrec /scanos
     
bootrec /rebuildbcd



After executing these commands, restart your computer.

To resolve the "failure when attempting to copy boot files" error, you can try copying both UEFI and BIOS files to your disk.


To do this, you can use the following command in the Command Prompt:

Code:
bcdboot c:\windows /s Z: /f ALL


The inclusion of "ALL" at the end of the command ensures that both UEFI and BIOS files are copied appropriately.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
To attempt to repair drive C: and to write the content from drive C: to drive D: using the 48-digit recovery password specified, type:



Code:
repair-bde C: D: -rp 111111-222222-333333-444444-555555-666666-777777-888888

To attempt to repair drive C: and to write the content from drive C: to drive D:, where you must type a password to unlock drive C: (when prompted), type:



Code:
repair-bde C: D: -pw



Warning


The contents of the output volume will be completely deleted and overwritten by the decrypted contents from the damaged BitLocker drive. If you want to save any existing data on the selected target drive, move the existing data to other reliable backup media first, before running the repair-bde command.
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
In the Command Prompt window, type the following commands one by one and press Enter after each:

Code:
bootrec /fixmbr
    
bootrec /fixboot
    
bootrec /scanos
    
bootrec /rebuildbcd



After executing these commands, restart your computer.

To resolve the "failure when attempting to copy boot files" error, you can try copying both UEFI and BIOS files to your disk.


To do this, you can use the following command in the Command Prompt:

Code:
bcdboot c:\windows /s Z: /f ALL


The inclusion of "ALL" at the end of the command ensures that both UEFI and BIOS files are copied appropriately.
Let me start by thanking you again FreeBooter. I recently found this community and everyone is so helpful!

I unfortunately am not able to complete any of the steps you have suggested.

bootrec fails upon fixboot: access is denied
20240412_135336.jpg

Copying EUFI and BIOS files to the disk also fails: Failure when attempting to copy boot files.
20240412_140141.jpg

And attempting to repair-bde C: D: -rp 111111-222222-333333-444444-555555-666666-777777-888888
20240412_140531.jpg
 

My Computer

System One

  • OS
    Windows 11
    Computer type
    Laptop
    Manufacturer/Model
    HP/Samsung
Please execute below commands one at a time.

Code:
bootsect /nt60 SYS

bootrec /fixboot


Use this command with -Force parameter.

Code:
 repair-bde C: D: -Force -rp 111111-222222-333333-444444-555555-666666-777777-888888

In this video, i will guide you on how to Rebuild the Boot Configuration Data (BCD) to fix some Windows startup issues.

 

My Computer

System One

  • OS
    Windows 11
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Pavilion
    CPU
    AMD Ryzen 7 5700G
    Motherboard
    Erica6
    Memory
    Micron Technology DDR4-3200 16GB
    Graphics Card(s)
    NVIDIA GeForce RTX 3060
    Sound Card
    Realtek ALC671
    Monitor(s) Displays
    Samsung SyncMaster U28E590
    Screen Resolution
    3840 x 2160
    Hard Drives
    SAMSUNG MZVLQ1T0HALB-000H1
Back
Top Bottom