Can't boot Kali with UEFI Stuck at grub-rescue
I had Ubuntu 18.04 on my laptop and just decided to try Kali. I downloaded Kali Linux 64 Bit and installed it using a live USB. Everything looked fine during the installation but I think I messed up something because I got stuck at grub-rescue
getting this:
Unknown btrfs filesystem
Unknown filesystem
I tried to find the root partition and set prefix to it but the output of all
ls (hd0,xxxx)
is
Unknown filesystem
.
I tried this fix but in update-grub
step I get this:
WARNING: Device /dev/loop0 not initialized in udev database even after
waiting 10000000 microseconds.
WARNING: Device /dev/sda1 not initialized in udev database even after
waiting 10000000 microseconds.
....
done
and everything's still the same.
Here's fdisk -l
result:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000LM024 HN-M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x7c12e647
Device Boot Start End Sectors Size Id Type
/dev/sda1 978942 315856895 314877954 150.1G f W95 Ext'd (LBA)
/dev/sda2 * 2048 976895 974848 476M ef EFI (FAT-12/16/32)
/dev/sda3 315856896 718577663 402720768 192G 83 Linux
/dev/sda4 718577664 1953521663 1234944000 588.9G 7 HPFS/NTFS/exFAT
/dev/sda5 4210688 88101312 83890625 40G 83 Linux
/dev/sda6 88102912 308043775 219940864 104.9G 83 Linux
/dev/sda7 308045824 315856895 7811072 3.7G 82 Linux swap / Solaris
/dev/sda8 978944 4210687 3231744 1.6G 83 Linux
kali-linux grub2
New contributor
add a comment |
I had Ubuntu 18.04 on my laptop and just decided to try Kali. I downloaded Kali Linux 64 Bit and installed it using a live USB. Everything looked fine during the installation but I think I messed up something because I got stuck at grub-rescue
getting this:
Unknown btrfs filesystem
Unknown filesystem
I tried to find the root partition and set prefix to it but the output of all
ls (hd0,xxxx)
is
Unknown filesystem
.
I tried this fix but in update-grub
step I get this:
WARNING: Device /dev/loop0 not initialized in udev database even after
waiting 10000000 microseconds.
WARNING: Device /dev/sda1 not initialized in udev database even after
waiting 10000000 microseconds.
....
done
and everything's still the same.
Here's fdisk -l
result:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000LM024 HN-M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x7c12e647
Device Boot Start End Sectors Size Id Type
/dev/sda1 978942 315856895 314877954 150.1G f W95 Ext'd (LBA)
/dev/sda2 * 2048 976895 974848 476M ef EFI (FAT-12/16/32)
/dev/sda3 315856896 718577663 402720768 192G 83 Linux
/dev/sda4 718577664 1953521663 1234944000 588.9G 7 HPFS/NTFS/exFAT
/dev/sda5 4210688 88101312 83890625 40G 83 Linux
/dev/sda6 88102912 308043775 219940864 104.9G 83 Linux
/dev/sda7 308045824 315856895 7811072 3.7G 82 Linux swap / Solaris
/dev/sda8 978944 4210687 3231744 1.6G 83 Linux
kali-linux grub2
New contributor
add a comment |
I had Ubuntu 18.04 on my laptop and just decided to try Kali. I downloaded Kali Linux 64 Bit and installed it using a live USB. Everything looked fine during the installation but I think I messed up something because I got stuck at grub-rescue
getting this:
Unknown btrfs filesystem
Unknown filesystem
I tried to find the root partition and set prefix to it but the output of all
ls (hd0,xxxx)
is
Unknown filesystem
.
I tried this fix but in update-grub
step I get this:
WARNING: Device /dev/loop0 not initialized in udev database even after
waiting 10000000 microseconds.
WARNING: Device /dev/sda1 not initialized in udev database even after
waiting 10000000 microseconds.
....
done
and everything's still the same.
Here's fdisk -l
result:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000LM024 HN-M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x7c12e647
Device Boot Start End Sectors Size Id Type
/dev/sda1 978942 315856895 314877954 150.1G f W95 Ext'd (LBA)
/dev/sda2 * 2048 976895 974848 476M ef EFI (FAT-12/16/32)
/dev/sda3 315856896 718577663 402720768 192G 83 Linux
/dev/sda4 718577664 1953521663 1234944000 588.9G 7 HPFS/NTFS/exFAT
/dev/sda5 4210688 88101312 83890625 40G 83 Linux
/dev/sda6 88102912 308043775 219940864 104.9G 83 Linux
/dev/sda7 308045824 315856895 7811072 3.7G 82 Linux swap / Solaris
/dev/sda8 978944 4210687 3231744 1.6G 83 Linux
kali-linux grub2
New contributor
I had Ubuntu 18.04 on my laptop and just decided to try Kali. I downloaded Kali Linux 64 Bit and installed it using a live USB. Everything looked fine during the installation but I think I messed up something because I got stuck at grub-rescue
getting this:
Unknown btrfs filesystem
Unknown filesystem
I tried to find the root partition and set prefix to it but the output of all
ls (hd0,xxxx)
is
Unknown filesystem
.
I tried this fix but in update-grub
step I get this:
WARNING: Device /dev/loop0 not initialized in udev database even after
waiting 10000000 microseconds.
WARNING: Device /dev/sda1 not initialized in udev database even after
waiting 10000000 microseconds.
....
done
and everything's still the same.
Here's fdisk -l
result:
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: ST1000LM024 HN-M
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: dos
Disk identifier: 0x7c12e647
Device Boot Start End Sectors Size Id Type
/dev/sda1 978942 315856895 314877954 150.1G f W95 Ext'd (LBA)
/dev/sda2 * 2048 976895 974848 476M ef EFI (FAT-12/16/32)
/dev/sda3 315856896 718577663 402720768 192G 83 Linux
/dev/sda4 718577664 1953521663 1234944000 588.9G 7 HPFS/NTFS/exFAT
/dev/sda5 4210688 88101312 83890625 40G 83 Linux
/dev/sda6 88102912 308043775 219940864 104.9G 83 Linux
/dev/sda7 308045824 315856895 7811072 3.7G 82 Linux swap / Solaris
/dev/sda8 978944 4210687 3231744 1.6G 83 Linux
kali-linux grub2
kali-linux grub2
New contributor
New contributor
New contributor
asked 4 hours ago
Saman NourkhalajSaman Nourkhalaj
11
11
New contributor
New contributor
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
});
}
});
Saman Nourkhalaj is a new contributor. Be nice, and check out our Code of Conduct.
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%2f505702%2fcant-boot-kali-with-uefi-stuck-at-grub-rescue%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
Saman Nourkhalaj is a new contributor. Be nice, and check out our Code of Conduct.
Saman Nourkhalaj is a new contributor. Be nice, and check out our Code of Conduct.
Saman Nourkhalaj is a new contributor. Be nice, and check out our Code of Conduct.
Saman Nourkhalaj is a new contributor. Be nice, and check out our Code of Conduct.
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%2f505702%2fcant-boot-kali-with-uefi-stuck-at-grub-rescue%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