From Fedora Project Wiki

m (more fixes)
(Redirected page to GRUB 2)
 
(22 intermediate revisions by 7 users not shown)
Line 1: Line 1:
This is a place holder for grub2
#REDIRECT [[GRUB 2]]
 
I will try to work on it , need to wait for F16 to be out of alpha on my end -)
 
 
== Adding more operating systems to the grub2 menu ==
 
After installing Fedora 16 Alpha RC 5, i've did this to add more operating systems to the grub2 menu:
 
<nowiki>#</nowiki> yum install os-prober
 
<nowiki>#</nowiki> grub2-mkconfig -o /boot/grub2/grub.cfg
 
Then, to select the default menu entry (5, in my case) i had to edit /boot/grub2/grub.cfg, and change the line
 
set default="0"
 
to
 
set default="5"
 
because
 
<nowiki>#</nowiki> grub2-set-default 5
 
didn't worked.
 
'''Other grub2 issues''': it refuses to install on partition's boot sector (maybe can be forced?) and, !!! this is important !!!, it fails to install if for whatever reason your floppy controller is activated in BIOS and there's no drive connected or floppy disk inserted. The workaround is to run (post OS install) from rescue mode:
 
<nowiki>#</nowiki> grub2-install <target device> --no-floppy

Latest revision as of 22:10, 18 March 2012

Redirect to: