<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="X-UA-Compatible" content="IE=7"/> <title>18. Opstartlader, gevorderd gebruik</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.75.2"/><link rel="home" href="index.html" title="Installeren met DrakX"/><link rel="up" href="index.html" title="Installeren met DrakX"/><link rel="prev" href="setupBootloaderBeginner.html" title="17. Algemene opties voor de opstartlader"/><link rel="next" href="misc-params.html" title="19. Overzicht van diverse instellingen"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script type="text/javascript"> //The id for tree cookie var treeCookieId = "treeview-1484"; var language = "en"; var w = new Object(); //Localization txt_filesfound = ''; txt_enter_at_least_1_char = ""; txt_browser_not_supported = ""; txt_please_wait = ""; txt_results_for = ""; txt_no_results_for = ""; </script><style type="text/css"> input { margin-bottom: 5px; margin-top: 2px; } .folder { display: block; height: 22px; padding-left: 20px; background: transparent url(../common/jquery/treeview/images/folder.gif) 0 0px no-repeat; } </style><link rel="shortcut icon" href="./favicon.png" type="image/x-icon"/><link rel="stylesheet" type="text/css" href="../common/css/positioning.css"/><link rel="stylesheet" type="text/css" href="../common/jquery/theme-redmond/jquery-ui-1.8.2.custom.css"/><link rel="stylesheet" type="text/css" href="../common/jquery/treeview/jquery.treeview.css"/><link rel="stylesheet" type="text/css" href="./webhelp-default.css"/><link rel="stylesheet" type="text/css" href="./webhelp-custom.css"/><script type="text/javascript" src="../common/jquery/jquery-1.4.2.min.js"><!----></script><script type="text/javascript" src="../common/jquery/jquery-ui-1.8.2.custom.min.js"><!----></script><script type="text/javascript" src="../common/jquery/jquery.cookie.js"><!----></script><script type="text/javascript" src="../common/jquery/treeview/jquery.treeview.min.js"><!----></script><script type="text/javascript" src="search/htmlFileList.js"><!----></script><script type="text/javascript" src="search/htmlFileInfoList.js"><!----></script><script type="text/javascript" src="./nwSearchFnt.js"><!----></script><script type="text/javascript" src="search/stemmers/en_stemmer.js"><!--//make this scalable to other languages as well.--></script><script type="text/javascript" src="search/index-1.js"><!----></script><script type="text/javascript" src="search/index-2.js"><!----></script><script type="text/javascript" src="search/index-3.js"><!----></script></head><body><div xmlns="" id="header"><div id="navheader"><!----><table><tr><td style="height: 28px; width: 16px;"><a id="showHideButton" onclick="showHideToc();" class="pointLeft" title="Hide TOC tree">. </a></td><td><img src="../common/images/highlight-blue.gif" alt="H" height="25px" onclick="toggleHighlight()" id="showHideHighlight" style="cursor:pointer" title=""/></td><td><a accesskey="p" href="setupBootloaderBeginner.html">Terug</a> | <a accesskey="n" href="misc-params.html">Volgende</a></td></tr></table></div><div id="headerlogo"><img src="./t-mageia-2011.png" alt="Company Logo"/></div><h1 id="pagetitle">18. Opstartlader, gevorderd gebruik<br/> </h1></div><div id="content"><!----><div xml:lang="nl" class="section" title="18. Opstartlader, gevorderd gebruik"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="setupBootloaderExpert"><!----></a>18. Opstartlader, gevorderd gebruik</h2></div></div></div><p><a id="setupBootloaderExpert-pa1"><!----></a>Als u dat nog niet heeft gedaan, lees dan a.u.b. eerst <a class="xref" href="setupBootloaderBeginner.html" title="17. Algemene opties voor de opstartlader">Paragraaf 17, “Algemene opties voor de opstartlader”</a>.</p><div class="section" title="18.1. Handmatig een op GRUB2 gebaseerd systeem toevoegen"><div class="titlepage"><div><div><h3 class="title"><a id="addingGRUB2system"><!----></a>18.1. Handmatig een op GRUB2 gebaseerd systeem toevoegen</h3></div></div></div><p><a id="setupBootloaderExpert-pa7"><!----></a>Een op GRUB2 gebaseerd systeem kan als volgt aan het Mageia boot menu toegevoegd worden:</p><div class="itemizedlist"><ul class="itemizedlist" type="disc"><li class="listitem"><p><a id="setupBootloaderExpert-pa8"><!----></a>Start het betreffende systeem. Geef het volgende commando in een terminal om de GRUB2 versie te bepalen:</p><p><a id="setupBootloaderExpert-pa9"><!----></a><code class="literal">sudo grub-install --version</code></p><p><a id="setupBootloaderExpert-pa10"><!----></a>of als dat niet lukt:</p><p><a id="setupBootloaderExpert-pa11"><!----></a><code class="literal">sudo grub2-install --version</code></p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa12"><!----></a>Als dit "GNU GRUB version 0.97" (mogelijk met een aangepaste suffix) oplevert, dan is GRUB (ook wel GRUB legacy genoemd) in gebruik, niet GRUB2, en zou uw systeem tijdens de installatie correct door Mageia herkend en aan het opstartmenu toegevoegd moeten worden.</p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa15"><!----></a>Als het (GRUB) 1.98 of 1.99 of 2.xx oplevert, dan gebruikt u GRUB2.</p><p><a id="setupBootloaderExpert-pa16"><!----></a>Maak een notitie van de versie en geef dit commando om de root partitie te identificeren:</p><p><a id="setupBootloaderExpert-pa17"><!----></a><code class="literal">df -h / |(read; awk '{print $1; exit}')</code></p><p><a id="setupBootloaderExpert-pa18"><!----></a>Dit zal iets opleveren als:</p><p><a id="setupBootloaderExpert-pa20"><!----></a><code class="literal">/dev/sdb11</code></p><p><a id="setupBootloaderExpert-pa21"><!----></a>sdb11 is de root-partitie - noteer dit.</p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa22"><!----></a>Controleer nu of de /boot map ook in deze partite is, met het volgende commando:</p><p><a id="setupBootloaderExpert-pa23"><!----></a><code class="literal">df -h /boot |(read; awk '{print $1; exit}')</code></p><p><a id="setupBootloaderExpert-pa25"><!----></a>Als /boot op een aparte partitie staat, noteer dat dan en gebruik in dat geval de /boot partitie op de "root" regel terwijl u menu.lst bewerkt (zie hieronder).</p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa26"><!----></a>U kunt nu uw systeem afsluiten en Mageia installeren.</p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa27"><!----></a>Start daarna uw nieuwe Mageia systeem, open een terminal en bewerk, als root, het bestand /boot/grub/menu.lst als volgt:</p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa28"><!----></a>Om root te worden, type:</p><p><a id="setupBootloaderExpert-pa29"><!----></a><code class="literal">su -</code></p><p><a id="setupBootloaderExpert-pa30"><!----></a>(voer vervolgens uw root wachtwoord in)</p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa31"><!----></a>Om het bestand in een editor te gebruiken, type:</p><p><a id="setupBootloaderExpert-pa32"><!----></a><code class="literal">kwrite /boot/grub/menu.lst</code></p><p><a id="setupBootloaderExpert-pa33"><!----></a>(vevang "kwrite" door "gedit" als u Gnome gebruikt)</p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa34"><!----></a>Voeg de volgende ingang voor uw GRUB2 systeem toe (als voorbeeld hier Ubuntu), mogelijk als tweede item. De positie die dit systeem in het menu krijgt, hangt af van de positie in dit bestand:</p><p><a id="setupBootloaderExpert-pa35"><!----></a><code class="literal">title Ubuntu</code></p><p><a id="setupBootloaderExpert-pa36"><!----></a><code class="literal">root (hd1,10)</code></p><p><a id="setupBootloaderExpert-pa37"><!----></a><code class="literal">kernel /boot/grub/core.img</code></p></li><li class="listitem"><div class="note" title="Opmerking" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="left" valign="top" width="40"><img alt="[Opmerking]" src="./note.png"/></td><th align="left"/></tr><tr><td align="left" valign="top" class="admon-content"><p><a id="setupBootloaderExpert-pa42"><!----></a>In de tweede regel betekent "hd1" de tweede harde schijf, de "10" duidt op de 11de partitie. Schijven en partities in Mageia's legacy GRUB tellen vanaf nul.</p><p><a id="setupBootloaderExpert-pa43"><!----></a>Daarom:</p><p><a id="setupBootloaderExpert-pa44"><!----></a><code class="literal">sdb11 = (hd1,10)</code></p><p><a id="setupBootloaderExpert-pa45"><!----></a><code class="literal">sda1 = (hd0,0)</code></p></td></tr></table></div></li><li class="listitem"><p><a id="setupBootloaderExpert-pa38"><!----></a>Als de GRUB2 versie 2.xx is, verander dan de laatste regel in:</p><p><a id="setupBootloaderExpert-pa39"><!----></a><code class="literal">kernel /boot/grub/i386-pc/core.img</code></p><p><a id="setupBootloaderExpert-pa40"><!----></a>Als u eerder "grub2-install" moest gebruiken, verander dan in de laatste regel <code class="literal">"grub"</code> in <code class="literal">"grub2"</code>.</p><p><a id="setupBootloaderExpert-pa40a"><!----></a>Als /boot een aparte partitie is, verwijder dan <code class="literal">"/boot" van de laatste regel.</code></p></li><li class="listitem"><p><a id="setupBootloaderExpert-pa41"><!----></a>Sla het bestand op en herstart de computer. U zou uw "Ubuntu"-optie nu in het menu moeten zien en kunnen starten.</p></li></ul></div></div><div class="section" title="18.2. Gebruik een bestaande GRUB2 opstartlader"><div class="titlepage"><div><div><h3 class="title"><a id="usingExistingBootloaderGRUB2"><!----></a>18.2. Gebruik een bestaande GRUB2 opstartlader</h3></div></div></div><p><a id="setupBootloaderExpert-pa49a"><!----></a>Als u het algemene gedeelte over het gebruiken van een bestaande opstartlader nog niet gelezen heeft, doe dat dan nu. Zie <a class="xref" href="setupBootloaderBeginner.html#usingExistingBootloader" title="17.2. Een bestaande opstartlader gebruiken">Paragraaf 17.2, “Een bestaande opstartlader gebruiken”</a></p><div class="note" title="Opmerking" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Note"><tr><td rowspan="2" align="left" valign="top" width="40"><img alt="[Opmerking]" src="./note.png"/></td><th align="left"/></tr><tr><td align="left" valign="top" class="admon-content"><p><a id="setupBootloaderExpert-pa50"><!----></a>Er is een bekende bug in sommige versies van Debian/Ubuntu in OS-prober dat gebruikt wordt tijdens de installatie van GRUB2, waardoor grub.cfg foutievelijk aangemaakt wordt als Mageia (of Mandriva) systemen toegevoegd worden. Hier is een gemakkelijke oplossing voor, details kunnen in het Mageia forum gevonden worden: zoek naar "prober", het onderwerp is "grub problem", post #9 bevat de informatie.</p><p><a id="setupBootloaderExpert-pa51"><!----></a>Voeg, om de oplossing permanent te maken, zodat zij het bijwerken van een Ubuntu kernel overleeft, de Mageia ingang toe aan <code class="literal">/etc/grub.d/40_custom</code></p><p><a id="setupBootloaderExpert-pa52"><!----></a><span class="emphasis"><em>Stop de persen</em></span>: De bug is gerepareerd in os-prober-1.53, uitgegeven op 8 mei 2012. Nu is opwaarderen naar de nieuwe versie in je GRUB2 installatie dus de aanbevolen oplossing.</p></td></tr></table></div></div></div><script type="text/javascript" src="./main.js"><!----></script><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="setupBootloaderBeginner.html">Terug</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="misc-params.html">Volgende</a></td></tr><tr><td width="40%" align="left" valign="top"> </td><td width="20%" align="center"><a accesskey="h" href="index.html">Begin</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>Inhoudsopgave</em></a></li><li><a href="#searchDiv"><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><span class="file section"><a href="installer.html">DrakX, het Mageia-installatieprogramma</a></span><ul><li><span class="file section"><a href="installer.html#installationSteps">De Installatiestappen</a></span></li><li><span class="file section"><a href="installer.html#installationOptions">Installatie-opties</a></span><ul><li><span class="file section"><a href="installer.html#installationProblems">Installatieproblemen en mogelijke oplossingen</a></span><ul><li><span class="file section"><a href="installer.html#noX">Geen grafische interface</a></span></li><li><span class="file section"><a href="installer.html#installFreezes">Installatieblokkades</a></span></li><li><span class="file section"><a href="installer.html#kernelOptions">Kernelopties</a></span></li></ul></li></ul></li></ul></li><li><span class="file section"><a href="selectLanguage.html">Taalkeuze</a></span></li><li><span class="file section"><a href="acceptLicense.html">Licentie en uitgave-opmerkingen</a></span><ul><li><span class="file section"><a href="acceptLicense.html#license">Licentie-overeenkomst</a></span></li><li><span class="file section"><a href="acceptLicense.html#releaseNotes">Uitgave-opmerkingen</a></span></li></ul></li><li><span class="file section"><a href="setupSCSI.html">Harde schijf detectie</a></span></li><li><span class="file section"><a href="selectInstallClass.html">Installeren of opwaarderen</a></span></li><li><span class="file section"><a href="selectKeyboard.html">Toetsenbord</a></span></li><li><span class="file section"><a href="doPartitionDisks.html">Partitionering</a></span></li><li><span class="file section"><a href="resizeFATChoose.html">Grootte aanpassen van een Windows® partitie</a></span></li><li><span class="file section"><a href="takeOverHdChoose.html">Kies te wissen harde schijf</a></span></li><li><span class="file section"><a href="takeOverHdConfirm.html">Bevestig het formatteren van de harde schijf</a></span></li><li><span class="file section"><a href="ask_mntpoint_s.html">Kies de koppelpunten</a></span></li><li><span class="file section"><a href="diskdrake.html">Aangepaste schijfpartitionering met DiskDrake</a></span></li><li><span class="file section"><a href="formatPartitions.html">Formatteren</a></span></li><li><span class="file section"><a href="choosePackages.html">Kies te installeren pakketten</a></span><ul><li><span class="file section"><a href="choosePackages.html#choose-graphical-env">Werkomgevingselectie</a></span></li><li><span class="file section"><a href="choosePackages.html#choosePackagesGroups">Pakketgroepselectie</a></span></li><li><span class="file section"><a href="choosePackages.html#minimal-install">Minimale installatie</a></span></li><li><span class="file section"><a href="choosePackages.html#choosePackagesTree">Softwarebeheer</a></span></li><li><span class="file section"><a href="choosePackages.html#choosePackagesLinks">Pakketkeuze - links</a></span></li></ul></li><li><span class="file section"><a href="addUser.html">Gebruikersbeheer</a></span><ul><li><span class="file section"><a href="addUser.html#root-password">Beheerderswachtwoord (root) instellen:</a></span></li><li><span class="file section"><a href="addUser.html#enterUser">Voer een gebruiker in</a></span></li><li><span class="file section"><a href="addUser.html#addUserAdvanced">Geavanceerd gebruikersbeheer</a></span></li></ul></li><li><span class="file section"><a href="setupX.html">Configuratie van grafische kaart en monitor</a></span></li><li><span class="file section"><a href="setupBootloaderBeginner.html">Algemene opties voor de opstartlader</a></span><ul><li><span class="file section"><a href="setupBootloaderBeginner.html#usingMageiaBootloader">De Mageia-opstartlader gebruiken</a></span></li><li><span class="file section"><a href="setupBootloaderBeginner.html#usingExistingBootloader">Een bestaande opstartlader gebruiken</a></span></li><li><span class="file section"><a href="setupBootloaderBeginner.html#advancedOptionBootloader">Geavanceerde optie voor de opstartlader</a></span></li></ul></li><li id="webhelp-currentid"><span class="file section"><a href="setupBootloaderExpert.html">Opstartlader, gevorderd gebruik</a></span><ul><li><span class="file section"><a href="setupBootloaderExpert.html#addingGRUB2system">Handmatig een op GRUB2 gebaseerd systeem toevoegen</a></span></li><li><span class="file section"><a href="setupBootloaderExpert.html#usingExistingBootloaderGRUB2">Gebruik een bestaande GRUB2 opstartlader</a></span></li></ul></li><li><span class="file section"><a href="misc-params.html">Overzicht van diverse instellingen</a></span><ul><li><span class="file section"><a href="misc-params.html#misc-params-system">Systeeminstellingen</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-hardware">Apparatuurinstellingen</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-network">Netwerk en internetinstellingen</a></span></li><li><span class="file section"><a href="misc-params.html#misc-params-security">Beveiliging</a></span></li><li><span class="file section"><a href="misc-params.html#drakxid-configureTimezoneGMT">Configureer uw tijdzone</a></span></li><li><span class="file section"><a href="misc-params.html#drakxid-selectCountry">Selecteer uw land</a></span><ul><li><span class="file section"><a href="misc-params.html#inputMethod">Invoermethode</a></span></li></ul></li><li><span class="file section"><a href="misc-params.html#drakxid-configureServices">Configureer uw diensten</a></span></li><li><span class="file section"><a href="misc-params.html#draxid-miscellaneous">Beveiligingsniveau</a></span></li><li><span class="file section"><a href="misc-params.html#misc-paramsLinks">Overzicht - links</a></span></li></ul></li><li><span class="file section"><a href="selectMouse.html">Muiskeuze</a></span></li><li><span class="file section"><a href="installUpdates.html">Updates</a></span></li><li><span class="file section"><a href="exitInstall.html">Gefeliciteerd</a></span></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/><center><input id="textToSearch" name="textToSearch" type="text" class="searchText"/> <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>