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

ultraMLG1108

Junior Member
Jan 20, 2017
2
0
1
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!
 

ultraMLG1108

Junior Member
Jan 20, 2017
2
0
1
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!
 

jus7ch1ll1n

Junior Member
Mar 3, 2017
1
0
1
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