Jump to content
15 posts in this topic

Recommended Posts

Hi,

 

I'm trying to install EFI v8 by a guide that someone posted here, and I get a "Startupfiletool Permission Denied" error, after typing the following command:

 

./startupfiletool /dev/disk0s2 ./boot_v8

 

disk0s2 is where Leopard is installed.

 

What can I do to get the permission to execute that command?

 

Thanks in advance.

You need to fix the permissions on the file, right-click the file, click the "get info" option, in the info column scroll to the end and look if you can read and write, if not, click the padlock enter your password, set the option for read and write in your account, (if your account isn't there, you need to add it with the +). BTW you have to install EFI as an Administrator (sudo -s), so you don't had to have permissions problems. Good luck. :)

Hi,

 

I'm trying to install EFI v8 by a guide that someone posted here, and I get a "Startupfiletool Permission Denied" error, after typing the following command:

 

./startupfiletool /dev/disk0s2 ./boot_v8

 

disk0s2 is where Leopard is installed.

 

What can I do to get the permission to execute that command?

 

Thanks in advance.

 

How exactly are you doing this? If you are using the files from the same drive you are trying to install it on then it will not work during the process every partition on the drive needs to be unmounted plus if just typing in the command as you have it above will not work unless you have used sudo -s in the terminal then entered your password to have super user privileges.

So I should unmount any partition, except the one I want to install the EFI on?

 

The files CANNOT be on the drive you are trying to install too period they need to be on another drive with you having booted from that other drive...

Hi,

 

Following the EFI v8 installation guide, the guide says that I should enter the Terminal via the Leopard DVD, and this is exactly what I do, but I'm still getting that annoying "Access denied" error. :/

Do you see any drives/partitions mounted when you use diskutil from the DVD if so select them and choose the unmount option at the top then go back to the terminal and try again, for the question above yes it needs to be separate drive if doing from a HD it cannot be on the same drive as you are trying to install too.

I'm still not sure what you mean by "drive".

Do you mean "Hard disk drive"?

 

Of course what else are we talking about here but installing on a hard disk drive the files used for the EFI install cannot be on the same hard disk drive you are installing too as the hard disk drive or more specifically all partitions on it needs to be unmounted to complete the process and if doing this from a booted DVD the same applies you need to check it with diskutil to make sure no partition on the hard disk drive you are installing too is mounted never done if from DVD but it will be the same as going from one hard drive to another.

Hi,

 

Following the EFI v8 installation guide, the guide says that I should enter the Terminal via the Leopard DVD, and this is exactly what I do, but I'm still getting that annoying "Access denied" error. :/

 

Ok., let's see what are you doing. First of all, you need to put the files in the root of an USB device if you have only one hard drive and one partition, launch terminal and type diskutil list, hit enter, now you have a list of your hard drives and partitions, (you must have already formated the hard drive as MBR or GUIDE depending what option you are going to use), next you must unmount the drive you are going to use with this command "diskutil umount diskXsY" where X is your hdd and Y is the partition you are going to use, after that cd to the directory with the files "cd /Volumes/xxx/pc_efi_v80" where xxx is the name you give to your usb, now type "./startupfiletool /dev/diskXsY ./boot_v8" and hit enter, you have now different options depending if the drive is MBR or GUIDE, follow the guide. As a note, remember the usb must be formatted as FAT 32 or Apple HFS+(journaled), if it is formatted as NTFS you have the "access denied" problem. Good luck. :P

×
×
  • Create New...