Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
06-17-2004, 08:24 PM
|
#1
|
LQ Newbie
Registered: Jun 2004
Posts: 4
Rep:
|
Dual boot - need it to default to W2k
Hello,
Linux supernewbee here. I have installed Linux and W2K on the same drive. When I boot, the program defaults to Linux. I need it to default to Windows (does that make me a bad person?).
How do I make this change? Thanks.
|
|
|
06-17-2004, 09:28 PM
|
#3
|
Member
Registered: Mar 2004
Location: Virginia
Distribution: PacketProtector
Posts: 331
Rep:
|
Well, it depends a bit on your distribution is and what boot loader that you are using for that distro.
For instance, I am cruently working on a Fedora Core 1 box that uses the default grub loader. On this box I would go to:
cd /boot/grub
then I would modify the 'grub.conf' file (note that the dufault permisions are such that I would need to be logged in as root to modify this file). I would look for the line that sets the defualt value (something like):
default=1
I would change this value so that it matches up to the listing that you wish to be your default boot setting, please keep in mind that with grub, it counts from the top of the file going down, and the first entry is couted as zero (hence the second entry would be one and so on).
|
|
|
06-17-2004, 10:12 PM
|
#4
|
LQ Newbie
Registered: Mar 2004
Distribution: Suse 9, Suse 9.1, Red Hat 9
Posts: 27
Rep:
|
are you running KDE??? since i hardly ever use gnome i dont know that much about it. but in kde there is an app called control center. its usually under system administration > lilo, grub or whatever other type of boot loader you use... and just go into administrator mode and its pretty easy from there! hope that helped!
|
|
|
06-17-2004, 10:46 PM
|
#5
|
Senior Member
Registered: May 2004
Location: Hilliard, Ohio, USA
Distribution: Slackware, Kubuntu
Posts: 1,851
Rep:
|
in the / directory, there should be a file called lilo.conf
it should look something like this:
Code:
<I REALLY DONT KNOW WHATS HERE>
default="linux"
device="/dev/hda"
label="linux"
device="/dev/hdb"
label="windows"
etc...
just change default to read "windows"
then type ( at a command prompt )
Code:
[root@localhost /]# lilo
|
|
|
All times are GMT -5. The time now is 05:31 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|