|  RSS

PC World Forums: OpenSuSE is the default OS. Can I switch it to Windows? - PC World Forums

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

OpenSuSE is the default OS. Can I switch it to Windows?

#1 User is offline   number6 Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,357
  • Joined: 28-March 08

Posted 17 October 2008 - 03:29 PM

I have OpenSuSE Linux and Windows XP Home SP3 installed on a PC. OpenSuSE is the first and default option in the boot menu. How can I switch the default to Windows?
0

#2 User is offline   crazy4laptops Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,644
  • Joined: 20-November 07

Posted 18 October 2008 - 06:13 AM

take a look here
0

#3 User is offline   number6 Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,357
  • Joined: 28-March 08

Posted 18 October 2008 - 07:28 AM

I tried to do what it said but in the first line it told me to open /boot/grub/grub.conf and grub.conf isn't in the grub folder. What should I do instead?
0

#4 User is offline   chipbennett Icon

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 210
  • Joined: 05-October 07
  • Location:St. Louis, MO

Posted 20 October 2008 - 05:40 AM

number6 said:

I tried to do what it said but in the first line it told me to open /boot/grub/grub.conf and grub.conf isn't in the grub folder. What should I do instead?


I think grub.conf is located in /etc or /etc/grub in OpenSUSE - have a look there.

Note: I'm not sure if you need to change grub.conf or grub/menu.lst (I think that's the name).

IIRC, you need to change which grub entry is highlighted/selected by default.

You can't make the Windows bootloader run before grub; however, if the Windows option is selected by default in grub, then grub will load, and then after the time-out, grub will hand-off to the Windows boot loader.
0

#5 User is offline   number6 Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,357
  • Joined: 28-March 08

Posted 20 October 2008 - 10:29 AM

You were right. grub.conf was located in /etc. When I tried to open it it said: Couldn't display "/etc/grub.conf".There is no application installed for this file type.

How do I edit grub.conf?
0

#6 User is offline   chipbennett Icon

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 210
  • Joined: 05-October 07
  • Location:St. Louis, MO

Posted 20 October 2008 - 11:22 AM

number6 said:

You were right. grub.conf was located in /etc. When I tried to open it it said: Couldn't display "/etc/grub.conf".There is no application installed for this file type.


How do I edit grub.conf?


First, you need to open the file with Root access.

Second, when opening with Root access, any text editor should work fine. (I use Kate in Kubuntu/KDE. I think GEdit would work in GNOME.)

I don't know OpenSUSE at all, but my guess is that the error you encountered was indicative of trying to open/edit the file without root.
0

#7 User is offline   number6 Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,357
  • Joined: 28-March 08

Posted 20 October 2008 - 11:29 AM

Do you know how to get Root access?
0

#8 User is offline   piyushsingh Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,990
  • Joined: 21-July 07
  • Location:India

Posted 20 October 2008 - 11:34 AM

You may check this thread - thread.
I had mentioned about ubuntu there but i guess it will be similar for SUSE also.
0

#9 User is offline   number6 Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,357
  • Joined: 28-March 08

Posted 20 October 2008 - 03:53 PM

That thread looks like it applies but I can't open menu.lst as the thread suggests because OpenOffice denies me access. Maybe, as chipbennett says, I need Root access. I'm logged in as administrator. Do you know how to gain Root access?
0

#10 User is offline   chipbennett Icon

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 210
  • Joined: 05-October 07
  • Location:St. Louis, MO

Posted 21 October 2008 - 12:33 PM

number6 said:

That thread looks like it applies but I can't open menu.lst as the thread suggests because OpenOffice denies me access. Maybe, as chipbennett says, I need Root access. I'm logged in as administrator. Do you know how to gain Root access?


Are you using GNOME or KDE?

I know that, in KDE (Kubuntu, at least), using either Dolphin or Konqueror (file explorers), I can right-click on a file or folder, and the context menu will have an "open as root" or "edit as root" option. I am unsure of Nautilus has the same functionality.

Two options:

1) Open your file explorer, navigate to / (root directory), right click on /etc, and select "open as root". If the option is available, a new instance of the explorer will open, prompt you for your password, and then display the contents of /etc with root access.

2) Use the command line to open a root-access instance of your text editor. Open a command prompt, and type "gksudo gedit" (works in Ubuntu) to open gedit with root access. I think, based on this thread, the command in OpenSUSE would be "gnomesu gedit" to open gedit with root access (or if that doesn't work, try "kdesu nautilus" to open a root-access instance of Nautilus).

I'm not sure I can be much more help than that. I really don't know my way around non-Debian based distros.
0

#11 User is offline   number6 Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,357
  • Joined: 28-March 08

Posted 21 October 2008 - 01:21 PM

> Are you using GNOME or KDE?
[/quote]
I use GNOME.


> {quote:title=}{quote}Two options:

1) Open your file explorer, navigate to / (root directory), right click on /etc, and select "open as root". If the option is available, a new instance of the explorer will open, prompt you for your password, and then display the contents of /etc with root access.

2) Use the command line to open a root-access instance of your text editor. Open a command prompt, and type "gksudo gedit" (works in Ubuntu) to open gedit with root access. I think, based on this thread, the command in OpenSUSE would be "gnomesu gedit" to open gedit with root access (or if that doesn't work, try "kdesu nautilus" to open a root-access instance of Nautilus).

I'm not sure I can be much more help than that. I really don't know my way around non-Debian based distros.
[/quote]
I used the second option and opened /etc/grub.conf. and was surprised to see that it was blank. I added the line suggested in this thread (default=1) and rebooted. OpenSUSE is still the default. Did I do something wrong?
0

#12 User is offline   number6 Icon

  • Expert
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 2,357
  • Joined: 28-March 08

Posted 21 October 2008 - 01:49 PM

Please disregard my last post. I should have edited the /boot/grub/menu.lst instead of /etc/grum.conf. I corrected the line in menu.lst, rebooted, and now Windows is the default OS. Thank you very much. You've been very helpful!
0

#13 User is offline   chipbennett Icon

  • Advanced Member
  • PipPipPipPip
  • Group: Members
  • Posts: 210
  • Joined: 05-October 07
  • Location:St. Louis, MO

Posted 21 October 2008 - 06:50 PM

number6 said:

Please disregard my last post. I should have edited the /boot/grub/menu.lst instead of /etc/grum.conf. I corrected the line in menu.lst, rebooted, and now Windows is the default OS. Thank you very much. You've been very helpful!


I'm glad you were able to get it figured out! I was kind of stabbing in the dark there. :)
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users