![]() |
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 |
Tell us the exact infomation of the panic. Do you have an ATI gfx card? Then it could be GeForce.kext and NVResMan.kext.
|
yeah, i use ATI X300 PCIe card... it says debugger called <panic>
|
Put the log ! Is the panic related to GeForce or NVDAResman ? If yes, check the wiki.
|
how to put d log? now i am online with my laptop, my pc is in front me
|
Read it, write it and copy it here ... :-)
|
or take a picture :) [easyer]
|
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) |
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. |
Thanx Puttabong for very fast answer! :D
|