You are not logged in.

#1 2011-10-06 04:46:31

morphjk
Member
Registered: 2010-06-10
Posts: 59

[SOLVED] Issue Booting in to System

For some reason every second or third boot I am getting the following error:

Root device '/dev/sda5' doesn't exist. Attempting to creat it.

ERROR: Unable to determine major/minor number of root device '/dev/sda5'

You are being dropped to a recovery shell

Type 'exit' to try and continue booting

sh: can't access tty: job control turned off

I've checked all the sata cables and there is nothing wrong with them (checked these because I have seen issues be caused due to sata cables not being connected properly).

I am still relatively new to Linux so not sure how to fix this. When the machine is up everything works fine.

Any help greatly appreciated.

EDIT: Replaced motherboard which has resolved the issue.

Last edited by morphjk (2011-11-21 05:08:04)

Offline

#2 2011-10-06 04:52:53

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: [SOLVED] Issue Booting in to System


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2011-10-06 06:37:53

klerik
Member
Registered: 2006-08-06
Posts: 15

Re: [SOLVED] Issue Booting in to System

morphjk can U try re-upgrade the kernel (from chroot in live-usb)? I have same issue like U and when i upgrading the kernel (pacman -U linux-3.0.6-1...) i have many error messages with missing modules.

Offline

#4 2011-10-11 01:55:55

morphjk
Member
Registered: 2010-06-10
Posts: 59

Re: [SOLVED] Issue Booting in to System

jasonwryan wrote:

A query that I have is if it's a result of the disks coming up in the wrong order, and say it comes up with sda as sdb and vice versa. When grub goes looking for "/dev/by-uuid/blah blah", then isn't it going to have the same issue? i.e. Those files won't be there if the disk is swapped?

Last edited by morphjk (2011-10-11 01:56:10)

Offline

#5 2011-10-11 02:16:31

falconindy
Developer
From: New York, USA
Registered: 2009-10-22
Posts: 4,111
Website

Re: [SOLVED] Issue Booting in to System

morphjk wrote:
jasonwryan wrote:

A query that I have is if it's a result of the disks coming up in the wrong order, and say it comes up with sda as sdb and vice versa. When grub goes looking for "/dev/by-uuid/blah blah", then isn't it going to have the same issue? i.e. Those files won't be there if the disk is swapped?

UUID symlinks are created by udev (via blkid) at the time of device discovery (on every boot). mkinitcpio allows shorter versions of this, similar to /etc/fstab though, e.g.

"root=UUID=ea1c4959-406c-45d0-a144-912f4e86b207" or "root=LABEL=mysweetroot"

instead of the more verbose

/dev/disk/by-uuid/ea1c4959-406c-45d0-a144-912f4e86b207

Note that these shortcuts do not rely on udev, and use blkid directly to low level probe block devices.

Last edited by falconindy (2011-10-11 02:17:22)

Offline

Board footer

Powered by FluxBB