![]() |
updating 10.5.2 amd help:(
Ok i succsess fully installed leo4allv3 10.5.2 on my dell inpsiron 531s with everything working except for some games, and apps,
but i need to update to 10.5.8 is there a way to do this on amd machines? or wats the highest version i can update too? Thanks in advanced. |
Welcome to InfiniteMac! :)
Please provide us with some specifications about your system (CPU, Motherboard, Graphics & Model Number if applicable). Adding more specific information allows us to respond quickly with more precise answers. Chipset, LAN, Audio & If your Graphics are integrated or not, are excellent additions. You can also place this information in your "Signature". It will then appear on every post you make. How to edit your signature: http://www.infinitemac.com/faq.php?f...atures_avatars Updating from patched installs such as leo4all requires some planning as updating can overwrite certain fixes that keep your system running. This depends heavily on your system specs. You mention some apps do not work. Can you check and see if you have Quartz Extreme /Core Image supported? Go to System Profiler in your utilities folder. Look at your graphics card and it should say supported. |
Im not good with computer spec finding this what i know
Processor, Sempron, LE-1300, 2.3 512K, 1C, G2 Hard Drive, 160GB, S2, 7.2K, 8M Unleaded, WD-SEQ 4GB RAM Graphic Processor NVIDIA GeForce 6150 SE and Resolution: 1024 x 768 Depth: 32-bit Color Core Image: Software Main Display: Yes Mirror: Off Online: Yes Quartz Extreme: Not Supported |
Without Quartz Extreme supported you will find as you mentioned apps not loading and poor video quality. I have not seen the 6150 SE onboard graphics chipset supported by OSX. You do however have an expansion slot and so could add a compatible graphics card. This would make for a much more reasonable experience.
We can still bring your system up to 10.5.8, Is there a certain application you want to run that requires 10.5.8? |
Thanks i think i should buy a new graphics card,
and thanks , yea i want to use the new safari for itunes store cuz it needs it and alot of other ones thanks for helping :) |
We can go two routes with this.
1. Upgrade your system as is to 10.5.8 though you will have the same problems the next time you update. 2. Redo your system using the Retail EFI partition method. This would provide you with a machine that can be easily updated Ill let you pick. By the way which kernel are you currently running? Open Terminal and type Code:
uname -a Code:
cd /System/Library/Extensions |
hmm well i think ill do "as is" option cuz i cant download any torrent it frezzes :S on mac
Kernal: Quote:
Code:
ACard6280ATA.kext |
Ill try to put a guide together for you this evening. We might also be able to fix your freeze problem. If its a complete system freeze.
Next time you boot try using the boot-flag which limits OSX to use 2gb of memory: Code:
maxmem=2048 |
Ok thanks so much, ill wait and ill let you know about the freeze problem later :) \
Thanks again |
Okay you should do this in stages. The first thing we should do is upgrade your kernel to something more recent and AMD friendly.
Lets install the Voodoo kernel. Download the voodoo kernel from here. http://xnu-dev.googlecode.com/files/..._1.0_Rev_A.dmg Im not a fan of Installers I like to know what being done and know that it was done correctly. Feel free to use the installer but at your own risk. I have also included the commands to do it manually. Don't let me scare you away with a pile of commands. Its not that many I just like to explain each in detail so that people can learn what they are doing instead of typing mindless lines of code. Once you finish and have restarted check your kernel version as mentioned earlier by using the uname -a command. It should say Voodoo. Let me know once you have gotten this far. Manually installing a kernel You can manually install install a kernel by following the instructions below. In order for the system to work properly you will need to have a kernel & system.kext with matching versions. Hopefully you already know which kernel version you have downloaded and generally these packages include a matching system.kext. If you would like to 1. Make a backup copy of your existing kernel and name it mach_kernel.backup Code:
cp -r /mach_kernel /mach_kernel.backup Code:
cp -r /Volumes/usbdrive/mach_kernel /mach_kernel Code:
chown root:wheel /mach_kernel* Code:
chmod 644 /mach_kernel* |