InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Leopard 10.5 (http://infinitemac.com/forumdisplay.php?f=85)
-   -   Cannot boot after installation (http://infinitemac.com/showthread.php?t=79)

kroviken 01-22-2008 06:37 PM

hi zephyroth..
i've download and instal zephyroth leopard 10.5.1 AMD.. installation was good and ok, but suddenly when booting for 1st time, d kernel appeared to be panic (or double i thought)... can you give me a solution for it? thanx a lot!

my system:

ASUS M2NPV-VM Socket AM2 mainboard
AMD X2 AM2 3600+
30GB HDD Maxtor
Lite-On DVD-Writer
Ricoh PCI PCMCIA Card

naquaada 01-22-2008 07:57 PM

Tell us the exact infomation of the panic. Do you have an ATI gfx card? Then it could be GeForce.kext and NVResMan.kext.

kroviken 01-22-2008 08:01 PM

yeah, i use ATI X300 PCIe card... it says debugger called <panic>

zephyroth 01-22-2008 08:02 PM

Put the log ! Is the panic related to GeForce or NVDAResman ? If yes, check the wiki.

kroviken 01-22-2008 08:09 PM

how to put d log? now i am online with my laptop, my pc is in front me

zephyroth 01-22-2008 09:31 PM

Read it, write it and copy it here ... :-)

DoiX 01-22-2008 11:55 PM

or take a picture :) [easyer]

riangeli 01-23-2008 01:19 AM

hi all. i installed zephyroth 10.5.1 on my PC. installation goes nicely.
but then After rebooting and taking DVD out. my pc dont find anything bootable on my HD :( it says: Please insert media to boot or... something idont remember.
do i need install grub or something? i have tested two times!

sorry i dont speak english and im noob with Mac. I have only one drive!

AMD Athlon 64 4200+ X2
Asrock ALiveXFire-eSATA2
ATi Radeon X1950 Pro
160GB HDD Western Digital
LG DVD+R/RW Writer

Ubuntu Linux 7.10 (Gutsy Gibbon)

Puttabong 01-23-2008 01:29 AM

riangeli, How to fix MBR boot without EFI:

// rdiskXsX: you have to know the proper partition names and replace them with X.
In my case, it would be rdisk0s1, first HDD, and first partition, on which leopard has been installed,
which you need to make bootable. :) You can also check this in the Disk Utility.

Hit enter after each terminal line to execute the command. //


1 -> Launch DVD
2 -> At boot prompt, type -s (single user mode)
3 -> Type:

fdisk -e /dev/rdiskX
update
f 1
w (yes)
q


4 ->
cd /usr/standalone/i386

./startupfiletool -v /dev/rdisXsX ./boot (X is your partition)


5 ->
mount -uw /
mount -t hfs /dev/diskXsX /Volumes


6 ->
bless -device /dev/diskXsX -setBoot -verbose

7 -> reboot, without any dvd inserted.

riangeli 01-23-2008 01:39 AM

Thanx Puttabong for very fast answer! :D