LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Dual booting problem (ubuntu 5.04) (https://www.linuxquestions.org/questions/ubuntu-63/dual-booting-problem-ubuntu-5-04-a-324876/)

fireedo 05-18-2005 10:43 PM

Dual booting problem (ubuntu 5.04)
 
I just installed my ubuntu hoary 5.04 on my hdd that already had windows XP.....I have 2 partition on my hdd (120gb) 60gb for WIndows XP and 60GB for Ubuntu
but when I try to boot into my windows XP there is an error messages "NTLDR missing" press alt+ctrl+del to reboot.....

so how to make able to boot to my windows?

this is my grub menu.lst

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd1,0)
savedefault
makeactive
chainloader +1


please help me I had some data on it.....need help please

ps: when I install ubuntu I installed MBR too

masand 05-18-2005 11:52 PM

hi there

i also have seen such poblems

the only solution that i had was to resintall windows

but also lookout for other solutions that u might get here

i too wil be interested to note that

regards

mrcheeks 05-18-2005 11:55 PM

Did you recently installed a service pack?
Try as root(or with sudo, i think that's what ubuntu uses)
Code:

sudo update-grub or update-grub as root
to see what happens.

masand 05-19-2005 12:00 AM

NTLDR is a problem with windows

GRUB won't change that i think

fireedo 05-19-2005 12:03 AM

so what I suppose to do? I really dont know about this
please...

osvaldomarques 05-19-2005 12:25 AM

Hi Breedo,

As you say you have just one hd, I guess you have to say to grub
Code:

title Microsoft Windows XP Professional
root (hd0,0)
savedefault
makeactive
chainloader +1

Grub counts all devices starting at 0 (zero), not 1.

Good luck!

Osvaldo.

masand 05-19-2005 12:29 AM

hd1=primary slave
hd0=primary master

osvaldomarques 05-19-2005 12:49 AM

Hi Masand,

The primary slave will be hd1 for grub if you have installed also a primary master. Otherwise it will be hd0.

masand 05-19-2005 05:58 AM

Quote:

Originally posted by osvaldomarques
Hi Masand,

The primary slave will be hd1 for grub if you have installed also a primary master. Otherwise it will be hd0.

sorry ,could not get u

could u explain more on this what do u want to say??

regards

osvaldomarques 05-19-2005 10:27 AM

Hi Masand,

Read "info grub". There you will see that the "first hard drive" will always be "hd0". Generally you have installed the first hdd as master but it's not needed. The modern bios can boot from any hd. If you for any reason leaves just an slave drive and the bios calls grub from it, grub will name it as "hd0".
Of course, you will have other problems after boot because linux will try to mount /dev/hda, which is not installed.

Osvaldo.

masand 05-19-2005 10:45 AM

so we may have hd0 even if it is primary slave

regards

sumandotcom 04-24-2007 12:22 PM

Ntldr
 
Quote:

Originally Posted by fireedo
I just installed my ubuntu hoary 5.04 on my hdd that already had windows XP.....I have 2 partition on my hdd (120gb) 60gb for WIndows XP and 60GB for Ubuntu
but when I try to boot into my windows XP there is an error messages "NTLDR missing" press alt+ctrl+del to reboot.....

so how to make able to boot to my windows?

this is my grub menu.lst

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Microsoft Windows XP Professional
root (hd1,0)
savedefault
makeactive
chainloader +1


please help me I had some data on it.....need help please

ps: when I install ubuntu I installed MBR too



Dear, Boot from XP CD & repair with R options.
after the XP repair boot from from ubuntu CD & reinstall Grub...

acascianelli 04-24-2007 12:34 PM

You replied to a thread that is 2 years old...


All times are GMT -5. The time now is 10:58 AM.