diff options
Diffstat (limited to 'zarb-ml/mageia-discuss/20120429/007167.html')
-rw-r--r-- | zarb-ml/mageia-discuss/20120429/007167.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/zarb-ml/mageia-discuss/20120429/007167.html b/zarb-ml/mageia-discuss/20120429/007167.html new file mode 100644 index 000000000..a17f2444c --- /dev/null +++ b/zarb-ml/mageia-discuss/20120429/007167.html @@ -0,0 +1,101 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-discuss] can bootable partitions be detected during installation? + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20can%20bootable%20partitions%20be%20detected%20during%0A%09installation%3F&In-Reply-To=%3CCA%2Bh4nj4MfOKZDz1P1KhAv75-1-_wyJF%2BA9g27HqwNoiTRKgA2w%40mail.gmail.com%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="007165.html"> + <LINK REL="Next" HREF="007166.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-discuss] can bootable partitions be detected during installation?</H1> + <B>Wolfgang Bornath</B> + <A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20can%20bootable%20partitions%20be%20detected%20during%0A%09installation%3F&In-Reply-To=%3CCA%2Bh4nj4MfOKZDz1P1KhAv75-1-_wyJF%2BA9g27HqwNoiTRKgA2w%40mail.gmail.com%3E" + TITLE="[Mageia-discuss] can bootable partitions be detected during installation?">molch.b at googlemail.com + </A><BR> + <I>Sun Apr 29 17:21:14 CEST 2012</I> + <P><UL> + <LI>Previous message: <A HREF="007165.html">[Mageia-discuss] can bootable partitions be detected during installation? +</A></li> + <LI>Next message: <A HREF="007166.html">[Mageia-discuss] Mageia 2 Experiences +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7167">[ date ]</a> + <a href="thread.html#7167">[ thread ]</a> + <a href="subject.html#7167">[ subject ]</a> + <a href="author.html#7167">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>2012/4/29 blind Pete <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">0123peter at gmail.com</A>>: +><i> Hi, +</I>><i> +</I>><i> During a test installation of M2b3 some other installations are +</I>><i> detected and get listed in the Grub menu, but others don't. +</I>><i> For example, Ubuntu is ignored.  That uses Grub2 so it would be +</I>><i> a bit much to expect Grub to understand it, BUT Ubuntu's Grub2 +</I>><i> is installed on Unbutu's root partition. +</I>><i> +</I>><i> Can partitions with boot loaders on them be detected and listed +</I>><i> in Grub's menu as something to be chained?  i.e. Install M2b3 +</I>><i> and get Grub installed to the mbr.  Then on booting, Grub could +</I>><i> present a menu that includes all of the standard M2b3 options, +</I>><i> any other kernels that were found (not the Ubuntu kernels because +</I>><i> they are under Grub2 and too hard) and an entry for the Ubuntu +</I>><i> partition.  The partition is LABELed "Ubuntu".  If "Ubuntu" were +</I>><i> selected from the M2b3 mbr Grub menu, then the Grub2 on the Ubuntu +</I>><i> root partition could be chained (and then an Ubuntu kernel). +</I>><i> +</I>><i> Is this do-able? +</I> +Yes. That is the way I install all distributions. + +1. Install a minimal small distribution which uses grub, without X. +The only purpose is to put its grub into the MBR and serve as the +"steering center". + +2. Install all other distributions with putting their bootloader into +their respective root partition + +3. Enter the installations into the menu.lst of the steering center's grub with + +title <distributiion name> +root (hd0,4) +chainloader + + +Here the bootloader of the distribution to start lies in /dev/sda5 + +The advantage of this way is not only that you can install +distributions with different bootloaders. Whenever you install a new +kernel in any of these distributions you have to do nothing extra +because the new kernel is set in the distribution's bootloader, not in +the master boot loader. + +-- +wobo +</PRE> + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="007165.html">[Mageia-discuss] can bootable partitions be detected during installation? +</A></li> + <LI>Next message: <A HREF="007166.html">[Mageia-discuss] Mageia 2 Experiences +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#7167">[ date ]</a> + <a href="thread.html#7167">[ thread ]</a> + <a href="subject.html#7167">[ subject ]</a> + <a href="author.html#7167">[ 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> |