I never thought this day would come, but it did. I recently acquired Fedora Core 3 on a DVD and I thought I'd give it a bash. Installed it, and man this is great. Except, I dont have any games for Linux. So I thought, why not dual boot with XP and have the best of both worlds. Long story short, to setup a dual boot with these two heavy weights, is quite a tricky bussiness.
I got some info on the matter
HERE and
HEREWhen looking at the first page, you'll see that the drive was partitioned with the first partition being NTFS (for XP), and then for Linux and then a partition(FAT32) for the fedora.bin file.
I partition my 40Gig as follows :
20Gig « NTFS for XP »« /dev/hda
19Gig « linux »« /dev/hda5
and the rest « FAT32 »« /dev/hda6
I dont know where or what hda2, 3 & 4 are - maybe my CD/RW & DVD ROM
On the second page, he gives linux commands for copying the fedora.bin file to the FAT32 drive wich btw is called WIN.
The problemXP is installed on the first partition. Fedora is installed on the second partition(/dev/hda5). When the Fedora installation completes, is promts you to remove disk and click 'reboot'. When I reboot, It goes straight into XP. It doesn't prompt you to choose wich OS you want to use.
What I tried so far1) I used FDISK to partition my HDD and maybe this is why I'm having problems?
2) I installed Linux with these options as stated in the first page :
QUOTE
Select "Use GRUB as the boot loader"
Select Install Boot Loader record on "...First sector of boot partition".
After finishing the Red Hat installation, reboot into Linux.
If you don't have a boot disk, try booting in [linux rescue mode].
3) In the second page, I substituted this given command
« #mount -t msdos /dev/hda5 /win » with
« #mount -t msdos /dev/hda6 /win » because, as I understand,
this is the FAT32 drive called WIN
4) I substituted the next command
« #dd if=/dev/hda2 of=/win/fedora.bin bs=512 count=1 » with
« #dd if=/dev/hda5 of=/win/fedora.bin bs=512 count=1 » because
hda5 is my linux partition
5) What I understand when reading this
QUOTE
Substitute the path for the if= parameter (the input file) with the appropriate partition from the previous step, set if= to /dev/hda2. Substitute the path for the of= parameter (the output file) with whatever is appropriate for your system. The example here (of=/win/fedora.bin) is for copying onto a FAT32 partition called win.
The 'if' is for your linux partition, the 'of' is your FAT32 partition.
When doing all this, step by step, I reboot as stated in page 2, but there is no file on the FAT32 drive. What has to happen, is that you have to copy the fedora.bin from your linux partition onto your FAT32 drive, so that you can access the file from XP, and from there its easy to edit the boot.ini and setup the dual boot.
I'm not a hardcore linux user so treat me like a tourist. What you take for common knowlege regarding linux, I probably don't know. I think I'm either misunderstanding the commands or I'm substituting the wrong info. Maybe the drives are partitioned wrong.
Please help. I want Fedora for work and XP for play.
Adieu