• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dual-Booting Kali Linux with Windows 10 Gave up waiting for root device

ultraMLG1108

Junior Member
When dual-booting Kali Linux with Windows 10, I get this error when booting into Kali from GRUB:

Gave up waiting for root device. Common problems:

- Boot args (cat /proc/cmdline)
- Check rootdelay= (did the system wait long enough?)
- Check root= did the system wait for the right device?)
- Missing modules (cat /proc/modules; ls /dev)

But I think the main line is this:

ALERT! /dev/sdb5 does not exist. Dropping to a shell!

It should really be trying to boot from /dev/sda5 or /dev/sda6 (not sure which one, sda5 is ext4, sda6 is swap. How do I change which one it boots from? (and yes, they all exist in /dev.) Thanks guys!
 
Edit GRUB to point to the correct location.
Can you tell me how to do that? And which one do I point it to, the ext4 or the swap one? Thanks! I'm new to this stuff.

EDIT: Nevermind, got it to work! I pointed to sda5, which was the ext4 partition. Thanks for all of your help!
 
Can you tell me how to do that? And which one do I point it to, the ext4 or the swap one? Thanks! I'm new to this stuff.

EDIT: Nevermind, got it to work! I pointed to sda5, which was the ext4 partition. Thanks for all of your help!

Hey, I have the exactly same problem.. could you please tell me how you pointed it there? I still dont know how to do that and since you already figured it out I just want to ask.. 🙂 thanks in advance
 
Back
Top