LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   FC4 and Windows (https://www.linuxquestions.org/questions/linux-newbie-8/fc4-and-windows-464462/)

Conquistador0 07-15-2006 11:55 PM

FC4 and Windows
 
OK. This is my first time using Linux cause I want to get to know it. So, I installed FC4 on a 80gig hd of mine and I have XP on a 120. And of course when I boot is always boots right to Windows cause i set that hd as the master drive I don't know the name of it. But I was wondering what can I do to boot Linux?

jpk 07-16-2006 07:19 AM

How did you configure boot loader when you installed linux?

pixellany 07-16-2006 08:15 AM

When you install Linux, the installer will prompt you about installing the Bootloader (GRUB used for Fedora).
Have you been able to boot Linux at all?---eg by switching the boot order in the bios? The way you describe it, GRUB may be on the mbr of the Linux drive--in which case you would have to set the BIOS to boot that drive first.

Otherwise, you will need to boot from the Fedora CD in rescue mode and get into Linux that way.

Once you are in Linux, you can install the bootloader on a floppy--or on the mbr of the Windows drive. Here are the commands---assuming that Windows is on the first drive, and Linux on the second:
grub #puts you in the grub shell
root (hd1,0) #assumes that Linux is on the 2nd drive, 1st partition (grub counts from 0)
setup (hd0) # to put grub on the mbr of the 1st drive
OR
setup (fd0) # to put it on a floppy

Eventually, you will want to get a copy of the GRUB manual http://www.gnu.org/software/grub/manual/grub.html

Another thought:
Consider installing Windows and Linux on the same drive--the samller one--and using the large drive for shared data. Format it FAT32 and it will be easily accessible from both Linux and Windows.
Also consider getting Fedora 5 instead of 4.


All times are GMT -5. The time now is 12:34 PM.