| 
			 
			
			
			
			
			
			
		 
			
			 
			
				09-13-2009, 03:30 PM
			
			
			
		 | 
	| 
		
			|  | Jaguar |  | 
					Join Date: Aug 2009 
					Posts: 70
					      |  | 
	
	| 
	Quote: 
	
		| 
					Originally Posted by drossxyu  Thanks for the update.  I'm going to give it a shot in a bit.  Just to double check, I should edit the com.apple.boot.plist in Extra and add this line in order to boot in 32-bit::
 <key>Kernel Flags</key>
 <string>-x32</string>
 
 Are there are any other places this flag should exist or is this all?
 |  if you havent made any changes to the boo plist that my script install, it should already boot ur snow in 32bit...
 
if you look in "/extra/com.apple.boot.plist" it should have something like:
 
arch=x86 
 
which should have given u a 32bit boot... but if that didnt work, try using this:
 
arch=i386
 
alternatively, u can just temporarily use those flags at chameleon boot time:
 
-x32 or arch=x86 or arch=i386 |