Alexey Filippenko Posted July 25, 2011 Share Posted July 25, 2011 Hello. I'm using a desktop Hack OS X 10.6.8. My task currently is to load the system in 32-bit mode, since it's the only way to make my E-Mu 0204 USB audio interface work with Mac OS X at all. To do so I tried holding <3> and <2> keys together while loading, 3 tries. Didn't work. Then I went to /Library/Preferences/SystemConfiguration/com.apple.Boot.plist and added -legacy option to Kernel Flags, so my com.apple.Boot.plist looks like this: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel Flags</key> <string>-legacy</string> <key>Timeout</key> <string>3</string> </dict> </plist> But this didn't help as well – my Hack is still running the 64-bit kernel. How can I make it load 32 bit kernel? Thanks in advance! Link to comment https://www.insanelymac.com/forum/topic/263520-how-to-load-hack-os-in-32-bit-mode/ Share on other sites More sharing options...
ruger42 Posted July 25, 2011 Share Posted July 25, 2011 Depending on your bootloader, the Kernel Flag should be either -x32 or arch=i386 (you can put both if you're not sure which one you need)... Link to comment https://www.insanelymac.com/forum/topic/263520-how-to-load-hack-os-in-32-bit-mode/#findComment-1722545 Share on other sites More sharing options...
Alexey Filippenko Posted July 25, 2011 Author Share Posted July 25, 2011 Depending on your bootloader, the Kernel Flag should be either -x32 or arch=i386 (you can put both if you're not sure which one you need)... Thank you very much, one of these flags worked, and I finally have SOUND! Link to comment https://www.insanelymac.com/forum/topic/263520-how-to-load-hack-os-in-32-bit-mode/#findComment-1722609 Share on other sites More sharing options...
Recommended Posts