Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 28th April 2007, 10:24 AM
golpemortal's Avatar
golpemortal Offline
Registered User
 
Join Date: Jul 2005
Posts: 194
Unhappy dual boot Fedora 6 and Win XP Pro, I messed up

When rebooting and selected Windows XP

the boot process hanged here

title Window XP Proffesional with SP2
rootnoverify (hd0,0)
chainloader +1

and won't do nothing nomore... had boot again and when with Fedora " that worls fine!!!!"

how can I fix this problem...?
Reply With Quote
  #2  
Old 28th April 2007, 11:09 AM
leigh123linux's Avatar
leigh123linux Offline
Retired Administrator
 
Join Date: Oct 2006
Posts: 21,509
http://forums.fedoraforum.org/forum/...30&postcount=2
__________________
My Hardware
- CPU: AMD Phenom II X6 Hex Core 1055T 95W Edition @3.5Ghz
- Motherboard: Gigabyte GA-880GM-UD2H
- Cooler: Corsair H50 CPU Cooler
- RAM: Corsair Dominator 8GB (4x2GB) DDR3 1600MHz
- Graphics: Gigabyte GeForce GTS 450 OC 1024MB GDDR5
Reply With Quote
  #3  
Old 28th April 2007, 02:49 PM
herrib Offline
Registered User
 
Join Date: Dec 2004
Location: Brittany (Europe -> France -> West coast)
Posts: 143
Windows must be installed on the first active partition of the first disk to be launched. (hd0,0) refers to this partition. It failed because:

* the partition supporting Windows is not correctly identified in the /boot/grub/grub.conf (a file which comprises the parameters grub is using )
* the partition supporting Windows is no longer the first active partition
* the partition supporting Windows is hidden (the use of partition magic 8 to create partitions drives to this issue; in that case, the message should be something like: file system type unknown, partition type 0x17)

First of all, the partitioning scheme must be clarified. Use the CD #1 or DVD to boot in rescue mode.

Type the following commands:
Code:
# chroot /mnt/sysimage
# fdisk -l (and copy the output)
# vi /boot/grub/grub.conf (to exit: escape :q) -> copy the output
# vi /boot/grub/device.map -> copy the output
# shutdown -r now -> to reboot
We'll then be able to instruct you to fix the issue ...
__________________
French support for Fedora Users
Reply With Quote
  #4  
Old 28th April 2007, 10:01 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
Hello herrib,
Quote:
Originally Posted by herrib

First of all, the partitioning scheme must be clarified. Use the CD #1 or DVD to boot in rescue mode.
I apologize for butting in. Just pointing out that golpemortal said Fedora is booting normally (I think). So linux rescue will not be necessary. It will make it a little easier for golpemortal to post the fdisk output and grub.conf if he does that work in Fedora instead of linux rescue. Butting out now.
Reply With Quote
  #5  
Old 28th April 2007, 10:16 PM
golpemortal's Avatar
golpemortal Offline
Registered User
 
Join Date: Jul 2005
Posts: 194
stoat you are absolutly righ, was working fine before and now doen't work... last time what Idid was I hit suspend by mistake when all I wanted was reboot....

so I pressed suspend and I hit power off botton and then on again displayed grub manu and selected XP
screen displayed this

title Window XP Proffesional with SP2
rootnoverify (hd0,0)
chainloader +1

and just stayed there.....

still haven resolved this issued... wanna do it with out re-installing XP back

thanks fellows
Reply With Quote
  #6  
Old 28th April 2007, 10:20 PM
golpemortal's Avatar
golpemortal Offline
Registered User
 
Join Date: Jul 2005
Posts: 194
how to fdisk output and grub.conf
Reply With Quote
  #7  
Old 28th April 2007, 10:34 PM
golpemortal's Avatar
golpemortal Offline
Registered User
 
Join Date: Jul 2005
Posts: 194
here is my grub.conf file

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd1,1)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/hda
default=3
timeout=30
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.20-1.2944.fc6)
root (hd0,1)
kernel /vmlinuz-2.6.20-1.2944.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.20-1.2944.fc6.img
title Fedora Core (2.6.20-1.2933.fc6)
root (hd0,1)
kernel /vmlinuz-2.6.20-1.2933.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.20-1.2933.fc6.img
title Fedora Core (2.6.18-prep)
root (hd0,1)
kernel /vmlinuz-2.6.18-prep ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-prep.img
title Window XP Professional with SP2
rootnoverify (hd0,0)
chainloader +1

Last edited by golpemortal; 28th April 2007 at 10:37 PM.
Reply With Quote
  #8  
Old 28th April 2007, 10:52 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
Hi golpemortal,

If all you did to cause this was press the suspend button and Fedora still boots normally, I doubt that there is anything to do in grub.conf. My best guess is to restore the XP boot sector with fixboot. It certainly won't hurt anything to try it.

The Windows Recovery Console command fixboot will restore the volume boot record (aka boot sector) of the XP system partition with the normal XP boot code. That is all that it will do.
  1. Boot with your Windows XP CD.
  2. At the blue menu, select "R".
  3. At the black Recovery Console menu, select your XP installation by number.
  4. Press <ENTER> for administrator password (if you never created one).
  5. At the prompt, enter: fixboot
  6. Agree.
  7. At the prompt enter exit to reboot.
  8. Remove the CD.
Reply With Quote
  #9  
Old 28th April 2007, 11:03 PM
golpemortal's Avatar
golpemortal Offline
Registered User
 
Join Date: Jul 2005
Posts: 194
Quote:
Originally Posted by stoat
Hi golpemortal,

If all you did to cause this was press the suspend button and Fedora still boots normally, I doubt that there is anything to do in grub.conf. My best guess is to restore the XP boot sector with fixboot. It certainly won't hurt anything to try it.

The Windows Recovery Console command fixboot will restore the volume boot record (aka boot sector) of the XP system partition with the normal XP boot code. That is all that it will do.
  1. Boot with your Windows XP CD.
  2. At the blue menu, select "R".
  3. At the black Recovery Console menu, select your XP installation by number.
  4. Press <ENTER> for administrator password (if you never created one).
  5. At the prompt, enter: fixboot
  6. Agree.
  7. At the prompt enter exit to reboot.
  8. Remove the CD.

one litle problem, my dvd-rom is not working any more... is been messed up for some time and lazy of me not replacing it... and now I need it and cant use it...sucks..

I still can mount my windows ntfs with fedora and see all my files

and one more thing, I fired up qtparted
to see my partitions and I see this
/dev/hda3 unknown 43.63gb
Reply With Quote
  #10  
Old 28th April 2007, 11:34 PM
stoat Offline
Registered User
 
Join Date: Jun 2006
Posts: 7,551
Hi golpemortal,

Okay, no DVD-ROM. Do you have a floppy drive and a floppy disk that you know was formatted by XP? If so, try an XP boot floppy as a test of my fixboot idea and the integrity of your XP installation...
  1. Get a floppy that you know was formatted by XP
  2. In Fedora, delete ALL files from this floppy including all hidden and system files
  3. Still in Fedora, copy these three files from your XP root directory to the floppy: ntldr, ntdetect.com, boot.ini
  4. Reboot from this floppy
See if XP boots.
Reply With Quote
  #11  
Old 29th April 2007, 12:12 AM
golpemortal's Avatar
golpemortal Offline
Registered User
 
Join Date: Jul 2005
Posts: 194
***********FIXED*******

I remembered that last night I played with the bios and can't remember what I changed, so I set the bios to default and rebooted and the crappy Windows started booting and all is fine now.......


thank you all your help...

golpe.
Reply With Quote
  #12  
Old 29th April 2007, 12:15 AM
lmo Offline
Registered User
 
Join Date: Mar 2007
Posts: 1,047
Quote:
Originally Posted by golpemortal
stoat you are absolutly righ, was working fine before and now doen't work... last time what Idid was I hit suspend by mistake when all I wanted was reboot....

so I pressed suspend and I hit power off botton and then on again displayed grub manu and selected XP
screen displayed this

title Window XP Proffesional with SP2
rootnoverify (hd0,0)
chainloader +1

and just stayed there.....

still haven resolved this issued... wanna do it with out re-installing XP back

thanks fellows
Have you tried the 20 second rule?
Shutdown and powerdown everthing.
Wait 20 seconds.

There is a small chance that after the computer and all devices have this 20 second rest, that it will work again.
Reply With Quote
Reply

Tags
boot, dual, fedora, messed, pro, win

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
Fonts messed up with intel driver after dual boot install Viper Chief Hardware & Laptops 0 6th August 2008 04:31 AM
Messed up dual-boot setting after upgrading to fedora 6 newtonapple Installation and Live Media 13 5th December 2006 07:03 AM
Messed up dual boot. Need bootloader help. kilroy13 Using Fedora 6 2nd July 2006 08:10 PM
Dual Boot messed up my Win-partiton PoLL Using Fedora 5 27th December 2004 03:31 PM
Messed Up Dual Boot.. eudoxia Installation and Live Media 2 12th June 2004 05:00 PM


Current GMT-time: 11:43 (Friday, 24-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