Hottest Free Downloads - DownloadPipe.com Over 197,000 downloads! Bookmark Now!
DownloadPipe.com - New Downloads Every Minute
 SEARCH:
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How to change the bootloader?

 
   Linux (Home) -> Genreal Discussions RSS
Next:  Postfix+LDAP  
Author Message
JS

External


Since: Oct 30, 2004
Posts: 23



(Msg. 1) Posted: Sat Nov 06, 2004 11:24 am
Post subject: How to change the bootloader?
Archived from groups: alt>os>linux (more info?)

When I start my computer it automatically enters Ubuntu linux after 10
seconds. How do I change my bootloader so it enters my WinXP installation
instead, automatically after 10 seconds?

Johs
Back to top
Login to vote
Robert Newson

External


Since: Apr 21, 2004
Posts: 113



(Msg. 2) Posted: Sat Nov 06, 2004 11:24 am
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

JS wrote:

> When I start my computer it automatically enters Ubuntu linux after 10
> seconds. How do I change my bootloader so it enters my WinXP installation
> instead, automatically after 10 seconds?

Simple - change its configuration.
Back to top
Login to vote
JS

External


Since: Oct 30, 2004
Posts: 23



(Msg. 3) Posted: Sat Nov 06, 2004 11:55 am
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 06 Nov 2004 10:53:51 +0000, Robert Newson wrote:

> JS wrote:
>
>> When I start my computer it automatically enters Ubuntu linux after 10
>> seconds. How do I change my bootloader so it enters my WinXP installation
>> instead, automatically after 10 seconds?
>
> Simple - change its configuration.

I don't think its that simple I have typed the following:

$ sudo pico /boot/grub/menu.lst

But what should I change to make it automatically boot WinXP instead of
Ubuntu?

Johs
Back to top
Login to vote
Dan C

External


Since: Dec 29, 2003
Posts: 48



(Msg. 4) Posted: Sat Nov 06, 2004 11:55 am
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 06 Nov 2004 11:55:55 +0100, JS wrote:

> $ sudo pico /boot/grub/menu.lst
> But what should I change to make it automatically boot WinXP instead of
> Ubuntu?

You can't figure that out by looking at the file?

Man, n00bs these days...

--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951
Back to top
Login to vote
Peter T. Breuer

External


Since: Oct 22, 2004
Posts: 120



(Msg. 5) Posted: Sat Nov 06, 2004 12:24 pm
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

JS <asd.DeleteThis@asd.com> wrote:
> $ sudo pico /boot/grub/menu.lst
>
> But what should I change to make it automatically boot WinXP instead of
> Ubuntu?

The default boot choice, obviously! You'll have to be specific about
your difficulty.

Peter
Back to top
Login to vote
Bit Twister

External


Since: Jul 04, 2003
Posts: 146



(Msg. 6) Posted: Sat Nov 06, 2004 1:58 pm
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 06 Nov 2004 11:55:55 +0100, JS wrote:
>
> But what should I change to make it automatically boot WinXP instead of
> Ubuntu?

Try man grub
Back to top
Login to vote
Chris H.

External


Since: Nov 06, 2004
Posts: 1



(Msg. 7) Posted: Sat Nov 06, 2004 2:50 pm
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Saturday 06 November 2004 5:55 am, JS wrote something resembling...
>
> I don't think its that simple I have typed the following:
>
> $ sudo pico /boot/grub/menu.lst
>
> But what should I change to make it automatically boot WinXP instead of
> Ubuntu?
>
> Johs

you should see a line that says:

default 1

change that number to match the entry for windows. the first entry is 0,
second is 1, third is 2, and so on. so if windows is the second entry use:

default 1

hth

--
Chris H.
website: http://www.nasland.nu
pgp key: http://www.nasland.nu/pgp/chammer-gpg-dsa.asc
Back to top
Login to vote
Robert Hull

External


Since: Dec 01, 2004
Posts: 389



(Msg. 8) Posted: Sat Nov 06, 2004 5:06 pm
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In message <pan.2004.11.06.15.51.27.174453.RemoveThis@invalid.org>, Dan C
<youmustbejoking.RemoveThis@invalid.org> wrote
>Man, n00bs
No manual entry for n00bs
--
Robert Talking to yourself - first sign of madness
Answering yourself back - first sign of schizophrenia
I go one better: If I don't like the answer ...
I put it to a majority vote
Back to top
Login to vote
David Green

External


Since: Mar 08, 2004
Posts: 17



(Msg. 9) Posted: Sat Nov 06, 2004 7:48 pm
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 06 Nov 2004 09:51:27 -0600, Dan C rambled:

> On Sat, 06 Nov 2004 11:55:55 +0100, JS wrote:
>
>> $ sudo pico /boot/grub/menu.lst
>> But what should I change to make it automatically boot WinXP instead of
>> Ubuntu?
>
> You can't figure that out by looking at the file?
>
Wouldn't after editing it be sensible to call grub-install?

> Man, n00bs these days...

Shudder. I despise that word and all it implies.

HTH,
Dave

--
David Green (mail.david@dsl.pipex.com)
Hands up for human rights!
http://www.amnesty.org
Back to top
Login to vote
Dan C

External


Since: Dec 29, 2003
Posts: 48



(Msg. 10) Posted: Sat Nov 06, 2004 7:48 pm
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Sat, 06 Nov 2004 19:48:00 +0000, David Green wrote:

>>> $ sudo pico /boot/grub/menu.lst
>>> But what should I change to make it automatically boot WinXP instead of
>>> Ubuntu?

>> You can't figure that out by looking at the file?

> Wouldn't after editing it be sensible to call grub-install?

No, that's not needed. In fact I've never used that command. What he
needs to do is simply change the default OS to be loaded. With GRUB,
that's all that is needed, no need to reinstall GRUB itself.

--
If you're not on the edge, you're taking up too much space.
Linux Registered User #327951
Back to top
Login to vote
s a n j a y

External


Since: Oct 19, 2004
Posts: 6



(Msg. 11) Posted: Sun Nov 07, 2004 8:55 am
Post subject: Re: How to change the bootloader? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"JS" <asd.DeleteThis@asd.com> wrote in message
news:pan.2004.11.06.10.24.17.508554@asd.com...
> When I start my computer it automatically enters Ubuntu linux after 10
> seconds. How do I change my bootloader so it enters my WinXP installation
> instead, automatically after 10 seconds?
>
> Johs

if you are using grub edit /boot/grub/grub.conf and change "default" from 0
to 1 or whatever win xp is. If its lilo, change /etc/lilo.conf and change
default to whatever win xp label is and then run /sbin/lilo.

sanjay
Back to top
Login to vote
Display posts from previous:   
Related Topics:
I need a bootloader - I am new to Linux. The project I am working on is to put 3 internet kiosks in my church's youth group's game room. I have aquired a stand alone firefox iso - Morphix Live CD. Instead of using the cdrom, I would like to load this distro onto a hard..

Installing 2nd Distro Without Bootloader - I want to install a 2nd distro without a bootloader. I have Xandros installed on hda1. Since my puter bios enables USB Drive boot, could I simply plug in the drive (sda1) when I wanted to boot the 2nd distro? Are there any issues why this would not work...

Installer hangs on "Installing bootloader" of Fedora Core 4 - Hi, I am facing following problems while installing Fedora 4 on my machine. 1 Probem: When I start the machine with CD#1, I get boot: promt. If I hit enter to proceed installation it starts checking machine resorces. Here it gives me this error..

lost the grub bootloader to Fedora 5 because windows forma.. - Hello, I commited a very stupid mistake and am banging my head against the wall. Im using Fedora 5 as the main desktop and keep Windows for some ..doc files and else. I decided to format my windows partition last night but took a backup of all the files....

what change in FC3 ? - hi all, my shell and perl scripts running perfectly well in FC1 do not run at all in FC3. does anybody know what possible reasons that make it happen (e.g. security constraint in FC3)?
       Linux (Home) -> Genreal Discussions All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows Forums
 Game Forums
  Linux Forums
 Mac Forums
 PDA Forums
 Mobile Forums
  Top  |  Store  |  RSS Feeds RSS  |  Data Feeds  |  Advertise  |  Submit  |  Bookmark  |  Newsletter  |  Contact