Grub is not asking password for encrypted diskSend an email right before the password prompt of ecryptfs...
FIFO data structure in pure C
Alternative classical explanation of the Stern-Gerlach Experiment?
Can I get the output of a command line program with TeX (using e.g. read18)?
Why is so much ransomware breakable?
Save my secrets!
Can I pay my credit card?
Appropriate liquid/solvent for life in my underground environment on Venus
What would be the game balance implications for using the Gygax method for applying falling damage?
How many Dothraki are left as of Game of Thrones S8E5?
Driving a school bus in the USA
Bookshelves: the intruder
What animals or plants were used to illustrate ideas of physics?
Have the writers and actors of GOT responded to its poor reception?
How to get all possible paths in 0/1 matrix better way?
How come Arya Stark wasn't hurt by this in Game of Thrones Season 8 Episode 5?
Why is the S-duct intake on the Tu-154 uniquely oblong?
Have GoT's showrunners reacted to the poor reception of the final season?
Lock out of Oracle based on Windows username
French equivalent of the German expression "flöten gehen"
Divisor Rich and Poor Numbers
Can more than one instance of Bend Luck be applied to the same roll by multiple Wild Magic sorcerers?
Cathy’s Composite party is powered by three Prime Pals. Can you find them?
Can a generation ship withstand its own oxygen and daily wear for many thousands of years?
How to pipe results multiple results into a command?
Grub is not asking password for encrypted disk
Send an email right before the password prompt of ecryptfs during bootupGrub-install: embedding is not possible in Bios/GPTInstalling other Linux in an encrypted diskProblem with GRUB for dual-boot installation of LMDE 2 (and Windows) on encrypted luks-lvm (truecrypt)GRUB doesn't find /boot in LVMGRUB takes too long to unlock the encrypted boot partitionConfigure separated GRUB to run Linux from LVM ddrescued deviceGrub2 + Loopback + LVMAdd Second Mint Installation to GRUB Boot Menu - Boot Drops to BusyboxFailed to open root LUKS device on LVM during boot
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
My laptop has two disks.
One of them has KDE neon. I choose to encrypt the disk. Some months later I installed Windows 10 on the other disk. The grub was lost, so I tried to use boot-repair on a live cd as I already did countless times in the past. But this time did not work. I followed a lot of tutorials about how to reinstall grub, but not success.
My situation now is:
grub was reinstalled, but when I try to boot it doesn't ask for the password to decrypt de disk. It shows messages like:
Volume group "neon-vg" not found
Cannot processo volume group neon-vg
Give up waiting for suspend/resume device
After that I get a console.
I tried to press "e" (or c) on grub to be able to edit the boot and I see that it try to use /dev/mapper/neon--vg-root, but doesn't look like it tries to unlock it first.
What can I do?
For reference, some of the tutorials that a tried:
- http://arnaudr.io/2018/03/26/grub-recovery-for-uefi-gpt-luks-lvm/
- https://feeding.cloud.geek.nz/posts/recovering-from-unbootable-ubuntu-encrypted-lvm-root-partition/
- https://askubuntu.com/questions/844132/how-to-repair-boot-on-luks-encrypted-harddrive
The first link has an environment similar to mine, and NVMe disk, in case that matters.
grub2
add a comment |
My laptop has two disks.
One of them has KDE neon. I choose to encrypt the disk. Some months later I installed Windows 10 on the other disk. The grub was lost, so I tried to use boot-repair on a live cd as I already did countless times in the past. But this time did not work. I followed a lot of tutorials about how to reinstall grub, but not success.
My situation now is:
grub was reinstalled, but when I try to boot it doesn't ask for the password to decrypt de disk. It shows messages like:
Volume group "neon-vg" not found
Cannot processo volume group neon-vg
Give up waiting for suspend/resume device
After that I get a console.
I tried to press "e" (or c) on grub to be able to edit the boot and I see that it try to use /dev/mapper/neon--vg-root, but doesn't look like it tries to unlock it first.
What can I do?
For reference, some of the tutorials that a tried:
- http://arnaudr.io/2018/03/26/grub-recovery-for-uefi-gpt-luks-lvm/
- https://feeding.cloud.geek.nz/posts/recovering-from-unbootable-ubuntu-encrypted-lvm-root-partition/
- https://askubuntu.com/questions/844132/how-to-repair-boot-on-luks-encrypted-harddrive
The first link has an environment similar to mine, and NVMe disk, in case that matters.
grub2
add a comment |
My laptop has two disks.
One of them has KDE neon. I choose to encrypt the disk. Some months later I installed Windows 10 on the other disk. The grub was lost, so I tried to use boot-repair on a live cd as I already did countless times in the past. But this time did not work. I followed a lot of tutorials about how to reinstall grub, but not success.
My situation now is:
grub was reinstalled, but when I try to boot it doesn't ask for the password to decrypt de disk. It shows messages like:
Volume group "neon-vg" not found
Cannot processo volume group neon-vg
Give up waiting for suspend/resume device
After that I get a console.
I tried to press "e" (or c) on grub to be able to edit the boot and I see that it try to use /dev/mapper/neon--vg-root, but doesn't look like it tries to unlock it first.
What can I do?
For reference, some of the tutorials that a tried:
- http://arnaudr.io/2018/03/26/grub-recovery-for-uefi-gpt-luks-lvm/
- https://feeding.cloud.geek.nz/posts/recovering-from-unbootable-ubuntu-encrypted-lvm-root-partition/
- https://askubuntu.com/questions/844132/how-to-repair-boot-on-luks-encrypted-harddrive
The first link has an environment similar to mine, and NVMe disk, in case that matters.
grub2
My laptop has two disks.
One of them has KDE neon. I choose to encrypt the disk. Some months later I installed Windows 10 on the other disk. The grub was lost, so I tried to use boot-repair on a live cd as I already did countless times in the past. But this time did not work. I followed a lot of tutorials about how to reinstall grub, but not success.
My situation now is:
grub was reinstalled, but when I try to boot it doesn't ask for the password to decrypt de disk. It shows messages like:
Volume group "neon-vg" not found
Cannot processo volume group neon-vg
Give up waiting for suspend/resume device
After that I get a console.
I tried to press "e" (or c) on grub to be able to edit the boot and I see that it try to use /dev/mapper/neon--vg-root, but doesn't look like it tries to unlock it first.
What can I do?
For reference, some of the tutorials that a tried:
- http://arnaudr.io/2018/03/26/grub-recovery-for-uefi-gpt-luks-lvm/
- https://feeding.cloud.geek.nz/posts/recovering-from-unbootable-ubuntu-encrypted-lvm-root-partition/
- https://askubuntu.com/questions/844132/how-to-repair-boot-on-luks-encrypted-harddrive
The first link has an environment similar to mine, and NVMe disk, in case that matters.
grub2
grub2
asked 49 mins ago
Luís Henrique FariaLuís Henrique Faria
1062
1062
add a comment |
add a comment |
0
active
oldest
votes
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%2f519400%2fgrub-is-not-asking-password-for-encrypted-disk%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f519400%2fgrub-is-not-asking-password-for-encrypted-disk%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