Bitlocker Drive Encryption Help

smr

smr

Soldato
Joined
6 Mar 2008
Posts
8,778
Location
Leicestershire
I have a bitlocker encrypted drive I'm trying to format and I've run out of ideas as to why I cannot reinstall Windows on it.

I don't need to save any data on it. I've run hirens boot cd and can see the hard drive. It's an NVME SSD, so functionally it is working.

Windows however, refuses to acknowledge it despite the fact that I have formatted the drive in live cd and then used disk management to format the drive and easeus. All of them format teh drive and can create a new volume fine so you'd think I could then reboot with a Windows USB and select the drive to install Windows on, but at the Windows Setup screen where the hard drives in the machine are supposed to be visible it's completely blank.

Also, in Windows in Command, if I go into diskpart and list disk it isn't visible, just the bootable USB.

I'm a tech and it's got me stumped. I know the bios settings are ok as when I plug my own SSD in via USB it recognises that drive.

Any help much appreciated.
 
If you have a linux live CD you could try something like :-

dd if=/dev/zero of=/dev/sda bs=512 count=100

Run it a couple times to be sure and the disk should then appear as new and uninitialized, obviously change /dev/sda to the disk you trying to wipe/kill, lsblk should show them or fdisk etc.
 
sounds indeed like your missing the device driver for windows media to be able to access it.
you'll need to check which chipset driver your system is using and/or try chaning the storage type to sata in place of raid
 
Last edited:
Also, in Windows in Command, if I go into diskpart and list disk it isn't visible, just the bootable USB.

I'm a tech and it's got me stumped. I know the bios settings are ok as when I plug my own SSD in via USB it recognises that drive.

Any help much appreciated.

During Windows setup, you open a CMD window, run Diskpart and one SSD can be seen and another cannot? They are both connected to the exact same SATA port?
 
Back
Top Bottom