aboutsummaryrefslogtreecommitdiffstats
path: root/en/1/migrate/index.php
blob: d8eef00753747f16a433575d80df0af0c7206d06 (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
<?php
$_t = array(
    'page_title' => 'Migrate from Mandriva Linux to Mageia',
    'page_desc' => 'How to migrate from Mandriva Linux 2010.1/2010.2 to Mageia 1 in a few, safe steps.',
    'page_kw' => 'mageia, mandriva, upgrade, migrate',
    'page_h1' => 'Migrate from Mandriva Linux'
);


?><!DOCTYPE html>
<html lang="<?php echo $locale; ?>">
<head>
    <meta charset="utf-8" />
    <title><?php echo $_t['page_title']; ?></title>
    <meta name="description" content="<?php echo $_t['page_desc']; ?>" />
    <meta name="keywords" content="<?php echo $_t['page_kw']; ?>" />
    <meta name="author" content="Mageia" />
    <link rel="stylesheet" type="text/css" href="/g/style/all.css" >
    <?php include '../../../analytics.php'; ?>
</head>
<body class="release">
    <?php include '../../../langs.php'; ?>
    
    <div id="doc" class="yui-t7">
        <div id="hd" role="banner"><h1><a id="logo" href="/"><span>Mageia</span></a> <span class="lsep">|</span> <span class="subh"><?php echo $_t['page_h1']; ?></span></h1></div>
        <div id="bd" role="main">
            <div class="yui-g">
                <?php include '../nav.php'; ?>
                <div class="para">
                <p>Upgrading from Mandriva Linux 2010.1 and 2010.2 is supported, and has been fine tuned over the past
                months, so it should work. But as always and before:</p>
                <ul>
                    <li>back up your data before upgrading;</li>
                    <li>if you are upgrading a laptop, connect to power!
                        You might be updating over 2000 packages, and this can take some time;</li>
                    <li>do not start up any net-intensive applications during the upgrade
                        &ndash; you need to reserve bandwidth for the upgrade.</li>
                </ul>
                <p>There are several ways to upgrade from one of those previous Mandriva releases:</p>
                <ul>
                    <li><a href="#dvd">using the Mageia 1 DVD</a></li>
                    <li><a href="#inline">using the online media sources directly</a>,
                        using <a href="#mgaonline">mgaonline</a> or <a href="#urpmi">urpmi</a>.</li>
                </ul>
                <hr>
                <h2 id="dvd">Upgrade using the Mageia 1 DVD</h2>
                <p>You can use the <a href="/downloads/">Mageia 1 DVD</a> to do a clean install
                    but also to upgrade from previous releases.</p>
                <p>To upgrade:</p>
                <ul>
                    <li><a href="/downloads/">Download the ISO</a> and burn it on a DVD;</li>
                    <li>Boot the DVD and select "Install Mageia 1" from the bootloader menu;</li>
                    <li>Select the "Upgrade" option in the installer.</li>
                </ul>
                <p>It is recommended to set up the online repositories, if possible
                    &ndash; the installer will ask you about this during the upgrade.
                    The reason is that the DVD only includes a subset
                    of these full fledged online Mageia repositories.</p>
                <hr>
                <h2 id="inline">Upgrading inline</h2>
                <p>You can upgrade using the online media sources directly, from within your Mandriva installation.</p>
                <p>This can be done either using the graphical <code>mgaonline</code> tool
                    or the command-line <code>urpmi</code>.
                    Both methods are outlined below. But first, download and install
                    this <code>mgaonline</code> package that will help you through the process:</p>
                
                <p style="text-align: center;"><a href="/en/downloads/dl.php?product=mgaonline" rel="nofollow" title="Download mgaonline"><img src="/g/images/oxygen/application-x-rpm.png" alt="mgaonline"><br>
                    mgaonline<br>
                    for Mandriva Linux<br> 2010.1 or 2010.2</a></p>
                
                <br>
                <p>Note that you may get a security warning, due to invalid package signatures.
                    This is because a Mandriva system does not recognise Mageia signatures;
                    you can safely ignore these warnings.
                    Yes, that sucks, we know.</p>
                    
                <p>So, it installed the package? Good, let's move on and pick a) or b) below:</p>
                <br>
                <h2 id="mgaonline">a) Upgrading inline, using mgaonline (GUI)</h2>
                <p>Just close your graphical session and log in again.
                    A pop-up window will notify you of the availability of the new Mageia 1 distribution:</p>
                <img src="/g/1/mgaonline/mgaonline8.png" alt="mgaonline pop-up" class="screen-copy">

                <p>Just follow the wizard instructions; it will configure Mageia media sources and start the migration.</p>
                <img src="/g/1/mgaonline/mgaonline2.png" alt="mgaonline pop-up" class="screen-copy">

                <p>As soon as the migration is complete, you should restart your system; and here you are.</p>

                <br>
                <h2 id="urpmi">b) Upgrading inline, using urpmi (CLI)</h2>
                <p>You can also upgrade using <code>urpmi</code> from your favourite terminal emulator,
                    if you are confortable with it. Here are the steps:</p>
                <ul>
                    <li><p>Remove all the existing media sources on your system:</p>
                        <p><code class="term">$ su<br />
                        # urpmi.removemedia -a</code></p></li>
                    <li><p>Add the Mageia online sources:</p>
                    <ul>
                        <li><p>either directly (this will select a best matching mirror, after your location):</p>
                            <p><code class="term">$ su<br />
                            # urpmi.addmedia --distrib --mirrorlist</code></p>
                        </li>
                        <li><p>either using a specific media mirror (you can decide from <a href="http://mirrors.mageia.org/distrib">our mirrors list</a>):</p>
                            <p><code class="term">$ su<br />
                            # urpmi.addmedia --distrib &lt;media_url&gt;</code></p>
                        </li>
                    </ul>
                    </li>
                </ul>
                <hr>
                <h2>That's it!</h2>
            </div></div>
            <hr>
            <div class="yui-g">
                <div class="yui-u first"><div class="para" style="padding-right: 0;">
                    <h3>Have a question?</h3>
                    <p>Do not hesitate to join our <a href="irc://irc.freenode.net/#mageia">#mageia</a>
                        IRC channel on Freenode or go in <a href="http://forums.mageia.org/">our forum</a>
                        to ask for assistance or details.</p>

                </div></div>
                <div class="yui-u"><div class="para">
                    <h3>Want to send some feedback?</h3>
                    <p>Just <a href="http://twitter.com/mageia_org">tweet it to @mageia_org</a>.</p>
                </div></div>
            </div>
        </div>
    </div>
</body>
</html>