Hackintosh Guide: Dell XPS 13 2-in-1 9365 (Kaby Lake) - A Viable, Quirky macOS Venture

Executive Summary & Feasibility

Based on the shared experience, yes, macOS can be installed and run on the Dell XPS 13 9365. However, it is not a flawless experience. It requires precise configuration, patience, and acceptance of permanent hardware incompatibilities. Think of it as a "project laptop" for specific needs, not a primary daily driver.

Confirmed Working State (Ventura 13.7.8 / OpenCore 1.0.6):

  • CPU: Intel Core i7-7Y75 (Kaby Lake) with GPU Acceleration

  • Screen: Resolution and scaling working correctly

  • Trackpad & Keyboard: Functional (including gestures)

  • Wi-Fi & Bluetooth: (Assuming a compatible DW1560 or similar M.2 card has been installed - the stock Intel card will NOT work)

  • Battery Management: Working

  • Light Sleep: Works correctly

  • USB Ports: Mapped and working

Permanent Incompatibilities:

  1. Dell Infrared Webcam: Will never work. No macOS drivers.

  2. Fingerprint Reader: Completely unsupported in macOS.

  3. Headphone Jack: Often non-functional on this model due to audio codec issues.

  4. Deep Sleep (Hibernation): Causes trackpad failure on wake. Must be disabled.


Phase 0: Prerequisites & Considerations

Before you buy or begin:

  1. Hardware Variability: As noted, minor hardware revisions (component vendors) can break your configuration. Be prepared for trial and error.

  2. Wi-Fi Card Replacement: The stock Intel Wi-Fi/Bluetooth card is useless for macOS. You must purchase a compatible Broadcom M.2 card like the Broadcom BCM94360NG (Dell DW1560) or similar. This requires opening the laptop.

  3. Required Tools & Files:

    • A 16GB+ USB flash drive.

    • A working Mac or another Hackintosh to create the installer.

    • Basic understanding of BIOS settings, disk partitioning, and file system management.

    • The EFI shared by the user (will serve as our critical starting point).


Phase 1: Preparation

Step 1: BIOS Configuration (Crucial!)
Enter BIOS (F2 on boot) and set the following:

  • SATA Operation: AHCI

  • Secure Boot: Disabled

  • Intel SGX: Disabled

  • CFG Lock: Disabled (If the option is not visible, it may need to be unlocked via a Grub shell or modified BIOS—this is advanced. The EFI might have a AppleCpuPmCfgLock quirk to compensate.)

  • VT-d: Disabled

  • Wake on AC/Battery: Disabled (helps with sleep issues)

  • Fast Boot: Disabled

  • Enable Legacy Option ROMs: Disabled (Pure UEFI mode)

  • Save and Exit.

Step 2: Create macOS Installer

  1. On a working Mac, download macOS Ventura 13.x (or a compatible version) via Terminal or System Preferences.

  2. Use the createinstallmedia command or a tool like GibMacOS to format your USB drive and create the bootable installer.

Step 3: Acquire and Prepare the Custom EFI

  1. Obtain the shared EFI folder for the XPS 9365.

  2. IMPORTANT: You will need the latest OpenCore Debug version (to troubleshoot) and the corresponding ProperTree editor.

  3. Using ProperTree, review the config.plist inside the EFI. Key areas to understand:

    • PlatformInfo -> Generic: This contains the SMBIOS (system definition). For this laptop, MacBookPro14,1 is likely used. You must generate your own unique Serial Number, MLB, and UUID using GenSMBIOS to avoid iCloud bans. Do not use the provided ones.

    • DeviceProperties: Contains the crucial framebuffer patches for the Intel HD Graphics 615 (iGPU). This is the heart of making the display work correctly.

    • Kernel -> Quirks: AppleCpuPmCfgLock and AppleXcpmCfgLock are likely enabled.

    • UEFI -> Quirks: IgnoreInvalidFlexRatio and UnblockFsConnect are likely enabled.

Step 4: Assemble the Boot Drive

  1. Mount the EFI partition of your USB installer drive.

  2. Delete any existing EFI folder on the EFI partition.

  3. Copy the prepared EFI folder (with your unique SMBIOS) to the EFI partition.


Phase 2: Installation

Step 1: Initial Boot

  1. Insert the USB drive into the XPS 9365.

  2. Boot and press F12 for the boot menu.

  3. Select the USB drive (UEFI: YourUSBName).

  4. You should see the OpenCore boot picker. Select "Install macOS Ventura".

  5. Use the -v (verbose) boot argument if you need to troubleshoot a hang (add it in the OpenCore picker by highlighting the option, pressing space, and typing -v).

Step 2: Disk Utility & Installation

  1. Boot into the macOS installer.

  2. Open Disk Utility. You must format your target SSD as APFS with a GUID Partition Map.

  3. Erase the target partition (e.g., name it "MacOS").

  4. Proceed with the installation. The system will reboot several times. Each time it reboots, you must select the "MacOS Installer" option (or the newly created container) from the OpenCore menu on your USB drive.


Phase 3: Post-Installation

Step 1: Boot from Internal SSD

  1. After installation completes, you will boot into the new macOS setup assistant.

  2. Complete the initial setup (you can skip most steps like Apple ID for now).

  3. Once at the desktop, mount the EFI partition of your internal SSD.

  4. Copy the entire EFI folder from your USB drive's EFI partition to the internal SSD's EFI partition.

  5. Reboot and enter the BIOS (F2). Set the internal SSD with OpenCore as the primary boot device. You should now boot without the USB.

Step 2: Essential Fixes & Tweaks

  1. USB Mapping: The provided EFI likely has a USB map (USBPorts.kext or similar). If not, use USBToolBox in Windows or Hackintool in macOS to create one. This is vital for stability and power management.

  2. Disable Hibernation: To prevent the trackpad-on-wake failure, open Terminal and run:

    bash
    sudo pmset -a hibernatemode 0
    sudo rm /var/vm/sleepimage
    sudo mkdir /var/vm/sleepimage
  3. Fix Audio (if possible): The headphone jack may remain dead. Focus on ensuring internal speakers work via AppleALC.kext and the correct alcid= boot argument (likely 11, 13, or 21 for Conexant). Test with audio-realtek on GitHub for the latest patches.

  4. Power Management: Verify CPU power states are working with Intel Power Gadget or sudo pmset -g perfreport in Terminal.

Step 3: Final Configuration

  1. Enable SIP: For security, you can re-enable System Integrity Protection to a moderate level. In your config.plist, under NVRAM -> Add -> 7C436110..., set csr-active-config to E7030000 (or use OpenCore Auxiliary Tools).

  2. Update OpenCore & Kexts: Carefully update OpenCore, Lilu, WhateverGreen, AppleALC, and VirtualSMC to their latest RELEASE versions. Update one at a time and test booting.

  3. Backup Your Working EFI: Store it on cloud storage and another USB drive. This is your golden copy.


Resources & Community

  • EFI Source: Request the shared EFI from the original poster in the forum thread.

  • Primary Guides: Refer to the Dortania OpenCore Install Guide for the universal principles, especially the Kaby Lake laptop sections.

  • Tools: Get OpenCore, Kexts, and tools from their official GitHub repositories.

  • Community Help: Visit forums like r/hackintosh on Reddit or the InsanelyMac forums. Search for "XPS 9365" or "7Y75".



Dell XPS 13 2 in 1 9365

Has anyone been successful with this laptop? I'm on the verge of buying one and I'd really like to get MacOS on it.

I know people have done the XPS 13 and 15, and this CPU is similar to the MacBook, but I don't know if there are any obvious problems.

submitted by /u/erm_what_
[link] [comments]
Share:

2 comments:

  1. Hi everyone,

    Several weeks ago I started using an XPS 9365 with the idea of ​​using it for travel and other purposes. The obvious reasons were cost, and the next were size and weight; I'm no longer up for carrying heavy things, and I don't want to just use it for Keynote presentations and the occasional Excel file. I started using the EFI shared in other place and to be honest, I had a lot of problems, as the original author mentions there. Then, with the help of a friend from Hackintosh Expert, we managed to install a somewhat viable Ventura, although the performance was still inefficient. What was the problem? Undoubtedly, the iGPU. It requires very, very precise configuration to achieve maximum performance, with the best possible screen resolution and the correct operating temperature for the laptop (which doesn't have a fan). Today I can say that it works "efficiently." It's not an M1 or anything like that, but for what I need it for, it performs well enough. Things I couldn't fix: 1) Dell IR webcam (incompatible, case closed), 2) Fingerprint reader (none work on macOS), 3) Headphone jack (I have Bluetooth headphones, no problem), 4) Deep hibernation because the trackpad is lost upon waking (but light sleep works perfectly with a live trackpad).

    I'd be happy to share my EFI with anyone who wants to try it. However, I've noticed over these past few weeks that even if two computers are exactly the same model, a DELL XPS 9365 with seemingly the same processor (Intel Core i7-7Y75), there are minimal hardware differences that drastically affect the configuration. You have to manually configure each device to achieve the correct settings.

    Just as an additional note, the laptop ended up running macOS Ventura 13.7.8 and OpenCore 1.0.6.

    I hope my experience is helpful.

    Luis Henao

    ReplyDelete
    Replies
    1. The Dell XPS 13 9365 can run macOS well enough for basic tasks, but its value lies in the challenge and the specific use case—not in matching a real Mac's polish. Good luck

      Delete