| Distinguished Member with 2,051 posts. | | Join Date: Nov 2002 Location: Alberta, Canada Experience: Windows: Decent. Unix/Linux: Advanced +1 | |
I can't remember if suse uses grub or lilo, so here's both
If it says grub when booting, after choosing suse and booting, head to /boot/grub and edit grub.conf.(as root) There should be a setting like DEFAULT=N (where N is a whole number from 0-*)
change that to the stanza number of windows (I'm pretty sure grub is like a hacker, counting from 0.) The number change will most likely be from 0 to one.
For grub, that's it
For lilo, just go to /boot, and edit lilo.conf, changing default=linux to default = (whatever the windows section is named by lable=), then save and exit, and as root run lilo. (just lilo, no args.) |