summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2014-11-22 09:52:14 -0700
committerPete Travis <immanetize@fedoraproject.org>2014-11-22 09:52:14 -0700
commit7aa8830ba0315b61e7b589db39c8b0bf78049e13 (patch)
tree8990372a0106955b4abf90d38be87e807686143a
parentdb523248694ff8880cd75f33435469e7e0e992ae (diff)
downloadmultiboot-guide-UEFI-win.tar.gz
multiboot-guide-UEFI-win.tar.xz
multiboot-guide-UEFI-win.zip
something is staged here... I'm sure it was useful.UEFI-win
-rw-r--r--en-US/BOOT-BIOS_or_UEFI.xml14
-rw-r--r--en-US/Free_Space.xml18
-rw-r--r--en-US/GRUB-configuration.xml42
-rw-r--r--en-US/GRUB-reinstalling.xml6
-rw-r--r--en-US/GRUB-runtime.xml2
-rw-r--r--en-US/Introduction.xml10
6 files changed, 46 insertions, 46 deletions
diff --git a/en-US/BOOT-BIOS_or_UEFI.xml b/en-US/BOOT-BIOS_or_UEFI.xml
index b30dd83..33d9f19 100644
--- a/en-US/BOOT-BIOS_or_UEFI.xml
+++ b/en-US/BOOT-BIOS_or_UEFI.xml
@@ -63,13 +63,13 @@
The system's boot menu gives you the option of booting media via UEFI, or has boot options describing operating systems instead of just physical drives. The boot order menu might look like this:
<screen>
- UEFI: Generic USB Stick
- Generic USB Stick
- UEFI: DVD-RW Drive
- DVD-RW Drive
- Fedora
- Windows
- </screen>
+UEFI: Generic USB Stick
+Generic USB Stick
+UEFI: DVD-RW Drive
+DVD-RW Drive
+Fedora
+Windows
+</screen>
</para>
</listitem>
</itemizedlist>
diff --git a/en-US/Free_Space.xml b/en-US/Free_Space.xml
index 85d0cae..54f56da 100644
--- a/en-US/Free_Space.xml
+++ b/en-US/Free_Space.xml
@@ -50,7 +50,7 @@ http://docs.fedoraproject.org/en-US/Fedora/19/html/Installation_Guide/ch-partiti
<para>
Show available filesystems:
<screen>
- <prompt>#</prompt> <command>blkid</command>
+<prompt>#</prompt> <command>blkid</command>
/dev/sda1: SEC_TYPE="msdos" UUID="32AE-E651" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="0315942d-8c2c-414f-a560-cfa499494a72"
/dev/sda2: UUID="593153ae-2b67-4a5b-9efa-fa3954953abd" TYPE="ext4" PARTUUID="68cadad8-6de2-4ef7-96ff-f58e5114fdcc"
/dev/sda3: UUID="P2xKTQ-aQWG-z2Uv-jSw5-kkUK-SN5Q-cNf3PI" TYPE="LVM2_member" PARTUUID="7ba7ed40-b43f-4e71-b83e-51629bf7db47"
@@ -63,7 +63,7 @@ http://docs.fedoraproject.org/en-US/Fedora/19/html/Installation_Guide/ch-partiti
<para>
<systemitem class="filesystem">ntfs</systemitem> partitions indicate the existing Windows installation. Examine the partitions on the <filename>/dev/sda</filename> drive.
<screen>
- <prompt>#</prompt> <command>parted /dev/sda print</command>
+<prompt>#</prompt> <command>parted /dev/sda print</command>
Model: ATA ST9320328CS (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
@@ -84,7 +84,7 @@ Number Start End Size File system Name Flags
<para>
Partition number 5 is a large filesystem, and probably has some free space to share. Check how much of that space is in use.
<screen>
- <prompt>#</prompt> <command>ntfsresize --info /dev/sda5</command>
+<prompt>#</prompt> <command>ntfsresize --info /dev/sda5</command>
ntfsresize v2013.1.13 (libntfs-3g)
Device name : /dev/sda5
NTFS volume version: 3.1
@@ -105,7 +105,7 @@ Please make a test run using both the -n and -s options before real resizing!
<para>
Resize the filesystem. Make sure to balance the available space, despite the suggestion from <application>ntfsresize</application> to shrink to the bare minimum. A very full filesystem can cause problems for any operating system.
<screen>
- <prompt>#</prompt> <command>ntfsresize --size 40G /dev/sda5</command>
+<prompt>#</prompt> <command>ntfsresize --size 40G /dev/sda5</command>
ntfsresize v2013.1.13 (libntfs-3g)
Device name : /dev/sda5
NTFS volume version: 3.1
@@ -150,7 +150,7 @@ can recover the partition table by TestDisk or Parted's rescue mode.
<para>
To make sure that the partition is recreated accurately, work using sectors as units instead of bytes. The first figure we need is the sector the filesystem starts on.
<screen>
- <prompt>#</prompt> <command>parted /dev/sda unit s print</command>
+<prompt>#</prompt> <command>parted /dev/sda unit s print</command>
Model: ATA ST9320328CS (scsi)
Disk /dev/sda: 625142448s
Sector size (logical/physical): 512B/512B
@@ -180,7 +180,7 @@ Number Start End Size File system Name
<para>
After resizing, the filesystem is marked as <emphasis>dirty</emphasis> so it will be checked on the next Windows boot. Clear this flag so that we can run further commands.
<screen>
- <prompt>#</prompt><command>ntfsfix -d /dev/sda5</command>
+<prompt>#</prompt><command>ntfsfix -d /dev/sda5</command>
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
Checking the alternate boot sector... OK
@@ -192,7 +192,7 @@ NTFS partition /dev/sda5 was processed successfully.
<listitem>
<para>Find the cluster size and number of clusters.
<screen>
- <prompt>#</prompt> <command>ntfsinfo -m /dev/sda5|grep Cluster</command>
+<prompt>#</prompt> <command>ntfsinfo -m /dev/sda5|grep Cluster</command>
Cluster Size: 4096
Volume Size in Clusters: 9765624
Compression Block Clusters: 0
@@ -233,7 +233,7 @@ NTFS partition /dev/sda5 was processed successfully.
<para>
Use parted to resize the <systemitem class="filesystem">ntfs</systemitem> filesystem on <filename>/dev/sda</filename>. Using the <literal>s</literal> after the number ensures <command>parted</command> uses sectors as the unit.
<screen>
- <prompt>#</prompt> <command>parted /dev/sda</command>
+<prompt>#</prompt> <command>parted /dev/sda</command>
GNU Parted 3.1
Using /dev/sda
Welcome to GNU Parted! Type 'help' to view a list of commands.
@@ -252,7 +252,7 @@ End? 310509504s
<para>
Check the partition table to confirm the free space is available, and exit <command>parted</command>.
<screen>
- <prompt>(parted)</prompt> print free
+<prompt>(parted)</prompt> print free
Model: ATA ST9320328CS (scsi)
Disk /dev/sda: 320GB
Sector size (logical/physical): 512B/512B
diff --git a/en-US/GRUB-configuration.xml b/en-US/GRUB-configuration.xml
index d141456..3cb9e17 100644
--- a/en-US/GRUB-configuration.xml
+++ b/en-US/GRUB-configuration.xml
@@ -58,16 +58,16 @@
<para>
With root permissions, open the file <filename>/etc/default/grub</filename>.
<screen>
- <prompt>#</prompt> <command>nano /etc/default/grub</command>
- <computeroutput>
- GRUB_TIMEOUT=0
- GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
- GRUB_DEFAULT=saved
- GRUB_DISABLE_SUBMENU=true
- GRUB_TERMINAL_OUTPUT="console"
- GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] &amp;&amp; /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=us rhgb quiet"
- GRUB_DISABLE_RECOVERY="true"
- </computeroutput>
+<prompt>#</prompt> <command>nano /etc/default/grub</command>
+<computeroutput>
+GRUB_TIMEOUT=0
+GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
+GRUB_DEFAULT=saved
+GRUB_DISABLE_SUBMENU=true
+GRUB_TERMINAL_OUTPUT="console"
+GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] &amp;&amp; /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=us rhgb quiet"
+GRUB_DISABLE_RECOVERY="true"
+</computeroutput>
</screen>
</para>
</step>
@@ -75,15 +75,15 @@
<para>
Add the parameter to the end of <parameter>GRUB_CMDLINE_LINUX</parameter> and save the file.
<screen>
- <computeroutput>
- GRUB_TIMEOUT=0
- GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
- GRUB_DEFAULT=saved
- GRUB_DISABLE_SUBMENU=true
- GRUB_TERMINAL_OUTPUT="console"
- GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] &amp;&amp; /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=us rhgb quiet acpi_backlight=vendor"
- GRUB_DISABLE_RECOVERY="true"
- </computeroutput>
+<computeroutput>
+GRUB_TIMEOUT=0
+GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
+GRUB_DEFAULT=saved
+GRUB_DISABLE_SUBMENU=true
+GRUB_TERMINAL_OUTPUT="console"
+GRUB_CMDLINE_LINUX="vconsole.font=latarcyrheb-sun16 $([ -x /usr/sbin/rhcrashkernel-param ] &amp;&amp; /usr/sbin/rhcrashkernel-param || :) vconsole.keymap=us rhgb quiet acpi_backlight=vendor"
+GRUB_DISABLE_RECOVERY="true"
+</computeroutput>
</screen>
</para>
</step>
@@ -96,7 +96,7 @@
<para>
For BIOS systems:
<screen>
- <prompt>#</prompt> <command>grub2-mkconfig -o /boot/grub/grub2.cfg</command>
+<prompt>#</prompt> <command>grub2-mkconfig -o /boot/grub/grub2.cfg</command>
</screen>
</para>
</step>
@@ -104,7 +104,7 @@
<para>
For UEFI systems:
<screen>
- <prompt>#</prompt> <command>grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg</command>
+<prompt>#</prompt> <command>grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg</command>
</screen>
</para>
</step>
diff --git a/en-US/GRUB-reinstalling.xml b/en-US/GRUB-reinstalling.xml
index bb33401..57cb522 100644
--- a/en-US/GRUB-reinstalling.xml
+++ b/en-US/GRUB-reinstalling.xml
@@ -29,15 +29,15 @@
<para>
Refresh GRUB configuration on a BIOS system:
<screen>
- <prompt>#</prompt> <command>grub2-mkconfig -o /boot/grub2/grub.cfg</command>
+<prompt>#</prompt> <command>grub2-mkconfig -o /boot/grub2/grub.cfg</command>
</screen>
</para>
<para>
Refresh GRUB configuration on UEFI systems:
<screen>
- <prompt>#</prompt><command>grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg</command>
+<prompt>#</prompt><command>grub2-mkconfig -o /boot/efi/EFI/fedora/grub.cfg</command>
</screen>
</para>
</section>
</section>
-<!-- see TODO.xml for some additional information you may choose to add --> \ No newline at end of file
+<!-- see TODO.xml for some additional information you may choose to add -->
diff --git a/en-US/GRUB-runtime.xml b/en-US/GRUB-runtime.xml
index d28854f..68c6546 100644
--- a/en-US/GRUB-runtime.xml
+++ b/en-US/GRUB-runtime.xml
@@ -23,7 +23,7 @@
<para>
The rescue option is useful if you have problems after adding new hardware. You can use the rescue option to regenerate the <systemitem class="filesystem">initramfs</systemitem> for all boot entries using this command:
<screen>
- <prompt>#</prompt> <command>dracut --regenerate-all --force</command>
+<prompt>#</prompt> <command>dracut --regenerate-all --force</command>
</screen>
</para>
</note>
diff --git a/en-US/Introduction.xml b/en-US/Introduction.xml
index 383c249..93191e7 100644
--- a/en-US/Introduction.xml
+++ b/en-US/Introduction.xml
@@ -35,16 +35,16 @@
<para>
If your normal user account is configured as an administrator, you can use <command>sudo</command> to enter your user password and execute privileged commands:
<screen>
- <command>[fedorauser@localhost ~]$ sudo &lt;command&gt;</command>
- [sudo] password for fedorauser:
+<command>[fedorauser@localhost ~]$ sudo &lt;command&gt;</command>
+[sudo] password for fedorauser:
</screen>
</para>
<para>
You can also open a root shell using the root password <command>su</command>. The hyphen ( - ) in the example is important because it ensures that you will work in a root environment, and not act on normal user files with root privileges.
<screen>
- <command>[fedorauser@localhost ~]$ su -</command>
- Password:
- [root@localhost ~]#
+<command>[fedorauser@localhost ~]$ su -</command>
+Password:
+[root@localhost ~]#
</screen>
</para>
<para>