GithubHelp home page GithubHelp logo

hackintosh_optiplex_9020's Introduction

Hackintosh for DELL OptiPlex 9020

Todo

  • Fix hibernation issues

  • Smooth upgrade for macOS 10.15

Usage

Copy files in EFI directory to your EFI partition.

NOTE THAT you should re-generate smbios information.

Fix BIOS issues

General method (Windows recommanded)

  • Download BIOS Tools.

  • Fetch the address of block location.

    1. Use BIOS_Backup_TooKit.exe to fetch BIOS rom.

    2. Use UEFITool to open BIOS rom.

    3. Search keywords (cfg lock, DVMT), then Extract body.

    1. The output file is like Section_PE32_image_Setup_Setup_body.efi, use IFR-Extractor and command ./ifrextract Section_PE32_image_Setup_Setup_body.efi Section_PE32_image_Setup_Setup_body.txt to convert it into text file.

    2. Open Section_PE32_image_Setup_Setup_body.txt and search keywords (cfg lock, DVMT) to find the closest addres behind it.

    1. Enter GRUB Shell (use bootx64.efi in bios_tools.zip to boot)

    2. Check address value by typing setup_var [ADDR]

    3. Typing setup_var [cfg lock address here] 0x00 to disable cfg lock.

    4. Typing setup_var [DVMT address here] 0x03 to increase DVMT to 96M.

Easy for DELL OptiPlex 9020

Since I've already finished these steps above, just type the following command.

  • Disable MSR 0xE2 (i.e. cfg lock) setup_var 0xDA2 0x00

  • Increase DVMT to 96M setup_var 0x263 0x03

  • You can check the value by typing setup_var [ADDR]

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.