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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] M3 beta - where to report problems?
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20M3%20beta%20-%20where%20to%20report%20problems%3F&In-Reply-To=%3C5162B41B.5000506%40roadrunner.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="024250.html">
<LINK REL="Next" HREF="024296.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] M3 beta - where to report problems?</H1>
<B>Frank Griffin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20M3%20beta%20-%20where%20to%20report%20problems%3F&In-Reply-To=%3C5162B41B.5000506%40roadrunner.com%3E"
TITLE="[Mageia-dev] M3 beta - where to report problems?">ftg at roadrunner.com
</A><BR>
<I>Mon Apr 8 14:12:11 CEST 2013</I>
<P><UL>
<LI>Previous message: <A HREF="024250.html">[Mageia-dev] M3 beta - where to report problems?
</A></li>
<LI>Next message: <A HREF="024296.html">[Mageia-dev] M3 beta - where to report problems?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#24294">[ date ]</a>
<a href="thread.html#24294">[ thread ]</a>
<a href="subject.html#24294">[ subject ]</a>
<a href="author.html#24294">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 04/07/2013 11:25 AM, Anne Wilson wrote:
><i> Sorry to be a pain, Frank, but I've never been able to understand the
</I>><i> Rescue mode. Everything I've tried fails. How exactly do you "mount
</I>><i> your root partition"? I went to Console, but every command I tried
</I>><i> failed. I then tried the mount "under /mnt" and messed up the link.
</I>><i> For some reason, even after all this time, I never know exactly what
</I>><i> it intends me to do.
</I>><i>
</I>OK, you have two choices.
if you have a local cauldron mirror or can do network installs, you can
boot isolinux or boot.iso and type "rescue" at the initial text screen
prompt. From there on, you pick a mirror as you would for a network
install, and the only difference is that it will load the rescue kernel
and run the rescue application rather than the standard install.
Or, you can boot the classic install ISO, and one of the GUI choices
should be Rescue.
Once you get the Rescue panel, select Go to Console. Then type
"drvinst", since rescue tends to lag modern hardware, and probably won't
see SATA disks without the additional drivers.
Then mount your root partition. Rescue provides a /mnt node, so you can use
mount -t ext4 /dev/sdaX /mnt
You can then make the symlink modifications in /mnt/etc/systemd/system
and reboot from the root partition.
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="024250.html">[Mageia-dev] M3 beta - where to report problems?
</A></li>
<LI>Next message: <A HREF="024296.html">[Mageia-dev] M3 beta - where to report problems?
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#24294">[ date ]</a>
<a href="thread.html#24294">[ thread ]</a>
<a href="subject.html#24294">[ subject ]</a>
<a href="author.html#24294">[ 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>
|