[release-notes] GPT boot labels BZ#704244

John J. McDonough jjmcd at fedoraproject.org
Fri Sep 16 15:12:04 UTC 2011


commit 28cf76e4f29e6d2a6edb1d748493718b44d7ffe4
Author: John J. McDonough <jjmcd at fedoraproject.org>
Date:   Fri Sep 16 11:11:56 2011 -0400

    GPT boot labels BZ#704244

 en-US/Boot.xml             |   29 +++++++++++++++++++++++++++++
 en-US/Revision_History.xml |   14 ++++++++++++++
 2 files changed, 43 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Boot.xml b/en-US/Boot.xml
index 8c7ae50..314bdb8 100644
--- a/en-US/Boot.xml
+++ b/en-US/Boot.xml
@@ -22,8 +22,37 @@
       <package>Trusted Boot (tboot)</package> is an open source, pre- kernel/Virtual Machine Manager module that uses Intel(R) Trusted Execution Technology (Intel(R) TXT) to perform a measured and verified launch of an OS kernel/VMM. It checks to make sure system files haven't been tampered with before letting the system boot, offering much greater protection against rootkits and other types of malware that try to cover their tracks by editing those files. <emphasis>Trusted Boot</emphasis> can be enabled at install, and will fall back to a normal boot if the hardware doesn't support it.
     </para>
   </section>
+
   <section>
+    <title>GPT Disk Labels</title>
+    <para>
+      <warning>
+	<title>New Disk Labels</title>
+	<para>
+	  Manually partitioned installations may require additional steps
+	</para>
+      </warning>
+      Starting in Fedora 16, on non-EFI x86 (32 and 64 bit) systems,
+      anaconda will default to creating GPT disklabels (partition
+      tables) instead of MSDOS disklabels. On these systems, when
+      booting from a GPT-labelled disk, it is strongly recommended
+      (not necessarily required in all cases, depending on the
+      system's BIOS/firmware) to create a small (1MiB) BIOS boot
+      partition. This partition will be used by the bootloader (GRUB2)
+      for storage.
+    </para>
+    <para>
+      Automatic partitioning will create the partition when
+      appropriate, but users who choose custom partitioning will have
+      to create this partition for themselves.
+    </para>
+    <para>
+      This BIOS boot partition is only necessary on non-EFI x86
+      systems whose boot device is a GPT-labelled disk.
+    </para>
+  </section>
     
+  <section>
     <title>GRUB 2</title>
     
     <para>
diff --git a/en-US/Revision_History.xml b/en-US/Revision_History.xml
index de222f8..ee87345 100644
--- a/en-US/Revision_History.xml
+++ b/en-US/Revision_History.xml
@@ -8,6 +8,20 @@
   <simpara>
     <revhistory>
       <revision>
+	<revnumber>15.98</revnumber>
+	<date>Fri Aug 16 2011</date>
+	<author>
+	  <firstname>John</firstname>
+	  <surname>McDonough</surname>
+	  <email>jjmcd at fedoraproject.org</email>
+	</author>
+	<revdescription>
+	  <simplelist>
+	    <member>Release for F16 Beta</member>
+	  </simplelist>
+	</revdescription>
+      </revision>
+      <revision>
 	<revnumber>15.2</revnumber>
 	<date>Thu Jun 23 2011</date>
 	<author>


More information about the docs-commits mailing list