From Fedora Project Wiki

m (grub > GRUB)
No edit summary
Line 1: Line 1:
== Fedora 11 Boot-Time ==


To reduce boot time, the setroubleshoot daemon and several small bottlenecks were removed. Regressions in using the readahead service were removed by setting low I/O priorities. Readahead now profiles the system every time the rpm database changes.
=== GRUB with Ext4 Support ===


=== Disabling graphical boot (Plymouth) ===
Fedora 9 originally included experimental support for Ext4 and Fedora 11 included Ext4 by default however GRUB in that version did not support Ext4 and hence required a separate boot partition formatted as Ext3 or Ext2. Fedora 12 now includes a updated version of GRUB with Ext4 support. Anaconda, the Fedora installer will permit this as well.
 
When troubleshooting problems with graphical boot, one step is to disable the kernel mode setting feature.
 
Adding <code>nomodeset</code> to the kernel boot prompt in <code>grub</code> disables modesetting.  This can be specified during normal boot by entering the <code>GRUB</code> menu and appending <code>nomodeset</code> to the line that begins <code>kernel /vmlinuz...</code>.  It can be disabled in configuration by adding the <code>nomodeset</code> option to the same line in <code>/etc/grub.conf</code>.
 
If you are having problems with the graphical boot, be sure to file or comment on an existing bug report at https://bugzilla.redhat.com/enter_bug.cgi?product=Fedora under the ''plymouth'' component.
 
<noinclude>[[Category:Release Notes]]<noinclude>

Revision as of 01:33, 5 September 2009

GRUB with Ext4 Support

Fedora 9 originally included experimental support for Ext4 and Fedora 11 included Ext4 by default however GRUB in that version did not support Ext4 and hence required a separate boot partition formatted as Ext3 or Ext2. Fedora 12 now includes a updated version of GRUB with Ext4 support. Anaconda, the Fedora installer will permit this as well.