![]() |
ok after restarting with new kernel it just reboots and reboots and also when i boot with mach_kernel.voodoo it also reboots
btw, both mach_kernel.voodoo and mach_kernel.qoopz are in the root drive:) |
The new kernel is called mach_kernel.qoopz Have you tried booting using:
Code:
-v -f mach_kernel.qoopz |
can you explain the process of restoreing the old extensions?
Thanks for helping me. |
No problem, im sorry the update didn't go well.
Ive explained what the commands mean in previous sections so Ill cut out the fat and give it to you straight. Remember to press enter after every line. Boot the install disk and open terminal. Replace YOUR_INSTALL_NAME with what you named your install. Code:
cd /Volumes/YOUR_INSTALL_NAME Code:
-v -f -x mach_kernel.voodoo |
ok before i do this i have one question.
ok when im installing the qoopz kernel when i get to this chown root:wheel /mach_kernel* (it says that its read only file ) could that have something to do with it? oh and before i do these commands Code:
chown root:wheel /mach_kernel* but after i execute the commands it turns to a white paper so could that have something to do with it? |
Code:
chown root:wheel /mach_kernel* If you are doing these commands from inside a working install than it should work but if you were doing these from DVD than the "/" means your trying to modify the kernel on the DVD, which is read only. From the DVD you could do either of these. Code:
chown root:wheel /Volumes/YOUR_INSTALL_NAME/mach_kernel* Code:
cd /Volumes/YOUR_INSTALL_NAME |