![]() |
@ Imkantus - Good idea thanks for pointing that out ;) I think the last time I updated a non retail install was before fakesmc came out
You can alternately install fakesmc.kext which should take care of the script. We will want to: Download fakesmc.kext from here http://www.kexts.com/view/161-fakesmc_version_2.5.html and place it on your thumb drive. The download has two folders Leopard and Snow, you want to use the one in the Leopard folder. 1. Remove dsmos.kext Code:
cd /Volumes/YOUR_INSTALL/System/Library Code:
cp -R /Volumes/USB_DRIVE/fakesmc.kext Extensions Code:
chown -R 0:0 Extensions/ Code:
rm -R Extensions.mkext Code:
-v -f blacklist=0 |
ugh i still dont loadnow it gets stuck at
Quote:
|
oh btw it restarts
|
ok works !!! but takes long to boot
|
Well lets see if we can't take care of the slow boot. Which method did you use to get around the script? fakesmc ? or editing the script? Also lets do a quick check to see what you have in the extensions folder. Take a look back at the first few posts and reply back with a list of extensions.
The first thing we want to do is get your kernel, system.kext & seatbelt.kext all in line as far as versions are concerned. Since we are now running 10.5.8 lets install a new kernel to match. There are several 9.8.0 kernel based on the original voodoo. Im using one called Qoopz and have been happy so far. I have uploaded the new kernel, matching system.kext and seatbelt.kext and am PM you a link. You can check to see if you need the two kexts by following the directions below or you can just install them. Your choice Checking your existing files 1. Check to see which System.kext you are currently running by right clicking and selecting Get Info. The version we will want is 9.8.0. If it is not than you can use the system.kext I provided. 2. Check to see which Seatbelt.kext you are currently running by right clicking Seatbelt.kext and selecting "Show Package Contents". Open the file versions.plist in the Contents folder. The build should say 78. If not than you can use the one I provide Installing the new kernel. 1. Drag the "new_files" folder to the root of your drive 2. Give yourself root privileges Code:
sudo su Code:
cd /new_files Code:
cp mach_kernel.qoopz /mach_kernel.qoopz Code:
chown root:wheel /mach_kernel* If you already have the correct kexts you can reboot and check to see if the new kernel works. Installing the matching kexts You can use KextHelper to install these kexts or do the following. Code:
cp /new_files Troubleshooting System hangs on boot - Try booting using the following -v mach_kernel.voodoo I get into OSX and check my kernel version and it still says 9.5.0 Voodoo - Check com.apple.Boot.plist to see if it says qoopz instead of voodoo Once you get your new kernel up and running and all the matching kexts installed we will try to troubleshoot your slow boot issue. |
the kernel isnt in the new files ;P
|
Quote:
Code:
ls |
opps sorry didnt read that part lol,....
ok thanks btw my DVD drive and USB things are kinda messed up like when i put in a cd it wont read it neither a usb untill i restart :/ |
These problems are often a result of mismatched system.kext and kernel version. Just as mismatched seatbelt and kernel cause problems with mounting dmgs
Once you have confirmed that you have all three of these in line than we have a place to start. |
These problems are often a result of mismatched system.kext and kernel version. Just as mismatched seatbelt and kernel cause problems with mounting dmgs
Once you have confirmed that you have all three of these in line than we have a place to start. |