1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Issues with dracut
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Issues%20with%20dracut&In-Reply-To=%3Cop.v6nxuebzn7mcit%40hodgins.homeip.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="010669.html">
<LINK REL="Next" HREF="010540.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Issues with dracut</H1>
<B>David W. Hodgins</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Issues%20with%20dracut&In-Reply-To=%3Cop.v6nxuebzn7mcit%40hodgins.homeip.net%3E"
TITLE="[Mageia-dev] Issues with dracut">davidwhodgins at gmail.com
</A><BR>
<I>Sun Dec 18 03:14:28 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="010669.html">[Mageia-dev] Issues with dracut
</A></li>
<LI>Next message: <A HREF="010540.html">[Mageia-dev] Issues with dracut
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10617">[ date ]</a>
<a href="thread.html#10617">[ thread ]</a>
<a href="subject.html#10617">[ subject ]</a>
<a href="author.html#10617">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Sat, 17 Dec 2011 15:21:14 -0500, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote:
><i> Dracut should install all dynamic libs needed by apps. Which app needs
</I>><i> this library specifically?
</I>
Do you have /usr on a logical volume?
I've figured out now, that /lib/dracut/hooks/pre-pivot/50mount-usr.sh is
failing, as lvm has not yet been activated.
Later, I'm dropped to a shell, after the switch to the new root, and
since /usr hasn't been mounted, any commands that try to load
/usr/lib/libncursesw.so.5 such as lvm, grep, or less, will fail.
When I've copied /usr/lib/libncursesw.so.5* to /lib and run ldconfig,
it still fails in 50mount-usr, but succeeds later, after the root
switch.
The dm-mod module loading, and the "lvm vgchange -ay --sysinit" command
should be run before looking for the root file system, as it too could be
on a logical volume.
Regards, Dave Hodgins
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="010669.html">[Mageia-dev] Issues with dracut
</A></li>
<LI>Next message: <A HREF="010540.html">[Mageia-dev] Issues with dracut
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10617">[ date ]</a>
<a href="thread.html#10617">[ thread ]</a>
<a href="subject.html#10617">[ subject ]</a>
<a href="author.html#10617">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|