blob: a3ccecf20b176135981325fdeaa09ab08552be46 (
plain)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20ANNOUNCE%3A%20The%20/usr%20move%20cometh%21%20%3C----%20Instructions&In-Reply-To=%3C20120722052028.4ba3328a%40SuperSize.eslrahc.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="017548.html">
<LINK REL="Next" HREF="017550.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions</H1>
<B>Charles A Edwards</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20ANNOUNCE%3A%20The%20/usr%20move%20cometh%21%20%3C----%20Instructions&In-Reply-To=%3C20120722052028.4ba3328a%40SuperSize.eslrahc.com%3E"
TITLE="[Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions">CAE at eslrahc.com
</A><BR>
<I>Sun Jul 22 11:20:28 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="017548.html">[Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions
</A></li>
<LI>Next message: <A HREF="017550.html">[Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17549">[ date ]</a>
<a href="thread.html#17549">[ thread ]</a>
<a href="subject.html#17549">[ subject ]</a>
<a href="author.html#17549">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Sun, 22 Jul 2012 09:59:27 +0100
Colin Guthrie wrote:
><i> > Booting with
</I>><i> > rw rd.convertfs rd.break=pre-pivot
</I>><i> >
</I>><i> > Using "exit" on 1st shell
</I>><i> >
</I>><i> > (output given as follows)
</I>><i> >
</I>><i> > exit
</I>><i> > pre-pivot
</I>><i> >
</I>><i> > dracut warning: Break before switch_root
</I>><i> > dracut warning: Break before switch_root
</I>><i> >
</I>><i> > Dropping to debug shell.
</I>><i> >
</I>><i> > sh:0: can't access tty; job control off
</I>><i> > switch_root:/#
</I>><i> >
</I>><i> > (end output)
</I>><i> >
</I>><i> > I type exit and the system continues booting.
</I>><i>
</I>><i>
</I>><i> So this looks really like the convertfs module is simply not included
</I>><i> in your initrd.
</I>><i>
</I>><i> Can you confirm that your grub entry is using the latest kernel and
</I>><i> that the initrd used is the right one?
</I>
I use lilo.
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at SuperSize</A> ~]# uname -r
3.4.6-tmb-server-1.mga3
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at SuperSize</A> ~]# dracut -f -a convertfs
I: *** Including module: dash ***
I: *** Including module: i18n ***
I: *** Including module: rpmversion ***
I: *** Including module: convertfs ***
I: *** Including module: plymouth ***
I: *** Including module: kernel-modules ***
I: *** Including module: resume ***
I: *** Including module: rootfs-block ***
I: *** Including module: terminfo ***
I: *** Including module: udev-rules ***
I: Skipping udev rule: 50-udev.rules
I: Skipping udev rule: 95-late.rules
I: Skipping udev rule: 50-firmware.rules
I: *** Including module: usrmount ***
I: *** Including module: base ***
I: *** Including module: fs-lib ***
I: *** Including module: shutdown ***
I: Skipping program kexec as it cannot be found and is flagged to be
optional I: *** Including modules done ***
I: Wrote /boot/initrd-3.4.6-tmb-server-1.mga3.img:
I: -rw-r--r-- 1 root root 7032269 Jul 22
05:02 /boot/initrd-3.4.6-tmb-server-1.mga3.img
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at SuperSize</A> ~]# lsinitrd | grep convertfs
-rwxr-xr-x 1 root root 304 Feb 24 09:38
lib/dracut/hooks/pre-pivot/99do-convertfs.sh
-rwxr-xr-x 1 root root 8031 Jul 21 12:19 usr/bin/convertfs
reboot system
Same occurs
exit
pre-pivot
dracut warning: Break before switch_root
dracut warning: Break before switch_root
Dropping to debug shell.
sh:0: can't access tty; job control off
switch_root:/#
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at SuperSize</A> ~]# uname -r
3.4.6-tmb-server-1.mga3
[<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at SuperSize</A> ~]# lsinitrd | grep convertfs
-rwxr-xr-x 1 root root 304 Feb 24 09:38
lib/dracut/hooks/pre-pivot/99do-convertfs.sh
-rwxr-xr-x 1 root root 8031 Jul 21 12:19 usr/bin/convertfs
Charles
--
Remembering is for those who have forgotten.
-- Chinese proverb
----------------------
Mageia release 3 (Cauldron) for x86_64$
On SuperSize....<A HREF="http://www.eslrahc.com">http://www.eslrahc.com</A>
Registered Linux user #182463
3.4.6-tmb-server-1.mga3 x86_64
----------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20120722/161617c5/attachment.asc>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="017548.html">[Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions
</A></li>
<LI>Next message: <A HREF="017550.html">[Mageia-dev] ANNOUNCE: The /usr move cometh! <---- Instructions
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#17549">[ date ]</a>
<a href="thread.html#17549">[ thread ]</a>
<a href="subject.html#17549">[ subject ]</a>
<a href="author.html#17549">[ 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>
|