LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Closed Thread
  Search this Thread
Old 07-05-2017, 11:21 PM   #1
Spawn555
LQ Newbie
 
Registered: Jul 2017
Posts: 5

Rep: Reputation: Disabled
Smile Gave up waiting for root device (debian) Kali Linux 2017.1


Hi Guys,

First time user here. I plan to use 2 OS Win 10 and teh Kali linux 2017.1. I never encountered any error during the installation. I successfully finished it. Unfortunately the linux OS does not boot.

I am receiving an error something like this;

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)
ALERT! /dev/SDC5 does not exist.
Dropping to a shell!

BusyBox v.1.20.2 (debian 1:1.20.2-1ubuntu1) built-in shell (ash)
Enter 'help' for list of built-in commands.


help me with this please. TIA.
 
Old 07-05-2017, 11:36 PM   #2
AwesomeMachine
LQ Guru
 
Registered: Jan 2005
Location: USA and Italy
Distribution: Debian testing/sid; OpenSuSE; Fedora; Mint
Posts: 5,524

Rep: Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015Reputation: 1015
Hi Spawn555,

Welcome to LQ!

That's usually caused by an incorrect root= entry in the kernel line in the grub menu. When you get the grub menu you can hit "e", and edit the kernel line to remove the UUID and put a device node corresponding to your root file system, usually /dev/sda1.

Then you can find the correct UUID with
Code:
$ ls -al /dev/disk/by-uuid
and copy the correct UUID to /etc/fstab, in the entry for the root (/) file system. Then run
Code:
$ update-grub
 
Old 07-05-2017, 11:48 PM   #3
Spawn555
LQ Newbie
 
Registered: Jul 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Smile

Hi AwesomeMachine,

I really appreciate your reply... Am gonna try your advice. A lot.
 
Old 07-06-2017, 12:20 AM   #4
Spawn555
LQ Newbie
 
Registered: Jul 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hi AwesomeMachine,

I am not sure where to start on it. If you don't mind at all.Can you give me a step on how to the the instruction above.

FIRST: Should i go to the error page where i can see the error:

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)
ALERT! /dev/SDC5 does not exist.
Dropping to a shell!

BusyBox v.1.20.2 (debian 1:1.20.2-1ubuntu1) built-in shell (ash)
Enter 'help' for list of built-in commands.


and Second And execute the code $ ls -al /dev/disk/by-uuid

once i have the correct UUID to /etc/fstab, in the entry for the root (/) file system then should i go back on grub menu

and Third: should i go back to the error page and execute the code: $update-grub
 
Old 07-06-2017, 12:39 AM   #5
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
What type of device did you install kali on ?. USB ?. Boot your install disk/USB and run this comman from a terminal - post the output
Code:
lsblk
And if you are a first time user, why did you choose kali ?.
 
Old 07-06-2017, 01:02 AM   #6
cse_200509
LQ Newbie
 
Registered: Oct 2007
Posts: 18

Rep: Reputation: 30
Quote:
Originally Posted by Spawn555 View Post
once i have the correct UUID to /etc/fstab, in the entry for the root (/) file system then should i go back on grub menu

and Third: should i go back to the error page and execute the code: $update-grub
You should not use kali if you have this question.
 
Old 07-06-2017, 01:15 AM   #7
Spawn555
LQ Newbie
 
Registered: Jul 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
Hi syg00,

Yes sir, I have all my data backed up on a separate device.

Why I choose Kali? I think its the new one from linux. I have the thought of installing the mint 18 but, i don't know why i choose kali as well. But if your question is why I choose linux to install as my second OS is because i dont just wanna get stuck on WINDOWS.

What type of device did you install kali on ?. USB ?. Boot your install disk/USB and run this comman from a terminal - post the output.

Was already installed on my second HDD. I used a bootable disk to install it. was successful on the installation no error at all. was able to reach GRUB menu. I can boot to WIN10. When selecting Kali the i receive the error i posted above..

Thank your in advance.
 
Old 07-06-2017, 02:04 AM   #8
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,120

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
kali is a penetration testing distro - not a "point and click" system. Regardless we see a lot of newbies installing it - maybe they all are wannabe 1337s.
As already demonstrated, you are unlikely to get much sympathy if you ask "newbie" questions about kali.

Fire up your bootable disk and run that command I gave you.
 
Old 07-06-2017, 02:07 AM   #9
Spawn555
LQ Newbie
 
Registered: Jul 2017
Posts: 5

Original Poster
Rep: Reputation: Disabled
I got it figure out sir. Big thanks!
 
Old 11-05-2017, 07:22 AM   #10
sizan19
LQ Newbie
 
Registered: Nov 2017
Posts: 1

Rep: Reputation: Disabled
spawn 555

hello spawn555
how did u fix that error ? can u msg me on sizan.dhakal69@gmail.com
 
Old 11-05-2017, 08:26 AM   #11
jsbjsb001
Senior Member
 
Registered: Mar 2009
Location: Earth, unfortunately...
Distribution: Currently: OpenMandriva. Previously: openSUSE, PCLinuxOS, CentOS, among others over the years.
Posts: 3,881

Rep: Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063Reputation: 2063
Quote:
Originally Posted by sizan19 View Post
hello spawn555
how did u fix that error ? can u msg me on sizan.dhakal69@gmail.com
Suggest you read this: https://www.linuxquestions.org/quest...ad-4175614092/
 
  


Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Gave up waiting for root device.. Gusadrian Linux - Software 5 09-16-2016 07:23 AM
[SOLVED] Gave up waiting for root device...drops to BusyBox th1bill Ubuntu 1 08-17-2010 04:34 PM
Error `gave up waiting for root device`/ can't boot kernel Panceisto Linux - Newbie 5 05-25-2010 01:22 PM
Ubuntu server. Gave up waiting for root device avtandil_k Linux - Newbie 1 04-05-2010 03:41 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:28 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration