You are not logged in.

#1 2012-08-29 10:47:21

ebal
Member
From: Athens, Greece
Registered: 2009-05-26
Posts: 224
Website

[SOLVED] kernel 3.5.3-1-ARCH & lvm

after upgrading my system, i bumped into this:

ERROR: Unable to find root device /dev/mapper/vg01-rootfs

almost an hour later

in /usr/lib/initcpio/hooks/lvm2

had to change

#!/usr/bin/ash

to

#!/bin/sh

and run mkinitcpio again.


Any ideas why this happened ?

Last edited by ebal (2012-08-29 13:50:45)


https://balaskas.gr
Linux System Engineer - Registered Linux User #420129

Offline

#2 2012-08-29 12:49:41

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

Re: [SOLVED] kernel 3.5.3-1-ARCH & lvm

/bin/sh and /usr/bin/ash refer to the same shell in the initramfs.

You're probably looking this this thread which has equally useless suggestions.

Offline

#3 2012-08-29 13:50:25

ebal
Member
From: Athens, Greece
Registered: 2009-05-26
Posts: 224
Website

Re: [SOLVED] kernel 3.5.3-1-ARCH & lvm

@falconindy

yes, i'll marked as solved.
The link you have provided, have all the help i need.


https://balaskas.gr
Linux System Engineer - Registered Linux User #420129

Offline

Board footer

Powered by FluxBB