Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Other Versions > EOL (End Of Life) Versions
FedoraForum Search

Forgot Password? Join Us!

EOL (End Of Life) Versions This is a Forum to discuss problems and workarounds for versions of Fedora that have passed End of Life.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28th June 2006, 07:36 PM
silvio Offline
Registered User
 
Join Date: Jun 2006
Location: Malta
Age: 47
Posts: 6
Failed to boot FC5 after dual install

Dual boot problems, I think

--------------------------------------------------------------------------------

Hi,

I'm very new to the linux world but got interested because of my satellite receiver. I bought FC5 DVD from a dedicated website. I have an AMD-Sempron 3000+ with 756Mb of ram and 2 Hard drives. An 80Gb with WinXp and the 20Gb where I invane tried to install FC5.
Installation went ok, although Grub was skipped during install. I tried to upgrade and chose to install on /boot, as suggested by many posts. The pc always went to XP.

I then did as suggested in a post by TOPA on this same forum. http://www.fedoraforum.org/forum/sh...perating+system

Now I have a "dual" boot menu but when I select Linux I{ just get a black screen with the DOS cursor on the tope left hand corner. No HDD access. Nothing.

So I tried to follow some more advice from posts. I tried fdisk -l and got, I had to type this:
Disk /dev/hda: 82.3GB, 82348277760 Bytes 255 Heads, 63 sectors/track 10011 cylinders
units = cylinders of 16065*512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 10010 80405293+ 7 HPFS/NTFS

Disk /dev/hda: 82.3GB, 82348277760 Bytes 255 Heads, 63 sectors/track 10011 cylinders
units = cylinders of 16065*512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hdb1 * 1 13 104391 83 Linux
/dev/hdb2 14 2491 19904535 8e Linux VM

I also tried grub-install /dev/hdb and got "/dev/hdb does not have any corresponding BIOS drive" for an answer.

Then I tried grub-install --recheck /dev/hdb and got the following:
Probing devices to guess Bios Drives.......
Installation finished. No error reported.
This is the contents of the device map /boot/grub/device.map
Check if correct or not. If any of the lines is incorrect, fix it and rerun the script 'grub-install'

(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdb

But now I still get the blank screen with the flashing underline cursor only. Any ideas what I could be messing up please?
__________________
Malta is just a Sun haven in the Mediterranean
Reply With Quote
  #2  
Old 28th June 2006, 08:04 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Hello:
From what you have posted and assuming that you had Windows installed before FC5: boot from the FC5 install disc and choose F5 and type linux rescue, enter and follow along with the on-screen instructions until you get to the last prompt. Then type chroot /mnt/sysimage enter, then type grub-install --recheck /dev/hda enter, type exit enter type exit and reboot and you should be good to go.
hth
Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #3  
Old 28th June 2006, 08:32 PM
SHtRO's Avatar
SHtRO Offline
Registered User
 
Join Date: Jul 2005
Posts: 178
I had to do something similar for a dual boot install on an older box as well. The grub-install failed with the aforementioned "BIOS drive" error, but I was able to run the grub shell and setup from there. It was quite weird, and a little disconcerting, but once it was installed from the grub shell everything worked fine.

Initially GRUB never installed and the FC5 installer gave no indication of that. It would just boot to windows. Then I installed grub and it wouldn't give me my proper boot options. That's when I did it manually from the GRUB shell and all worked out.

Future kernel upgrades did not have this problem because once GRUB knew where to look (/boot) for the grub.conf file, that was all that needed updating in the future.
__________________
Imagination is more important than knowledge.
--Albert Einstein
Reply With Quote
  #4  
Old 28th June 2006, 08:47 PM
silvio Offline
Registered User
 
Join Date: Jun 2006
Location: Malta
Age: 47
Posts: 6
Quote:
Originally Posted by Seve
Hello:
From what you have posted and assuming that you had Windows installed before FC5: boot from the FC5 install disc and choose F5 and type linux rescue, enter and follow along with the on-screen instructions until you get to the last prompt. Then type chroot /mnt/sysimage enter, then type grub-install --recheck /dev/hda enter, type exit enter type exit and reboot and you should be good to go.
hth
Seve
Thank you Seve!
Managed to boot in FC. Writing this message from it. The only thing for now is that it went directly to FC5 instead of giving me any options to boot in windows or Fedora. Any more useful tips, please?
__________________
Malta is just a Sun haven in the Mediterranean
Reply With Quote
  #5  
Old 28th June 2006, 08:55 PM
SHtRO's Avatar
SHtRO Offline
Registered User
 
Join Date: Jul 2005
Posts: 178
Make certain your "/etc/grub.conf" reflects the Windows partition.

If it does, read "info grub" and check out the details of setup. I had to do a manual setup in a situation very similar to your own.

If it doesn't it will have to be configured. Mine looks something like this:
Code:
title Windows XP(eriment)
        rootnoverify (hd0,0)
        chainloader +1
You may have to run 'setup' from the grub shell regardless.
__________________
Imagination is more important than knowledge.
--Albert Einstein
Reply With Quote
  #6  
Old 28th June 2006, 10:12 PM
Seve's Avatar
Seve Offline
Retired Community Manager
 
Join Date: Oct 2004
Location: The GTA, Ontario, Canada
Age: 54
Posts: 12,376
Quote:
Originally Posted by silvio
Thank you Seve!
Managed to boot in FC. Writing this message from it. The only thing for now is that it went directly to FC5 instead of giving me any options to boot in windows or Fedora. Any more useful tips, please?
Hello:
The following is what you need to do.
Quote:
Originally Posted by SHtRO
Make certain your "/etc/grub.conf" reflects the Windows partition.

If it does, read "info grub" and check out the details of setup. I had to do a manual setup in a situation very similar to your own.

If it doesn't it will have to be configured. Mine looks something like this:
Code:

title Windows XP(eriment) rootnoverify (hd0,0) chainloader +1
Once you have it set up then please visit this site to complete your install of FC5 http://stanton-finley.net/fedora_cor...ion_notes.html
If you have problems post back.
Cheers
Seve
__________________
Registered Linux User: #384977
.................................................. ............
See the Links below for more Help and those much wanted extras ... :)
Reply With Quote
  #7  
Old 29th June 2006, 10:33 AM
silvio Offline
Registered User
 
Join Date: Jun 2006
Location: Malta
Age: 47
Posts: 6
Thumbs up

Thanks Seve,

I was so excited to see a different booting screen that I didn't notice the countdown timer! When I restarted I noticed it and managed to stop it and boot into windows. Afterall the menu was there. It just said Fedora Core 5 and Others. Now I need to find the commands to change the time to a bigger number or swap the drive boot order. I will follow your lead. Thanks again.
__________________
Malta is just a Sun haven in the Mediterranean
Reply With Quote
  #8  
Old 30th June 2006, 08:14 AM
silvio Offline
Registered User
 
Join Date: Jun 2006
Location: Malta
Age: 47
Posts: 6
Can you please explain what "reflects windows partition" means when referrring to Grub? I managed to edit the grub.conf and change the amount of time from 5 to 30 seconds, changed the entry Other to Windows XP. I also noticed that the XP entry had noverify or something like that and also chainloader+1. The FC entry had different things.

Do I just switch them over, ie, put the Windows entries the first or do I have to change some of the text in the conf file?

Thanks again
__________________
Malta is just a Sun haven in the Mediterranean
Reply With Quote
Reply

Tags
boot, dual, failed, fc5, install

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual Boot Fedora 10 and Windows, GRUB failed to start up WarrenTang Installation and Live Media 11 9th December 2008 10:33 AM
Failed in dual boot featips Using Fedora 5 10th June 2008 05:11 AM
FC6 x86_64 grub failed to load on /dev/hda, now dual boot fails GreyWizzard EOL (End Of Life) Versions 4 21st December 2006 06:01 AM
Dual Boot FC5-XP FAILED lordzyon Installation and Live Media 5 23rd June 2006 09:22 PM
Dual Boot < Both Failed plsclickme Fedora Core 4 Test 1 12th April 2005 07:50 PM


Current GMT-time: 11:46 (Wednesday, 22-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat