Benjamin-Dobell / nvidia-update

Install nVidia drivers on macOS the easy way.
MIT License
1.29k stars 102 forks source link

The install failed #41

Closed antonio-leonardo closed 4 years ago

antonio-leonardo commented 4 years ago

Hi I'm try to run this script and at the end prompt this message bellow

installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. The package is attempting to install content to the system volume.)

May you have a solution of this error? Tks, regards!

b23prodtm commented 4 years ago

It's blocked by the patched script somewhere from TMPDIR. Browse to the Downloads folder, and issue the following command to redirect the TMPDIR:

 cd ~/Downloads
 TMPDIR=`pwd` bash <(curl -s https://raw.githubusercontent.com/Benjamin-Dobell/nvidia-update/master/nvidia-update.sh) 
coalfield commented 4 years ago

@b23prodtm I have the same issue, tried the above and the same story :(

Installing new drivers...
installer: Package name is NVIDIA Web Driver 387.10.10.10.40.135
installer: Installing at base path /
installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. The package is attempting to install content to the system volume.)
rhawool commented 4 years ago

Even I am facing the same issue. Please address.

`Patched install requirements. Patched extension.

Repackaging...

Installing new drivers... installer: Package name is NVIDIA Web Driver 387.10.10.10.40.137 installer: Installing at base path / installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. The package is attempting to install content to the system volume.)`

antonio-leonardo commented 4 years ago

Hi I'm try to run this script and at the end prompt this message bellow

installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. The package is attempting to install content to the system volume.)

May you have a solution of this error? Tks, regards!

Hi @Benjamin-Dobell ,

I understood the problem: My macOS scenario was Mojave/Catalina versions installed by DosDude1 Software; this installs Mojave/Catalina on Mac Hardware not supported by Apple for Mojave/Catalina; then, I install HighSierra version on my Mac and execute your script and it works.

Sorry to not detailed my question and thanks for script contribute.

rhawool commented 4 years ago

Hi I'm try to run this script and at the end prompt this message bellow

installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. The package is attempting to install content to the system volume.)

May you have a solution of this error? Tks, regards!

Hi @Benjamin-Dobell ,

I understood the problem: My macOS scenario was Mojave/Catalina versions installed by DosDude1 Software; this installs Mojave/Catalina on Mac Hardware not supported by Apple for Mojave/Catalina; then, I install HighSierra version on my Mac and execute your script and it works.

Sorry to not detailed my question and thanks for script contribute.

Hello,

Could you please share the steps you followed. Thanks

antonio-leonardo commented 4 years ago

Hi I'm try to run this script and at the end prompt this message bellow

installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. The package is attempting to install content to the system volume.)

May you have a solution of this error? Tks, regards!

Hi @Benjamin-Dobell , I understood the problem: My macOS scenario was Mojave/Catalina versions installed by DosDude1 Software; this installs Mojave/Catalina on Mac Hardware not supported by Apple for Mojave/Catalina; then, I install HighSierra version on my Mac and execute your script and it works. Sorry to not detailed my question and thanks for script contribute.

Hello,

Could you please share the steps you followed. Thanks

Sure! I'll use some article references to more detail the steps:

1-I make a usb-flash macOS High Sierra bootable drive, following Apple Support 2-I start my MacBook 2009 from this prepared Usb Bootable Drive, choiced by "Opt"+"Command"; 3-And starts a clean install, with similar step like this article How to clean install macOS Catalina and older versions; 4-macOS High Sierra is compatible with my MacBook 2009 hardware; then, after 1,2,3 steps, I execute @Benjamin-Dobell 's script instructions and it was successful to install my NVIDIA driver update;

If your case is similar with mine, consider to analyze the last compatible version of macOS with your Mac hardware.

rhawool commented 4 years ago

Hi I'm try to run this script and at the end prompt this message bellow

installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. The package is attempting to install content to the system volume.)

May you have a solution of this error? Tks, regards!

Hi @Benjamin-Dobell , I understood the problem: My macOS scenario was Mojave/Catalina versions installed by DosDude1 Software; this installs Mojave/Catalina on Mac Hardware not supported by Apple for Mojave/Catalina; then, I install HighSierra version on my Mac and execute your script and it works. Sorry to not detailed my question and thanks for script contribute.

Hello, Could you please share the steps you followed. Thanks

Sure! I'll use some article references to more detail the steps:

1-I make a usb-flash macOS High Sierra bootable drive, following Apple Support 2-I start my MacBook 2009 from this prepared Usb Bootable Drive, choiced by "Opt"+"Command"; 3-And starts a clean install, with similar step like this article How to clean install macOS Catalina and older versions; 4-macOS High Sierra is compatible with my MacBook 2009 hardware; then, after 1,2,3 steps, I execute @Benjamin-Dobell 's script instructions and it was successful to install my NVIDIA driver update;

thanks!

antonio-leonardo commented 4 years ago

Hi I'm try to run this script and at the end prompt this message bellow

installer: The install failed. (The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. The package is attempting to install content to the system volume.)

May you have a solution of this error? Tks, regards!

Hi @Benjamin-Dobell , I understood the problem: My macOS scenario was Mojave/Catalina versions installed by DosDude1 Software; this installs Mojave/Catalina on Mac Hardware not supported by Apple for Mojave/Catalina; then, I install HighSierra version on my Mac and execute your script and it works. Sorry to not detailed my question and thanks for script contribute.

Hello, Could you please share the steps you followed. Thanks

Sure! I'll use some article references to more detail the steps: 1-I make a usb-flash macOS High Sierra bootable drive, following Apple Support 2-I start my MacBook 2009 from this prepared Usb Bootable Drive, choiced by "Opt"+"Command"; 3-And starts a clean install, with similar step like this article How to clean install macOS Catalina and older versions; 4-macOS High Sierra is compatible with my MacBook 2009 hardware; then, after 1,2,3 steps, I execute @Benjamin-Dobell 's script instructions and it was successful to install my NVIDIA driver update;

thanks!

You're welcome!

antonio-leonardo commented 4 years ago

It's can be consider closed, thanks a lot for attention on this topic.