so I'm facing a similar issue as that found
here, but I can't seem to copy FakeSMC.kext or NullCPUPowerManagement.kext onto the hard drive's /S/L/E though present in the USB installer's /S/L/E. That is, it copies without any error messages, but once I go into /[hard drive name]/S/L/E, neither of those kexts are to be found. I thought that maybe this was a newly introduced restriction from Mountain Lion with writing files to the /S/L/E of a hard drive while booting from another drive. So I created a dummy directory onto the root of the hard drive and tried to copy the kexts in there with the same results. So now I've confirmed that the hard drive is mounted into read/write mode, but that this issue that I'm having with copying kexts isn't specific to /S/L/E. I've managed to do this over and over from Snow Leopard on, so I don't know why I'd be having this issue now. The command I used was this:
cp -R /System/Library/Extensions/FakeSMC.kext /[hard drive]/System/Library/Extensions/
any help on this would be much appreciated. Thanks!