summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2013-February/022352.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2013-February/022352.html')
-rw-r--r--zarb-ml/mageia-dev/2013-February/022352.html181
1 files changed, 181 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2013-February/022352.html b/zarb-ml/mageia-dev/2013-February/022352.html
new file mode 100644
index 000000000..b2f33c82b
--- /dev/null
+++ b/zarb-ml/mageia-dev/2013-February/022352.html
@@ -0,0 +1,181 @@
+<!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=%3C510CE5A9.6080407%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="022350.html">
+ <LINK REL="Next" HREF="022408.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=%3C510CE5A9.6080407%40zen.co.uk%3E"
+ TITLE="[Mageia-dev] Grub2 vs. Grub Legacy in M3">zen25000 at zen.co.uk
+ </A><BR>
+ <I>Sat Feb 2 11:08:41 CET 2013</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="022350.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
+</A></li>
+ <LI>Next message: <A HREF="022408.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#22352">[ date ]</a>
+ <a href="thread.html#22352">[ thread ]</a>
+ <a href="subject.html#22352">[ subject ]</a>
+ <a href="author.html#22352">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On 02/02/13 05:48, Felix Miata wrote:
+
+&gt;<i> Good start:
+</I>&gt;<i> 1-/boot/grub2/i386-pc/core.img in a Grub Legacy stanza succeeds
+</I>&gt;<i>
+</I>&gt;<i> Not good from then on:
+</I>&gt;<i> 1-Grub2 error message due to not finding some png file
+</I>
+You removed the png by using --no-suggests
+
+&gt;<i> 2-25 item Grub 2.00 menu (grub.cfg:
+</I>&gt;<i> <A HREF="http://fm.no-ip.com/Tmp/Linux/Mdv/grub.cfg.gx27b-cauldron3-1.txt">http://fm.no-ip.com/Tmp/Linux/Mdv/grub.cfg.gx27b-cauldron3-1.txt</A> ).
+</I>&gt;<i> After selecting a selection from a master bootloader, there's no good
+</I>&gt;<i> reason to see similar selections as in the previous menu unrelated to
+</I>&gt;<i> the chosen selection. IOW, when not a master bootloader (i.e.
+</I>&gt;<i> &quot;chainloaded&quot; via core.img, only Mageia entries attributable to selected
+</I>&gt;<i> filesystem hosting core.img should be in this menu.
+</I>&gt;<i>
+</I>
+If that is what you want then:-
+# urpme os-prober
+
+&gt;<i> 3-Grub2 menu uses same awful spindly-looking font responsible in large
+</I>&gt;<i> part for my distaste for *buntu
+</I>
+Yes could be a lot better, but it's mainly a choice based on licensing,
+probably will be improved in the future.
+
+&gt;<i> 4-default menu selection for Cauldron causes this cmdline:
+</I>&gt;<i>
+</I>&gt;<i> BOOT_IMAGE=/boot/vmlinuz-prv
+</I>&gt;<i> root=UUID=bbe8a402-5fb1-4247-b372-5bb6cff4e18c ro splash
+</I>&gt;<i>
+</I>&gt;<i> which is nothing like the default Grub Legacy menu stanza's cmdline result:
+</I>&gt;<i>
+</I>&gt;<i> root=LABEL=22cauldrn splash=verbose noresume video=1152x864 vga=794 3
+</I>&gt;<i>
+</I>&gt;<i> obviously caused by Grub2 installation disregarding content of
+</I>&gt;<i> pre-existing menu.lst ....
+</I>
+grub2 does not pay any attention to legacy menu.lst - it's a totally
+different, unrelated bootloader.
+
+If you want grub2 to use an existing legacy menu.lst then you can use
+grub2-menulst2cfg tool to create a grub.cfg from menu.lst.
+
+Usage: grub2-menulst2cfg [INFILE [OUTFILE]]
+
+&gt;<i>
+</I>&gt;<i> 5-semi-legible blue on black graphical progress bar instead of normal
+</I>&gt;<i> complement of startup messages when splash=verbose
+</I>
+The font colours were chosen to complement the background image which
+you chose not to install.
+
+&gt;<i>
+</I>&gt;<i> 6-post ESC, startup messages are inappropriately tiny
+</I>&gt;<i>
+</I>Sounds like the same issue I used to have when I was using nvidia
+graphics with nouveau.
+Using intel I don't see this.
+
+&gt;<i> 7-tty text is too tiny to use (same as startup messages; screen's
+</I>&gt;<i> preferred mode 1600x1200 used instead of legible mode 1152x864)
+</I>&gt;<i>
+</I>Probably configurable in /etc/defaults/grub but off hand I don't know
+the variable name - should be in the maunual somewhere.
+
+&gt;<i> 8-KDM is on tty2, the location I reserve for certain class of recurring
+</I>&gt;<i> activities, instead of where expected on tty7
+</I>&gt;<i>
+</I>Dunno - I have never seen this.
+
+&gt;<i> 9-preferred initial runlevel as evidenced by menu.lst cmdline options
+</I>&gt;<i> was not specified
+</I>
+Again menu.lst is nothing to do with grub2
+&gt;<i>
+</I>&gt;<i> 10-tty1 cleared before displaying login prompt (even after customizing
+</I>&gt;<i> /etc/systemd/sytem/getty.target.wants/<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">getty at tty1.service</A> with
+</I>&gt;<i> s/TTYVTDisallocate=yes/TTYVTDisallocate=no/; same problem on Rawhide &amp;
+</I>&gt;<i> Factory; OT)
+</I>&gt;<i>
+</I>&gt;<i> Such displeasures as 1-9 are the reason why in Grub Legacy vs. Grub2
+</I>&gt;<i> discussions I point out that Grub2 is still v1.0 software. Just how much
+</I>&gt;<i> of these observations are due to upstream decisions or yet-to-dos rather
+</I>&gt;<i> than distro implementation decisions, implementor inexperience or bugs I
+</I>&gt;<i> won't try to guess.
+</I>&gt;<i> --
+</I>&gt;<i> &quot;The wise are known for their understanding, and pleasant
+</I>&gt;<i> words are persuasive.&quot; Proverbs 16:21 (New Living Translation)
+</I>&gt;<i>
+</I>&gt;<i> Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
+</I>&gt;<i>
+</I>&gt;<i> Felix Miata *** <A HREF="http://fm.no-ip.com/">http://fm.no-ip.com/</A>
+</I>&gt;<i>
+</I>
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="022350.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
+</A></li>
+ <LI>Next message: <A HREF="022408.html">[Mageia-dev] Grub2 vs. Grub Legacy in M3
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#22352">[ date ]</a>
+ <a href="thread.html#22352">[ thread ]</a>
+ <a href="subject.html#22352">[ subject ]</a>
+ <a href="author.html#22352">[ 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>