![]() |
Depending on where the restart happens, this sounds like a kernel incompatibility restart (normally happens when using a "vanilla" kernel on an unsupported processor) that shouldn't be happening since the default kernel installed is the voodoo kernel (which works with your processor). Check the customization of your install and/or report your selections from customizing.
|
Quote:
__________________________ CPU: AMD Athlon 64 3800+ RAM: 2 x 1 GB NVIDIA nForce 4 MCO NIVIDIA GeForce 6600 Realtek AC'87 audio |
Quote:
|
Quote:
Any idea? __________________________ CPU: AMD Athlon 64 3800+ RAM: 2 x 1 GB NVIDIA nForce 4 MCO NIVIDIA GeForce 6600 Realtek AC'87 audio |
Quote:
It looks like you are getting past where the boot flags would be inputted. interrupt the boot timeout countdown by pressing any key then type the -f boot flag in and press enter. |
Quote:
|
What option did you choose for your network drivers when you installed?
Do you have the model of the computer or the model of the motherboard you have? There are a handful of nForce lan drivers out there. Look in /System/Library/Extensions for anything that says forcedeth, forcedeth-v or and anything like nForceLAN. There might be issues with having more than one installed. If you have any of these delete them from the folder. You may want to back them up someplace like the desktop. You can try the nForceLAN.kext in my signature first. http://rapidshare.com/files/17110232...ceLAN.kext.zip After you have removed the files listed above: 1. Copy nForceLAN.kext to /System/Library/Extensions 2. In Terminal write: Code:
chmod -R 755 /System/Library/Extensions && chown -R root:wheel /System/Library/Extensions Code:
-v -f |
Quote:
Motherboard is Asus A8N-E (NVIDIA nForce networkcontroller) |
Yes each of the three line you press enter.
The first line sets permissions in the extensions folder. The second line removes the extensions.mkext The third line repairs permissions to the entire drive. Drivers "kexts" are stored in the extensions folder. OSX creates a cache file called Extensions.mkext of all the appropriate drivers. What we are doing is adding a new driver, repairing permissions and deleting the cache file so that OSX is forced to create a new one with the new driver. The reason that we have to use line 1 and line 3 is that repairing permissions only works with Apple kexts. OSX does not know what permissions to set thirdparty/homemade kexts to so we use the 1st line. |
Quote:
|