LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 10-25-2011, 04:48 PM   #1
rams
LQ Newbie
 
Registered: Oct 2011
Posts: 2

Rep: Reputation: Disabled
Angry Windows is not loading after fedora 14 installed


Hi,

I have installed Fedora 14 in my new hard drive and other two drives installed with RHEL5 and windows XP. Before adding new drive my system was booted up correctly both operating systems (ie RHEL5 and XP). After adding Fedora, I could able to boot Fedora4 and RHEL5, but windows XP is not loading and showing blank screen with blinking cursor on top left.

My grub conf is:

default=0
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.35.14-97.fc14.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.35.14-97.fc14.x86_64 ro root=/dev/mapper/vg_abc-lv_root rd_LVM_LV=vg_abc/lv_root rd_LVM_LV=vg_abc/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us-acentos rhgb quiet
initrd /initramfs-2.6.35.14-97.fc14.x86_64.img
title Red Hat EL
root (hd2,0)
kernel /vmlinuz-2.6.18-155.el5 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-155.el5.img
title Other
rootnoverify (hd1,0)
chainloader +1


------------------------
geometry (hd0)
drive 0x80: C/H/S = 8924/255/63, The number of sectors = 143374738, /dev/sda
Partition num: 0, Filesystem type is ext2fs, partition type 0x83
Partition num: 1, Filesystem type unknown, partition type 0x8e
-------------------------
geometry (hd1)
drive 0x81: C/H/S = 8924/255/63, The number of sectors = 143374738, /dev/sdb
Partition num: 0, Filesystem type unknown, partition type 0x7
-------------------------
geometry (hd2)
drive 0x82: C/H/S = 8924/255/63, The number of sectors = 143374738, /dev/sdc
Partition num: 0, Filesystem type is ext2fs, partition type 0x83
Partition num: 1, Filesystem type unknown, partition type 0x8e
---------------------------

fdisk -l

Disk /dev/sdb: 73.4 GB, 73407865856 bytes
255 heads, 63 sectors/track, 8924 cylinders, total 143374738 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xae5cae5c

Device Boot Start End Blocks Id System
/dev/sdb1 * 63 143364059 71681998+ 7 HPFS/NTFS

Disk /dev/sdc: 73.4 GB, 73407865856 bytes
255 heads, 63 sectors/track, 8924 cylinders, total 143374738 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x1459fc0c

Device Boot Start End Blocks Id System
/dev/sdc1 * 63 208844 104391 83 Linux
/dev/sdc2 208845 143364059 71577607+ 8e Linux LVM

Disk /dev/sda: 73.4 GB, 73407865856 bytes
255 heads, 63 sectors/track, 8924 cylinders, total 143374738 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0006c9b0

Device Boot Start End Blocks Id System
/dev/sda1 * 2048 1026047 512000 83 Linux
/dev/sda2 1026048 143374335 71174144 8e Linux LVM

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

From above configuration
(hd0,0) Fedora14 running
(hd1,0) Windows XP running
(hd2,0) RHEL5 running.

Thanks for your help in resolving this issue.
 
Old 10-25-2011, 05:06 PM   #2
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,492

Rep: Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488Reputation: 2488
You need the map entries because windows is on the seconddrive. Change your xp entry in the grub.conf file to that below:

Quote:
title Windows XP
rootnoverify (hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
 
1 members found this post helpful.
Old 10-26-2011, 12:38 PM   #3
rams
LQ Newbie
 
Registered: Oct 2011
Posts: 2

Original Poster
Rep: Reputation: Disabled
Thank you very much for your reply.
I have done before same way, but not sure why it was not worked. Maybe I would have given in different order.

Now it is working perfectly alright.
Thanks once again.
 
Old 10-26-2011, 01:20 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
rams be warned
fedora 14 is about to hit it's end of life

in a month there will NEVER be any updates, no security fixes,no new software
no nothing - it will be dead

you might want to install fedora 16 in a few weeks
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows 7 wont boot up after installing Fedora 15 (Windows 7 already installed)? ranger149 Fedora 6 09-02-2011 09:15 PM
had windows 7, installed fedora 12 on partition, now windows won't boot bieszke2 Linux - Software 14 02-10-2010 10:13 AM
Problem - Newley installed Fedora Core not loading geoffroc Linux - Newbie 1 01-06-2007 03:37 PM
Installed FreeBSD, now Windows XP HOME not loading.. tymek *BSD 1 11-02-2006 04:50 PM
Keeps loading straight to Windows (even with Grub installed) stugi Linux - Newbie 12 03-02-2006 08:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 07:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration