Jump to content
27 posts in this topic

Recommended Posts

hello guys

 

I need your help with something

recently i downloaded the 10.5.1 leopard for amd iso from Zephyroth

i installed it by burning it on a dvd when its fished it asks to restart well it doesnt the only thing i see is a black screen with a blinking underscore..

can someone help me please

 

Mike

no thats what i wanted to hear but thnx anyway

is such an image called a flat image ?

tnx

 

That happens when you have a kernel panic,and maybe this is cause due to your video card.Boot with -v to see the messages. Posting your specs will help a lot...

It went through the entire 10.5.1 installation (to the "Installation Successful!" screen)?

But it wouldn't actually restart? Is that what you refer to as a black screen with a blinking cursor?

 

What happens now when you reset / shut down / manually restart the computer?

Does it go through the POST (bootup) screens?

It won't boot from the HD you installed OSX on?

Does it start to boot "Darwin" then stop at some point? Where?

Will it boot from the DVD?

 

( You may see from my questions that you'll probably need to supply a LOT MORE INFORMATION for someone to actually help you... )

okey here goes

 

1 it went through the setup of leopard, it said installation succesful, it rebooted, went passed the bios and thats where it stops and i see the cursor blinking it doesnt load darwin it doesnt do anything actually

So it doesnt boot at all.

And i dont know how to boot from dvd...

Now we're getting somewhere!!

 

Why didn't you say so in the first place!That's an extremely common thing. The installer has failed to make your new installation HD bootable! You really need to read all the stuff at the Zephyroth Wiki:

 

http://osx86.wikidot.com/

 

It'll help lots.

 

I'll get you started:

 

This will work if you ONLY have ONE hard drive and know WHICH PARTITION you installed 10.5.1 to. If you don't - STOP HERE, give ALL your specs including which HD you selected / partitioned for OSX and HOW you did it. Otherwise:

Boot off the DVD & press F8 to get to startup options

type "-s" to start in "single user mode". (you know to type it without the quotes, right?)

It'll soon stop at a "command prompt" (blinking cursor)

 

TYPE:

 

fdisk -e /dev/rdisk0 (hit Enter - Use "0" if only one HD - otherwise use actual number of the drive you installed to - there are ways to find the drive number - ask)

update (hit Enter)

f 1 (hit Enter - use "1" if that's the partition number you installed to, else use the actual partition number for your install)

w (hit Enter)

q (hit Enter - saves your changes and quits fdisk)

reboot (hit Enter - restarts the computer)

 

Remove the DVD and let it boot from the HD.

You should see "Darwin"...

At the countdown, press Enter

start using "-x" to boot into safe mode (if you don't it's going to "kernel panic" and stop after trying to load the GPU drivers!)

You're still not there, but you're a little closer.

This is all pretty basic stuff. You haven't hit the hard parts yet - not even close. So, if this is difficult for you, you'll either have to learn a hell-of-a-lot more (like I did) or wait for an easier way to install this stuff. Good luck - check back...

 

And i dont know how to boot from dvd...
How did you install Zephyroth 10.5.1 then? Not from a DVD??

Hi ,

 

I'm having the same problem trying to start from a new Leopard installation - tried everything but the boot loader doesn't seem to find my disk at all. Even starting from the DVD again and having waited for the countdown to finish, no other installations are found from the Darwin boot loader a part of the DVD itself.

 

I've got two disks: the 1st one (MBR) with Vista and a data partition, the second one I partitioned during the installation as GUID with the 1st partition for OSX and a 2nd one, empty for the moment, both defined as HFS+.

Listing all partition data wit diskutil I found out that the 1st partition in the disk is a 200MB EFI partition, and what I thought was my 1st partition - where I installed OSX - is shown as

/dev/dis1s2.

 

However, when I try to make active the OSX partition booting in single mode and running

fdisk -e /dev/rdisk1, it doesn't seem to recognise even the partition data: at least if I understand it correctly, using 'print' once I've started fdisk should show me the way the disk is partitioned, right?

instead, it shows me one single partition with an ID "EE".

I tried to use "flag 2" anyway, but booting from disk still doesn't work.

 

What else could I try - any ideas? thanks in advance for any help

This is your NEW hard drive you just bought?

You've gone through the DVD install again, partitioning and installing OSX to the new drive?

The pictures above are what happen after the Installer reboots?

I'm puzzled, but I think you may not have used (created) an MBR partition...

 

Is the new drive the ONLY HD in the computer now? Are you sure it's "drive 0 (zero)"?

yes, I installed it again partitioned it and installed it on the new hdd, and it rebooted but then. I saw the blinking cursor again so I did what you told me( press f8 then -s ) and what you see happens next in the pictures.. And I know for sure its disk 0

Mt

yes, I installed it again partitioned it and installed it on the new hdd, and it rebooted but then. I saw the blinking cursor again so I did what you told me( press f8 then -s ) and what you see happens next in the pictures.. And I know for sure its disk 0

Mt

Then answer with a "Y" (yes) to initialize the partition table and see what happens...

 

(that's never happened to me :rolleyes: )

 

( edit: I've always used old disks or disks that have already had Windows on them or have been formatted by a Windows computer. Windows uses MBR. The Mac OS can use another boot / partition scheme I think, but I don't know much about it. In the Disk Utility, if you look in the advanced (or other) options while you're in the "partition" window, you'll see what I mean. You can choose MBR (for compatibility with windows or other operating systems) or one of the "native Mac" schemes. On a blank drive, I don't know if it defaults to MBR or one of the others.

 

Someone please correct me if I'm way off base here. )

Hey! I just had that happen to me! It came up with that exact same message when I selected the optical drive with the install DVD in it... I expected my install HD to be d2s1 (disk 2, partition 1) when I booted off the DVD in single user mode. NOPE - it moved the install HD to "3" - the DVD-ROM was "2".

 

When in fdisk you can always check by using the "p" or "print" command. It'll list the partitions and how they're formatted.

 

So, you can:

fdisk -e /dev/rdisk0

p (this will show the partition structure for disk 0)

 

// wrong drive?: //

abort (will exit fdisk without making any changes)

you can start over again:

 

fdisk -e /dev/rdisk1

p (correct disk this time:)

update

f 1

w

q

reboot

×
×
  • Create New...