Will V Posted August 27, 2008 Share Posted August 27, 2008 What's going on guys? I just finished installing Jas OSX 10.4.8 in my HP Intel Centrino laptop. The installation went smooth. After completing the installation i had sound and video and was able to get into the OS. After my first re-start the system rebooted and after the apple logo screen with the loading circle i get a blue screen which doesnt go any where from there. Right before rebooting, I had installed the wifi drivers from the wiki site; however, me thinking that maybe the drivers were the one that caused the problem, I re-installed the OSX all over again and rebooted without installing the drivers (once installation was completed) and the same thing happens. Any suggestions? Thanks in advance! Will V. Link to comment https://www.insanelymac.com/forum/topic/123063-installed-jas-osx86-1048-successfully-however-after-the-first-reboot-system-freezes/ Share on other sites More sharing options...
maxjaker Posted August 29, 2008 Share Posted August 29, 2008 try running on safe mode typing -x at the darwing bootloader it should run fine now... (until you find what's the problem) my cent... hope it works for you Link to comment https://www.insanelymac.com/forum/topic/123063-installed-jas-osx86-1048-successfully-however-after-the-first-reboot-system-freezes/#findComment-873267 Share on other sites More sharing options...
poopmonkey Posted August 30, 2008 Share Posted August 30, 2008 Do you have a Dual Core processor? If so then enter Mac by typing cpus=1 at the darwin prompt then go to Safari and get a program named BBedit. Install that program and navigate to /Library/Preferences/SystemConfiguration then open this file using BBedit: com.apple.Boot.plist. You will see this. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">'>http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string></string> <key>Boot Graphics</key> <string>Yes</string> </dict> </plist> Change it to this. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>idlehalt=0</string> <key>Boot Graphics</key> <string>Yes</string> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/123063-installed-jas-osx86-1048-successfully-however-after-the-first-reboot-system-freezes/#findComment-873664 Share on other sites More sharing options...
Oracle67 Posted August 30, 2008 Share Posted August 30, 2008 If you are unable to boot your installation take your time and reinstall. Remember to chose proper packages depending your hardware. After a successful installation if you try to install any fix remember before reboot to "repair permissions" on your Hard Drive with "DiskUtility". (it is an application called "Kext Helper", it does good job if you don't know "how to" manually) Link to comment https://www.insanelymac.com/forum/topic/123063-installed-jas-osx86-1048-successfully-however-after-the-first-reboot-system-freezes/#findComment-873793 Share on other sites More sharing options...
Recommended Posts