InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 11-11-2008, 01:10 AM
iPodAddict181's Avatar
iPodAddict181 iPodAddict181 is offline
Cheetah
 
Join Date: Nov 2008
Posts: 11
Darwin boot options not working?

Okay, I need to remove some Nvidia drivers because they are causing a problem with the GUI. I boot up into OS X (Leo4Allv2, 10.5.2), I choose to have a boot option in Darwin, I try to start up in single user mode, and it skips the shell completely. I try this again, but this time I try verbose, nothing. Any hints? Help would be much appreciated.

Note:
I don't have the specs on the machine yet as it is an old one and I have not used it in quite a while. I will pull up and post the specs soon.
Reply With Quote
  #2  
Old 11-11-2008, 08:20 PM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
boot into the install DVD and then open Terminal. You should be able to edit the com.apple.Boot.plist file on your installed Hard drive. (in the following example, simply replace "MacHD" with your Hard Drive name)
now just edit the boot flags via:
Code:
sudo nano /Volumes/MacHD/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
remember to place the Kernel Flags properly. For example:
Quote:
<key>Kernel Flags</key>
<string>-v</string>
now save it via a WriteOut (F3 or Ctrl-O) and ensure that you rewrite it over the original. This will also save permissions. Happy editing.

Reply With Quote
  #3  
Old 11-11-2008, 11:32 PM
iPodAddict181's Avatar
iPodAddict181 iPodAddict181 is offline
Cheetah
 
Join Date: Nov 2008
Posts: 11
Quote:
Originally Posted by nfoav8or View Post
boot into the install DVD and then open Terminal. You should be able to edit the com.apple.Boot.plist file on your installed Hard drive. (in the following example, simply replace "MacHD" with your Hard Drive name)
now just edit the boot flags via:
Code:
sudo nano /Volumes/MacHD/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
remember to place the Kernel Flags properly. For example:


now save it via a WriteOut (F3 or Ctrl-O) and ensure that you rewrite it over the original. This will also save permissions. Happy editing.
thank you very much, for some reason i never thought of that...? haha, well, i will try it and let you know how it works out.
Reply With Quote
  #4  
Old 11-12-2008, 03:41 AM
iPodAddict181's Avatar
iPodAddict181 iPodAddict181 is offline
Cheetah
 
Join Date: Nov 2008
Posts: 11
nano does not work in the live cd, i cannot seem to find any other kind of editor either
Reply With Quote
  #5  
Old 11-12-2008, 06:15 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
I just PM'd you a copy of my com.apple.Boot.plist file so check your inbox.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Reply With Quote
Reply