aboutsummaryrefslogtreecommitdiffstats
path: root/installer/5/eo/content/Select-and-use-ISOs.html
diff options
context:
space:
mode:
Diffstat (limited to 'installer/5/eo/content/Select-and-use-ISOs.html')
-rw-r--r--installer/5/eo/content/Select-and-use-ISOs.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/installer/5/eo/content/Select-and-use-ISOs.html b/installer/5/eo/content/Select-and-use-ISOs.html
index 05babb09..f7d46029 100644
--- a/installer/5/eo/content/Select-and-use-ISOs.html
+++ b/installer/5/eo/content/Select-and-use-ISOs.html
@@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=7"/>
<title>Select and use ISOs</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.75.2"/><link rel="home" href="index.html" title="Instalado per DrakX-o"/><link rel="up" href="index.html" title="Instalado per DrakX-o"/><link rel="prev" href="index.html" title="Instalado per DrakX-o"/><link rel="next" href="installer.html" title="DrakX, la instalilo de Magejo"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script type="text/javascript">
//The id for tree cookie
- var treeCookieId = "treeview-1952";
+ var treeCookieId = "treeview-1999";
var language = "en";
var w = new Object();
//Localization
@@ -50,7 +50,7 @@ software.</p></li></ul></div></div><div class="section" title="boot-nonfree.iso"
it.</p></li></ul></div></div></div></div><div class="section" title="Downloading and Checking Media"><div class="titlepage"><div><div><h3 class="title"><a id="d4e131"><!----></a>Downloading and Checking Media</h3></div></div></div><div class="section" title="Downloading"><div class="titlepage"><div><div><h4 class="title"><a id="d4e133"><!----></a>Downloading</h4></div></div></div><p>Once you have chosen your ISO file, you can download it using either http or
BitTorrent. In both cases, a window gives you some information, such as the
mirror in use and the possibility to change if the bandwidth is to low. If
-http is chosen, you may also see something like</p><div class="mediaobject"><img src="../../en/content/images/Checking.png" width="650"/></div><p>md5sum and sha1sum are tools to check the ISO integrity. Use only one of
+http is chosen, you may also see something like</p><div class="mediaobject"><img src="../../en/content/images/Checking.png"/></div><p>md5sum and sha1sum are tools to check the ISO integrity. Use only one of
them. Both hexadecimal numbers have been calculated by an algorithm from the
file to be downloaded. When you ask these algorithms to recalculate this
number from your downloaded file, either you have the same number and your
@@ -59,7 +59,7 @@ failure. A failure infers that you should retry the download.Then this
window appears:</p><div class="mediaobject"><img src="../../en/content/images/Download.png"/></div><p>Check the radio button Save File.</p></div><div class="section" title="Checking the downloaded media integrity"><div class="titlepage"><div><div><h4 class="title"><a id="d4e144"><!----></a>Checking the downloaded media integrity</h4></div></div></div><p>Open a console, no need to be root, and:</p><p>- To use md5sum, type: [sam@localhost]$ <strong class="userinput"><code>md5sum
path/to/the/image/file.iso</code></strong>.</p><p>- To use sha1sum, type: [sam@localhost]$ <strong class="userinput"><code>sha1sum
path/to/the/image/file.iso</code></strong>.</p><p>and compare the obtained number on your computer (you may have to wait for a
-while) with the number given by Mageia. Example:</p><div class="mediaobject"><img src="images/Md5sum.png" width="650"/></div><p/></div></div><div class="section" title="Burn or dump the ISO"><div class="titlepage"><div><div><h3 class="title"><a id="d4e156"><!----></a>Burn or dump the ISO</h3></div></div></div><p>The checked ISO can now be burned to a CD or DVD or dumped to a USB
+while) with the number given by Mageia. Example:</p><div class="mediaobject"><img src="images/Md5sum.png"/></div><p/></div></div><div class="section" title="Burn or dump the ISO"><div class="titlepage"><div><div><h3 class="title"><a id="d4e156"><!----></a>Burn or dump the ISO</h3></div></div></div><p>The checked ISO can now be burned to a CD or DVD or dumped to a USB
stick. These operations are not a simple copy and aim to make a boot-able
medium.</p><div class="section" title="Burning the ISO to a CD/DVD"><div class="titlepage"><div><div><h4 class="title"><a id="d4e159"><!----></a>Burning the ISO to a CD/DVD</h4></div></div></div><p>Use whatever burner you wish but ensure the burning device is set correctly
to <span class="bold"><strong>burn an image</strong></span>, burn data or files is not
@@ -68,11 +68,11 @@ wiki</a>.</p></div><div class="section" title="Dump the ISO to a USB stick"><div
and then use it to boot and install the system.</p><div class="warning" title="Averto" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Averto</h3><p>"dumping" an image onto a flash device destroys any previous file-system on
the device; any other data will be lost and the partition capacity will be
reduced to the image size.</p></div><p>To recover the original capacity, you must re-format the USB stick.</p><div class="section" title="Using Mageia"><div class="titlepage"><div><div><h5 class="title"><a id="d4e170"><!----></a>Using Mageia</h5></div></div></div><p>You can use a graphical tool like <a class="link" href="https://wiki.mageia.org/en/IsoDumper_Writing_ISO_images_on_USB_sticks" target="_top">IsoDumper</a></p><p>You can also use the dd tool in a console:</p><div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><p>Open a console</p></li><li class="listitem"><p>Become root with the command <strong class="userinput"><code>su -</code></strong> (don't forget the
-final '-' )</p><div class="mediaobject"><img src="images/Root.png" width="650"/></div></li><li class="listitem"><p>Plug your USB stick (do not mount it, this also means do not open any
-application or file manager that could access or read it)</p></li><li class="listitem"><p>Enter the command <strong class="userinput"><code>fdisk -l</code></strong></p><div class="mediaobject"><img src="images/Fdisk.png" width="650"/></div></li><li class="listitem"><p>Find the device name for your USB stick (by its size), for example /dev/sdb
+final '-' )</p><div class="mediaobject"><img src="images/Root.png"/></div></li><li class="listitem"><p>Plug your USB stick (do not mount it, this also means do not open any
+application or file manager that could access or read it)</p></li><li class="listitem"><p>Enter the command <strong class="userinput"><code>fdisk -l</code></strong></p><div class="mediaobject"><img src="images/Fdisk.png"/></div></li><li class="listitem"><p>Find the device name for your USB stick (by its size), for example /dev/sdb
in the screenshot above, it is a 8Go USB stick.</p></li><li class="listitem"><p>Enter the command: # <strong class="userinput"><code>dd if=path/to/the/ISO/file of=/dev/sdX
bs=1M</code></strong></p><p>Where X=your device name eg: /dev/sdc</p><p>Example: # <strong class="userinput"><code>dd if=/home/user/Downloads/Mageia-4-x86_64-DVD.iso
of=/dev/sdb bs=1M</code></strong></p></li><li class="listitem"><p>Enter the command: # <strong class="userinput"><code>sync</code></strong></p></li><li class="listitem"><p>Unplug your USB stick, it is done</p></li></ol></div></div><div class="section" title="Using Windows"><div class="titlepage"><div><div><h5 class="title"><a id="d4e205"><!----></a>Using Windows</h5></div></div></div><p>You could try:</p><p>- <a class="link" href="http://rufus.akeo.ie/?locale=en_US" target="_top">Rufus</a></p><p>- <a class="link" href="http://sourceforge.net/projects/win32diskimager" target="_top">Win32
Disk Imager</a></p><p/></div></div></div><div class="section" title="Mageia Installation"><div class="titlepage"><div><div><h3 class="title"><a id="d4e213"><!----></a>Mageia Installation</h3></div></div></div><p>This step is detailed in <a class="link" href="http://www.mageia.org/en/doc/" target="_top">the
Mageia documentation</a>.</p><p>More information is available in <a class="link" href="https://wiki.mageia.org/en/Category:Documentation" target="_top">the Mageia
-wiki</a>.</p></div></div><script xmlns="" type="text/javascript" src="main.js"><!----></script><hr xmlns=""/><div xmlns="" class="copyright">© Mageia</div><div xmlns="" class="license"><a href="index.html#CC_BY-SA">CC BY-SA 3.0</a></div><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Antaŭen</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="installer.html">Sekven</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Hejmen</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Serĉi</em></a></li></ul><div id="treeDiv"><img src="../../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"/><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li id="webhelp-currentid"><span class="file section"><a href="Select-and-use-ISOs.html">Select and use ISOs</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e18">Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e20">Definition</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e25">Classical installation media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e27">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e34">DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e45">DVD dual arch</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e56">Live media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e58">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e72">Live CD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e81">Live CD GNOME</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e90">Live DVD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e99">Live DVD GNOME</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e108">Boot-only CD media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e110">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e121">boot.iso</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e126">boot-nonfree.iso</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e131">Downloading and Checking Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e133">Downloading</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e144">Checking the downloaded media integrity</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e156">Burn or dump the ISO</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e159">Burning the ISO to a CD/DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e164">Dump the ISO to a USB stick</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e170">Using Mageia</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e205">Using Windows</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e213">Mageia Installation</a></span></li></ul></li><li><span class="file section"><a href="installer.html">DrakX, la instalilo de Magejo</a></span><ul><li><span class="file section"><a href="installer.html#installationSteps">La instal-paŝoj</a></span></li><li><span class="file section"><a href="installer.html#installationProblems">Instal-problemoj kaj eblaj solvoj</a></span><ul><li><span class="file section"><a href="installer.html#noX">Sen grafika interfaco</a></span></li><li><span class="file section"><a href="installer.html#installFreezes">Instal-paneoj</a></span></li><li><span class="file section"><a href="installer.html#kernelOptions">RAM problem</a></span></li><li><span class="file section"><a href="installer.html#DynamicPartitions">Dynamic partitions</a></span></li></ul></li></ul></li><li><span class="file section"><a href="selectLanguage.html">Bv. elekti la uzotan lingvon</a></span></li><li><span class="file section"><a href="acceptLicense.html">Licenco kaj publikig-notoj</a></span><ul><li><span class="file section"><a href="acceptLicense.html#license">Licenco</a></span></li><li><span class="file section"><a href="acceptLicense.html#releaseNotes">Publikig-notoj</a></span></li></ul></li><li><span class="file section"><a href="setupSCSI.html">Konfiguri SCSI</a></span></li><li><span class="file section"><a href="selectInstallClass.html">Instalado/ĝisdatigo</a></span></li><li><span class="file section"><a href="selectKeyboard.html">Klavaro</a></span></li><li><span class="file section"><a href="doPartitionDisks.html">Kreo de subdiskoj</a></span></li><li><span class="file section"><a href="ask_mntpoint_s.html">Elekti surmetingojn</a></span></li><li><span class="file section"><a href="takeOverHdConfirm.html">Confirm hard disk to be formatted</a></span></li><li><span class="file section"><a href="diskdrake.html">Agordi subdiskon per DiskDrake</a></span></li><li><span class="file section"><a href="formatPartitions.html">Strukturi subdiskojn</a></span></li><li><span class="file section"><a href="add_supplemental_media.html">Selekto de datumportilo (Konfiguru aldonaj instal-datumportiloj)</a></span></li><li><span class="file section"><a href="media_selection.html">Media Selection (Nonfree)</a></span></li><li><span class="file section"><a href="chooseDesktop.html">Grafika medio</a></span></li><li><span class="file section"><a href="choosePackageGroups.html">Pakaĵaj grupoj</a></span></li><li><span class="file section"><a href="minimal-install.html">Minimuma instalo</a></span></li><li><span class="file section"><a href="choosePackagesTree.html">Elekto de individuaj pakaĵoj</a></span></li><li><span class="file section"><a href="addUser.html">Uzula kaj superuzula administrado</a></span><ul><li><span class="file section"><a href="addUser.html#root-password">Kreo de mastrumanta pasvorto (Set administrator (root) password):</a></span></li><li><span class="file section"><a href="addUser.html#enterUser">Enigo de uzulo (Enter a user)</a></span></li><li><span class="file section"><a href="addUser.html#addUserAdvanced">Sperta uzulo-administrado</a></span></li></ul></li><li><span class="file section"><a href="configureX_chooser.html">Konfiguri X, grafik-karton kaj monitoron</a></span></li><li><span class="file section"><a href="configureX_card_list.html">Choose an X Server (Configure your Graphic Card)</a></span></li><li><span class="file section"><a href="configureX_monitor.html">Choosing your Monitor</a></span></li><li><span class="file section"><a href="setupBootloader.html">Lanĉilaj ĉefaj elektoj</a></span><ul><li><span class="file section"><a href="setupBootloader.html#usingMageiaBootloader">Uzi la lanĉilon de Magejo</a></span></li><li><span class="file section"><a href="setupBootloader.html#usingExistingBootloader">Uzi ekzistantan lanĉilon</a></span></li><li><span class="file section"><a href="setupBootloader.html#advancedOptionBootloader">Lanĉila sperta elekto</a></span></li></ul></li><li><span class="file section"><a href="setupBootloaderAddEntry.html">Add or Modify a Boot Menu Entry</a></span></li><li><span class="file section"><a href="misc-params.html">Diversaj parametroj</a></span><ul><li><span class="file section"><a href="misc-params.html#misc-params-system">Sistemaj parametroj</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-hardware">Aparatar-parametroj</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-network">Retaj parametroj</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-security">Sekureco</a></span></li></ul></li><li><span class="file section"><a href="configureTimezoneUTC.html">Konfiguru vian horzonon</a></span></li><li><span class="file section"><a href="selectCountry.html">Elektu vian Landon / Regionon</a></span><ul><li><span class="file section"><a href="selectCountry.html#inputMethod">Enir-metodo</a></span></li></ul></li><li><span class="file section"><a href="configureServices.html">Konfiguru viajn Servojn</a></span></li><li><span class="file section"><a href="selectMouse.html">Selekti muson</a></span></li><li><span class="file section"><a href="soundConfig.html">Sound Configuration</a></span><ul><li><span class="file section"><a href="soundConfig.html#soundConfig-Advanced">Progresinta</a></span></li></ul></li><li><span class="file section"><a href="securityLevel.html">Sekurec-nivelo</a></span></li><li><span class="file section"><a href="installUpdates.html">Ĝisdatigoj</a></span></li><li><span class="file section"><a href="exitInstall.html">Gratulon</a></span></li><li><span class="file section"><a href="uninstall-Mageia.html">Uninstalling Mageia</a></span><ul><li><span class="file section"><a href="uninstall-Mageia.html#d4e1060">Howto</a></span></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm"><fieldset class="searchFieldSet"><legend>Serĉi</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText"/> &nbsp; <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch"/></center></fieldset></form></div><div id="searchResults"><center/></div></div></div></div></div></body></html>
+wiki</a>.</p></div></div><script xmlns="" type="text/javascript" src="main.js"><!----></script><hr xmlns=""/><div xmlns="" class="copyright">© Mageia</div><div xmlns="" class="license"><a href="index.html#CC_BY-SA">CC BY-SA 3.0</a></div><div id="upload_date">Uploaded on 02/07/2015</div><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Antaŭen</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="installer.html">Sekven</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Hejmen</a></td><td width="40%" align="right" valign="top"> </td></tr></table></div></div><div><div id="leftnavigation"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Serĉi</em></a></li></ul><div id="treeDiv"><img src="../../common/images/loading.gif" alt="loading table of contents..." id="tocLoading" style="display:block;"/><div id="ulTreeDiv" style="display:none"><ul id="tree" class="filetree"><li id="webhelp-currentid"><span class="file section"><a href="Select-and-use-ISOs.html">Select and use ISOs</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e18">Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e20">Definition</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e25">Classical installation media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e27">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e34">DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e45">DVD dual arch</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e56">Live media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e58">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e72">Live CD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e81">Live CD GNOME</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e90">Live DVD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e99">Live DVD GNOME</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e108">Boot-only CD media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e110">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e121">boot.iso</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e126">boot-nonfree.iso</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e131">Downloading and Checking Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e133">Downloading</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e144">Checking the downloaded media integrity</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e156">Burn or dump the ISO</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e159">Burning the ISO to a CD/DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e164">Dump the ISO to a USB stick</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e170">Using Mageia</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e205">Using Windows</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e213">Mageia Installation</a></span></li></ul></li><li><span class="file section"><a href="installer.html">DrakX, la instalilo de Magejo</a></span><ul><li><span class="file section"><a href="installer.html#installationSteps">La instal-paŝoj</a></span></li><li><span class="file section"><a href="installer.html#installationProblems">Instal-problemoj kaj eblaj solvoj</a></span><ul><li><span class="file section"><a href="installer.html#noX">Sen grafika interfaco</a></span></li><li><span class="file section"><a href="installer.html#installFreezes">Instal-paneoj</a></span></li><li><span class="file section"><a href="installer.html#kernelOptions">RAM problem</a></span></li><li><span class="file section"><a href="installer.html#DynamicPartitions">Dynamic partitions</a></span></li></ul></li></ul></li><li><span class="file section"><a href="selectLanguage.html">Bv. elekti la uzotan lingvon</a></span></li><li><span class="file section"><a href="acceptLicense.html">Licenco kaj publikig-notoj</a></span><ul><li><span class="file section"><a href="acceptLicense.html#license">Licenco</a></span></li><li><span class="file section"><a href="acceptLicense.html#releaseNotes">Publikig-notoj</a></span></li></ul></li><li><span class="file section"><a href="setupSCSI.html">Konfiguri SCSI</a></span></li><li><span class="file section"><a href="selectInstallClass.html">Instalado/ĝisdatigo</a></span></li><li><span class="file section"><a href="selectKeyboard.html">Klavaro</a></span></li><li><span class="file section"><a href="doPartitionDisks.html">Kreo de subdiskoj</a></span></li><li><span class="file section"><a href="ask_mntpoint_s.html">Elekti surmetingojn</a></span></li><li><span class="file section"><a href="takeOverHdConfirm.html">Confirm hard disk to be formatted</a></span></li><li><span class="file section"><a href="diskdrake.html">Agordi subdiskon per DiskDrake</a></span></li><li><span class="file section"><a href="formatPartitions.html">Strukturi subdiskojn</a></span></li><li><span class="file section"><a href="add_supplemental_media.html">Selekto de datumportilo (Konfiguru aldonaj instal-datumportiloj)</a></span></li><li><span class="file section"><a href="media_selection.html">Media Selection (Nonfree)</a></span></li><li><span class="file section"><a href="chooseDesktop.html">Grafika medio</a></span></li><li><span class="file section"><a href="choosePackageGroups.html">Pakaĵaj grupoj</a></span></li><li><span class="file section"><a href="minimal-install.html">Minimuma instalo</a></span></li><li><span class="file section"><a href="choosePackagesTree.html">Elekto de individuaj pakaĵoj</a></span></li><li><span class="file section"><a href="addUser.html">Uzula kaj superuzula administrado</a></span><ul><li><span class="file section"><a href="addUser.html#root-password">Kreo de mastrumanta pasvorto (Set administrator (root) password):</a></span></li><li><span class="file section"><a href="addUser.html#enterUser">Enigo de uzulo (Enter a user)</a></span></li><li><span class="file section"><a href="addUser.html#addUserAdvanced">Sperta uzulo-administrado</a></span></li></ul></li><li><span class="file section"><a href="configureX_chooser.html">Konfiguri X, grafik-karton kaj monitoron</a></span></li><li><span class="file section"><a href="configureX_card_list.html">Choose an X Server (Configure your Graphic Card)</a></span></li><li><span class="file section"><a href="configureX_monitor.html">Choosing your Monitor</a></span></li><li><span class="file section"><a href="setupBootloader.html">Lanĉilaj ĉefaj elektoj</a></span><ul><li><span class="file section"><a href="setupBootloader.html#usingMageiaBootloader">Uzi la lanĉilon de Magejo</a></span></li><li><span class="file section"><a href="setupBootloader.html#usingExistingBootloader">Uzi ekzistantan lanĉilon</a></span></li><li><span class="file section"><a href="setupBootloader.html#advancedOptionBootloader">Lanĉila sperta elekto</a></span></li></ul></li><li><span class="file section"><a href="setupBootloaderAddEntry.html">Add or Modify a Boot Menu Entry</a></span></li><li><span class="file section"><a href="misc-params.html">Diversaj parametroj</a></span><ul><li><span class="file section"><a href="misc-params.html#misc-params-system">Sistemaj parametroj</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-hardware">Aparatar-parametroj</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-network">Retaj parametroj</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-security">Sekureco</a></span></li></ul></li><li><span class="file section"><a href="configureTimezoneUTC.html">Konfiguru vian horzonon</a></span></li><li><span class="file section"><a href="selectCountry.html">Elektu vian Landon / Regionon</a></span><ul><li><span class="file section"><a href="selectCountry.html#inputMethod">Enir-metodo</a></span></li></ul></li><li><span class="file section"><a href="configureServices.html">Konfiguru viajn Servojn</a></span></li><li><span class="file section"><a href="selectMouse.html">Selekti muson</a></span></li><li><span class="file section"><a href="soundConfig.html">Sound Configuration</a></span><ul><li><span class="file section"><a href="soundConfig.html#soundConfig-Advanced">Progresinta</a></span></li></ul></li><li><span class="file section"><a href="securityLevel.html">Sekurec-nivelo</a></span></li><li><span class="file section"><a href="installUpdates.html">Ĝisdatigoj</a></span></li><li><span class="file section"><a href="exitInstall.html">Gratulon</a></span></li><li><span class="file section"><a href="uninstall-Mageia.html">Uninstalling Mageia</a></span><ul><li><span class="file section"><a href="uninstall-Mageia.html#d4e1088">Howto</a></span></li></ul></li></ul></div></div><div id="searchDiv"><div id="search"><form onsubmit="Verifie(ditaSearch_Form);return false" name="ditaSearch_Form" class="searchForm"><fieldset class="searchFieldSet"><legend>Serĉi</legend><center><input id="textToSearch" name="textToSearch" type="text" class="searchText"/> &nbsp; <input onclick="Verifie(ditaSearch_Form)" type="button" class="searchButton" value="Go" id="doSearch"/></center></fieldset></form></div><div id="searchResults"><center/></div></div></div></div></div></body></html>