diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/2012-June/008072.html')
-rw-r--r-- | zarb-ml/mageia-discuss/2012-June/008072.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/2012-June/008072.html b/zarb-ml/mageia-discuss/2012-June/008072.html new file mode 100644 index 000000000..96199b1ad --- /dev/null +++ b/zarb-ml/mageia-discuss/2012-June/008072.html @@ -0,0 +1,123 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] Can't Dual Boot With Ubuntu + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Can%27t%20Dual%20Boot%20With%20Ubuntu&In-Reply-To=%3Cdhvtb9-pqv.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="008071.html"> + <LINK REL="Next" HREF="008073.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] Can't Dual Boot With Ubuntu</H1> + <B>blind Pete</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Can%27t%20Dual%20Boot%20With%20Ubuntu&In-Reply-To=%3Cdhvtb9-pqv.ln1%40psd.motzarella.org%3E" + TITLE="[Mageia-discuss] Can't Dual Boot With Ubuntu">0123peter at gmail.com + </A><BR> + <I>Thu Jun 28 14:33:16 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="008071.html">[Mageia-discuss] Mailing list archive insanity +</A></li> + <LI>Next message: <A HREF="008073.html">[Mageia-discuss] Can't Dual Boot With Ubuntu +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8072">[ date ]</a> + <a href="thread.html#8072">[ thread ]</a> + <a href="subject.html#8072">[ subject ]</a> + <a href="author.html#8072">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Claire Robinson wrote: + +><i> On 22/06/12 19:35, Linux User wrote: +</I>>><i> Hi, +</I>>><i> +</I>>><i> I am trying Mageia 2 with Ubuntu. Everything is fine but when I +</I>>><i> installed Ubuntu 12.04 I can't boot into Mageia 2? It throws kernel +</I>>><i> panic error. It seems like the old bug. +</I>>><i> +</I>>><i> <A HREF="https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/779213">https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/779213</A> +</I>>><i> +</I>>><i> Any suggestion? +</I>>><i> +</I>>><i> ~ BL +</I>><i> +</I>><i> There was something about this in the errata. +</I>><i> +</I>><i> +</I><A HREF="https://wiki.mageia.org/en/Mageia_2_Errata#Installing_Mageia_next_to_a_GRUB2_based_distribution">https://wiki.mageia.org/en/Mageia_2_Errata#Installing_Mageia_next_to_a_GRUB2_based_distribution</A> +><i> +</I>><i> Hope it helps +</I>><i> +</I>><i> Claire +</I> +Different problem. Grub 1 can not be expected to know about +Grub 2. Grub 2 should know how to handle a Grub 1 system, but +doesn't. + +There are many many ways to get around this, so many that it +gets confusing sorting out which method to choose. One of the +more explainable methods is to make a habit of installing +systems with boot loaders in their own root partition rather +than in the mbr. Then you are left with the comparatively +simple problem of having something in the mbr be able to find +all of the other boot loaders. + +eg. Starting with one distibution on your system, let's call +it A, with a boot loader in the mbr. Install distribution B +with its own boot loader in its own root partion. Reconfigure +A's boot loader so that it can chain B's boot loader. Next +time you reboot you should see A's Lilo/Grub1/Grub2 screen +with a menu item for B (plus all of the original A options) +select B and then you should see a second boot loader, for B. + +You might need to look up "chain". + +In Lilo you want something like: + +other=/dev/sda11 + label="sda11_test" + optional + +In Grub 1 you want something like: + +title m1_grub +root (hd0,8) +chainloader +1 + +You might get what you want by using Mageia's Control Center +and selecting "Other" operating systems - assuming that the +other installations already have a boot loader in their +respective root directories. + +-- +blind Pete +Sig goes here... + +</PRE> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="008071.html">[Mageia-discuss] Mailing list archive insanity +</A></li> + <LI>Next message: <A HREF="008073.html">[Mageia-discuss] Can't Dual Boot With Ubuntu +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#8072">[ date ]</a> + <a href="thread.html#8072">[ thread ]</a> + <a href="subject.html#8072">[ subject ]</a> + <a href="author.html#8072">[ 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> |