View Single Post
 
Old 06-08-2012, 09:02 PM
m28ew m28ew is offline
Jaguar
 
Join Date: Jul 2009
Posts: 47
Quote:
Originally Posted by R:A:W:X86 View Post
Yes more testing!^^

Some idea that came across my mind:

launchd works 32-Bit on the old AMD machines.
So why the hell not just run it 32 instead of 64-Bit?

Please someone try the following:

Code:
sudo -s
cd /sbin
cp launchd launchd_backup
ditto --rsrc --arch i386 launchd launchd_i386
cp launchd_i386 launchd
reboot

with -legacy, I can boot the osx into the GUI

without -legacy, I got stuck at the same "USBF..." line




But compared to the previous screenshots,
there were no "com.apple.launchd 1" lines exist after the "BSD root..." line like these ones

Reply With Quote