Results 1 to 10 of 13
What must I do to have a dual boot with Win XP (NTFS) on one drive and Linux on a different hard drive? I ask because all documentation I can ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-24-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
Dual boot on two hard drives
What must I do to have a dual boot with Win XP (NTFS) on one drive and Linux on a different hard drive? I ask because all documentation I can find concerns putting them on partitions of the same drive.
I am making the safe bet and assuming I can't just "go ahead and install them both and it will magically work."
Many thanks!
- 08-24-2005 #2Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
There are various ways to do this, but essentially it involves this:
1) Install Linux to the drive you want it on (one of the steps in the installation will allow you to choose where it's installed to).
2) Setup a bootloader on the master boot record of the primary master hard drive. The bootloader must be capable of booting multiple operating systems (LILO or GRUB should work).
The specifics of all of this are distribution-specific. What distribution of Linux do you plan on installing?
- 08-25-2005 #3Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
After thinking about it for a while, Fedora Core 4.
If it matters, it is on an x86 64 system.
I also forgot to mention that Windows is already on the one drive and I would rather not re-install it, but I will if it is necessary.
- 08-25-2005 #4
no, it is not necessary to reinstall windows, but be sure that when installing Fedora, you are installing it to hdb and not hda (2nd hard drive). Also, just to be on the safe side, backup your data on windows incase things don't go according to plan.
Life is complex, it has a real part and an imaginary part.
- 08-25-2005 #5Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
OK, but how do I manage booting? When I install Fedora, is LILO installed/configured?
Also, I am debating Fedora vs. Ubuntu, so if I went with Ubuntu would the procedure for dual booting be significantly different?
- 08-25-2005 #6Yes. Just make sure the bootloader (GRUB in the case of Fedora) is going to be installed on the MBR of your main drive (I assume it's your MS Windows drive).
Originally Posted by daedalus703
Not really. Most Linuxes use either LILO or GRUB, and their configuration is basically identical regardless of distribution. Some just do it more automatically while other require you to manually configure it. Fedora and Ubuntu (IIRC) both configure and install the bootloader for you.Also, I am debating Fedora vs. Ubuntu, so if I went with Ubuntu would the procedure for dual booting be significantly different?Registered Linux user #270181
TechieMoe's Tech Rants
- 08-26-2005 #7Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
I went ahead and installed Fedora with GRUB on the MBR of my main drive (which is MS Windows.)
I chose Windows to boot by default, but how do I get Linux to boot? I am never asked what I want to boot (it boots the same as it did before I installed Linux.) I checked and the Linux install was successful.
In other words, now that I have GRUB, how do I use it?
Yes, I am sort of a n00b.
- 08-26-2005 #8Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Are you getting a GRUB boot screen? If not, it's still using the Windows bootloader. Otherwise, just hit a key while it's counting down and select Fedora Core.
- 08-26-2005 #9Just Joined!
- Join Date
- Aug 2005
- Posts
- 12
I mean it boots the same as pre-Linux install as in nothing happens except Windows loads... no prompt, no countdown, no GRUB boot screen, no nothing. Just straight to Windows.
- 08-26-2005 #10Linux Engineer
- Join Date
- Aug 2004
- Posts
- 826
Then GRUB is probably not installed to the master boot record on the primary master drive.
Do the following:
1) Insert the first Fedora Core CD and reboot.
2) Typeat the boot prompt.Code:linux rescue
3) Type
Use at your own risk.Code:# chroot /mnt/sysimage # /sbin/grub-install /dev/hda


Reply With Quote
