Dual booting

Ask the few things google does not know

Moderator: Dictators in Training

Post Reply
User avatar
Darcler
Saran Wrap Princess
Saran Wrap Princess
Posts: 7161
Joined: Thu Jun 17, 2004 10:54 pm
Location: Dallas, TX
Contact:

Dual booting

Post by Darcler »

My PC has both Linux and Windows on it. When you start the computer, it defaults to wanting to boot into Linux, gives you that 10 second timer unless you move it to Windows.
How do I make the default Windows? Gid did it to this laptop but he failed to tell me how he did it. I'd like to be able to start up and walk away while it boots up without coming back and rebooting to get out of Linux.
User avatar
Lionking
NT Veteran
NT Veteran
Posts: 1063
Joined: Mon Aug 15, 2005 3:09 pm
Location: In front of my TV watching football

Post by Lionking »

Open the PC case, grab a large magnet and place it on the hard drive. Issue solved.
Evermore
NT Deity
NT Deity
Posts: 4368
Joined: Wed Mar 10, 2004 10:46 am

Post by Evermore »

Darc it depends on what he is using to dual boot. if its the XP one that is setable in windows
For you
Image
User avatar
Lyion
Admin Abuse Squad
Admin Abuse Squad
Posts: 14376
Joined: Wed Mar 10, 2004 1:42 pm
Location: Ohio

Post by Lyion »

You need to change the grub boot file to change the default OS to boot to.

If you have the root password, login to linux as root

at the first command prompt, type
vi /boot/grub/menu.lst

You can move around within vi with the hjkl keys.

There will be a line with default 0, move over the 0. type r, then hit the number that coincides with your windows boot system, it should be 1, 2, 3 etc.. It is the number of places down windows is, starting at 0. If it is the third one down, it is 2.

after r, hit : then wq! which should be at the bottom of the screen and will save the file, and then reboot. Voila all done.

IM me if you are confuzzled.
What saves a man is to take a step. Then another step.
C. S. Lewis
User avatar
Darcler
Saran Wrap Princess
Saran Wrap Princess
Posts: 7161
Joined: Thu Jun 17, 2004 10:54 pm
Location: Dallas, TX
Contact:

Post by Darcler »

Lionking wrote:Open the PC case, grab a large magnet and place it on the hard drive. Issue solved.


Think it'll work? I'll go try it now!
Narrock
NT Patron
NT Patron
Posts: 16679
Joined: Mon Mar 15, 2004 11:54 pm
Location: Folsom, CA

Post by Narrock »

lyion wrote:You need to change the grub boot file to change the default OS to boot to.

If you have the root password, login to linux as root

at the first command prompt, type
vi /boot/grub/menu.lst

You can move around within vi with the hjkl keys.

There will be a line with default 0, move over the 0. type r, then hit the number that coincides with your windows boot system, it should be 1, 2, 3 etc.. It is the number of places down windows is, starting at 0. If it is the third one down, it is 2.

after r, hit : then wq! which should be at the bottom of the screen and will save the file, and then reboot. Voila all done.

IM me if you are confuzzled.


:rofl:
“The more I study science the more I believe in God.” -- Albert Einstein
User avatar
Darcler
Saran Wrap Princess
Saran Wrap Princess
Posts: 7161
Joined: Thu Jun 17, 2004 10:54 pm
Location: Dallas, TX
Contact:

Post by Darcler »

lol no shit, man.
Post Reply