Giter VIP home page Giter VIP logo

razer_blade_stealth_hackintosh's Introduction

Razer Blade Stealth (2018) hackintosh

Now with proper Opencore and Big Sur!

about this mac image

Intro

Hey there, I got several requests to release my EFI and show how I made my Razer Blade Stealth hackintosh, so here it is. This is not a full step-by-step guide, rather a few specific notes to compliment a full guide like The Dortania Vanilla Guide. This install aims to be as vanilla as possible, so no modifications should be needed to the actual mac operating system files. The only system files I modified were the screen resolution overrides to allow me to run the internal display at 5K HiDPI.

Disclaimer: I am not responsible if you mess up your computer with this setup. I recommend reading everything so you know what you're getting yourself into.

I do not recommend using the EFI without understanding what you are doing! Read the Dortania guide, read my notes here, and understand what you are getting into. I will not help people who try to ask for help in the issues.

Here is the hardware specification of my Blade as I bought it:

Razer Blade Stealth 2018

  • CPU : Intel Core i7-8550U 4C8T 1.8GHz (4.0GHz turbo)
  • RAM : 16GB dual-channel LPDDR3-2133
  • GPU : Intel UHD 620
  • Storage : Samsung PM981 512GB NVMe M.2
  • Screen : 13.3" 3200x1800 with touch
  • WiFi : Killer AC1535
  • Thunderbolt : Intel Alpine Ridge JHL6340
  • Soundcard : Realtek ALC298
  • Battery : 53.6 Wh

However I replaced the SSD with an Samsung 970 EVO and the wifi card with a Lenovo 04X6020.

Hardware compatibility

TL;DR -

What works:

  • CPU power management
  • Reading CPU temperature
  • GPU acceleration and video codecs
  • SSD with full speed [after being replaced]
  • Wireless (wifi, BT, Continuity, Airdrop) [after being replaced]
  • Sleep, lid sleep and lid wake
  • Trackpad including gestures
  • Touchscreen, also with gestures
  • Sound through headphone jack and speakers (including persistence through sleep)
  • Internal microphone
  • All USB ports except the USB-C*
  • Full screen resolution, brightness
  • HDMI (some graphical glitches at certain resolutions, but they come and go)
  • Displayport output on the TB3 port (breaks after sleep?)
  • Battery percentage, charging
  • Changing the keyboard color through some custom apps, also enabling the logo light
  • Internal webcam with Facetime
  • Virtualization (VT-x)
  • SideCar over USB and wireless
  • iMessage and iCloud (YMMV)

What does not work:

  • Thunderbolt 3
  • USB-C functionality on the TB3 port (it can be enabled but it breaks other things)
  • Apple Watch Unlock - something with the third party wifi card causes failure

Much more detailed notes to follow...

CPU

The i7-8550U worked pretty well out of the box. I needed to add CPUFriend and a data SSDT (see SSDT-CPUF) to get it to idle below 1.20GHz (it goes down to about 0.80 now), but other than that, power management seems fine and it has plenty of power. I haven't seen it turbo up all the way (usually tops out at about 3.7GHz, although that might be a misconfigured CPUFriend vector or a power limit issue). The SMCProcessor sensors kext worked out of the box for seeing CPU temperature.

screenshot of CPU temp and wattage in HWMonitor

GPU

All I needed to do is inject a device-id in the GPU properties section and use lilucpu=9 as a boot arg to get full acceleration, including video decode. I can run it at the full 3200x1800 resolution (or 1600x900 HiDPI mode) and get acceleration, but it will occasionally flicker at that resolution. I don't use that however, I simply run at 2560x1440 using RDM which is about 125% scaling, giving me the amount of screen space I want. There is no flickering at this resolution. I even get full resolution in Clover, so the theme looks very sharp. Keep in mind that RDM needs SIP off temporarily to set custom resolutions.

A note about the flickering issue: lately I have noticed that on boot it will flicker at a high resolution but if I sleep and wake, it goes away. If you experience flickering on this laptop and have working sleep, try sleeping for a minute and waking back up. Have been running 5120x2880 HiDPI just fine.

system profiler gpu screenshot

SSD

Here is where you may run into issues. My model (bought in November 2018) came with a Samsung PM981 SSD. This drive will not work in macOS. Older models of the computer may come with a Samsung PM961, which seems to work fine. You will need to replace the SSD with a compatible one in order to install. This is a known issue and I have not seen any solution.

Be careful about what you replace it with though. If there are components on the back of the PCB, there may not be enough clearance. I replaced mine with a Samsung 970 EVO, which has all the components on the front of the board, and a compatible controller. 960 series should also work.

970 EVO benchmark

Wifi and Bluetooth

The included Killer AC1535 wifi/BT card will also not work in macOS as it lacks drivers. You will need to replace it if you want wifi, or else get a USB dongle (not recommended). There are a number of compatible cards that can fit into the M.2 E-key slot. A Dell DW1560 or a Lenovo 04X6020 card will fit there fine. Be careful of wider cards like the Dell DW1860, they will not fit.

Both of the cards I mentioned (I got the 04X6020) use a Broadcom BCM94352Z, which works for me using AirportBrcmFixup and BrcmBluetoothInjector+BrcmPatchRam2 for Wifi and Bluetooth respectively. I have used Airdrop fine with this card, and continuity seems to work too. Note: the included BrcmPatchRam2 is from headkaze's fork for Catalina compatibility. I've heard reports that the DW1820a does not work well, despite being a chipset that is supposedly compatible.

Since Big Sur I've had to add a blacklist for one of the injector kexts that causes issues.

bluetooth and wifi status from sys profiler

Sleep

Without any patching, sleep works for the most part. You can trigger sleep by shutting the lid and wake it by opening the lid, much like a real mac. However, due to some EC issue, the lid is reported as closed after the computer wakes up. This causes it to go back to sleep about 10 seconds after it wakes up, making the computer almost unusable. Additionally, since the computer thinks the lid is closed, it'll keep the backlight off. This can be partially remedied by removing the PNLF SSDT.

I had some issues with USB devices causing instant wake, I patched GPRW calls (see the two patches in the DSDT Patches section of the plist) to prevent this from happening, although that prevents some USB devices from waking the computer for example when you tap the keyboard to wake. Additionally, I had to disable network wake in Energy Saver and bluetooth wake in the advanced section of bluetooth preferences. I'm still tracking down a few rare random wakes. The SSDT-DLAN adds a status method to the GLAN device to disable it as that was referenced a couple times in the wake reason.

With the last DSDT patch in the config.plist, I force the lid status to "open" right as the computer wakes up. This means it won't go back to sleep and also the screen is not black after waking. I can keep brightness control and also have proper sleep/wake. I'm quite happy to have finally fixed this issue.

If you're interested in how this is done, I tried many different manual DSDT edits until I got the behavior I wanted. This only requires one small change near the end of the RWAK function, which is called whenever the computer wakes up. The offending code is this:

Store (\_SB.PCI0.LPCB.EC0.PSTA, Local0)
And (Local0, 0x04, Local0)
ShiftRight (Local0, 0x02, Local0)
Store (Local0, LIDS)
Notify (\_SB.PCI0.LPCB.EC0.LID0, 0x80)

PSTA is a register within the EC's OperatingRegion that has one bit that exposes the physical status of the LID0 device to the ACPI. This code copies that register and extracts bit 3 and stores it in the global variable LIDS (lid status), with a 0 for closed an a 1 for open. It then Notifies the LID0 device causing the OS to check for the new value. The problem with this is that somehow it was returning 0 after every wake, causing the computer to want to go back to sleep.

In order to have a clean patch and not have a modified DSDT injected via clover (a messy solution at best), I needed to rewrite this code to set LIDS to 1 before the Notify is called. Additionally, for OpenCore to be able to patch this, the find and replace patches need to be the same length. This means I need to have the same length of ACPI machine instructions. As it turns out, this is not hard. I simply leave the first three lines as they are, and then instead of Storing the Local0 value they calculated, I just store the ACPI constant One. The fourth line now looks like this:

Store (One, LIDS)

This patch works great in DSDT form and it also retains the exact same length so both Clover and OpenCore can patch it on the fly. I do need to be careful however, as simply patching the Store instruction messes up other things. In the EC0 device, there are two EC query methods that execute some similar code to the original block. The difference is that because the queries are within the scope of the EC, they have a different Notify instruction. My patch had to include the first part of the Notify instruction to differentiate it from the other two. It turns out that patching the other two breaks lid wake and sleep, which I did not want to do.

Be aware that if you use TbtForcePower (not included, discussed in the Thunderbolt section) with your thunderbolt port enabled in the UEFI, it will likely break sleep due to USB errors. Also I have heard from some Stealth owners that their DSDT does not reference LIDS anywhere in RWAK. This means the sleep fix may not work for everyone.

Per another person with a Stealth, their DSDT did not contain the relevant lid code in RWAK so my patch did not work. However, they manually edited their DSDT to add the line setting LIDS to One at the end of the RWAK method and it fixed their sleep issue, so look in your DSDT to see if this is the case.

diffmerge of the dsdt sleep patch

Trackpad

It's a Synaptics 1A586757 multitouch I2C trackpad, so I simply used VoodooI2C plus VoodooI2CHID with an SSDT-XOSI to enable the I2C controller. All the native multitouch gestures work great, even three finger click-and-drag. Its not quite as sensitive as my MBP trackpad, but its better than I expected on a hackintosh. Right click is a little finicky if you don't tap with two fingers. I'm also using an old version of Voodoo as the newest one has some bugs with click and drag on this trackpad. However, I have heard that others with this laptop have been able to use the latest VoodooI2C just fine with properly working right click.

Note about VoodooI2C: a common issue I've heard from other users is the kext simply not loading even with the proper DSDT patches. While unconventional, it seems that rebuilding the kext cache (even if you do not install any third part kexts in there) actually fixes this and allows voodoo to load.

Touchscreen

The USB touchscreen worked fine out of the box for basic pointing. Additionally, when I installed the VoodooI2C drivers, I also started to get multitouch support on the touchscreen. It acts similar to the trackpad gestures, being able to switch desktops (4 finger drag) and scroll (2 finger drag). It's surprisingly useful in macOS, despite the OS not being designed for touch.

Sound

The soundcard, according to the PCI ID, seems to be a Realtek ALC298. This is supported by AppleALC with layout ID 29, which I patched in through device properties. Both the internal speakers and headphone jack work, and switching between them is automatic. Microphone also seems to work, unlike some other laptops I've heard about.

CodecCommander is included, and the SSDT-CDEC contains a config for my ALC298 to fix distorted audio after sleep. I found this config in Rehabman's repo, which is equivalent to running the following on wake:

hda-verb 0x18 SET_PIN_WIDGET_CONTROL 0x22
hda-verb 0x1a SET_PIN_WIDGET_CONTROL 0x23
hda-verb 0x21 SET_UNSOLICITED_ENABLE 0x83

USB

Using just USBInjectAll, I had full USB capabilities out of the box on the USB 3 ports. I did decide to map the ports anyway with an SSDT-UIAC to hide the webcam and some unused ports. Delete this file if you have issues with USB or want to be able to use your webcam. As for the USB C port, it's on a different controller which is only active when Thunderbolt is enabled and force-powered on (see the Thunderbolt section). This causes sleep issues an USB driver crashes, so I would not recommend it. Additionally, USB-C stops working after I sleep.

I used the USBMap script to create the UIAC and USBX SSDTs. You may need to run it yourself to properly map USB ports if they end up being different on your system.

the USB ports i mapped

Display Outs

The laptop has an HDMI port and a DisplayPort-over-Thunderbolt 3 as display outputs. I don't have any TB3-DP converters to test that output, but I have gotten HDMI working. Like the internal display, it sometimes flickers at high resolutions and doesn't seem to support 4K60 but it works alright for now.

displays in system profiler and ioreg

Thunderbolt

I have been beta testing al3x's TbtForcePower.efi to enable the thunderbolt controller in macOS. Having the TB controller enabled is required to use USB-C devices in that port as well, since the TB port has its own USB controller. I do not have any TB3 devices that I can test with, but I do have some USB-C devices and it's somewhat usable. See the USB section for USB-C results. This file is not included because it interferes with sleep.

Note: in my experience, with Thunderbolt enabled in the UEFI, some Clover vector themes, like Clovy, seem to run out of memory and hang Clover. If you get stuck on scan entries, either use a legacy theme (like the Mojave4k one included in this repo) or disable Thunderbolt in the firmware.

Battery

Using a DSDT patch in the MaciASL patch repo named "bat - Razer Blade (2014)", and SMCBatteryManager, I was able to get battery status and percentage working. I incorporated the patched methods into an SSDT hotpatch (see SSDT-BATT). The power management works well and the battery lasts a while. I'm not sure if this is normal for hackintoshes but my battery cycle count has always showed 0.

battery info

Keyboard Illumination

The RGB keyboard (and logo illumination) cannot be easily controlled from macOS that I know of. The Razer Synapse software for Mac doesn't support this device, and various attempts to hotpatch the Razer kexts failed for me. However, I found a project that I patched and was able to use to set a few patterns. The rz_* apps in the extra folder are some hardcoded examples that can set the keyboard lights to different colors, and enable the Razer logo illumination. Some day I might improve on that app to make it more user friendly.

If you want to patch this yourself, you need to change the vendor and device IDs in one of the source files since the USB ID of my keyboard differed from the one in the source:

changing the usb ids in xcode

UEFI Firmware

In the UEFI firmware, I needed to disable these options to get a usable system:

  • Thunderbolt support (fully disabled)
  • Security device support
  • Network stack
  • Secure boot
  • Fast boot
  • Launch CSM

Thuderbolt can be turned on but it causes a number of issues and doesn't seem to work in macOS anyway (as reported by someone who tried a TB device on this computer).

Stuff in this repo

The EFI folder should be a minimal but complete EFI partition with Opencore and all my kexts, config, and ACPI patches. On another Blade Stealth, you may be able to drop this in and get a working system, though that is not guaranteed and I don't provide support for it. You should be able to take ideas from the configuration for your own build. If you use the config.plist, you will want to change your serial number, board serial, and UUIDs (can be done with this tool). (Also for those paying attention, the serials in the config are randomly generated and not the ones I use on my actual laptop.)

The EFI_OpenCore folder is an experimental OpenCore configuration for the Stealth, based mostly on the Clover setup. Beware that OpenCore is much less user friendly and can cause issues with dual boots and Apple accounts. Use at your own risk. It may also be out of date with the config of the Clover version, as I am not ready to switch over to it on my laptop. (OpenCore causes VoodooI2C to crash randomly)

The SSDTs folder has the uncompiled versions of the SSDTs that I had to create for various hotpatches.

The extra folder contains the command-line apps I compiled to be able to change the keyboard color. See "keyboard illumination" above.

The images folder has, among other things, the desktop I edited based on the default Razer desktop with an Apple logo. I also added the image I used to replace the system logo in About This Mac (using this guide). Also, a number of screenshots found in this readme.

Conclusion?

Its a pretty good laptop, one might almost mistake it for a dark Macbook. I'm quite satisfied with it. You can probably find me on the Hackintosh discord: https://discord.gg/uvWNGKV - @jaz#8192.

License

All my work in this repo, including previous commits (SSDTs, config files, etc) is distributed under a Creative Commons Attribution-NonCommercial-ShareAlike (CC BY-NC-SA) 3.0 License. All others' work (clover, kexts, drivers) retains the original license it was distributed with.

razer_blade_stealth_hackintosh's People

Contributors

vampjaz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

razer_blade_stealth_hackintosh's Issues

Intel Display KP at boot after Whatevergreen+Lilu upgrade

I'm in the process of upgrading things in prep for an OS upgrade. With the current config, upgrading Whatevergreen results in a kernel panic on boot.

I managed to narrow this down tonight: if you remove enable-dpcd-max-link-rate-fix from the PciRoot(0x0)/Pci(0x2,0x0) portion of OC config, it's possible to upgrade Whatevergreen and Lilu. As best I can tell, things still work as expected. The internal display is still outputting at full retina res, and sleep works for me too.

Figured you'd want to know if you're heading toward an upgrade too!

I'm new to laptop hackintoshing

So, I got your EFI folder and put it in my usb install but all I'm getting is a white prohibited sign, can you help me with that? Also, I'm trying to hackintosh a razer blade stealth late 2017, gunmetal with pretty much the same specs as you except I don't know if my SSD is compatible, because I was trying to install macOS using a different guide for a 2016 model and my installation would always reboot at the last 2 mins of it (75% of the bar).

mac os catalina 10.15.4 upgrade

just sharing for those who are following this guide and are interested in upgrading to the latest mac os.

Before you upgrade,
download clover configurator
in clover configurator, mount EFI > Efi partitions > Mount partition
then open partition

in the new folder that opens, go to EFI/CLOVER/kexts/Other
update your kexts to the latest, the files can be found here
daliansky/XiaoMi-Pro-Hackintosh#340 (comment)

Just match what you find, don't add anything extra

Reboot and ensure that your kexts are working fine
Upgrade using your mac as normal.

I've tested and its working fine without any issue

Power Nap interferes with sleep

Having Power Nap enabled will cause the Blade to cycle between sleeping and waking about 5 seconds after it gets to sleep. (When commanded to sleep, will blink green for ~10seconds as it suspends, will then blink white slowly for ~5 seconds and then wake again)

Workaround: Turning off Power Nap under both Power Adapter and Battery settings screens in System Preferences -> Battery helps to elimate this issue.

Simple app to control keyboard LEDs.

Hey. Recently acquired a Razer Blade Stealth and your work here has been invaluable to getting it functioning so well. Much appreciated.

I saw your reference to the osx-razer-blade project by @kprinssu and decided to check it out. My main impetus was turn off that gaudy green logo on the back of my screen.

I forked their project and you can check it out here:
https://github.com/dylanparker/osx-razer-led

The reason you needed to update the USB Product/Vendor IDs in the code was because the ported driver code hadn't been updated in a while. It was ported before your laptop existed I think. I've updated the necessary driver code in my fork so it supports your laptop without tweaks.

Check it out and let me know what you think.

Razer Blade Stealth 8550U, BIOS 3.02 breaks Clover and OpenCore installations.

I was having lots of issues getting Hackintosh to work because of latest BIOS 3.02 update on Blade Stealth 8550U.

Downgraded Bios and it's boot block to 2.0.1 and works perfectly fine now!

Will write a small guide on how I achieved the Bios downgrade!

This is part of the non-working log:

01:593 00:031 AAPL: #[EB|LOG:VERBOSE] 2020-10-23T19:16:29
01:623 00:029 AAPL: #[EB|OPT:BM] 0x200002
01:654 00:031 AAPL: #[EB.OPT.LXF|F] <"\System\Library\CoreServices\PlatformSupport.plist">
01:684 00:030 AAPL: #[EB.LD.LF|IN] 0 1 <"\System\Library\CoreServices\PlatformSupport.plist"> <"0">
01:716 00:031 AAPL: #[EB|B:VAw]
01:747 00:031 AAPL: #[EB|P:CPR] N
01:777 00:030 AAPL: #[EB|P:MPI] N
01:807 00:030 AAPL: #[EB|P:BPI] N
01:838 00:030 AAPL: #[EB|KMR] 496455680
01:868 00:029 AAPL: #[EB.CS.CSKSD|+]
01:898 00:030 AAPL: #[EB.CS.CSKSD|!] Err(0xE) <- RT.GV boot-info-payload 8D63D4FE-BD3C-4AAD-881D-86FD974BC1DF
01:928 00:030 AAPL: #[EB.G.CS|-?] Ok(0)
01:960 00:031 AAPL: #[EB.LD.LF|IN] 0 1 <""> <"1">
01:997 00:036 AAPL: #[EB.B.SBS|SZ] 641592
02:037 00:039 AAPL: #[EB|B:SHA]
02:069 00:032 AAPL: #[EB.WL.PWLFNV|!] Err(0x5) <- RT.GV wake-failure 7C436110-AB2A-4BBB-A880-FE41995C9F82
02:100 00:031 AAPL: #[EB.WL.DT|!] Err(0x5) <- EB.WL.PWLFNV
02:132 00:031 AAPL: #[EB.LD.LKC|D] <"System\Library\KernelCollections\BootKernelExtensions.kc.development">
02:165 00:033 AAPL: #[EB.LD.LF|IN] 0 1 <"System\Library\KernelCollections\BootKernelExtensions.kc.development"> <"0">
02:197 00:032 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"System\Library\KernelCollections\BootKernelExtensions.kc.development">
02:229 00:032 AAPL: #[EB.LD.LKC|R.2] <"System\Library\KernelCollections\BootKernelExtensions.kc">
02:262 00:032 AAPL: #[EB.LD.LF|IN] 0 1 <"System\Library\KernelCollections\BootKernelExtensions.kc"> <"0">
05:350 03:088 AAPL: #[EB|SB:P] 0x1
05:381 00:031 AAPL: #[EB|SB:SBGMFNS] j137ap.im4m
05:413 00:032 AAPL: #[EB|SB:MF] System\Library\KernelCollections\BootKernelExtensions.kc.j137ap.im4m
05:446 00:032 AAPL: #[EB.LD.LF|IN] 0 1 <"System\Library\KernelCollections\BootKernelExtensions.kc.j137ap.im4m"> <"0">
06:017 00:571 AAPL: #[EB|SB:MKRN]
06:066 00:048 AAPL: #[EB.LD.LKFS|-?] Ok(0)
06:097 00:030 AAPL: #[EB.LD.LKC|-?] Ok(0)
06:129 00:031 AAPL: #[EB|FWFM] 0x00000000FF1FFF3F
06:160 00:030 AAPL: #[EB|FWFT] 0x00000000FC0FE137
06:190 00:030 AAPL: #[EB|BST:REV1]
06:221 00:031 AAPL: #[EB|CSR:IN] 0x00000067
06:251 00:030 AAPL: #[EB|CSR:OUT] 0x00000067
06:283 00:031 AAPL: #[EB.BST.FBS|+]
06:314 00:031 AAPL: #[EB.BST.FBS|ADSZ] 0
06:345 00:030 AAPL: #[EB.BST.FBS|KSSZ] 0
06:376 00:030 AAPL: #[EB|SB:SBGMFNS] j137ap.im4m
06:407 00:031 AAPL: #[EB|RH:PF] usr\standalone\OS.dmg.root_hash
06:439 00:031 AAPL: #[EB|RH:MF] <"usr\standalone\OS.dmg.root_hash.j137ap.im4m">
06:470 00:031 AAPL: #[EB.LD.LF|IN] 0 1 <"usr\standalone\OS.dmg.root_hash"> <"0">
06:502 00:031 AAPL: #[EB.LD.OFS|OPEN!] Err(0xE) <"usr\standalone\OS.dmg.root_hash">
06:534 00:032 AAPL: #[EB.RH.LRH|P!] Err(0xE) <- EB.LD.LF
06:565 00:030 AAPL: #[EB.BST.FBS|!] Err(0xE) <- EB.RH.LRH
06:596 00:031 AAPL: #[EB.B.WFDW|!WF] Err(0xE) 0
06:627 00:030 AAPL: #[EB|LOG:DT] 2020-10-23T19:16:34
06:659 00:031 AAPL: #[EB|LOG:EXITBS:START] 2020-10-23T19:16:34
`

can't sleep...

Hi Hi, great guide and love this laptop I've gotten a bunch of desktop Hackintosh's going and this is my first attempt at a laptop build. The touch screen makes all the difference. Don't think I can ever got back to my MacBook.

For some reason I cannot get the sleep to work and literally keeping me up at night....

I followed the guide and the sleep solutions described and handled the edits both manually and by copying the latest posted EFI.

When I copied it, my trackpad didn't work and the screen wouldn't comeback after closing the lid. Trackpad I solved with the voodoo kexts. No luck on the sleep...With the manual edits, no luck either.

With my current set up, when I close the lid or initiate sleep from the menu bar, screen blanks out and after about 20 seconds the Razer logo shuts and the side LED indicator flickers from green to white, then the logo comes back on and the LED goes back to green. Then when I open the lid or hit the keyboard it takes a bout 10 seconds for the screen to turn on and the login screen to appear. So it seems its trying to initiate sleep but something is preventing it. I think its associated with USBs not being abe to eject but not sure and cannot seem to adjust the USBInjectAll.kext to make it work.

Attached a debug file if that helps.

Any insight would be greatly appreciated.

debug_21883.zip

Razer Blade Stealth Late 2019 i7-1065G7

Hi
awesome guide 👍

Do you think it will work with the Razer Blade Stealth Late 2019 i7-1065G7
I tried to run Niresh Catalina Version but i get a Kernel Panic do you think it is because of the Wifi Card?

image

Best,
Daniel

Installation Stuck at 14 min and HDMI Issue

Hi,

I am trying to install the big sur 11.2.3 with my razer blade stealth 2018.
I haven't switch the storage M.2 PM981a yet.

Everything is fine until I start the installation. From the installer log, the installation will stuck at the step "Extracting /Volumes/Shared Support/com_apple_MobileAsset_MacSoftwareUpdate/e7c70030b913be1479b7f59dfc185422dc260737.zip -> /Volume/bigsur/macOS Install Data/UpdateBundle".

Is this because of the storage M.2?

Looking for help!

Thank you!

Factory configuration loads into Razer System Recovery

I have a factory configured laptop on my hands and spent a few hours wondering if my UEFI booting was broken because each time I would select the UEFI USB device from the boot menu (F12), I would be taken into the Razer System Recovery.

razer-system-recovery

After a while I figured out that maybe OpenCore was defaulting to the first windows partition, so I went into EFI/OC/config.plist and set ShowPicker to true, that confirmed my suspicion.

show-picker

After enabling ShowPicker, I was able to select Install macOS and the OSX recovery image loaded correctly.

Suggestion: add this step to modify ShowPicker as a installation step to the readme for the benefit of other newbies. 😉

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.