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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] Grub and Grub2
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Grub%20and%20Grub2&In-Reply-To=%3C4F2DE3C7.6050309%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="011718.html">
<LINK REL="Next" HREF="011725.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] Grub and Grub2</H1>
<B>Michel Catudal</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Grub%20and%20Grub2&In-Reply-To=%3C4F2DE3C7.6050309%40gmail.com%3E"
TITLE="[Mageia-dev] Grub and Grub2">michelcatudal at gmail.com
</A><BR>
<I>Sun Feb 5 03:04:55 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="011718.html">[Mageia-dev] Grub and Grub2
</A></li>
<LI>Next message: <A HREF="011725.html">[Mageia-dev] Grub and Grub2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11720">[ date ]</a>
<a href="thread.html#11720">[ thread ]</a>
<a href="subject.html#11720">[ subject ]</a>
<a href="author.html#11720">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Le 2012-02-04 13:27, Maurice Batey a écrit :
><i> On Sat, 04 Feb 2012 06:04:10 -0500, Michel Catudal wrote:
</I>><i>
</I>>><i> The bootloader installation should be entirely separate from the operating system.
</I>><i> Michel, I think to avoid confusion, programs such as XOSL
</I>><i> (e.g. Extipl, GAG, SBM) are usually referred to as 'boot managers' (and
</I>><i> usually reside in the MBR) , whereas the system-specific functions such
</I>><i> as LILO and GRUB are referred to as 'boot loaders', and reside in the
</I>><i> superblock of the /boot partion of whichever system they belong to.
</I>><i> The boot managers then facilitate the selection of whichever system,
</I>><i> is to be booted by linking to that system's bootloader on its partition.
</I>><i>
</I>
The diffference between the two is not always that clear. grub can also be seen as a boot manager.
Actually I have xosl residing on a small primary partition about 16k, smallest possible on a 2TB hard disk.
I found this to be perfect in the days of the OS/2 boot manager so I am keeping the same approach with a newer bootloader.
I would use the OS/2 bootloader but it doesn't support newer hard disks.
The idea is that if the MBR is damaged by a linux distribution or OS/2. I just boot on a floppy and restore the MBR.
Nothing special is needed for the MBR, I just have to set the bootloader partition as active.
Michel
--
For OS/2 and Linux Software visit
<A HREF="http://home.comcast.net/~mcatudal">http://home.comcast.net/~mcatudal</A>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="011718.html">[Mageia-dev] Grub and Grub2
</A></li>
<LI>Next message: <A HREF="011725.html">[Mageia-dev] Grub and Grub2
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#11720">[ date ]</a>
<a href="thread.html#11720">[ thread ]</a>
<a href="subject.html#11720">[ subject ]</a>
<a href="author.html#11720">[ 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>
|