Configure GRUB - SUSE Linux Enterprise Server 11

Configure GRUB by editing the file /boot/grub/menu.lst. The following is the general structure of the file:

default 0. The first entry (numbering from 0) is the default boot entry that starts automatically if no other entry is selected with the keyboard.
timeout 8. The default boot entry is started automatically after 8 seconds.
gfxmenu (hd0,0)/boot/message. This defines where the graphical menu is stored.

Following is an example of the configuration file /boot/grub/menu.lst


I have both SUSE Linux Enterprise Server 11 and Window 7 in my system. I want when grub load, Window 7 selected as default boot entry therefore i change the default entry from 0 to 3 in menu.lst file. 


Save the file and reboot your system now the default boot entry change to window 7.

Configure GRUB with YAST

Press Alt+F2 from the Desktop Run Window will open. Now type YAST2 and press enter.


The following appears


When the Section Management tab is selected, you see the current GRUB settings for your system. There is a Def (Default) column that indicates which entry is selected as the default when booting the system.


Select Window 7 and then press Set as Default then Ok to save the changes.


Comments

Popular posts from this blog

What is Oracle Integration Cloud Service - ICS?

How to Create Packages in Oracle Database using TOAD for Oracle

How to create a Simple Scheduler Job in Oracle Database using Toad