bender.zgz Posted September 24, 2007 Share Posted September 24, 2007 Hi there, I just installed 10.4.8 JaS, everyting was ok during install, but when I reboot it hangs after some time of grey screen + logo + spinning wheel (wheel just stops spinning). I've tried to do a verbose boot, but I just can't. It's like it ignores any input, no matter which keys I press, no matter if it's during Darwin screen or grey screen. What can be wrong? Thanks, Pablo. Link to comment https://www.insanelymac.com/forum/topic/64276-keyboard-input-ignored-during-boot/ Share on other sites More sharing options...
JBSmac Posted September 24, 2007 Share Posted September 24, 2007 Pablo, I had the same issue, my fix was to boot the install DVD, open a terminal and edit the boot.plist in vi /Volume/<your disk name>/Library/Preferences/SystemConfiguration/com.apple.Boot.plist add the following option <key>Timeout</key> <string>5</string> If you can't find a good vi, it is also in /Volume/<disk name>/usr/bin/vi That helped me debug my real issue, once you get that far realize one of the device drivers loading is hanging, probably video, you will also need to modify your default resolution in the same Boot.plist file via: <key>Graphics Mode</key> <string>1920x1200x32</string> I figured these two things out by searching the forums and getting help from them. Fun fun, good luck Link to comment https://www.insanelymac.com/forum/topic/64276-keyboard-input-ignored-during-boot/#findComment-455026 Share on other sites More sharing options...
Recommended Posts