Dual boot winxp/ubuntu

Thread Solved

Join Date: Mar 2007
Posts: 120
Reputation: ft3ssgeek is an unknown quantity at this point 
Solved Threads: 7
ft3ssgeek's Avatar
ft3ssgeek ft3ssgeek is offline Offline
Junior Poster

Dual boot winxp/ubuntu

 
0
  #1
Jun 3rd, 2007
Hi all, I am going to be installing ubuntu on the second of two drives in my hp pavilion dv8040 (the first drive is xp pro)...I've used linux a bit, but only actually installed it once before (And that was 7 years ago - and it wasn't a dual boot situation)...I'm worried that it might affect my windows installation and I don't want to screw that up...Normally I'd have no problem just pressing ahead but in this particular situation, I just really do not want to screw up my windows drive...What will it do when it goes to set up the dual-boot?
Any tips/advice you can give me would be greatly appreciated...Thanx!
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 120
Reputation: ft3ssgeek is an unknown quantity at this point 
Solved Threads: 7
ft3ssgeek's Avatar
ft3ssgeek ft3ssgeek is offline Offline
Junior Poster

Re: Dual boot winxp/ubuntu

 
0
  #2
Jun 3rd, 2007
Ok, so after some searching, I found this link...
https://help.ubuntu.com/community/Ho...28dual-boot%29
however, I've read stuff about ?grub? being installed in the MBR and I'm afraid how that will affect my windows drive...I guess I just need someone to tell me that this link is right before I go ahead with this...anyone have any experience with this?
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,259
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 540
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Dual boot winxp/ubuntu

 
0
  #3
Jun 3rd, 2007
Grub is the bootloader. It lives in the first few sectors of the disk and it is what the pc looks for when it boots up. It will give you the option to boot either XP or Ubuntu

If it goes wrong all is not lost as it can be fixed (but you will need your XP cd)

Warning: If you have a recovery partition instead of a windows cd then DO NOT install linux !
Last edited by jbennet; Jun 3rd, 2007 at 6:10 am.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 120
Reputation: ft3ssgeek is an unknown quantity at this point 
Solved Threads: 7
ft3ssgeek's Avatar
ft3ssgeek ft3ssgeek is offline Offline
Junior Poster

Re: Dual boot winxp/ubuntu

 
0
  #4
Jun 3rd, 2007
Which disk will grub live on? the first disk with xp, or the second one with linux?
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,259
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 540
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Dual boot winxp/ubuntu

 
0
  #5
Jun 3rd, 2007
you get to choose. Usually it goes on the first disk.


e.g

PC BOOTS UP
BIOS CHECKS HDD1
BIOS READS MBR
BIOS SEES GRUB IN MNR
GRUB SHOWS OS CHOICES
(YOU CLICK ON XP)
GRUB LOADS THE XP BOOTLOADER
THE XP BOOTLOADER STARTS XP
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 120
Reputation: ft3ssgeek is an unknown quantity at this point 
Solved Threads: 7
ft3ssgeek's Avatar
ft3ssgeek ft3ssgeek is offline Offline
Junior Poster

Re: Dual boot winxp/ubuntu

 
0
  #6
Jun 3rd, 2007
So it shouldn't hurt xp if grub is in the mbr for the disk that xp is on?
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: Dual boot winxp/ubuntu

 
0
  #7
Jun 3rd, 2007
>So it shouldn't hurt xp if grub is in the mbr for the disk that xp is on?
No.
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Apr 2005
Posts: 16,259
Reputation: jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all jbennet is a name known to all 
Solved Threads: 540
Moderator
Featured Poster
jbennet's Avatar
jbennet jbennet is offline Offline
Moderator

Re: Dual boot winxp/ubuntu

 
0
  #8
Jun 3rd, 2007
and if it does hurt it, you just need to stick in your xp cd and type a simple command which will delete grub and reinstall the stock xp bootloader.

also DO NOT install grub if your PC relies on a recovery paritition instead of OS media as it will most likely destroy it.
If i am helpful, please give me reputation points.
Reply With Quote Quick reply to this message  
Join Date: Apr 2006
Posts: 5,051
Reputation: John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold John A is a splendid one to behold 
Solved Threads: 332
Team Colleague
John A's Avatar
John A John A is offline Offline
Vampirical Lurker

Re: Dual boot winxp/ubuntu

 
0
  #9
Jun 3rd, 2007
Originally Posted by ft3ssgeek View Post
Ok, so after some searching, I found this link...
https://help.ubuntu.com/community/Ho...28dual-boot%29
The tutorial has one or two minor inaccuracies, such as this one:
Originally Posted by the link
If your Windows is on a second SATA you have to use sd1 instead of hd1, I think.
Wrong. They're both referred to as hdx, and the numbers are in the hard drives' boot order.
Last edited by John A; Jun 3rd, 2007 at 8:41 pm. Reason: fixed
"Technological progress is like an axe in the hands of a pathological criminal."

All my posts may be freely redistributed under the terms of the MIT license.
Reply With Quote Quick reply to this message  
Join Date: Mar 2007
Posts: 120
Reputation: ft3ssgeek is an unknown quantity at this point 
Solved Threads: 7
ft3ssgeek's Avatar
ft3ssgeek ft3ssgeek is offline Offline
Junior Poster

Re: Dual boot winxp/ubuntu

 
0
  #10
Jun 3rd, 2007
Ok, thanks guys! I went ahead and installed it...everything went pretty well and grub works just fine - no problems that I've found yet with my xp install...
Ubuntu had a problem with my wireless card, but I've read in forums that it's a common problem, so I'll just have to mess with it and see if I can come up with anything...
Once again, thanks or all your help!
Solved!
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Getting Started and Choosing a Distro Forum
Thread Tools Search this Thread



Tag cloud for Getting Started and Choosing a Distro
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC