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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] UEFI and Secure Boot
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20UEFI%20and%20Secure%20Boot&In-Reply-To=%3C5037F89B.2080204%40laposte.net%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008548.html">
<LINK REL="Next" HREF="008583.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] UEFI and Secure Boot</H1>
<B>andre999</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20UEFI%20and%20Secure%20Boot&In-Reply-To=%3C5037F89B.2080204%40laposte.net%3E"
TITLE="[Mageia-discuss] UEFI and Secure Boot">andre999mga at laposte.net
</A><BR>
<I>Fri Aug 24 23:56:43 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="008548.html">[Mageia-discuss] UEFI and Secure Boot
</A></li>
<LI>Next message: <A HREF="008583.html">[Mageia-discuss] UEFI and Secure Boot
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8577">[ date ]</a>
<a href="thread.html#8577">[ thread ]</a>
<a href="subject.html#8577">[ subject ]</a>
<a href="author.html#8577">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Maurice Batey a écrit :
><i> On Wed, 22 Aug 2012 18:52:55 -0400, andre999 wrote:
</I>><i>
</I>>><i> It would say GPT ;) ...
</I>><i>
</I>><i> You are right! Thank you.
</I>><i>
</I>>><i> If you keep the MBR partition table, making dual-boot is easy enough.
</I>><i>
</I>><i> Good.
</I>><i>
</I>>><i> If you want a challenge, you could convert it to GPT (with a hybrid table for
</I>>><i> Msw), which I have done several times with Mageia.
</I>><i>
</I>><i> What advantage would there be for me to convert to GPT?
</I>
GPT is a much cleaner and more secure partition table format.
The usual (virtually standard) configuration is space for 128 partitions.
No extended partitions are permitted.
Partition size is virtually unlimited. (Limited by the operating system.)
There is a backup partition table at the end of the disk.
><i> (Which would involve removing everything fro the drive first, so no
</I>><i> dual boot setup)
</I>
Not at all. Gdisk, in Mageia repos, lets you convert an MBR partition table to
GPT, as long as you make a little space at the end of the drive for the
(required) backup table.
><i>
</I>><i> What do you mean by "hybrid table for Msw"? (What is "Msw?!)
</I>
A "hybrid" GPT table is one that simulates a regular MBR drive in sector 1
(where the MBR table is located), so that non-GPT aware operating systems can
boot. (Such as all 32-bit versions of Microsoft's version of windows.)
A regular GPT table puts a dummy MBR table with a single entry indicating that
the drive is filled by a single non Microsoft compatible partition.
Msw is Microsoft's abbreviation for Microsoft windows, used a lot back when
they still had windows as a generic term in their dictionary.
><i>
</I>><i> When you say "which I have done several times with Mageia" I take it
</I>><i> you mean giving the whole drive (thus ditching Windows) to the Mageia
</I>><i> installer to re-format to GPT, instead of the 'legacy' MBR partitioning.
</I>
I just used Gdisk. which does the conversion relatively quickly. And kept Msw,
which booted nicely.
Admittedly somewhat more complicated than setting up a dual-boot with an MBR
table. But nicer if you have a lot of partitions. (Which I tend to have.)
I have done this for others as well.
><i>
</I>><i> --
</I>><i> /\/\aurice
</I>><i>
</I>><i>
</I>
--
André
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008548.html">[Mageia-discuss] UEFI and Secure Boot
</A></li>
<LI>Next message: <A HREF="008583.html">[Mageia-discuss] UEFI and Secure Boot
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8577">[ date ]</a>
<a href="thread.html#8577">[ thread ]</a>
<a href="subject.html#8577">[ subject ]</a>
<a href="author.html#8577">[ 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>
|