LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-18-2009, 06:05 AM   #1
vigneshke
LQ Newbie
 
Registered: Sep 2007
Posts: 16

Rep: Reputation: 0
Unhappy Can't boot windows xp after installing fedora 10.


Hello everyone,
I am a newbie who recently started using Linux. I was using windows xp in my laptop. Since I got interest in Linux, I installed Fedora 10 in another new partition. After installing it, when I try to log into windows, there is an error popping out "BOOTMGR MISSING. PRESS CTRL+ALT+DEL TO RESTART". I tried using windows XP cd to boot. But it's not working. :-( I can still access files which I stored in windows. But I cant get into WINDOWS... Any solution??? Pls help me out friends. :-(
Regards,
Vignesh.
 
Old 04-18-2009, 08:37 AM   #2
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Welcome to LQ!!

Since you apparently can boot into Fedora, open a terminal, enter "su" to become root, and enter "fdisk -l" (ell, not one). Post the results here.

The Fedora installer should have recognized the Windows install and automatically configured the bootloader. When it starts up, are you given an option for Windows?
 
Old 04-18-2009, 12:38 PM   #3
vigneshke
LQ Newbie
 
Registered: Sep 2007
Posts: 16

Original Poster
Rep: Reputation: 0
Hello my friend,
Thank you for your reply. Here is the output I got after entering "fdisk -l".

Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x10000000

Device Boot Start End Blocks Id System
/dev/sda1 * 11 1316 10485760 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 1316 9148 62914560 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 9148 19458 82807808 f W95 Ext'd (LBA)
Partition 3 does not end on cylinder boundary.
/dev/sda5 9149 14452 42597376 7 HPFS/NTFS
/dev/sda6 * 19131 19458 2620416 c W95 FAT32 (LBA)
/dev/sda7 14453 14477 200781 83 Linux
/dev/sda8 14478 19130 37375191 8e Linux LVM

Partition table entries are not in disk order





Is there any problem with the output which I got? :-(
Thank you for the reply.
Regards,
Vignesh.
 
Old 04-18-2009, 12:47 PM   #4
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
First did you use windows all ready for sometime ?
If so did you defrag the drive befor partitioning ?
How did you try to start windows via the option Others mentioned in the GRUB menu ?
 
Old 04-18-2009, 01:02 PM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I am guessing that Windows is on the first partition---you can confirm this by looking at it with Linux and seeing if you see the normal Windows directories.

To boot Windows, you need to add this to your GRUB configuration file (/boot/grub/menu.lst)

Code:
title    Windows
root    (hd0,0)
makeactive
chainloader +1
boot
 
Old 04-18-2009, 09:05 PM   #6
vigneshke
LQ Newbie
 
Registered: Sep 2007
Posts: 16

Original Poster
Rep: Reputation: 0
Hello mate,
I did the steps which you have mentioned. I have added Windows in GRUB list. But still I am not able to log into windows mate. :-( Any other suggestions? I have tried to boot using windows xp cd so that I can atleast repair it. But it doesn't boot. :-(


And to ronlau9 reply: I was not able to log into windows after I installed fedora 10. I didn't do de fragmentation before installing linux. And I did the steps what pixellany has mentioned. But it still doesn't work. Any other solution mate? :-(
 
Old 04-18-2009, 09:07 PM   #7
jhwilliams
Senior Member
 
Registered: Apr 2007
Location: Portland, OR
Distribution: Debian, Android, LFS
Posts: 1,168

Rep: Reputation: 211Reputation: 211Reputation: 211
Quote:
Unhappy Can't boot windows xp after installing fedora 10.
That's awesome news, man -- your computer is working correctly!
 
Old 04-18-2009, 09:33 PM   #8
malekmustaq
Senior Member
 
Registered: Dec 2008
Location: root
Distribution: Slackware & BSD
Posts: 1,669

Rep: Reputation: 498Reputation: 498Reputation: 498Reputation: 498Reputation: 498
vigneshke:

Q=":-( Any other suggestions? I have tried to boot using windows xp cd so that I can atleast repair it. But it doesn't boot. :-("

The instruction by Pixellany above should have "given you the option" to boot into your Xp. Try to recheck, redo, and edit your /boot/grub/menu.lst and somewhere after 'defaults' at the bottom add the lines given by Pixellany above. See to it that you copy it point-by-point.

Can you post here your menu.lst entries? at least the uncommented lines at the bottom of the list?

Just for a try, if kernel (hd0,0) doesn't work, try (hd0,1) or (hd0,5).
 
Old 04-19-2009, 01:42 AM   #9
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
this is what my part of /boot/grug/grub.conf looks like
Code:
title WindowsXP
	rootnoverify (hd0,0)
	chainloader +1
 
Old 04-19-2009, 02:57 AM   #10
ssaha
Member
 
Registered: Feb 2009
Location: Kolkata,India
Distribution: Fedora 8,Ubuntu 8.04, 8.10, 9.04, 9.10
Posts: 108

Rep: Reputation: 18
it happens with some computers,that when linux is installed windows xp cd doesn't boot.it considers the linux partitions as dos partitions.
use partition manager to delete the linux partitions,format windows and recover it and then install linux again.
you can bakup ur xp if you wish to, by booting into linux.
hope this will help you...
 
Old 04-19-2009, 12:31 PM   #11
vigneshke
LQ Newbie
 
Registered: Sep 2007
Posts: 16

Original Poster
Rep: Reputation: 0
Hello friends,
Thank you very much for your replies. Here is what I have in the GRUB list.


# 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 (hd0,6)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.21-170.2.56.fc10.i686)
root (hd0,6)
kernel /vmlinuz-2.6.27.21-170.2.56.fc10.i686 ro root=UUID=688a95b8-5948-4cbb-b710-bd1481a2083c rhgb quiet
initrd /initrd-2.6.27.21-170.2.56.fc10.i686.img
title Other
rootnoverify (hd0,0)
chainloader +1
title WindowsXP
root (hd0,0)
makeactive
chainloader +1
boot












Have tried all the possible ways. Still can't boot into windows. :-( Has anyone here experienced the same problem what I am facing now?


Regards,
Vignesh.
 
Old 04-19-2009, 01:04 PM   #12
ronlau9
Senior Member
 
Registered: Dec 2007
Location: In front of my LINUX OR MAC BOX
Distribution: Mandriva 2009 X86_64 suse 11.3 X86_64 Centos X86_64 Debian X86_64 Linux MInt 86_64 OS X
Posts: 2,369

Rep: Reputation: Disabled
Quote:
Originally Posted by vigneshke View Post
Hello friends,
Thank you very much for your replies. Here is what I have in the GRUB list.


# 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 (hd0,6)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,6)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.21-170.2.56.fc10.i686)
root (hd0,6)
kernel /vmlinuz-2.6.27.21-170.2.56.fc10.i686 ro root=UUID=688a95b8-5948-4cbb-b710-bd1481a2083c rhgb quiet
initrd /initrd-2.6.27.21-170.2.56.fc10.i686.img


title WindowsXP
root (hd0,0)
makeactive
chainloader +1
boot




Have tried all the possible ways. Still can't boot into windows. :-( Has anyone here experienced the same problem what I am facing now?


Regards,
Vignesh.
I take 3 lines out of you're menu.lst it might help
If windows is already running for somwetime it always better to defrag
first , because you find a windows data all over the HD
 
Old 04-19-2009, 02:30 PM   #13
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
i would guess that seeing as windows xp was not defraged before you shrunk it ( sometimes even if you do ) windows can get messed up .
Reinstall xp
you might want to 100% reformat the drive and partition it 50% / 50% ntfs and ext3
then reinstall xp and then fedora .
 
Old 04-20-2009, 07:09 AM   #14
vigneshke
LQ Newbie
 
Registered: Sep 2007
Posts: 16

Original Poster
Rep: Reputation: 0
Hello mate,
Well... I installed Linux in different partition. That partition doesn't have Windows XP in it. And I have tried editing the GRUB list as well. Nothing works mate!!! :-( And on top of that, I think my computer contains some bugs. When I do something, the computer restarts without any reason!!! And after it restarts, there is an error message popping out saying that there is a bug in my computer. Now I think I have made a wrong decision in installing linux. I know I am dumb in linux. But since I wanted to explore something, I started using it. I don't know what to do mate... :-(
Regards,
Vignesh.
 
Old 04-20-2009, 09:38 AM   #15
songahige
LQ Newbie
 
Registered: Mar 2009
Posts: 4

Rep: Reputation: 2
Is fedoras boot loder can be instll at root prtiton?u can instll some like gag(graphcl lodr)it s eazy 2 set
 
  


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
Help me - Facing problem to boot windows XP after installing Fedora 8 harishsunquest Linux - Software 5 02-26-2009 09:13 AM
Unable to boot into Windows after installing Fedora 10. hijacktheleft Linux - Newbie 6 02-01-2009 12:57 AM
how to boot to windows after installing fedora param_vlsi Linux - General 4 01-03-2009 01:48 AM
how to boot fedora installing along with windows safesrini Linux - Newbie 3 01-31-2008 06:41 AM
re-installing Fedora linux as a dual boot with Windows ercjncpr Fedora - Installation 2 04-16-2005 04:03 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:23 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