Force Grub to Reboots into the specified OS

by LinuxTitli on March 22, 2006 · 4 comments

Well these days multi-booting is common. GNU GRUB is a multiboot boot-loader software package from the GNU project. I have three operating system installed at work:
* Debian Linux

* FreeBSD 6.0

* Windows XP

As per my requirements, I keep rebooting into different oses. Recently I discovered grub-reboot command. As name suggest it reboots into the specified OS entry in Grub configuration file (menu.lst or grub.conf).

Syntax:
grub-reboot entry [options to grub]

Where,

  • entry: Is the entry number in menu.lst / grub.conf file.

For example, if you wish to reboot in FreeBSD then you can type command (3 is entry for FreeBSD):
# grub-reboot 3
This is also useful to force remote computer to reboot in specific OS over ssh session.

Read the man page of grub and grub-reboot for more information.

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

We're here to help you make the most of sysadmin work. So, subscribe!

{ 4 comments… read them below or add one }

1 Joackim January 8, 2008

I have installed fedora 6 on my computer. I would like to Install windows Xp so that i will be dual booting. I am, however unable to boot from Windows disks. i have tried to remove the partitions with Gparted and SystemrescueCD but it will still not boot Windows. what should I do?

Reply

2 anthropo January 13, 2008

hello, it would be helpfull if you add the information that you must

1) change the traditionnal ‘default 0′ by ‘default saved’
2) force, in the entry you want to choose, savedefault 0 in order to re-initialise the number which is saved

example :

### END DEBIAN AUTOMAGIC KERNELS LIST

# Windows 98 Boot avec Ghost
title Norton Ghost – Sauvegardes

root (hd0,0)
chainloader +1
savedefault 0
boot

thanks a lot for this post

Reply

3 Ama August 26, 2010

Thanks….Please help me I installed linux mint 9 inside windows xp successfully. And restarted now a black screen comes with GRUB< …..What to do I am new to LINUX….?

Reply

4 miss jd November 28, 2011

please help me, im constantly getting this error caused by a virus which is 0xc000014c and i am unable to boot my pc no matter what option i choose. then i stumbled upon using grub dos prompt by constantly pressing escape button. the last time that this happened i got a 0xc0000248c error i think and i found a set of codes from the net which i inputted in the grub command line. luckily i was able to boot my laptop back then.. but now, i cant seem to find the codes and i am really helpless and tired. it has been 2 days since this happened. sadly, i don’t have the windows 7 installation disk. so if anyone could give me the grub commands to boot my window, it would really be appreciated and it would be a great help for me.. pleasee help meee

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 10 + 14 ?
Please leave these two fields as-is:
Are you a human being? Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: