Jump to content

[pre-release] macOS High Sierra


3,737 posts in this topic

Recommended Posts

 

I'm using the last XCode 9 GM release and have the same error - Just opened BuildClover with a text editor and added "XCode9" at the line 34 and it works again.

XCODE="XCODE9" # empty by default, overrides the auto-detected XCODE toolchain, possible values: XCODE32 XCODE5 XCODE8 

attachicon.gifbuild_clover_4_5_3.png

 

or

 

go to the line 655 and add XCode9 check:

# --------------------------------------
checkXcode () {
if [[ ! -x /usr/bin/gcc ]]; then printError "Xcode clt not found, exiting!\n"; exit 1; fi
if [[ ! -x /usr/bin/xcodebuild ]]; then printError "xcodebuild not found, exiting!\n"; exit 1; fi
# Autodetect the Xcode version if no specific version is set (XCODE) and disable LTO if Xcode is version 7.2.x or earlier
if [[ "$XCODE" == "" ]]; then
	local xcversion=$(/usr/bin/xcodebuild -version | grep 'Xcode' | awk '{print $NF}')
	case "$xcversion" in
		[1-6]* | 7 | 7.[0-2]*) XCODE="XCODE5"; LTO_FLAG="--no-lto";;
		7.[34]*) XCODE="XCODE5";;
		8*) XCODE="XCODE8";;
                9*) XCODE="XCODE9";;
		*) printError "Unknown Xcode version format, exiting!\n"; exit 1;;
	esac
fi
}
# --------------------------------------

 

Nice workaround (for entering the main menu), but the script won't produce any usable build as such compiler profile (XCODE9) doesn't exist yet.

  • Like 1
Link to comment
Share on other sites

someone can help me?

I enclose clover and config if someone is kind enough to check what's wrong.

I get stuck on this screen..

 

My specs :

 

- Asus Rog Strix Z270G Gaming

- i7-7700K

- 16GB DDR4

- Nvidia 1080ti

- Wifi+Bt Broadcom BCM943602CS with pci card

- Nvme Samsung 256GB

Check and see if you can boot with my EFI folder.

Asus Prime Z270-A Clover r4210.zip

Link to comment
Share on other sites

if you want to install boot with nv_disable=1 or set IGPU as primary and install the macOS, after successful installation you can switch the graphics back to your 1080.

 

I haven't install high Sierra on my Skylake machine which has a 1070 GPU so I'm not sure about your error.

 

Have you tried the config.plist that @fabiosun posted?

Link to comment
Share on other sites

In latests 10.13 release nv_disable=1 is not working in some rig or clover version

in my case to install I unflag nwidiaweb

nvdrv=1 is also deprecated in sierra

Thanks for the update :) as I said I still haven't migrated from Sierra to High Sierra on my main pc so I'm a bit rusty on the updates and changes :D

Link to comment
Share on other sites

Has anyone itunes crash suddenly?

Normally, i can play music.

Sometimes happan itunes crash. It is happen on only laptop hack. Strange.

 

나의 LG-F800S 의 Tapatalk에서 보냄

 

Happens on my machine as well. Typically after I open it and switch to another open application.

  • Like 1
Link to comment
Share on other sites

Happens on my machine as well. Typically after I open it and switch to another open application.

Im not alone. Hmm. I removed my stuff and tried to find itunes issue. Still can't catch problem.

I dont know why happen only laptop hack..

 

Hope will be fix itunes issue when release official 10.13

 

 

 

나의 LG-F800S 의 Tapatalk에서 보냄

  • Like 1
Link to comment
Share on other sites

NVIDIA® WebDriver Updater

search on download section this app and patch according you GM release (17xxxa)

then you have also to verify if your SMBIOS needs policy patch

 

Search on High Sierra web driver thread and you will find all

 

It doesn't work for me :

post-1373167-0-47893400-1505660518_thumb.png

Link to comment
Share on other sites

Thanks sir

 

@fabiosun is the expert on nVidia; but if you can't activate the nVidia web drivers there are some settings that you need to make sure that are present in your EFI folder.

 

1. EmuVaraiableUEFI.efi must be installed.

2. NvidiaWeb must be checked in you config.plist under the "System Parameters"

 

3. You might need to install RC-Scripts as well with the clover installer for the nVidia Web driver stay selected.

Link to comment
Share on other sites

I don't understand well your EFI but I think all those lines could be related to z270 chipset

Now I am in a clean High Sierra GM and I will wait few days for Nvidia driver

Problem you have should be related to patched nvidiaweb not loaded

if you have patched with nvidia graphics updater app could you post patched kext present in tour S/L/E?

I would like to take a look to its info.plist

Is there any news on a nVidia official web driver or you're just hoping for a new driver like the rest of us? :)

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...