Jump to content

[pre-release] macOS High Sierra


3,737 posts in this topic

Recommended Posts

I'm desperate, anyone has a clue why booting with 660 GTX causing panic and instant reboot while booting?

Try this: boot from another HD with any bootable Mac OS, then go to High Sierra HD>System>Library>Caches folder, open the folder and trash everything inside (you may be asked for admin password, if so just confirm), empty trash.

Reboot from High Sierra HD in verbose mode, at some point of your booting process you should read "rebuilding caches" (it may take a minute) and then booting process should take you to the Finder.

Link to comment
Share on other sites

I see some people talk about patching UEFI and post some "HOW TO" links from outside... I would like we stay focused on the topic, and if there are some things to be more discussed, then open a new topic in a dedicated sub-forum.

 

Thank you for your understanding.

 

BR

 

 

fantomas1

  • Like 5
Link to comment
Share on other sites

Try this: boot from another HD with any bootable Mac OS, then go to High Sierra HD>System>Library>Caches folder, open the folder and trash everything inside (you may be asked for admin password, if so just confirm), empty trash.

Reboot from High Sierra HD in verbose mode, at some point of your booting process you should read "rebuilding caches" (it may take a minute) and then booting process should take you to the Finder.

 

I'm with the same card and I also have the same issue. I will try it, but it will be strange if it works.

 

 

Sent from my iPhone using Tapatalk

Link to comment
Share on other sites

I'm with the same card and I also have the same issue. I will try it, but it will be strange if it works.

 

 

Sent from my iPhone using Tapatalk

 

try to inject in DSDT.

"NVDA,noEFI",

Buffer (0x05)

{

"true"

},

 

Fred

Link to comment
Share on other sites

NVDA,noEFI injected automatically with my card.

Are U using Clover Nvidia injection ? or home made Dsdt Patch ?


Fred

This card didn't need patching/injection in the past.
Unless you need HDMI than you'll need connector-type and hda-gfx. I'm also using aapl,boot-display.
But I also tried without any injection.

 

 

Also, I can't also boot from my HD4600 unless I use nv_disable=1

Link to comment
Share on other sites

NVDA,noEFI injected automatically with my card.

This card didn't need patching/injection in the past.

Unless you need HDMI than you'll need connector-type and hda-gfx. I'm also using aapl,boot-display.

But I also tried without any injection.

 

 

Also, I can't also boot from my HD4600 unless I use nv_disable=1

 

Yes my GT640 too, but now needs more injections to work... Good luck.

 

Fred

Link to comment
Share on other sites

HI .. how r u doing 

i am having dell skylake hd 520 working with sierra 10.12.6 
trying to install the high sierra but always boot stuck in the apple logo
on the match reboot error

can u help me sorting this fatal error .. 
 
System is 
Dell inspiron 5000 series - 5759 

Core i3 17.3 inch display 

Graphics is hd 520 Skylake
EFI is at
anyone can help please 
Waiting 
Dell inspiron 5000 series - 5759    
 
Core i3  17.3 inch display 
 
Graphics is hd 520 Skylake
Link to comment
Share on other sites

Working on HP EliteDesk 800 G1 USDT, Same process as Sierra, most everything is working. no speed step though... 

 

i5-4570s, 8gb Memory, Intel 4600 graphics, Sound -> USB Sound card,

Link to comment
Share on other sites

try to install on z170x-ud5 (intel graphic 530)

boot from usb

start loader, but after few minute display go to sleep (black screen)

 

any idea?

Make sure you have intelgraphicsfixup and lilu kext files.

 

 

Sent from my iPhone using Tapatalk

  • Like 1
Link to comment
Share on other sites

yea, i know. I also have intel graphics. Intel HD 630. Thats what I'm trying to get going with acceleration. No success.

Can you turn off the Nvidia card completely in bios?

Link to comment
Share on other sites

Can you share your dsdt/ssdt with the patches?

 

I use this :

 

 

                   Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer (One)
                            {
                                 0x03                                           
                            })
                        }
 
                        Return (Package (0x32)
                        {
                            "@0,compatible", 
                            Buffer (0x0B)
                            {
                                "NVDA,NVMac"
                            }, 
 
                            "@0,device_type", 
                            Buffer (0x08)
                            {
                                "display"
                            }, 
 
                            "@0,name", 
                            Buffer (0x0F)
                            {
                                "NVDA,Display-A"
                            }, 
 
                            "@0,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00                         
                            }, 
 
                            "@0,display-cfg", 
                            Buffer (0x04)
                            {
                                 0xFF, 0xFF, 0x00, 0x01                         
                            }, 
 
                            "@1,compatible", 
                            Buffer (0x0B)
                            {
                                "NVDA,NVMac"
                            }, 
 
                            "@1,device_type", 
                            Buffer (0x08)
                            {
                                "display"
                            }, 
 
                            "@1,name", 
                            Buffer (0x0F)
                            {
                                "NVDA,Display-B"
                            }, 
 
                            "@1,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00                         
                            }, 
 
                            "@1,display-cfg", 
                            Buffer (0x04)
                            {
                                 0xFF, 0xFF, 0x00, 0x01                         
                            }, 
 
                            "@2,AAPL,boot-display", 
                            Buffer (Zero) {}, 
                            "@2,compatible", 
                            Buffer (0x0B)
                            {
                                "NVDA,NVMac"
                            }, 
 
                            "@2,device_type", 
                            Buffer (0x08)
                            {
                                "display"
                            }, 
 
                            "@2,name", 
                            Buffer (0x0F)
                            {
                                "NVDA,Display-C"
                            }, 
 
                            "@2,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00                         
                            }, 
 
                            "@2,display-cfg", 
                            Buffer (0x04)
                            {
                                 0x02, 0x01, 0x06, 0x02                         
                            }, 
 
                            "@3,compatible", 
                            Buffer (0x0B)
                            {
                                "NVDA,NVMac"
                            }, 
 
                            "@3,device_type", 
                            Buffer (0x08)
                            {
                                "display"
                            }, 
 
                            "@3,name", 
                            Buffer (0x0F)
                            {
                                "NVDA,Display-D"
                            }, 
 
                            "@3,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00                         
                            }, 
 
                            "@3,display-cfg", 
                            Buffer (0x04)
                            {
                                 0xFF, 0xFF, 0x00, 0x01                         
                            }, 
 
                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-1"
                            }, 
 
                            "device-id", 
                            Buffer (0x04)
                            {
                                 0xA2, 0x11, 0x00, 0x00                         
                            }, 
 
                            "subsystem-id", 
                            Buffer (0x04)
                            {
                                 0x10, 0x00, 0x00, 0x00                         
                            }, 
 
                            "subsystem-vendor-id", 
                            Buffer (0x04)
                            {
                                 0x6B, 0x10, 0x00, 0x00                         
                            }
                        })
                    }
 

 

Fred

Link to comment
Share on other sites

From the release notes, “Caching Server, Time Machine Server, and File Sharing advanced options are now built directly into macOS”.

All of these features are missing in Server.app 5.3.51 compared to Server 5.3.1 - Services: Caching, File Sharing, Time Machine, Xcode, (never use). Advanced: FTP, Open Directory. Does anyone know where I can find the Time Machine Server in High Sierra? 

Link to comment
Share on other sites

I use this :

                   Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
                    {
                        If (LEqual (Arg2, Zero))
                        {
                            Return (Buffer (One)
                            {
                                 0x03                                           
                            })
                        }
 
                        Return (Package (0x32)
                        {
                            "@0,compatible", 
                            Buffer (0x0B)
                            {
                                "NVDA,NVMac"
                            }, 
 
                            "@0,device_type", 
                            Buffer (0x08)
                            {
                                "display"
                            }, 
 
                            "@0,name", 
                            Buffer (0x0F)
                            {
                                "NVDA,Display-A"
                            }, 
 
                            "@0,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00                         
                            }, 
 
                            "@0,display-cfg", 
                            Buffer (0x04)
                            {
                                 0xFF, 0xFF, 0x00, 0x01                         
                            }, 
 
                            "@1,compatible", 
                            Buffer (0x0B)
                            {
                                "NVDA,NVMac"
                            }, 
 
                            "@1,device_type", 
                            Buffer (0x08)
                            {
                                "display"
                            }, 
 
                            "@1,name", 
                            Buffer (0x0F)
                            {
                                "NVDA,Display-B"
                            }, 
 
                            "@1,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00                         
                            }, 
 
                            "@1,display-cfg", 
                            Buffer (0x04)
                            {
                                 0xFF, 0xFF, 0x00, 0x01                         
                            }, 
 
                            "@2,AAPL,boot-display", 
                            Buffer (Zero) {}, 
                            "@2,compatible", 
                            Buffer (0x0B)
                            {
                                "NVDA,NVMac"
                            }, 
 
                            "@2,device_type", 
                            Buffer (0x08)
                            {
                                "display"
                            }, 
 
                            "@2,name", 
                            Buffer (0x0F)
                            {
                                "NVDA,Display-C"
                            }, 
 
                            "@2,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00                         
                            }, 
 
                            "@2,display-cfg", 
                            Buffer (0x04)
                            {
                                 0x02, 0x01, 0x06, 0x02                         
                            }, 
 
                            "@3,compatible", 
                            Buffer (0x0B)
                            {
                                "NVDA,NVMac"
                            }, 
 
                            "@3,device_type", 
                            Buffer (0x08)
                            {
                                "display"
                            }, 
 
                            "@3,name", 
                            Buffer (0x0F)
                            {
                                "NVDA,Display-D"
                            }, 
 
                            "@3,connector-type", 
                            Buffer (0x04)
                            {
                                 0x00, 0x08, 0x00, 0x00                         
                            }, 
 
                            "@3,display-cfg", 
                            Buffer (0x04)
                            {
                                 0xFF, 0xFF, 0x00, 0x01                         
                            }, 
 
                            "hda-gfx", 
                            Buffer (0x0A)
                            {
                                "onboard-1"
                            }, 
 
                            "device-id", 
                            Buffer (0x04)
                            {
                                 0xA2, 0x11, 0x00, 0x00                         
                            }, 
 
                            "subsystem-id", 
                            Buffer (0x04)
                            {
                                 0x10, 0x00, 0x00, 0x00                         
                            }, 
 
                            "subsystem-vendor-id", 
                            Buffer (0x04)
                            {
                                 0x6B, 0x10, 0x00, 0x00                         
                            }
                        })
                    }
 

Fred

Same results :(

there are two variants of 640 gt

one is based on Kepler and the other is Fermi

which one is yours? what is the original device-id?

Link to comment
Share on other sites

Make sure you have intelgraphicsfixup and lilu kext files.

 

 

Sent from my iPhone using Tapatalk

try Lilu but still have problem (black screen on boot)

 

in addition 

how to add

Lilu.kext

Lilu.kext.dSYM

IntelGraphicsFixup.kext

 

past all in clover/kext/other

that is right?

 

z170x-ud5 (intel graphic 530)

used efi from my sierra 10.12.5

iMac 17.1

and also add:

<key>FirmwareFeatures</key>

<string>0xe907f537</string>

 
any idea?
plz help
Link to comment
Share on other sites

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