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

28th April 2007, 10:24 AM
|
 |
Registered User
|
|
Join Date: Jul 2005
Posts: 194

|
|
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...?
|

28th April 2007, 11:09 AM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
__________________
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
|

28th April 2007, 02:49 PM
|
|
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 ...
|

28th April 2007, 10:01 PM
|
|
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.
|

28th April 2007, 10:16 PM
|
 |
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
|

28th April 2007, 10:20 PM
|
 |
Registered User
|
|
Join Date: Jul 2005
Posts: 194

|
|
|
how to fdisk output and grub.conf
|

28th April 2007, 10:34 PM
|
 |
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.
|

28th April 2007, 10:52 PM
|
|
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. - Boot with your Windows XP CD.
- At the blue menu, select "R".
- At the black Recovery Console menu, select your XP installation by number.
- Press <ENTER> for administrator password (if you never created one).
- At the prompt, enter: fixboot
- Agree.
- At the prompt enter exit to reboot.
- Remove the CD.
|

28th April 2007, 11:03 PM
|
 |
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. - Boot with your Windows XP CD.
- At the blue menu, select "R".
- At the black Recovery Console menu, select your XP installation by number.
- Press <ENTER> for administrator password (if you never created one).
- At the prompt, enter: fixboot
- Agree.
- At the prompt enter exit to reboot.
- 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
|

28th April 2007, 11:34 PM
|
|
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... - Get a floppy that you know was formatted by XP
- In Fedora, delete ALL files from this floppy including all hidden and system files
- Still in Fedora, copy these three files from your XP root directory to the floppy: ntldr, ntdetect.com, boot.ini
- Reboot from this floppy
See if XP boots.
|

29th April 2007, 12:12 AM
|
 |
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.
|

29th April 2007, 12:15 AM
|
|
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 11:43 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|