aboutsummaryrefslogtreecommitdiffstats
path: root/draklive/5/en/content/setupBootloader.html
blob: a1f870707c589c7a7a87370f3c6cf4ce13286555 (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
<?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>Bootloader main options</title><meta name="generator" content="DocBook XSL-NS Stylesheets V1.75.2"/><link rel="home" href="index.html" title="Installation from LIVE medium"/><link rel="up" href="index.html" title="Installation from LIVE medium"/><link rel="prev" href="unused.html" title="Keep or delete unused material"/><link rel="next" href="setupBootloaderAddEntry.html" title="Add or Modify a Boot Menu Entry"/><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><script type="text/javascript">
      //The id for tree cookie
      var treeCookieId = "treeview-1290";
      var language = "en";
      var w = new Object();
      //Localization
      txt_filesfound = 'Results';
      txt_enter_at_least_1_char = "You must enter at least one character.";
      txt_browser_not_supported = "JavaScript is disabled on your browser. Please enable JavaScript to enjoy all the features of this site.";
      txt_please_wait = "Please wait. Search in progress...";
      txt_results_for = "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="https://www.mageia.org/g/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="Toggle search result highlighting"/></td><td><a accesskey="p" href="unused.html">Prev</a> 
		|
		<a accesskey="n" href="setupBootloaderAddEntry.html">Next</a></td></tr></table></div><div id="headerlogo"><img src="https://doc.mageia.org/g/mageia-2013-200p.png" alt="Company Logo"/></div><h1 id="pagetitle">Bootloader main options<br/> </h1></div><div id="content"><!----><div xml:lang="" class="section" title="Bootloader main options"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="setupBootloader"><!----></a>Bootloader main options</h2></div></div></div><div class="mediaobject" align="center"><img src="images/dx2-setupBootloader.png" align="middle"/></div><div class="section" title="With a Bios system"><div class="titlepage"><div><div><h3 class="title"><a id="d4e555"><!----></a>With a Bios system</h3></div></div></div><p><a id="setupBootloader-pa1"><!----></a>If you prefer different
    bootloader settings to those chosen automatically by the installer, you
    can change them here.</p><p><a id="setupBootloader-pa2"><!----></a>You may already have
    another operating system on your machine, in which case you need to decide
    whether to add Mageia to your existing bootloader, or allow Mageia to
    create a new one.</p><div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3><p>The Mageia graphical menus are nice :</p></div><div class="section" title="Using a Mageia bootloader"><div class="titlepage"><div><div><h4 class="title"><a id="usingMageiaBootloader"><!----></a>Using a Mageia
        bootloader</h4></div></div></div><p><a id="setupBootloader-pa4"><!----></a>By default, Mageia
      writes a new GRUB (legacy) bootloader into the MBR (Master Boot Record)
      of your first hard drive. If you already have other operating systems
      installed, Mageia attempts to add them to your new Mageia boot
      menu.</p><p>Mageia now also offers GRUB2 as an optional
      bootloader in addition to GRUB legacy and Lilo.</p><div class="warning" title="Warning" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Warning</h3><p><a id="setupBootloader-pa6"><!----></a>Linux systems which
        use the GRUB2 bootloader are not currently supported by GRUB (legacy)
        and will not be recognized if the default GRUB bootloader is
        used.</p><p>The best solution here is to use the GRUB2
        bootloader which is available at the Summary page during
        installation.</p></div></div><div class="section" title="Using an existing bootloader"><div class="titlepage"><div><div><h4 class="title"><a id="usingExistingBootloader"><!----></a>Using an
        existing bootloader</h4></div></div></div><p><a id="setupBootloader-pa46"><!----></a>If you decide to use an
      existing bootloader then you will need to remember to STOP at the
      summary page during the installation and click the Bootloader
      <span class="guibutton">Configure</span> button, which will allow you to change
      the bootloader install location.</p><p><a id="setupBootloader-pa47"><!----></a>Do not select a device
      e.g."sda", or you will overwrite your existing MBR. You must select the
      root partition that you chose during the partitioning phase earlier,
      e.g. sda7.</p><p><a id="setupBootloader-pa48"><!----></a>To be clear, sda is a
      device, sda7 is a partition on that device.</p><div class="tip" title="Tip" style="margin-left: 0.5in; margin-right: 0.5in;"><h3 class="title">Tip</h3><p><a id="setupBootloader-pa48a"><!----></a>Go to tty2 with
        Ctrl+Alt+F2 and type <code class="literal">df</code> to check where your
        <code class="literal">/</code> (root) partition is. Ctrl+Alt+F7 takes you back
        to the installer screen.</p></div><p><a id="setupBootloader-pa49"><!----></a>The exact procedure for
      adding your Mageia system to an existing bootloader is beyond the scope
      of this help, however in most cases it will involve running the relevant
      bootloader installation program which should detect and add it
      automatically. See the documentation for the operating system in
      question.</p></div><div class="section" title="Bootloader advanced option"><div class="titlepage"><div><div><h4 class="title"><a id="advancedOptionBootloader"><!----></a>Bootloader
        advanced option</h4></div></div></div><p><a id="setupBootloader-pa52"><!----></a>If you have very
      limited disk space for the <code class="literal">/</code> partition that contains
      <code class="literal">/tmp</code>, click on <span class="guibutton">Advanced</span> and
      check the box for <span class="guilabel">Clean /tmp at each boot</span>. This
      helps to maintain some free space.</p></div></div><div class="section" title="With an UEFI system"><div class="titlepage"><div><div><h3 class="title"><a id="d4e589"><!----></a>With an UEFI system</h3></div></div></div><p>With an UEFI system, the user interface is slightly different as you
    cannot choose the boot loader since only Grub2-efi is available. </p><div class="mediaobject"><img src="images/dx2-setupBootloader2.png"/></div><p>If Mageia is the first system installed on your computer, the
    installer created an ESP (EFI System Partition) to receive the bootloader
    (Grub2-efi). If there was already UEFI operating systems previously
    installed on your computer (Windows 8 for example), the Mageia installer
    detected the existing ESP created by Windows and added grub2-efi. Although
    it is possible to have several ESPs, only one is advised and enough
    whatever the number of operating systems you have.</p><p>Don't modify the "Boot Device" unless really knowing what you
    do.</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/10/2016</div><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="unused.html">Prev</a> </td><td width="20%" align="center"> </td><td width="40%" align="right"> <a accesskey="n" href="setupBootloaderAddEntry.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"> </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></div><div><div id="leftnavigation"><div id="tabs"><ul><li><a href="#treeDiv"><em>Contents</em></a></li><li><a href="#searchDiv"><em>Search</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="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">Introduction</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e28">Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e30">Definition</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e35">Classical installation media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e37">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e44">DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e55">DVD dual arch</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e66">Live media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e68">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e82">Live CD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e91">Live CD GNOME</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e100">Live DVD KDE</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e109">Live DVD GNOME</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e118">Boot-only CD media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e120">Common features</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e131">boot.iso</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e136">boot-nonfree.iso</a></span></li></ul></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e141">Downloading and Checking Media</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e143">Downloading</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e155">Checking the downloaded media
      integrity</a></span></li></ul></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e168">Burn or dump the ISO</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e171">Burning the ISO to a CD/DVD</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e176">Dump the ISO to a USB stick</a></span><ul><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e182">Using a graphical tool within Mageia</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e186">Using a graphical tool within Windows</a></span></li><li><span class="file section"><a href="Select-and-use-ISOs.html#d4e193">Using Command line within a GNU/Linux system</a></span></li></ul></li></ul></li></ul></li><li><span class="file section"><a href="bootLive.html">Boot Mageia as Live system</a></span><ul><li><span class="file section"><a href="bootLive.html#bootLive-1">Booting the medium</a></span><ul><li><span class="file section"><a href="bootLive.html#d4e241">From a disc</a></span></li><li><span class="file section"><a href="bootLive.html#d4e246">From a USB device</a></span></li></ul></li><li><span class="file section"><a href="bootLive.html#biosmode">In BIOS/CSM/Legacy mode</a></span></li><li><span class="file section"><a href="bootLive.html#uefimode">In UEFI mode</a></span></li></ul></li><li><span class="file section"><a href="selectLanguage.html">Please choose a language to use</a></span></li><li><span class="file section"><a href="acceptLicense.html">License and Release Notes</a></span><ul><li><span class="file section"><a href="acceptLicense.html#license">License Agreement</a></span></li><li><span class="file section"><a href="acceptLicense.html#releaseNotes">Release Notes</a></span></li></ul></li><li><span class="file section"><a href="configureTimezoneUTC.html">Configure your Timezone</a></span></li><li><span class="file section"><a href="bestTime.html">Clock settings</a></span></li><li><span class="file section"><a href="selectKeyboardLive.html">Select keyboard</a></span></li><li><span class="file section"><a href="testing.html">Testing Mageia as Live system</a></span><ul><li><span class="file section"><a href="testing.html#testing-1">Live mode</a></span><ul><li><span class="file section"><a href="testing.html#d4e365">Testing hardware</a></span></li><li><span class="file section"><a href="testing.html#d4e384">Launch installation</a></span></li></ul></li></ul></li><li><span class="file section"><a href="doPartitionDisks.html">Partitioning</a></span></li><li><span class="file section"><a href="ask_mntpoint_s.html">Choose the mount points</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">Custom disk partitioning with
    DiskDrake</a></span></li><li><span class="file section"><a href="formatPartitions.html">Formatting</a></span></li><li><span class="file section"><a href="unused.html">Keep or delete unused material</a></span></li><li id="webhelp-currentid"><span class="file section"><a href="setupBootloader.html">Bootloader main options</a></span><ul><li><span class="file section"><a href="setupBootloader.html#d4e555">With a Bios system</a></span><ul><li><span class="file section"><a href="setupBootloader.html#usingMageiaBootloader">Using a Mageia
        bootloader</a></span></li><li><span class="file section"><a href="setupBootloader.html#usingExistingBootloader">Using an
        existing bootloader</a></span></li><li><span class="file section"><a href="setupBootloader.html#advancedOptionBootloader">Bootloader
        advanced option</a></span></li></ul></li><li><span class="file section"><a href="setupBootloader.html#d4e589">With an UEFI system</a></span></li></ul></li><li><span class="file section"><a href="setupBootloaderAddEntry.html">Add or Modify a Boot Menu
    Entry</a></span><ul><li><span class="file section"><a href="setupBootloaderAddEntry.html#d4e603">With a Bios system</a></span></li><li><span class="file section"><a href="setupBootloaderAddEntry.html#d4e620">With an UEFI system</a></span></li></ul></li><li><span class="file section"><a href="reboot.html">Reboot</a></span></li><li><span class="file section"><a href="addUser.html">User and Superuser Management</a></span><ul><li><span class="file section"><a href="addUser.html#root-password">Set Administrator (root)
      Password:</a></span></li><li><span class="file section"><a href="addUser.html#enterUser">Enter a user</a></span></li></ul></li><li><span class="file section"><a href="login.html">Login screen</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#d4e697">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>Search</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>