![]() |
|
#11
|
||||
|
||||
|
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.
![]() |
|
#12
|
|||
|
|||
|
Quote:
__________________________ CPU: AMD Athlon 64 3800+ RAM: 2 x 1 GB NVIDIA nForce 4 MCO NIVIDIA GeForce 6600 Realtek AC'87 audio |
|
#13
|
||||
|
||||
|
GUID or MBR really doesn't matter when you installed this... different reasons to install to each of the partition schemes. If your hardware allows you to boot from an external HD then the installation should work. How far are you getting before it restarts? are you able to enter boot flags?
![]() |
|
#14
|
|||
|
|||
|
Quote:
Any idea? __________________________ CPU: AMD Athlon 64 3800+ RAM: 2 x 1 GB NVIDIA nForce 4 MCO NIVIDIA GeForce 6600 Realtek AC'87 audio |
|
#15
|
||||
|
||||
|
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. ![]() |
|
#16
|
|||
|
|||
|
Quote:
_____________________________________ CPU: AMD Athlon 64 3800+ Asus A8N-E RAM: 2 x 1 GB NVIDIA nForce 4 MCP NIVIDIA GeForce 6600 Realtek AC'87 audio Windows Vista USB Harddisk Lacie 250 Gb with MAC OSx86 iPC Leopard 10.5.6 |
|
#17
|
||||
|
||||
|
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 sudo rm -R /System/Library/Extensions.mkext diskutil repairPermissions / Code:
-v -f Leopard 10.5.8 Retail / Leopard 10.5.8 Server Retail / KDE 4.3 - Darwin 9.0 "In the works" EFI Partition - Qoopz 9.8.0 Based on Voodoo MOBO: Asus M2N SLI Deluxe Nvidia nForce 570 CPU: AMD Athlon 64 5000+ X2 RAM: 4GB Corsair XMS2 DDR-800 (1gb x4) Using Slashack's AppleNForceATA.kext fix. GRAPHICS: PNY 7600GT 256mb (VCG7600GXPB) Using EFI String LAN: On-board Dual Gigabit LAN Using nForceLAN.kext LAPTOP: Acer Aspire One 10.5.8 Last edited by lanceomni; 01-04-2009 at 08:43 PM. |
|
#18
|
|||
|
|||
|
Quote:
Motherboard is Asus A8N-E (NVIDIA nForce networkcontroller) _____________________________________ CPU: AMD Athlon 64 3800+ Asus A8N-E RAM: 2 x 1 GB NVIDIA nForce 4 MCP NIVIDIA GeForce 6600 Realtek AC'87 audio Windows Vista USB Harddisk Lacie 250 Gb with MAC OSx86 iPC Leopard 10.5.6 |
|
#19
|
||||
|
||||
|
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. Leopard 10.5.8 Retail / Leopard 10.5.8 Server Retail / KDE 4.3 - Darwin 9.0 "In the works" EFI Partition - Qoopz 9.8.0 Based on Voodoo MOBO: Asus M2N SLI Deluxe Nvidia nForce 570 CPU: AMD Athlon 64 5000+ X2 RAM: 4GB Corsair XMS2 DDR-800 (1gb x4) Using Slashack's AppleNForceATA.kext fix. GRAPHICS: PNY 7600GT 256mb (VCG7600GXPB) Using EFI String LAN: On-board Dual Gigabit LAN Using nForceLAN.kext LAPTOP: Acer Aspire One 10.5.8 |
|
#20
|
|||
|
|||
|
Quote:
_____________________________________ CPU: AMD Athlon 64 3800+ Asus A8N-E RAM: 2 x 1 GB NVIDIA nForce 4 MCP NIVIDIA GeForce 6600 Realtek AC'87 audio Windows Vista USB Harddisk Lacie 250 Gb with MAC OSx86 iPC Leopard 10.5.6 |