[multiboot-guide] master: File used to hold info for other articles (271420e)

immanetize at fedoraproject.org immanetize at fedoraproject.org
Tue Jan 6 03:38:58 UTC 2015


Repository : http://git.fedorahosted.org/cgit/docs/multiboot-guide.git

On branch  : master

>---------------------------------------------------------------

commit 271420e89d94a7cc11a052ad6a927a7e044515b3
Author: Roger Baran <rapidrecoveryit at gmail.com>
Date:   Tue Sep 30 15:59:38 2014 -0500

    File used to hold info for other articles


>---------------------------------------------------------------

 en-US/TODO.xml |  126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 126 insertions(+), 0 deletions(-)

diff --git a/en-US/TODO.xml b/en-US/TODO.xml
new file mode 100644
index 0000000..19b6657
--- /dev/null
+++ b/en-US/TODO.xml
@@ -0,0 +1,126 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" 
+[
+<!ENTITY % BOOK_ENTITIES SYSTEM "Fedora_Multiboot_Guide.ent">
+%BOOK_ENTITIES;
+]>
+<section id="TODO">
+  <title>Bits and Pieces for Other Sections</title>
+  <para>
+<!--
+ File reference, example information for further use in explaining other aspects of multibooting; like  repairing an installation...
+ 
+ ----------------------------
+ Using df -H:
+ 
+root at localhost /: df -H
+Filesystem               Size  Used Avail Use% Mounted on
+/dev/mapper/fedora-root   62G  8.0G   51G  14% /
+devtmpfs                 4.2G     0  4.2G   0% /dev
+tmpfs                    4.2G  189k  4.2G   1% /dev/shm
+tmpfs                    4.2G  1.2M  4.2G   1% /run
+tmpfs                    4.2G     0  4.2G   0% /sys/fs/cgroup
+tmpfs                    4.2G   58k  4.2G   1% /tmp
+/dev/sda8                500M  104M  366M  23% /boot
+/dev/sda7                210M   10M  200M   5% /boot/efi
+/dev/mapper/fedora-home  162G   26G  128G  17% /home
+--------------------------------
+Using parted print:
+
+root at localhost /: parted /dev/sda print
+Model: ATA TOSHIBA MQ01ABD1 (scsi)
+Disk /dev/sda: 1000GB
+Sector size (logical/physical): 512B/4096B
+Partition Table: gpt
+Disk Flags: 
+Number  Start   End     Size    File system  Name                          Flags
+ 1      1049kB  525MB   524MB   fat32        EFI System Partition          boot
+ 2      525MB   567MB   41.9MB  fat32        Basic data partition
+ 3      567MB   701MB   134MB   fat32        Microsoft reserved partition  msftres
+ 4      701MB   1488MB  786MB   ntfs         Microsoft recovery partition  hidden, diag
+ 5      1488MB  753GB   752GB   ntfs         Basic data partition
+ 7      753GB   753GB   210MB   fat16        EFI System Partition          boot
+ 8      753GB   754GB   524MB   ext4
+ 9      754GB   989GB   235GB
+ 6      989GB   1000GB  10.8GB  ntfs         Microsoft recovery partition  hidden, diag
+--------------------------------
+Using blkid:
+
+root at localhost /: blkid
+/dev/sda1: LABEL="ESP" UUID="6481-E0BE" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="dfb7601a-7aab-4cd5-9469-50ea6d52c429" 
+/dev/sda2: LABEL="DIAGS" UUID="3AEE-450D" TYPE="vfat" PARTLABEL="Basic data partition" PARTUUID="d6e615b6-5622-49b5-b1a8-26fc2c292ace" 
+/dev/sda3: UUID="3015-2D1B" TYPE="vfat" PARTLABEL="Microsoft reserved partition" PARTUUID="635e137d-cd6f-407d-bcc6-a4910caf4c1f" 
+/dev/sda4: LABEL="WINRETOOLS" UUID="6CA219D3A219A31E" TYPE="ntfs" PARTLABEL="Microsoft recovery partition" PARTUUID="7c6fb1d0-c57f-4406-9dbd-48aa944eb7f6" 
+/dev/sda5: LABEL="OS" UUID="A0C4A657C4A63008" TYPE="ntfs" PARTLABEL="Basic data partition" PARTUUID="10d5a99c-e2c2-4b33-a795-2444cd59b339" 
+/dev/sda6: UUID="C21C237B1C236A1D" TYPE="ntfs" PARTLABEL="Microsoft recovery partition" PARTUUID="e986d425-2360-43e0-828f-833aa84a4fd7" 
+/dev/sda7: SEC_TYPE="msdos" UUID="E085-2C94" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="2c746a4d-6539-4553-9ebb-b7b9603c446f" 
+/dev/sda8: UUID="4821d546-440e-47da-8272-50a97f711c3e" TYPE="ext4" PARTUUID="081594eb-5430-49b0-a068-7759bc62130e" 
+/dev/sda9: UUID="c32b5719-857f-48fb-a782-6086dd05d008" TYPE="crypto_LUKS" PARTUUID="9ce3fa3d-f995-4327-9989-520f938b6d5a" 
+/dev/mapper/luks-c32b5719-857f-48fb-a782-6086dd05d008: UUID="XRrOfA-n5wr-FdY2-oT8D-sLr9-hziR-UugtSv" TYPE="LVM2_member" 
+/dev/mapper/fedora-root: UUID="6302bae0-5a18-4fdb-84da-a83bf512ad82" TYPE="ext4" 
+/dev/mapper/fedora-swap: UUID="7a4fabaf-3385-40c3-822f-b3ba3d33caaf" TYPE="swap" 
+/dev/mapper/fedora-home: UUID="96872f18-6312-43ea-a177-447fdbee98df" TYPE="ext4" 
+------------------------------------------
+Looking at fstab entries;
+Modifying fstab:
+
+root at localhost /: vi /etc/fstab
+#
+# /etc/fstab
+# Created by anaconda on Sat Sep 20 20:40:25 2014
+#
+# Accessible filesystems, by reference, are maintained under '/dev/disk'
+# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
+#
+/dev/mapper/fedora-root /                       ext4    defaults,x-systemd.device-timeout=0 1 1
+UUID=4821d546-440e-47da-8272-50a97f711c3e /boot                   ext4    defaults        1 2
+UUID=E085-2C94          /boot/efi               vfat    umask=0077,shortname=winnt 0 0
+/dev/mapper/fedora-home /home                   ext4    defaults,x-systemd.device-timeout=0 1 2
+/dev/mapper/fedora-swap swap                    swap    defaults,x-systemd.device-timeout=0 0 0
+~                                                                                                                                                      
+~                                                                                                                                                                                                                                                                                                      
+"/etc/fstab" 13L, 688C
+------------------------------------------
+Looking at crypttab;
+Modifying crypttab:
+
+root at localhost /: vi /etc/crypttab
+luks-c32b5719-857f-48fb-a782-6086dd05d008 UUID=c32b5719-857f-48fb-a782-6086dd05d008 none
+~                                                                                                                                                      
+~                                                                                                                                                      
+~                                                                                                                                                      
+                                                                                                                         
+"/etc/crypttab" 1L, 90C
+------------------------------------------
+Copying the Fedoara-created ESP files to the Microsoft-created ESP  (for whatever reason)
+
+# cd /mnt
+# mkdir msftesp
+# mount /dev/sda1 /mnt/msftesp
+# cd /boot/efi/EFI
+# cp -r * fedora /mnt/msftesp
+
+Verify the copy...
+
+# cd /mnt/msftesp
+# ls
+# cd fedora
+# ls
+# cd /
+# umount /mnt/msftesp
+# rm -r -f   /mnt/msftesp
+----------------------------------------
+Make an EFI entry:
+
+# efibootmgr -c -d /dev/sda -p 1 -l \\EFI\\fedora\\shim.efi -L Fedora
+
+----------------------------------------------------------------------------------------
+Booting Removable Media in EFI: 
+Removable devices are enumerated *usually* after the BootOrder list has been exhausted without a boot. However, removable device enumeration will take place before you are presented with the EFI Boot Manager menu when you hold down the correct key (while powering on) to enter the EFI firmware screen. You will notice a short delay in getting into the EFI Settings page whenever you press the 'magic' key during power on. That is because the removable device enumeration process is occurring and adding entries for any/all removable media that may be inserted. Once the enumeration process has completed, the EFI will halt the boot process and you are presented with the EFI Boot Manager Menu from which you can make your selection.
+--------------------------------------------------------------------  
+
+-->
+  
+  
+  </para>
+</section>
\ No newline at end of file



More information about the docs-commits mailing list