How to decrypt LUKS encrypted drive
Clash Royale CLAN TAG#URR8PPP
I have a LUKS encrypted SSD and I would like to clear it and install a different Linux distro (Debian -> Ubuntu). I want to decrypt my drive and I tried to use:
cryptsetup luksRemoveKey /dev/DRIVE
It returned:
This is the last keyslot. Device will become unusable after purging this key.
It got me worried so I'm here asking this question. Does this mean that the drive will be completely unusable or will the data simply be erased? If it will become completely unusable, how do I decrypt my drive?
debian ubuntu luks
add a comment |
I have a LUKS encrypted SSD and I would like to clear it and install a different Linux distro (Debian -> Ubuntu). I want to decrypt my drive and I tried to use:
cryptsetup luksRemoveKey /dev/DRIVE
It returned:
This is the last keyslot. Device will become unusable after purging this key.
It got me worried so I'm here asking this question. Does this mean that the drive will be completely unusable or will the data simply be erased? If it will become completely unusable, how do I decrypt my drive?
debian ubuntu luks
That’s not possible, copy your data elsewhere and rebuild your disk with Ubuntu and the backed up data.
– user2497
Feb 3 at 5:04
What do you mean by "decrypt"? Do you want a non-encrypted volume with the same data as the encrypted volume, or do you just want to overwrite the encrypted volume and are not interested in the data?
– AlexP
Feb 3 at 7:03
@AlexP I am looking to overwrite the data, I was wondering if I would still be able to use the ssd as a regular drive (eg. install new OS) with no issues after the process.
– Eric Leus
Feb 3 at 12:50
add a comment |
I have a LUKS encrypted SSD and I would like to clear it and install a different Linux distro (Debian -> Ubuntu). I want to decrypt my drive and I tried to use:
cryptsetup luksRemoveKey /dev/DRIVE
It returned:
This is the last keyslot. Device will become unusable after purging this key.
It got me worried so I'm here asking this question. Does this mean that the drive will be completely unusable or will the data simply be erased? If it will become completely unusable, how do I decrypt my drive?
debian ubuntu luks
I have a LUKS encrypted SSD and I would like to clear it and install a different Linux distro (Debian -> Ubuntu). I want to decrypt my drive and I tried to use:
cryptsetup luksRemoveKey /dev/DRIVE
It returned:
This is the last keyslot. Device will become unusable after purging this key.
It got me worried so I'm here asking this question. Does this mean that the drive will be completely unusable or will the data simply be erased? If it will become completely unusable, how do I decrypt my drive?
debian ubuntu luks
debian ubuntu luks
asked Feb 3 at 3:08
Eric LeusEric Leus
32
32
That’s not possible, copy your data elsewhere and rebuild your disk with Ubuntu and the backed up data.
– user2497
Feb 3 at 5:04
What do you mean by "decrypt"? Do you want a non-encrypted volume with the same data as the encrypted volume, or do you just want to overwrite the encrypted volume and are not interested in the data?
– AlexP
Feb 3 at 7:03
@AlexP I am looking to overwrite the data, I was wondering if I would still be able to use the ssd as a regular drive (eg. install new OS) with no issues after the process.
– Eric Leus
Feb 3 at 12:50
add a comment |
That’s not possible, copy your data elsewhere and rebuild your disk with Ubuntu and the backed up data.
– user2497
Feb 3 at 5:04
What do you mean by "decrypt"? Do you want a non-encrypted volume with the same data as the encrypted volume, or do you just want to overwrite the encrypted volume and are not interested in the data?
– AlexP
Feb 3 at 7:03
@AlexP I am looking to overwrite the data, I was wondering if I would still be able to use the ssd as a regular drive (eg. install new OS) with no issues after the process.
– Eric Leus
Feb 3 at 12:50
That’s not possible, copy your data elsewhere and rebuild your disk with Ubuntu and the backed up data.
– user2497
Feb 3 at 5:04
That’s not possible, copy your data elsewhere and rebuild your disk with Ubuntu and the backed up data.
– user2497
Feb 3 at 5:04
What do you mean by "decrypt"? Do you want a non-encrypted volume with the same data as the encrypted volume, or do you just want to overwrite the encrypted volume and are not interested in the data?
– AlexP
Feb 3 at 7:03
What do you mean by "decrypt"? Do you want a non-encrypted volume with the same data as the encrypted volume, or do you just want to overwrite the encrypted volume and are not interested in the data?
– AlexP
Feb 3 at 7:03
@AlexP I am looking to overwrite the data, I was wondering if I would still be able to use the ssd as a regular drive (eg. install new OS) with no issues after the process.
– Eric Leus
Feb 3 at 12:50
@AlexP I am looking to overwrite the data, I was wondering if I would still be able to use the ssd as a regular drive (eg. install new OS) with no issues after the process.
– Eric Leus
Feb 3 at 12:50
add a comment |
1 Answer
1
active
oldest
votes
The device will still be usable, but the data not accessible (without a header/master key backup)
You will be able to overwrite the data afterwards.
So I will be able to install a new OS on the drive without any extra hassle?
– Eric Leus
Feb 3 at 12:52
Yes, usually on the storage section of the setup you will be given the option of what partitions/drives to install the OS over, you should get an option to reformat the given drive to be something else.
– Torin
Feb 3 at 12:59
If the data on the LUKS partition is anything important, make sure you have backups of it or else it will be permanently lost.
– Torin
Feb 3 at 13:01
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498377%2fhow-to-decrypt-luks-encrypted-drive%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The device will still be usable, but the data not accessible (without a header/master key backup)
You will be able to overwrite the data afterwards.
So I will be able to install a new OS on the drive without any extra hassle?
– Eric Leus
Feb 3 at 12:52
Yes, usually on the storage section of the setup you will be given the option of what partitions/drives to install the OS over, you should get an option to reformat the given drive to be something else.
– Torin
Feb 3 at 12:59
If the data on the LUKS partition is anything important, make sure you have backups of it or else it will be permanently lost.
– Torin
Feb 3 at 13:01
add a comment |
The device will still be usable, but the data not accessible (without a header/master key backup)
You will be able to overwrite the data afterwards.
So I will be able to install a new OS on the drive without any extra hassle?
– Eric Leus
Feb 3 at 12:52
Yes, usually on the storage section of the setup you will be given the option of what partitions/drives to install the OS over, you should get an option to reformat the given drive to be something else.
– Torin
Feb 3 at 12:59
If the data on the LUKS partition is anything important, make sure you have backups of it or else it will be permanently lost.
– Torin
Feb 3 at 13:01
add a comment |
The device will still be usable, but the data not accessible (without a header/master key backup)
You will be able to overwrite the data afterwards.
The device will still be usable, but the data not accessible (without a header/master key backup)
You will be able to overwrite the data afterwards.
answered Feb 3 at 7:40
TorinTorin
40329
40329
So I will be able to install a new OS on the drive without any extra hassle?
– Eric Leus
Feb 3 at 12:52
Yes, usually on the storage section of the setup you will be given the option of what partitions/drives to install the OS over, you should get an option to reformat the given drive to be something else.
– Torin
Feb 3 at 12:59
If the data on the LUKS partition is anything important, make sure you have backups of it or else it will be permanently lost.
– Torin
Feb 3 at 13:01
add a comment |
So I will be able to install a new OS on the drive without any extra hassle?
– Eric Leus
Feb 3 at 12:52
Yes, usually on the storage section of the setup you will be given the option of what partitions/drives to install the OS over, you should get an option to reformat the given drive to be something else.
– Torin
Feb 3 at 12:59
If the data on the LUKS partition is anything important, make sure you have backups of it or else it will be permanently lost.
– Torin
Feb 3 at 13:01
So I will be able to install a new OS on the drive without any extra hassle?
– Eric Leus
Feb 3 at 12:52
So I will be able to install a new OS on the drive without any extra hassle?
– Eric Leus
Feb 3 at 12:52
Yes, usually on the storage section of the setup you will be given the option of what partitions/drives to install the OS over, you should get an option to reformat the given drive to be something else.
– Torin
Feb 3 at 12:59
Yes, usually on the storage section of the setup you will be given the option of what partitions/drives to install the OS over, you should get an option to reformat the given drive to be something else.
– Torin
Feb 3 at 12:59
If the data on the LUKS partition is anything important, make sure you have backups of it or else it will be permanently lost.
– Torin
Feb 3 at 13:01
If the data on the LUKS partition is anything important, make sure you have backups of it or else it will be permanently lost.
– Torin
Feb 3 at 13:01
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f498377%2fhow-to-decrypt-luks-encrypted-drive%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
That’s not possible, copy your data elsewhere and rebuild your disk with Ubuntu and the backed up data.
– user2497
Feb 3 at 5:04
What do you mean by "decrypt"? Do you want a non-encrypted volume with the same data as the encrypted volume, or do you just want to overwrite the encrypted volume and are not interested in the data?
– AlexP
Feb 3 at 7:03
@AlexP I am looking to overwrite the data, I was wondering if I would still be able to use the ssd as a regular drive (eg. install new OS) with no issues after the process.
– Eric Leus
Feb 3 at 12:50