Fedora This forum is for the discussion of the Fedora Project. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-07-2006, 12:25 PM
|
#1
|
LQ Newbie
Registered: Sep 2006
Posts: 29
Rep:
|
Problem Dual Booting WinXP and FC6
Hi,
On hda(master) I have win xp installed fine. On a slave I just put in, which is completely new, I installed fc6, and made sure to install grub on hda. When the installation rebooted after loading everything off the 5 cds, after my bios loaded, a screen came up saying grub 1.5 loading... and then I got a grub error. I couldn't get into either fedora or winxp, so I put in my windows disc and fixed the mbr. So now I can get into windows, but not fedora. How can I fix this, so I can fix grub to be able to load into both? Thanks.
Ken
|
|
|
11-07-2006, 12:43 PM
|
#2
|
Member
Registered: Aug 2003
Location: Weatherford, OK
Distribution: openSUSE 10.1
Posts: 95
Rep:
|
I had this problem when I was trying Mandriva 2006. What I had to do, which is a bit of a pain, is the following:
My system was composed of 3 20GB hard drives. Win2k was on the first 2 and Mandriva was on the third. The install went fine, but I always got a GRUB error and nothing would boot. I even had this problem with SUSE 10.1. So, what I did was I installed GRUB to the hard drive with Mandriva (in your case it would be the one with Fedora). Put it in the MBR of that drive. Next, I had to tell my BIOS to boot to that hard drive. I decided to do this because I could boot to any other media except my primary master drive, which contained Win2k. So, I told the BIOS to boot to the secondary master, which was my third hard drive, and viola, GRUB appeared with it's usual appearance. I was then able to boot to Linux or Winows.
Maybe this will help you out. Good luck!
|
|
|
11-07-2006, 12:54 PM
|
#3
|
Member
Registered: Aug 2003
Location: Weatherford, OK
Distribution: openSUSE 10.1
Posts: 95
Rep:
|
Sorry, Mandriva uses Lilo for it's bootloader, but the concepts should be the same. I think it was SUSE that used GRUB. Besides, I see GRUB every day, so that's what's stuck in my head.
Last edited by czechknight93; 11-07-2006 at 12:55 PM.
|
|
|
11-07-2006, 08:47 PM
|
#4
|
Member
Registered: Nov 2003
Location: Downey Ca
Distribution: Fedora 11
Posts: 232
Rep:
|
Try this it works
Fedora Core 6 Install
This by all means may not work for everybody.
I run an Intel D865perl motherboard with 2.6 gig Intel processor with 1 gig of ram. Two 250 gig
hard drives. The first hard drive is for Windows XP. Second hard drive is for Fedora and data
backups.
Drive 2 the first 40 gig is Fedora and the second 210 gig is for files backups and Norton ghost 2006
images. Which I never doing anything without a current image file it will save your butt.
Install Fedora Core 6 on the second hard drive and use the automatic partitioning tool but don't
put grub on your Master MBR put it on the first sector on your second drive. When you get to the
Boot Loader Configuration screen make sure you check the Configure advanced boot loader
options. The next screen will give the option where to put Grub Boot Loader. It should say like
hda or hdb. Hda is usually your XP Drive. From their finish loading. Put it on hdb.
Now duel booting using XP boot manager (My Preference. I don't like third party boot managers.)
Use your rescue CD to boot to Fedora.
Hit enter at the boot prompt.
Hit enter for English
Hit enter for us
Setup network select no
At the rescue screen select continue
At the next rescue screen hit enter
Now you have a prompt sh-3.00#
At the prompt type in chroot /mnt/sysimage
If hdb2 is Not your boot partition, change it as appropriate. Type: df then determine which hda#
Run the command dd if=/dev/hdb2 of=boot.lnx bs=512 count=1
You should see
1+0 records in
1+0 records out
Type ls and you should see a file named boot.lnx
Put a blank floppy disk in your a: drive
Type mcopy boot.lnx a:
It should have copied the file to your a: drive
Now reboot to Windows
Copy boot.lnx to your root directory
Right click on your boot.ini file select properties and uncheck read only click ok
Double click your boot.ini file and add one line at the end it should read
C:\boot.lnx="Fedora Core 6". Then save it. When you reboot your XP boot
manager will come up and you can chose Fedora it jumps to the Grub Boot manager on your
second drive.
My file looks like this
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(0)(1)\windows
[operating systems]
multi(0)disk(0)rdisk(0)partition(0)(1)\windows="Microsoft Windows XP Pro SP2"
/fastdetect /NoExecute=OptIn
c:\boot.lnx="Fedora Core 6 Project"
You call it anything you want
|
|
|
11-07-2006, 08:54 PM
|
#5
|
Senior Member
Registered: Mar 2006
Location: India
Distribution: Fedora
Posts: 1,562
Rep:
|
I suggest you try again. Put fedora cd back in, type 'linux rescue' at prompt, then
Code:
#chroot /mnt/sysimage
#grub-install /dev/hda
#reboot
Remove cd and try booting fedora.
If it fails again, try the above suggestions.
|
|
|
All times are GMT -5. The time now is 10:16 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|