View Single Post
 
Old 12-12-2008, 07:45 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
ACPI is for power management in boards that have that setting available... otherwise the x86PC boot flag disables this check.

You can write this to your com.apple.Boot.plist file by opening up Terminal and typing:
Code:
sudo nano /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
then simple use your keyboard arrows to get to the kernel flag section and modify it...
to save: [ctrl]+[o] then hit enter to save over the old one
to exit: [ctrl]+[x]

now reboot and you shouldn't need to do enter it in.

Reply With Quote