Welcome to Linux Forums! With a comprehensive Linux Forum, information on various types of Linux software and many Linux Reviews articles, we have all the knowledge you need a click away, or accessible via our knowledgeable members.
Find the answer to your Linux question:
New to Linux Forums? Register here for free!
    Linux Forums > Your Distro > Ubuntu Help > Issues with booting Xp after installing Ubuntu

Forgot Password?
 Ubuntu Help   Discussion and help about Ubuntu, Kubuntu, Xubuntu, and all the Ubuntu family

Site Navigation
Linux Articles
Linux Forums
Linux Downloads
Linux Hosting
Free Magazines
Job Board
IRC Chat
RSS Feeds


Linux Forum Topics
Linux Forums
Your Distro
Linux Resources
GNU Linux Zone
The Community
Reply
 
Thread Tools Display Modes
Old 2 Weeks Ago   #1 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 6
Issues with booting Xp after installing Ubuntu

I just started using Ubuntu, and I like it but, I wanted to keep windows xp on my system. When I installed Ubuntu, I installed it onto a separate hard drive, I figured I could choose between systems from my boot menu.
Now I can't even boot into XP anymore

Is there anyway to check if Xp is still even installed?
Any suggestion to fix my XP boot issues?
TAU12US is offline  


Reply With Quote
Old 2 Weeks Ago   #2 (permalink)
Linux Engineer
 
D-cat's Avatar
 
Join Date: Jan 2009
Location: Dover, NH
Posts: 1,444
Is the second hard drive external? This would affect the ability of the boot manager to load if the hard drive is not plugged in.

If both drives are internal, then I suggest you boot with a Live CD. First would be to open a root terminal window and show us the output of

fdisk -l

(that's FDISK -L in lower case).
That'll at least show us if the partition table is still in tact.
__________________
You just WON the game!
D-cat is offline   Reply With Quote
Old 2 Weeks Ago   #3 (permalink)
Linux Guru
 
Join Date: Oct 2007
Posts: 2,410
Quote:
Originally Posted by TAU12US View Post
I just started using Ubuntu, and I like it but, I wanted to keep windows xp on my system. When I installed Ubuntu, I installed it onto a separate hard drive, I figured I could choose between systems from my boot menu.
Now I can't even boot into XP anymore

Is there anyway to check if Xp is still even installed?
Any suggestion to fix my XP boot issues?
Boot Ubuntu from the hard drive if you can, open a terminal and post the output of
Code:
sudo fisk -l
here. Let us know if you changed the bootloader defaults during the Ubuntu install. Also let us know if either of the drives is an external drive and how they are connected to the system.
Jonathan183 is offline   Reply With Quote
Old 2 Weeks Ago   #4 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 6
This is what I got, just to let you know I'm somewhat computer literate just not familar with Ubuntu but plan on learning about it.

Both drives are internal

Have not intentionally messed with any boot settings

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

Device Boot Start End Blocks Id System
/dev/sda1 * 1 18527 148818096 7 HPFS/NTFS
/dev/sda2 18529 19457 7462192+ c W95 FAT32 (LBA)

Disk /dev/sdb: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x002e002e

Device Boot Start End Blocks Id System
/dev/sdb1 1 4660 37431418+ 83 Linux
/dev/sdb2 4661 4865 1646662+ 5 Extended
/dev/sdb5 4661 4865 1646631 82 Linux swap / Solaris
TAU12US is offline   Reply With Quote
Old 2 Weeks Ago   #5 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Windows XP is perfectly fine. First of all, try to re-install GRUB. In case that doesn't work, you have to switch Hard disks ( cable/jumper settings to set Ubuntu Hard disk as Primary ) and re-install grub.

Boot up from Ubuntu LiveCD, open Terminal and execute this
Code:
sudo grub
You will get a grub prompt, grub>
Execute this:
Code:
find /boot/grub/stage1
If you get "Error 15: File not found", try the following:
Code:
find /grub/stage1
Using this information, set the root device (fill in X,Y with whatever the find command returned):
Code:
root (hdX,Y)
setup (hd0)
quit
Reboot machine.
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 2 Weeks Ago   #6 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 6
I'll give it a shot
TAU12US is offline   Reply With Quote
Old 2 Weeks Ago   #7 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 6
hang on one tick I think I know where I made my mistake...
TAU12US is offline   Reply With Quote
Old 2 Weeks Ago   #8 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 6
okay so I was able to get to this far

[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename. ]

grub> find /boot/grub/stage1

Error 15: File not found

grub> find /grub/stage1

Error 15: File not found

it is giving me error 15 either way
TAU12US is offline   Reply With Quote
Old 2 Weeks Ago   #9 (permalink)
Super Moderator
 
devils casper's Avatar
 
Join Date: Jun 2006
Location: Chandigarh, India
Posts: 21,081
Send a message via Yahoo to devils casper
Something is wrong with installation and its a GRUB/BIOS compatibility problem.
Which version of Ubuntu are you using?
__________________
It takes a lot of time to be a genius, you have to sit around so much doing nothing, really doing nothing. - Gertrude Stein
New Users: Read This First
devils casper is offline   Reply With Quote
Old 2 Weeks Ago   #10 (permalink)
Just Joined!
 
Join Date: Nov 2009
Posts: 6
Ubuntu 9.10 Karmic Koala
TAU12US is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Free Magazines
Run Your Own Web Server Using Linux & Apache - Free 191 Page Preview
Learn about everything you'll need to build and maintain your Linux servers, and to deploy Web applications to them.
subscribe
Open Source Security Myths Dispelled
Dispel the five major myths surrounding Open Source Security and gain the tools necessary to make a truly informed decision for your IT organization
subscribe
InformationWeek
InformationWeek is the only newsweekly you'll need to stay on top of the latest developments in information technology.
subscribe



All times are GMT. The time now is 06:43 AM.






© 2000 - 2009 - All Rights Reserved - Property of  MAS Media

Content Relevant URLs by vBSEO 3.3.0 RC2