View Single Post
 
Old 01-31-2010, 01:32 AM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
Code:
chown root:wheel /mach_kernel*
chmod 644 /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*
or
Code:
cd /Volumes/YOUR_INSTALL_NAME
chown root:wheel mach_kernel*
The icon changes are not a problem

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves
Reply With Quote