summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-discuss/20120430/007173.html
blob: cb7369e3358ed8fcbc483642b93c65289b255c30 (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
131
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
 <HEAD>
   <TITLE> [Mageia-discuss] can bootable partitions be detected during	installation?
   </TITLE>
   <LINK REL="Index" HREF="index.html" >
   <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20can%20bootable%20partitions%20be%20detected%20during%0A%09installation%3F&In-Reply-To=%3C5ck179-vh7.ln1%40psd.motzarella.org%3E">
   <META NAME="robots" CONTENT="index,nofollow">
   <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
   <LINK REL="Previous"  HREF="007175.html">
   
 </HEAD>
 <BODY BGCOLOR="#ffffff">
   <H1>[Mageia-discuss] can bootable partitions be detected during	installation?</H1>
    <B>blind Pete</B> 
    <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20can%20bootable%20partitions%20be%20detected%20during%0A%09installation%3F&In-Reply-To=%3C5ck179-vh7.ln1%40psd.motzarella.org%3E"
       TITLE="[Mageia-discuss] can bootable partitions be detected during	installation?">0123peter at gmail.com
       </A><BR>
    <I>Mon Apr 30 07:25:56 CEST 2012</I>
    <P><UL>
        <LI>Previous message: <A HREF="007175.html">[Mageia-discuss] Ethernet cabling
</A></li>
        
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#7173">[ date ]</a>
              <a href="thread.html#7173">[ thread ]</a>
              <a href="subject.html#7173">[ subject ]</a>
              <a href="author.html#7173">[ author ]</a>
         </LI>
       </UL>
    <HR>  
<!--beginarticle-->
<PRE>Wolfgang Bornath wrote:

&gt;<i> 2012/4/29 blind Pete &lt;0123peter-
</I><A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">Re5JQEeQqe8AvxtiuMwx3w at public.gmane.org</A>&gt;:
&gt;&gt;<i> Hi,
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> During a test installation of M2b3 some other installations are
</I>&gt;&gt;<i> detected and get listed in the Grub menu, but others don't.
</I>&gt;&gt;<i> For example, Ubuntu is ignored.  That uses Grub2 so it would be
</I>&gt;&gt;<i> a bit much to expect Grub to understand it, BUT Ubuntu's Grub2
</I>&gt;&gt;<i> is installed on Unbutu's root partition.
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Can partitions with boot loaders on them be detected and listed
</I>&gt;&gt;<i> in Grub's menu as something to be chained?  i.e. Install M2b3
</I>&gt;&gt;<i> and get Grub installed to the mbr.  Then on booting, Grub could
</I>&gt;&gt;<i> present a menu that includes all of the standard M2b3 options,
</I>&gt;&gt;<i> any other kernels that were found (not the Ubuntu kernels because
</I>&gt;&gt;<i> they are under Grub2 and too hard) and an entry for the Ubuntu
</I>&gt;&gt;<i> partition.  The partition is LABELed &quot;Ubuntu&quot;.  If &quot;Ubuntu&quot; were
</I>&gt;&gt;<i> selected from the M2b3 mbr Grub menu, then the Grub2 on the Ubuntu
</I>&gt;&gt;<i> root partition could be chained (and then an Ubuntu kernel).
</I>&gt;&gt;<i>
</I>&gt;&gt;<i> Is this do-able?
</I>&gt;<i> 
</I>&gt;<i> Yes. That is the way I install all distributions.
</I>
I meant, is it possible for the installer to do it *automatically* 
during installation?   

Have I missed an installation option?  Should this be a feature 
request - or a bug report?  M2b3 &quot;lost&quot; my Ubuntu installation.  
It was a quick and easy thing for me to recover from, but it could 
torment a newbie.  

&gt;<i> 1. Install a minimal small distribution which uses grub, without X.
</I>&gt;<i> The only purpose is to put its grub into the MBR and serve as the
</I>&gt;<i> &quot;steering center&quot;.
</I>
Typically, I end up with Grub or Grub2 on each root partition and 
LiLo on the mbr.  

&gt;<i> 2. Install all other distributions with putting their bootloader into
</I>&gt;<i> their respective root partition
</I>&gt;<i> 
</I>&gt;<i> 3. Enter the installations into the menu.lst of the steering center's 
</I>grub
&gt;<i> with
</I>&gt;<i> 
</I>&gt;<i> title &lt;distributiion name&gt;
</I>&gt;<i> root (hd0,4)
</I>&gt;<i> chainloader +
</I>
Can we get this automated?  

Can a bootable partition be detected?  

Should this entry be as well as, or instead of, the existing entries? 
My feeling is that everything should be included and the user 
can then delete what is not wanted.  

&gt;<i> Here the bootloader of the distribution to start lies in /dev/sda5
</I>&gt;<i> 
</I>&gt;<i> The advantage of this way is not only that you can install
</I>&gt;<i> distributions with different bootloaders. Whenever you install a new
</I>&gt;<i> kernel in any of these distributions you have to do nothing extra
</I>&gt;<i> because the new kernel is set in the distribution's bootloader, not in
</I>&gt;<i> the master boot loader.
</I>
Agreed.  

-- 
blind Pete
Sig goes here...  

</PRE>





<!--endarticle-->
    <HR>
    <P><UL>
        <!--threads-->
	<LI>Previous message: <A HREF="007175.html">[Mageia-discuss] Ethernet cabling
</A></li>
	
         <LI> <B>Messages sorted by:</B> 
              <a href="date.html#7173">[ date ]</a>
              <a href="thread.html#7173">[ thread ]</a>
              <a href="subject.html#7173">[ subject ]</a>
              <a href="author.html#7173">[ author ]</a>
         </LI>
       </UL>

<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>