![]() |
|
#1
|
|||
|
|||
Issue with OSx86 Tools, EFIStudio while editing boot arguments
I've tried adding -v -f to boot arguments using both OSx86 Tools and EFI Studio and the same thing happens. I get a boot0: error and I have to reinstall iPC to get anywhere. A search using finder for Boot.plist so i can edit it myself is unsuccessful.
I had tried Install EFI/Boot Arguments to install the EFI boot loader before but it said DD unsuccessful and when I restarted i got the boot0: error again. I have NVKush installed and i NEED to boot with -f and it is inconvenient to type it every boot up. Any ideas why this happens? Or how can I solve this issue? Desktop: AMD Athlon 64 3000+ MSI RS482M2 Motherboard 2GB DDR400 RAM 1x 80 GB IDE HDD 2x 120GB SATA HDDs Creative Audigy Sound Card GeForce 8500GT PCI-e Card Laptop: CPU AMD Turion 64 X2 Mobile TL-50 (Socket S1 638), Codename: Taylor, Cores: 2, Instructions: MMX, 3DNow, SSE, SSE2, SSE3, x86-64 Motherboard Quanta 30B7 Chipset: Nvidia GeForce 6150 Southbridge: Nvidia nForce 410/430 MCP Memory 4GB Dual Channel DDR2 RAM Sound Conexant HD Audio |
#2
|
|||
|
|||
While those programs are nice for beginners, as you just found out it's always better to just do things yourself so you know exactly what's going on.
![]() If you're famililar with vi, open a terminal and do sudo vi /Library/Preferences/SystemConfiguration/com.apple.Boot.plist edit and save. If you have no idea what vi is, then just use Finder to navigate to that folder and drag the file onto your desktop, open it, make your edits and save, then drag it back to that folder. It should ask you to authenticate, and whether to replace or not. Now go read up on vi, since it's a standard on every *nix. ![]() http://www.macdevcenter.com/pub/a/ma.../vi_intro.html On a side note, NVkush shouldn't require you to boot with -f everytime, if it does you might want to try NVInject and see if that works better for you. |