LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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


Reply
  Search this Thread
Old 11-24-2010, 10:23 PM   #1
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114
Blog Entries: 2

Rep: Reputation: 10
"/sbin/init does not exist" on boot


I am having some issues about every other time i try to boot into Arch linux.

it is installed on my third hard drive, and my grub from Fedora is what it boots from.

about every other time i try to boot into it i get this error:
Code:
Waiting 10 seconds for device /dev/sdb3...
ext4-fs (sdb3): mounted filesystem with ordered data mode Opts: (null)
ERROR: root device mounted successfully, but /sbin/init does not exist.
Bailing out, you are on your own. Good Luck.

/bin/sh: can't access tty; job count turned off
[Ramfs/]#
I don't know where to start with this one
Any help will be greatly appreciated
 
Old 11-25-2010, 06:54 AM   #2
hda7
Member
 
Registered: May 2009
Distribution: Debian wheezy
Posts: 252

Rep: Reputation: 31
When it dumps you in a ramfs shell (like it did in your post), try mounting /dev/sdb3. Check if /sbin/init exists on the drive. You could have a mounting error or a corrupted/failing drive.
 
Old 11-25-2010, 08:38 AM   #3
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114

Original Poster
Blog Entries: 2

Rep: Reputation: 10
Quote:
Originally Posted by hda7 View Post
When it dumps you in a ramfs shell (like it did in your post), try mounting /dev/sdb3. Check if /sbin/init exists on the drive. You could have a mounting error or a corrupted/failing drive.

Thats another thin i forgot to mention, when it throws me into ramfs shell, it freezes, i can't type anything in.
And /sbin/init does exist
 
Old 11-25-2010, 01:23 PM   #4
hda7
Member
 
Registered: May 2009
Distribution: Debian wheezy
Posts: 252

Rep: Reputation: 31
Sounds like a hardware issue. Will it boot a live-CD distro?
 
Old 11-25-2010, 01:31 PM   #5
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114

Original Poster
Blog Entries: 2

Rep: Reputation: 10
Quote:
Originally Posted by hda7 View Post
Sounds like a hardware issue. Will it boot a live-CD distro?
Yes it boots into live-cd's, it boots my Fedora, and it boots into arch about every other time i try.
 
Old 11-26-2010, 02:53 AM   #6
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Your post is not entirely clear: Do both systems support ext4? As I understand it, your Fedora might miss the Arch (ext4) modules and thus can't get at /sbin/init...
 
Old 11-26-2010, 03:29 AM   #7
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114

Original Poster
Blog Entries: 2

Rep: Reputation: 10
Quote:
Originally Posted by JZL240I-U View Post
Your post is not entirely clear: Do both systems support ext4? As I understand it, your Fedora might miss the Arch (ext4) modules and thus can't get at /sbin/init...
Yes both systems support ext4. its during the boot process for arch that it errors out (sometimes)
 
Old 11-26-2010, 03:38 AM   #8
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Did you run a fsck? (I use usually "shutdown -r -F now" to have "/" checked as well).
 
Old 11-26-2010, 10:39 AM   #9
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114

Original Poster
Blog Entries: 2

Rep: Reputation: 10
Quote:
Originally Posted by JZL240I-U View Post
Did you run a fsck? (I use usually "shutdown -r -F now" to have "/" checked as well).
Yes they all came out completely clean
 
Old 11-26-2010, 10:59 AM   #10
mryuck
Member
 
Registered: Feb 2010
Posts: 107

Rep: Reputation: 23
Quote:
it is installed on my third hard drive
/dev/sdb3 is third partition on second hard drive.

Is sdb3 your only arch partition or is sdc your arch drive?
What is on sdb1 and sdb2?

Code:
fdisk -l

Last edited by mryuck; 11-26-2010 at 05:53 PM.
 
Old 11-26-2010, 02:23 PM   #11
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114

Original Poster
Blog Entries: 2

Rep: Reputation: 10
sdb1 is extended partition for fedora
sdb2 is /boot for arch
sdb3 is / for arch
sdb4 is /home for arch
 
Old 11-26-2010, 06:02 PM   #12
mryuck
Member
 
Registered: Feb 2010
Posts: 107

Rep: Reputation: 23
Not sure if this has anything to do with your problem but,

Why is sdb1 an extended partition? I'm not sure if it makes much sense to have the first partition on a drive extended.

I did read about this error and it seems upgrading to grub2 fixes it.
 
Old 11-26-2010, 08:00 PM   #13
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114

Original Poster
Blog Entries: 2

Rep: Reputation: 10
Quote:
Originally Posted by mryuck View Post
Not sure if this has anything to do with your problem but,

Why is sdb1 an extended partition? I'm not sure if it makes much sense to have the first partition on a drive extended.

I did read about this error and it seems upgrading to grub2 fixes it.
Initially the drive was all extended, i decided i wanted to try Arch, so i shrunk that partition then added arch to the rest.

I also read that about upgrading to grub2 just recently. so would i do that in my Fedora installation since that is the grub i am using?
 
Old 11-29-2010, 02:59 AM   #14
JZL240I-U
Senior Member
 
Registered: Apr 2003
Location: Germany
Distribution: openSuSE Tumbleweed-KDE, Mint 21, MX-21, Manjaro
Posts: 4,629

Rep: Reputation: Disabled
Quote:
Originally Posted by Vegan View Post
...I also read that about upgrading to grub2 just recently. so would i do that in my Fedora installation since that is the grub i am using?
Think again ... that's not trivial at all, there is a huge amount of change (GRUB2 is a complete re-write) and in particular the handling of the control files is radically altered (no more menu.lst) but it's your funeral .

Last edited by JZL240I-U; 11-29-2010 at 03:01 AM.
 
Old 11-29-2010, 09:13 AM   #15
Vegan
Member
 
Registered: Aug 2010
Location: Idaho
Distribution: Arch, Ubuntu, Fedora
Posts: 114

Original Poster
Blog Entries: 2

Rep: Reputation: 10
Quote:
Originally Posted by JZL240I-U View Post
Think again ... that's not trivial at all, there is a huge amount of change (GRUB2 is a complete re-write) and in particular the handling of the control files is radically altered (no more menu.lst) but it's your funeral .
Lol thank you for the warning.
Im planning to upgrade to fedora 14 here soon, so i will probably just wait for that.
I need to rearrange my partitions around as well so i will probably end up reinstalling Arch.

Thank you all for your help.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Linux-2.6.25.4 , memory violation at while executing "run_init_process(/sbin/init)" saikiran.veluri Linux - Newbie 1 07-04-2009 01:04 PM
Fedora 9 Beta LiveUSB: "Requested /sbin/init binary does not exist on rootfs" rakku Linux - General 10 07-02-2008 10:21 AM
Cannot get IP address on ra2500 pcmcia card without typing "/sbin/dhcpcd ra0" at boot Interdictor Linux - Wireless Networking 2 08-10-2006 04:27 PM
ZipSlack 10 + LOADLIN give error message(s) --INIT: Cannot execute "/sbin/agetty"-- dhv Slackware 9 07-24-2006 10:02 PM
cannot execute "/sbin/agetty" <-- appears during kernel boot process CestusGW Linux - General 2 01-10-2004 05:16 PM

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

All times are GMT -5. The time now is 07:48 PM.

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