diff options
author | Kamil Rytarowski <kamil@mageia.org> | 2012-03-11 20:09:44 +0000 |
---|---|---|
committer | Kamil Rytarowski <kamil@mageia.org> | 2012-03-11 20:09:44 +0000 |
commit | c677be6ba2b4d9af807055f20ef0cd1c184d996b (patch) | |
tree | 8d9b51dec50b5e5fc0af401ece9e60f5635644c9 /uninstall-linux.html | |
download | drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.tar drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.tar.gz drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.tar.bz2 drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.tar.xz drakx-installer-help-c677be6ba2b4d9af807055f20ef0cd1c184d996b.zip |
- import files for the installer (received from Marja)
Diffstat (limited to 'uninstall-linux.html')
-rw-r--r-- | uninstall-linux.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/uninstall-linux.html b/uninstall-linux.html new file mode 100644 index 0000000..5e21900 --- /dev/null +++ b/uninstall-linux.html @@ -0,0 +1,123 @@ +<html> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + + <title>22. How to Uninstall Linux</title> + <link rel="stylesheet" href="../XSL/mdk-doc.css" type="text/css"> + <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> + <link rel="home" href="index.html" title="Installation with DrakX"> + <link rel="up" href="index.html" title="Installation with DrakX"> + <link rel="prev" href="exitInstall.html" title="21. It's Done!"> + </head> + <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> + <div class="navheader"> + <table width="100%" summary="Navigation header"> + <tr> + <th colspan="3" align="center">22. How to Uninstall Linux</th> + </tr> + <tr> + <td width="20%" align="left"><a accesskey="p" href="exitInstall.html">Prev</a> + </td> + <th width="60%" align="center"> </th> + <td width="20%" align="right"> </td> + </tr> + </table> + <hr> + </div> + <div lang="" class="section" title="22. How to Uninstall Linux"> + <div class="titlepage"> + <div> + <div> + <h2 class="title" style="clear: both"><a name="uninstall-linux"></a>22. How to Uninstall Linux + </h2> + </div> + </div> + </div> + + + + <p><a name="BId-drakx-pa200"></a><a class="indexterm" name="BId-drakx-it134"></a> <a class="indexterm" name="BIdNEW-uninstall-linux-it139"></a> If for any reason you want to uninstall <span class="application">Mandriva Linux</span>, + you can do so. The process of uninstalling <span class="application">Mandriva Linux</span> is done in + two steps: + </p> + + + + + <div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;"> + <table border="0" summary="Warning"> + <tr> + <td rowspan="2" align="center" valign="top" width="25"><img alt="[Warning]" src="../common/images/warning.png"></td> + <th align="left">Warning</th> + </tr> + <tr> + <td align="left" valign="top"> + + <p><a name="BId-uninstall-linux-pa206"></a>Removing partitions on + your hard drive will inevitably result in the loss of all data stored on + those partitions. Please make sure you've backed up all of the data you + want to keep <span class="emphasis"><em>before</em></span> proceeding. + </p> + + </td> + </tr> + </table> + </div> + + + <div class="orderedlist"> + <ol class="orderedlist" type="1"> + <li class="listitem"> + + + + + + <p><a name="BId-drakx-pa202"></a>Delete all partitions related to + <span class="application">Mandriva Linux</span> on your hard drive (usually partitions hosting + <acronym class="acronym">ext3</acronym> file systems and the <code class="systemitem">Swap</code> partition) + and — optionally — replace them + with a single partition using <span class="application">DiskDrake</span>. + </p> + + </li> + <li class="listitem"> + + <p><a name="BId-drakx-pa203"></a>Remove<a class="indexterm" name="BId-drakx-it135"></a><a class="indexterm" name="BIdNEW-uninstall-linux-it136"></a><a class="indexterm" name="BIdNEW-uninstall-linux-it137"></a><a class="indexterm" name="BIdNEW-uninstall-linux-it138"></a> the bootloader, <span class="application">LILO</span> in this example, from the + Master Boot Record (<acronym class="acronym">MBR</acronym>). To do so, execute <span class="command"><strong>lilo + -U</strong></span> in a console, as <code class="literal">root</code>. Doing this will not only + uninstall <span class="application">LILO</span> but will also restore the previous master boot + record, if any. + </p> + + + <p><a name="BId-drakx-pa204"></a>If you have a different boot + loader, please refer to its documentation to determine how to regenerate + the master boot record. + </p> + + </li> + </ol> + </div> + + + + </div> + <div class="navfooter"> + <hr> + <table width="100%" summary="Navigation footer"> + <tr> + <td width="40%" align="left"><a accesskey="p" href="exitInstall.html">Prev</a> + </td> + <td width="20%" align="center"> </td> + <td width="40%" align="right"> </td> + </tr> + <tr> + <td width="40%" align="left" valign="top">21. It's Done! </td> + <td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td> + <td width="40%" align="right" valign="top"> </td> + </tr> + </table> + </div> + </body> +</html> |