You are not logged in.

#1 2013-02-17 20:34:30

sunilaryal
Member
Registered: 2013-02-17
Posts: 3

Error: Waiting for /dev/sda5 for 30 seconds...

Hello,

As usual I was updating my system , kernel package was on the list as well. When I reboot and try to get into the system, it gives me the 30s error and cannot find my root partition and drops into rootfs# shell

Solution1: So I made a live usb and booted into it and did following:
mkdir /mnt/arch
mount /dev/sda5 /mnt/arch
mount /dev/sda3 /mnt/arch/boot

chroot /mnt/arch /bin/bash
Error: Cannot find /bin/bash(No such file or directory)

Solution2:
I tried using pacstrap as
"pacstrap /mnt/arch linux" --- to install kernel again but it gives me "Call to execv failed..."

Solution3:
Used the blkid command to obtain UUID and manually typed root=UUID=....... on the kernel prompt and still cannot excess the system.

How can I successfully chroot into the system and update my kernel?

Offline

#2 2013-02-17 20:56:23

lagagnon
Member
From: an Island in the Pacific...
Registered: 2009-12-10
Posts: 1,087
Website

Re: Error: Waiting for /dev/sda5 for 30 seconds...

Did you try the second method listed here?:
https://wiki.archlinux.org/index.php/Pa … onger_boot


Philosophy is looking for a black cat in a dark room. Metaphysics is looking for a black cat in a dark room that isn't there. Religion is looking for a black cat in a dark room that isn't there and shouting "I found it!". Science is looking for a black cat in a dark room with a flashlight.

Offline

#3 2013-02-24 15:38:10

sunilaryal
Member
Registered: 2013-02-17
Posts: 3

Re: Error: Waiting for /dev/sda5 for 30 seconds...

I tried the method but get the following error when using "arch-chroot /mnt" command. I mounted my /root and /boot partition accordingly before doing this.

chroot failed: Cannot find /bin/bash: No such file or directory

Offline

#4 2013-02-24 17:11:07

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,858
Website

Re: Error: Waiting for /dev/sda5 for 30 seconds...

That suggests that you've messed up glibc somehow. Did you force anything in the update?


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#5 2013-03-03 00:10:58

sunilaryal
Member
Registered: 2013-02-17
Posts: 3

Re: Error: Waiting for /dev/sda5 for 30 seconds...

I probably did I guess. I was reading other forums and I suspect that is the case. Is there a way to fix it?

Offline

Board footer

Powered by FluxBB