<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Fedora_20</id>
	<title>Fedora 20 - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://aznot.com/index.php?action=history&amp;feed=atom&amp;title=Fedora_20"/>
	<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Fedora_20&amp;action=history"/>
	<updated>2026-05-09T09:31:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://aznot.com/index.php?title=Fedora_20&amp;diff=289&amp;oldid=prev</id>
		<title>Kenneth: /* Multi-boot Manual Bootloader */</title>
		<link rel="alternate" type="text/html" href="https://aznot.com/index.php?title=Fedora_20&amp;diff=289&amp;oldid=prev"/>
		<updated>2014-06-30T21:46:52Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Multi-boot Manual Bootloader&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Multi-boot Manual Bootloader ==&lt;br /&gt;
&lt;br /&gt;
Fedora 20 does not offer an option to install the bootloader to a partition.  This is the workaround:&lt;br /&gt;
&lt;br /&gt;
# Begin Fedora installation as usual.&lt;br /&gt;
# Enter the Installation Destination spoke.&lt;br /&gt;
# Click on Full disk summary and bootloader… at the bottom left&lt;br /&gt;
# Select the disk with a check and click Do not install bootloader&lt;br /&gt;
# Click Close, and proceed with installation as desired&lt;br /&gt;
# When installation is complete and Fedora tells you to reboot, don’t! Instead hit ctrl-alt-f2, and run the following commands:&lt;br /&gt;
&lt;br /&gt;
 chroot /mnt/sysimage&lt;br /&gt;
 echo &amp;quot;GRUB_DISABLE_OS_PROBER=true&amp;quot; &amp;gt;&amp;gt; /etc/default/grub&lt;br /&gt;
 grub2-install --no-floppy --force /dev/sda1&lt;br /&gt;
 grub2-mkconfig -o /boot/grub2/grub.cfg&lt;br /&gt;
&lt;br /&gt;
Optional, add other boot chainloaders to /etc/grub.d/40_custom&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
menuentry &amp;quot;Fedora (chainload)&amp;quot; {&lt;br /&gt;
    insmod ext2&lt;br /&gt;
    insmod chain&lt;br /&gt;
    set root=(hd0,msdos1)&lt;br /&gt;
    chainloader +1&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Source: How to do manual multi-boot configuration with Fedora - https://www.happyassassin.net/2014/01/08/how-to-do-manual-multi-boot-configuration-with-fedora/&lt;br /&gt;
&lt;br /&gt;
[[Category:Fedora]]&lt;br /&gt;
[[Category:Linux]]&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
	</entry>
</feed>