64 bit ubuntu doesn't boot

Asked by Badry

I installed 64 bit ubuntu 10.10 (dual installation with Windows XP pro 64 bit), restarted the computer and it went straight to boot Windows XP, there was no mentioning of ubuntu upon start up.

Question information

Language:
English Edit question
Status:
Answered
For:
Wubi Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
bcbc (bcbc) said :
#1

What are the contents of the C:\boot.ini file?

Revision history for this message
Badry (bb34wind) said :
#2

I don't see that file in C:. Only autoexec.bat and config.sys

On Thu, Jan 6, 2011 at 9:35 AM, bcbc
<email address hidden>wrote:

> Your question #140417 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/140417
>
> Status: Open => Needs information
>
> bcbc requested for more information:
> What are the contents of the C:\boot.ini file?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/wubi/+question/140417
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bcbc (bcbc) said :
#3

It's hidden. Here's some reference material from Microsoft: http://support.microsoft.com/kb/289022

Revision history for this message
Badry (bb34wind) said :
#4

I found it. There is no reference to ibuntu though. Here is content of the
file:

multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Windows XP Professional x64
Edition" /noexecute=optin /fastdetect /usepmtimer

On Thu, Jan 6, 2011 at 11:55 AM, bcbc
<email address hidden>wrote:

> Your question #140417 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/140417
>
> bcbc posted a new comment:
> It's hidden. Here's some reference material from Microsoft:
> http://support.microsoft.com/kb/289022
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Badry (bb34wind) said :
#5

One more thing.

timeout=30

On Thu, Jan 6, 2011 at 9:35 AM, bcbc
<email address hidden>wrote:

> Your question #140417 on Wubi changed:
> https://answers.launchpad.net/wubi/+question/140417
>
> Status: Open => Needs information
>
> bcbc requested for more information:
> What are the contents of the C:\boot.ini file?
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/wubi/+question/140417
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
bcbc (bcbc) said :
#6

Sorry for the delay... that doesn't look like a well-formed boot.ini - maybe that is why the update failed. It should look like this:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Windows XP Professional x64 Edition" /noexecute=optin /fastdetect /usepmtimer

If that is actually how it looks, you can add an entry for Ubuntu yourself. I'm not sure why it didn't get added. If this is the only problem it should work, but be careful editing boot.ini. If you make a mistake you may have booting problems (or get a hal.dll error).

The entry should be:
C:\wubildr.mbr="Ubuntu"

So the whole file looks like
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)WINDOWS="Windows XP Professional x64 Edition" /noexecute=optin /fastdetect /usepmtimer
C:\wubildr.mbr="Ubuntu"

If you prefer to troubleshoot and try reinstalling you can copy the wubi log file from the %temp% directory to http://pastebin.ubuntu.com and return the address here and I'll take a look. I'm not sure why this happens on the rare occasion.

Can you help with this problem?

Provide an answer of your own, or ask Badry for more information if necessary.

To post a message you must log in.