Results 1 to 10 of 14
hello
I am facing problem in changing default boot option in grub loader in fc16 .
Sometimes I would like the default OS as windows ,but iam not getting the ...
- 01-20-2012 #1Just Joined!
- Join Date
- Dec 2011
- Posts
- 8
how to change default boot option from grub loader in fedora 16
hello
I am facing problem in changing default boot option in grub loader in fc16 .
Sometimes I would like the default OS as windows ,but iam not getting the desktop switching tool in FC16.
Please help me out.
DB
- 01-20-2012 #2Just Joined!
- Join Date
- Dec 2010
- Posts
- 8
If i remember right, open /etc/grub.conf
and change "default=0" to "default=1" or whatever your windows is listed as
- 01-22-2012 #3
You might have set a very low timeout value in the
fileCode:/etc/grub.conf
Timeout is given input in seconds.So, give as much seconds as you need there!
for example:
While booting, press UP or DOWN arrow keys to switch between the booting options of os's.Code:timeout=10
- 01-25-2012 #4Just Joined!
- Join Date
- Dec 2011
- Posts
- 8
I want to change the default booting option from linux to windows but specifically in FC16.
In FC16 no such options are available.Is there any desktop switching tools are available or not.
- 01-25-2012 #5
Since Fedora 16 uses GRUB 2, edit your /etc/default/grub file.
Look for GRUB_DEFAULT=x. Change it to the entry number for your Windows install. Then run:
GRUB starts counting at 0. So the first entry would be 0. Second entry is 1. And so on...Code:sudo update-grub
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 01-26-2012 #6
- 01-30-2012 #7Just Joined!
- Join Date
- Dec 2011
- Posts
- 8
- 01-30-2012 #8
Fedora doesn't enable sudo by default.
Have you tried:
Code:su - <enter root password> update-grub
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 02-02-2012 #9Just Joined!
- Join Date
- Feb 2011
- Posts
- 19
modify /etc/grub.conf. Find the WIndows "paragraph" and put it at the top of the list
- 02-05-2012 #10Just Joined!
- Join Date
- Dec 2011
- Posts
- 8
My grub entries are like this, now suggest what to do as my windows entry is on fourth line of grub loader during boot process.
[root@localhost dinesh]# cat /etc/default/grub
GRUB_TIMEOUT=10
GRUB_DISTRIBUTOR="Fedora"
GRUB_DEFAULT=3
GRUB_CMDLINE_LINUX="rd.md=0 rd.dm=0 rd.lvm.lv=VolGroup/lv_swap KEYTABLE=us quiet SYSFONT=latarcyrheb-sun16 rhgb rd.lvm.lv=VolGroup/lv_root rd.luks=0 LANG=en_US.UTF-8"
I update grub but giving following error
[dinesh@localhost ~]$ su
Password:
[root@localhost dinesh]# vi /etc/default.grub
[root@localhost dinesh]# update-grub
bash: update-grub: command not found...
Please check it and suggest


Reply With Quote
