Dual Boot On Mac Mini Not Working

dbialac

New Member
I'm trying to get EasyBCD 1.5 to work with Vista RC1 on my Mac Mini. When I try to boot OS X, I get an error message. The code is 0xc0000221 and the message is saying that the computed checksum does not match the checksum in the file header. Here's my configuration:

Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
resumeobject {79f75a7c-3f70-11db-87c6-d6da54024f30}
displayorder {current}
{a1ecb423-5e07-11db-aa4b-0016cba2df1e}
toolsdisplayorder {memdiag}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Microsoft Windows Vista
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {79f75a7c-3f70-11db-87c6-d6da54024f30}
nx OptIn

Windows Legacy OS Loader
------------------------
identifier {a1ecb423-5e07-11db-aa4b-0016cba2df1e}
device partition=C:
path \NST\nst_mac.efi
description NST Mac OS X


Thanks in advance for any help.
 
Hi dbialac, and welcome to NeoSmart Technologies!

I don't know why you're seeing that error, but it seems that Vista isn't recognizing your efi file.

Can you please try this:
Copy this file from your Mac install
Code:
/usr/standalone/i386/boot.efi
to C:\NST\nst_mac.efi in Windows.

You didn't mention when this error appears.. I assume its after you click "Mac OS X" in the Vista bootloader?

Good luck, let me know if that works.
 
Back
Top