blob: a93a4d0c02c024decefbd741ab668eca2f7216dc (
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
|
<!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=%3C5106FDE4.2050508%40zen.co.uk%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="022148.html">
<LINK REL="Next" HREF="022164.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Grub2 vs. Grub Legacy in M3</H1>
<B>Barry Jackson</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Grub2%20vs.%20Grub%20Legacy%20in%20M3&In-Reply-To=%3C5106FDE4.2050508%40zen.co.uk%3E"
TITLE="[Mageia-dev] Grub2 vs. Grub Legacy in M3">zen25000 at zen.co.uk
</A><BR>
<I>Mon Jan 28 23:38:28 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="022148.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
</A></li>
<LI>Next message: <A HREF="022164.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#22158">[ date ]</a>
<a href="thread.html#22158">[ thread ]</a>
<a href="subject.html#22158">[ subject ]</a>
<a href="author.html#22158">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 28/01/13 20:01, Felix Miata wrote:
><i> On 2013-01-28 19:27 (GMT) Barry Jackson composed:
</I>><i>
</I>>>>><i> <A HREF="http://svnweb.mageia.org/packages/cauldron/grub2/current/SOURCES/README.Mageia?view=markup">http://svnweb.mageia.org/packages/cauldron/grub2/current/SOURCES/README.Mageia?view=markup</A>
</I>>>>><i>
</I>>><i> Chainloading into grub2 is not the best way, due to the block lists
</I>>><i> problem people keep mentioning and complaining about.
</I>>><i> Grub2 can install it's kernel in the root filesystem which can be booted
</I>>><i> directly. Installing the grub2 package, whether during install or later
</I>>><i> automatically builds /boot/grub/i386-pc/core.img and also creates a
</I>>><i> grub.cfg ready for use.
</I>>><i> Chanloading is un-necessary since an entry in menu.lst on a legacy
</I>>><i> system will boot a grub2 Mageia system using:
</I>><i>
</I>>><i> title Mageia via GRUB 2
</I>>><i> root (hdx,y)
</I>>><i> kernel /boot/grub2/i386-pc/core.img
</I>><i>
</I>>><i> ...as explained in the above README.Mageia
</I>><i>
</I>>><i> I use a small grub2 partition sda1 as "master".
</I>>><i> To boot into Mageia grub2 systems I use the grub2 multiboot command:
</I>><i>
</I>>><i> menuentry 'Mageia-3 multi sda6' {
</I>>><i> search --no-floppy --label --set=root mageia-3
</I>>><i> multiboot /boot/grub2/i386-pc/core.img
</I>>><i> }
</I>><i>
</I>>><i> So IMO all of the FUD about "you can't install grub2 to the PBR" is
</I>>><i> pointless since it's just not necessary.
</I>><i>
</I>><i> Maybe not all is FUD. I don't see anything in that README that describes
</I>><i> a procedure for an OS/2 or eCS multibooter whose primary bootloader
</I>><i> and/or bootloader of choice is IBM Boot Manager, which is prerequisite
</I>><i> to booting OS/2 when it is installed to a logical partition (the only
</I>><i> place I've ever installed it in the past decade). It can't be told to
</I>><i> load a particular file on a partition, only its PBR via the simple
</I>><i> process of selecting a partition in its setup utility for inclusion in
</I>><i> its boot menu. It works (in effect, chainloads) fine for partitions on
</I>><i> which Grub Legacy has been configured with the Grub Legacy setup
</I>><i> command. The only options I see for such users is selecting a partition
</I>><i> with Grub Legacy configured with menu.lst stanza(s) that include
</I>><i> core.img, or configuring IBM BM as a secondary bootloader to a primary
</I>><i> bootloader that is not installed on the MBR.
</I>
Maybe.
I have no OS/2 systems to test with.
I think grub2 can be forced to write to the PBR (but I can't find it
documented just now).
Maybe you could investigate and test this and suggest an edit to the
README ?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="022148.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
</A></li>
<LI>Next message: <A HREF="022164.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#22158">[ date ]</a>
<a href="thread.html#22158">[ thread ]</a>
<a href="subject.html#22158">[ subject ]</a>
<a href="author.html#22158">[ 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>
|