Unable to boot into Kali Linux (goes into shell instead, i.e., initramfs)
I just installed Kali Linux 2017.1 onto a USB drive. The installation went well with no errors (except the missing firmware files namely iwlwifi-8000C-26.ucode, iwlwifi-8000C-25.ucode, iwlwifi-8000C-24.ucode and iwlwifi-8000C-24.ucode; but I chose to ignore this and went on with the installation).
When I booted into the system, I was greeted with this error:
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sdc2 does not exist. Dropped to a shell!
Busybox v1.22.1 (Debian 1:1.22.0-19+b2) built-in shell (ash) Enter
'help' for a list of built-in commands.
(initramfs)
I have looked for solutions to this error but have not come across one which concerns Debian. I have also tried to implement solutions for those other operating systems but I have either failed to do so or they just haven't worked.
linux boot debian kali-linux
add a comment |
I just installed Kali Linux 2017.1 onto a USB drive. The installation went well with no errors (except the missing firmware files namely iwlwifi-8000C-26.ucode, iwlwifi-8000C-25.ucode, iwlwifi-8000C-24.ucode and iwlwifi-8000C-24.ucode; but I chose to ignore this and went on with the installation).
When I booted into the system, I was greeted with this error:
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sdc2 does not exist. Dropped to a shell!
Busybox v1.22.1 (Debian 1:1.22.0-19+b2) built-in shell (ash) Enter
'help' for a list of built-in commands.
(initramfs)
I have looked for solutions to this error but have not come across one which concerns Debian. I have also tried to implement solutions for those other operating systems but I have either failed to do so or they just haven't worked.
linux boot debian kali-linux
add a comment |
I just installed Kali Linux 2017.1 onto a USB drive. The installation went well with no errors (except the missing firmware files namely iwlwifi-8000C-26.ucode, iwlwifi-8000C-25.ucode, iwlwifi-8000C-24.ucode and iwlwifi-8000C-24.ucode; but I chose to ignore this and went on with the installation).
When I booted into the system, I was greeted with this error:
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sdc2 does not exist. Dropped to a shell!
Busybox v1.22.1 (Debian 1:1.22.0-19+b2) built-in shell (ash) Enter
'help' for a list of built-in commands.
(initramfs)
I have looked for solutions to this error but have not come across one which concerns Debian. I have also tried to implement solutions for those other operating systems but I have either failed to do so or they just haven't worked.
linux boot debian kali-linux
I just installed Kali Linux 2017.1 onto a USB drive. The installation went well with no errors (except the missing firmware files namely iwlwifi-8000C-26.ucode, iwlwifi-8000C-25.ucode, iwlwifi-8000C-24.ucode and iwlwifi-8000C-24.ucode; but I chose to ignore this and went on with the installation).
When I booted into the system, I was greeted with this error:
Gave up waiting for root file system device. Common problems:
- Boot args (cat /proc/cmdline)
- Check rootdelay= did the system wait long enough?)
- Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sdc2 does not exist. Dropped to a shell!
Busybox v1.22.1 (Debian 1:1.22.0-19+b2) built-in shell (ash) Enter
'help' for a list of built-in commands.
(initramfs)
I have looked for solutions to this error but have not come across one which concerns Debian. I have also tried to implement solutions for those other operating systems but I have either failed to do so or they just haven't worked.
linux boot debian kali-linux
linux boot debian kali-linux
edited Feb 15 at 4:06
Scott
16.1k113990
16.1k113990
asked May 20 '17 at 19:09
kr0z3ykr0z3y
13
13
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Error goes away if I leave USB installer attached.
Fix for me: changed sdb1 (all 3) to sda1 in /boot/grub/grub.cfg
Remove USB and boot as expected.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fsuperuser.com%2fquestions%2f1211179%2funable-to-boot-into-kali-linux-goes-into-shell-instead-i-e-initramfs%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
Error goes away if I leave USB installer attached.
Fix for me: changed sdb1 (all 3) to sda1 in /boot/grub/grub.cfg
Remove USB and boot as expected.
add a comment |
Error goes away if I leave USB installer attached.
Fix for me: changed sdb1 (all 3) to sda1 in /boot/grub/grub.cfg
Remove USB and boot as expected.
add a comment |
Error goes away if I leave USB installer attached.
Fix for me: changed sdb1 (all 3) to sda1 in /boot/grub/grub.cfg
Remove USB and boot as expected.
Error goes away if I leave USB installer attached.
Fix for me: changed sdb1 (all 3) to sda1 in /boot/grub/grub.cfg
Remove USB and boot as expected.
answered Feb 15 at 3:06
KevinKevin
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1211179%2funable-to-boot-into-kali-linux-goes-into-shell-instead-i-e-initramfs%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