Find the answer to your Linux question:
Results 1 to 4 of 4
I installed SUSE linux 9.1. Usually, in redhat, it'll be asked to give boot priority (whether to windows or linux). But while installing SUSE 9.1 I didn't get such a ...
  1. #1
    Just Joined!
    Join Date
    Oct 2007
    Posts
    2

    Changing boot priority in SUSE

    I installed SUSE linux 9.1. Usually, in redhat, it'll be asked to give boot priority (whether to windows or linux). But while installing SUSE 9.1 I didn't get such a window. So how to change the boot priority to windows?

  2. #2
    Linux Engineer Thrillhouse's Avatar
    Join Date
    Jun 2006
    Location
    Arlington, VA, USA
    Posts
    1,377
    The boot priority is controlled in the file /boot/grub/menu.lst by a variable named default. The value is probably set to 0 right now meaning it will boot the first entry in the list of entries in menu.lst by default. You can change the value of that variable to 1, 2, etc. based on which you would like booted by default. Keep in mind that the variable starts counting at 0 and not 1 so 0 actually refers to the first entry.

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    What does your /boot/grub/menu.lst look like? You need to edit "default 0" to the value that matches your Windows entry e.g. if you Windows entry is second, then it would be "default 1".

  4. #4
    Just Joined!
    Join Date
    Oct 2007
    Posts
    2
    Thank you. it works....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...