Jump to content
19 posts in this topic

Recommended Posts

Here is what i've done.

I have vista on one harddisk and OSX on the other.

I succesfully installed 10.4.6

 

Now i wanted to try the 10.4.8

The only patch i clicked, is the sse3 while installing.

No errors during installation, starting the pc again, i get this error...

 

My specs are in my sig.

Edited by buffalobitch

The first thing to do is to update the drive's mbr.

Boot from your install DVD.

 

Find out what your drive's number is by calling diskutil:

/usr/sbin/diskutil list

(make a mental note of your drive's number)

 

update the MBR by typing:

/usr/sbin/fdisk -u /dev/rdisk#
(replace # by the correct drive number!)
reboot

 

If that doesn't work then maybe the partition is not set as active for some reason.

 

use fdisk to check if your drive has a correctly set active partition by typing:

/usr/sbin/fdisk -e /dev/rdisk# (replace # by the correct drive number!)
p (to view partitions)

 

If your boot partition does not have a *, then you need to make it active:

f # (replace # with correct drive number)
write (answer yes to question)
exit

 

This should update your MBR and the drive should be bootable again.

 

If your partition was already active, then we need to find a different solution.

 

Good luck,

 

hecker

Edited by hecker

I have installed the 10.4.6 succesfully, en updated it to 10.4.8

But when i start the pc, i keeps asking to reboot.

I have entered the -legacy now, and it boots succesfully.

But when i don't enter -lagacy, it doesn't do a thing.

 

Anybody got an idea what that -legacy does, and how it comes that it makes my computer boot?

i have kernel panic to:

panic (cpu 0 caller 0x001A2ECF): kernel_trap(0x40db884) with 64 bit state

Debugger called: panic

-legacy - Boots OS X in 32bit mode rather than 64bit if 64bit is used due to a 64bit processor

This switch was enabled automatically in my system after I finished installing. I assume it improves system stability.

 

hecker

Edited by hecker

Hey, no problem.

 

Cheers,

 

hecker

 

EDIT: the fix is done by adding the following entry:

<key>Kernel Flags</key>

<string>-legacy</string>

 

in the

/Library/Preferences/SystemConfiguration/com.apple.Boot.plist

file

 

Just in case someone was wondering :(

Edited by hecker
  • 6 months later...

hy, i've got the similar problem,

i 've got xp on sata disk, and osx on ata,

when i'm booting with bios boot loader directly on osx drive , i 've got "Error loading operating system"...

the installation was ok and the first boot was also ok with finishing installation etc....

my osx partition is set to active by partition magic...

so what is the problem.... hlp...

×
×
  • Create New...