blob: 0846630a74850bea449c1635d48c3072fd0acd46 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Grub2 vs. Grub Legacy in M3
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Grub2%20vs.%20Grub%20Legacy%20in%20M3&In-Reply-To=%3Cpan.2013.01.29.16.57.13.727400%40bcs.org.uk%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="022156.html">
<LINK REL="Next" HREF="022222.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Grub2 vs. Grub Legacy in M3</H1>
<B>Maurice Batey</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Grub2%20vs.%20Grub%20Legacy%20in%20M3&In-Reply-To=%3Cpan.2013.01.29.16.57.13.727400%40bcs.org.uk%3E"
TITLE="[Mageia-dev] Grub2 vs. Grub Legacy in M3">maurice at bcs.org.uk
</A><BR>
<I>Tue Jan 29 17:57:14 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="022156.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
</A></li>
<LI>Next message: <A HREF="022222.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#22216">[ date ]</a>
<a href="thread.html#22216">[ thread ]</a>
<a href="subject.html#22216">[ subject ]</a>
<a href="author.html#22216">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On Mon, 28 Jan 2013 20:08:21 +0000, Barry Jackson wrote:
><i> Create a partition preferably near the start of the drive and label it
</I>><i> "maingrub" then:
</I>
Is there any technical reason why 'preferably near the start of the drive'?
(Or perhaps simpy advisable in case of re-partitioning?)
Does it e.g. have to be a primary partition?
Well, I suppose I could give up Mga3-cauldron in /dev/sda and install Beta2
further along the drive, so as to make /dev/sda available, but it would be
simpler to add 'maingrub' after the highest existing partition.
><i> mkdir -p /maingrub && \
</I>><i> mount -L maingrub /maingrub && \
</I>><i> grub2-install --root-directory=/maingrub /dev/sda
</I>
Executed in any running Mageia-3-Cauldron system (with GRUB2 package
installed presumably)?
Looks dodgy to make MBR point to 'maingrub' before latter has a boot menu...
(Presumably the thing to do is put that menu there first.)
All sounds a bit nail-biting, with high risk of a boot failure!
--
/\/\aurice
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="022156.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
</A></li>
<LI>Next message: <A HREF="022222.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#22216">[ date ]</a>
<a href="thread.html#22216">[ thread ]</a>
<a href="subject.html#22216">[ subject ]</a>
<a href="author.html#22216">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|