summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-January/022158.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2013-January/022158.html')
-rw-r--r--zarb-ml/mageia-dev/2013-January/022158.html123
1 files changed, 123 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-January/022158.html b/zarb-ml/mageia-dev/2013-January/022158.html
new file mode 100644
index 000000000..a93a4d0c0
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-January/022158.html
@@ -0,0 +1,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:
+&gt;<i> On 2013-01-28 19:27 (GMT) Barry Jackson composed:
+</I>&gt;<i>
+</I>&gt;&gt;&gt;&gt;<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>&gt;&gt;&gt;&gt;<i>
+</I>&gt;&gt;<i> Chainloading into grub2 is not the best way, due to the block lists
+</I>&gt;&gt;<i> problem people keep mentioning and complaining about.
+</I>&gt;&gt;<i> Grub2 can install it's kernel in the root filesystem which can be booted
+</I>&gt;&gt;<i> directly. Installing the grub2 package, whether during install or later
+</I>&gt;&gt;<i> automatically builds /boot/grub/i386-pc/core.img and also creates a
+</I>&gt;&gt;<i> grub.cfg ready for use.
+</I>&gt;&gt;<i> Chanloading is un-necessary since an entry in menu.lst on a legacy
+</I>&gt;&gt;<i> system will boot a grub2 Mageia system using:
+</I>&gt;<i>
+</I>&gt;&gt;<i> title Mageia via GRUB 2
+</I>&gt;&gt;<i> root (hdx,y)
+</I>&gt;&gt;<i> kernel /boot/grub2/i386-pc/core.img
+</I>&gt;<i>
+</I>&gt;&gt;<i> ...as explained in the above README.Mageia
+</I>&gt;<i>
+</I>&gt;&gt;<i> I use a small grub2 partition sda1 as &quot;master&quot;.
+</I>&gt;&gt;<i> To boot into Mageia grub2 systems I use the grub2 multiboot command:
+</I>&gt;<i>
+</I>&gt;&gt;<i> menuentry 'Mageia-3 multi sda6' {
+</I>&gt;&gt;<i> search --no-floppy --label --set=root mageia-3
+</I>&gt;&gt;<i> multiboot /boot/grub2/i386-pc/core.img
+</I>&gt;&gt;<i> }
+</I>&gt;<i>
+</I>&gt;&gt;<i> So IMO all of the FUD about &quot;you can't install grub2 to the PBR&quot; is
+</I>&gt;&gt;<i> pointless since it's just not necessary.
+</I>&gt;<i>
+</I>&gt;<i> Maybe not all is FUD. I don't see anything in that README that describes
+</I>&gt;<i> a procedure for an OS/2 or eCS multibooter whose primary bootloader
+</I>&gt;<i> and/or bootloader of choice is IBM Boot Manager, which is prerequisite
+</I>&gt;<i> to booting OS/2 when it is installed to a logical partition (the only
+</I>&gt;<i> place I've ever installed it in the past decade). It can't be told to
+</I>&gt;<i> load a particular file on a partition, only its PBR via the simple
+</I>&gt;<i> process of selecting a partition in its setup utility for inclusion in
+</I>&gt;<i> its boot menu. It works (in effect, chainloads) fine for partitions on
+</I>&gt;<i> which Grub Legacy has been configured with the Grub Legacy setup
+</I>&gt;<i> command. The only options I see for such users is selecting a partition
+</I>&gt;<i> with Grub Legacy configured with menu.lst stanza(s) that include
+</I>&gt;<i> core.img, or configuring IBM BM as a secondary bootloader to a primary
+</I>&gt;<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>